# HG changeset patch # User Eric Blake # Date 1250185320 21600 # Node ID deaaf2799f5d8aa508bf2ae8dbc48703c8e54b57 # Parent 5023d4da7f56153a3b9b368f5a9cfe6ab4837aab 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 --- 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 --- a/modules/argp +++ b/modules/argp @@ -25,7 +25,7 @@ Depends-on: alloca dirname -getopt +getopt-gnu strchrnul sysexits malloc diff --git a/modules/git-merge-changelog b/modules/git-merge-changelog --- 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 diff --git a/modules/long-options b/modules/long-options --- 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: diff --git a/modules/xstrtol b/modules/xstrtol --- a/modules/xstrtol +++ b/modules/xstrtol @@ -11,7 +11,7 @@ Depends-on: exitfail error -getopt +getopt-gnu gettext-h intprops inttypes