From: Eric Blake Date: Thu, 13 Aug 2009 17:42:00 +0000 (-0600) Subject: getopt: update client modules X-Git-Tag: v0.1~5664 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=012cb3be16d0e6ab20815554b1aea4654ca6c7e6;p=gnulib.git 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 51938991d..8fe140322 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 a32cae946..e772b3e6b 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 e2b733ec9..732324e2a 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 418edcc47..29bf734dc 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 540252adf..3ce76a880 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