From: Eric Blake Date: Thu, 13 Aug 2009 17:42:00 +0000 (-0600) Subject: getopt: update client modules X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=012cb3be16d0e6ab20815554b1aea4654ca6c7e6;p=pspp getopt: update client modules * modules/argp (Depends-on): Use getopt-gnu. * modules/git-merge-changelog (Depends-on): Likewise. * modules/long-options (Depends-on): Likewise. * modules/xstrtol (Depends-on): Likewise. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 51938991d0..8fe1403224 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-08-13 Eric Blake + + getopt: update client modules + * modules/argp (Depends-on): Use getopt-gnu. + * modules/git-merge-changelog (Depends-on): Likewise. + * modules/long-options (Depends-on): Likewise. + * modules/xstrtol (Depends-on): Likewise. + 2009-08-13 Simon Josefsson * tests/test-version-etc.sh: Don't fail on different diff --git a/modules/argp b/modules/argp index a32cae9466..e772b3e6bc 100644 --- a/modules/argp +++ b/modules/argp @@ -25,7 +25,7 @@ m4/argp.m4 Depends-on: alloca dirname -getopt +getopt-gnu strchrnul sysexits malloc diff --git a/modules/git-merge-changelog b/modules/git-merge-changelog index e2b733ec90..732324e2ab 100644 --- a/modules/git-merge-changelog +++ b/modules/git-merge-changelog @@ -5,7 +5,7 @@ Files: lib/git-merge-changelog.c Depends-on: -getopt +getopt-gnu stdbool progname error diff --git a/modules/long-options b/modules/long-options index 418edcc475..29bf734dc0 100644 --- a/modules/long-options +++ b/modules/long-options @@ -7,7 +7,7 @@ lib/long-options.c m4/long-options.m4 Depends-on: -getopt +getopt-gnu version-etc configure.ac: diff --git a/modules/xstrtol b/modules/xstrtol index 540252adfc..3ce76a8802 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -11,7 +11,7 @@ m4/xstrtol.m4 Depends-on: exitfail error -getopt +getopt-gnu gettext-h intprops inttypes