changeset 11823:deaaf2799f5d

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 <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Thu, 13 Aug 2009 11:42:00 -0600
parents 5023d4da7f56
children 69c3e283e8de
files ChangeLog modules/argp modules/git-merge-changelog modules/long-options modules/xstrtol
diffstat 5 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/argp
+++ b/modules/argp
@@ -25,7 +25,7 @@
 Depends-on:
 alloca
 dirname
-getopt
+getopt-gnu
 strchrnul
 sysexits
 malloc
--- a/modules/git-merge-changelog
+++ b/modules/git-merge-changelog
@@ -5,7 +5,7 @@
 lib/git-merge-changelog.c
 
 Depends-on:
-getopt
+getopt-gnu
 stdbool
 progname
 error
--- a/modules/long-options
+++ b/modules/long-options
@@ -7,7 +7,7 @@
 m4/long-options.m4
 
 Depends-on:
-getopt
+getopt-gnu
 version-etc
 
 configure.ac:
--- a/modules/xstrtol
+++ b/modules/xstrtol
@@ -11,7 +11,7 @@
 Depends-on:
 exitfail
 error
-getopt
+getopt-gnu
 gettext-h
 intprops
 inttypes