getopt: update client modules
authorEric Blake <ebb9@byu.net>
Thu, 13 Aug 2009 17:42:00 +0000 (11:42 -0600)
committerEric Blake <ebb9@byu.net>
Thu, 13 Aug 2009 19:02:19 +0000 (13:02 -0600)
* 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 <ebb9@byu.net>
ChangeLog
modules/argp
modules/git-merge-changelog
modules/long-options
modules/xstrtol

index 51938991d0067ababbd20b45d40a04dea423d057..8fe14032241d097525f3db6ab85c6c396afac86d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-08-13  Eric Blake  <ebb9@byu.net>
+
+       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  <simon@josefsson.org>
 
        * tests/test-version-etc.sh: Don't fail on different
index a32cae9466b2cb69048b71262e6057a25d6a8e16..e772b3e6bc922ec1d06b74d8b86147725bf95c15 100644 (file)
@@ -25,7 +25,7 @@ m4/argp.m4
 Depends-on:
 alloca
 dirname
-getopt
+getopt-gnu
 strchrnul
 sysexits
 malloc
index e2b733ec90076d7fb33df90f7049fd68f25d9d20..732324e2ab472a7724f528632ab06de9be042d93 100644 (file)
@@ -5,7 +5,7 @@ Files:
 lib/git-merge-changelog.c
 
 Depends-on:
-getopt
+getopt-gnu
 stdbool
 progname
 error
index 418edcc4756ca9651c5df5b9e6881a8140c6ef42..29bf734dc08cfdb969a5f062a30810be5abb37fc 100644 (file)
@@ -7,7 +7,7 @@ lib/long-options.c
 m4/long-options.m4
 
 Depends-on:
-getopt
+getopt-gnu
 version-etc
 
 configure.ac:
index 540252adfce17dfa0d638f733721cac02e12b103..3ce76a8802f13054680270dd1cde6fe9db285183 100644 (file)
@@ -11,7 +11,7 @@ m4/xstrtol.m4
 Depends-on:
 exitfail
 error
-getopt
+getopt-gnu
 gettext-h
 intprops
 inttypes