This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=aaf25cbff75978ab988076898fe54a433373303b The branch, branch-1.4 has been updated via aaf25cbff75978ab988076898fe54a433373303b (commit) from 3d14a9bdc82534da8e2bed18125a612344a6a9c9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit aaf25cbff75978ab988076898fe54a433373303b Author: Eric Blake <[email protected]> Date: Thu Aug 13 07:31:53 2009 -0600 Explicitly request GNU getopt extensions. * gnulib: Update. * m4/gnulib-cache.m4: Use getopt-gnu, not obsolete getopt module. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ gnulib | 2 +- m4/gnulib-cache.m4 | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ceca154..c0379e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-08-14 Eric Blake <[email protected]> + + Explicitly request GNU getopt extensions. + * gnulib: Update. + * m4/gnulib-cache.m4: Use getopt-gnu, not obsolete getopt module. + 2009-07-22 Eric Blake <[email protected]> Fix testsuite on Solaris. diff --git a/gnulib b/gnulib index 80cb44f..2f5181b 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 80cb44fa0b094ad965f7bd88ad7e46e83df418d5 +Subproject commit 2f5181b1a247323cb2a4a4c6165997674866bb20 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 3c59620..c808284 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -15,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --local-dir=local --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --avoid=lock-tests --avoid=tls-tests --no-libtool --macro-prefix=M4 announce-gen assert autobuild avltree-oset binary-io c-stack clean-temp cloexec close-stream closein config-h dirname error execute fdl-1.3 fflush filenamecat fopen fopen-safer fseeko gendocs getopt git-version-gen gnumakefile gnupload gpl-3.0 intprops memchr2 mkstemp obstack pipe progname regex sigaction stdbool stdint stdlib-safer strsignal strstr strtod strtol unlocked-io verror version-etc version-etc-fsf wait-process xalloc xprintf xvasprintf-posix +# gnulib-tool --import --dir=. --local-dir=local --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --avoid=lock-tests --avoid=tls-tests --no-libtool --macro-prefix=M4 announce-gen assert autobuild avltree-oset binary-io c-stack clean-temp cloexec close-stream closein config-h dirname error execute fdl-1.3 fflush filenamecat fopen fopen-safer fseeko gendocs getopt-gnu git-version-gen gnumakefile gnupload gpl-3.0 intprops memchr2 mkstemp obstack pipe progname regex sigaction stdbool stdint stdlib-safer strsignal strstr strtod strtol unlocked-io verror version-etc version-etc-fsf wait-process xalloc xprintf xvasprintf-posix # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([local]) @@ -41,7 +41,7 @@ gl_MODULES([ fopen-safer fseeko gendocs - getopt + getopt-gnu git-version-gen gnumakefile gnupload hooks/post-receive -- GNU M4 source repository
