From: Eric Blake Date: Wed, 7 May 2008 15:00:16 +0000 (-0600) Subject: Enforce --help and --version compliance. X-Git-Tag: v2.63~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7232d49cab7933f7eca277cf3ab864cd145c5a5;p=thirdparty%2Fautoconf.git Enforce --help and --version compliance. * configure.ac (AM_INIT_AUTOMAKE): Add std-options option. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 41716a5a8..e4de36e56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-12 Eric Blake + + Enforce --help and --version compliance. + * configure.ac (AM_INIT_AUTOMAKE): Add std-options option. + 2008-05-08 Keith Marshall (tiny change) Avoid case-insensitive `make install' vs. `INSTALL' conflict. diff --git a/configure.ac b/configure.ac index f06559e57..9fbb23516 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.10 dist-bzip2 readme-alpha no-texinfo.tex]) +AM_INIT_AUTOMAKE([1.10 dist-bzip2 readme-alpha no-texinfo.tex std-options]) # We use `/bin/sh -n script' to check that there are no syntax errors # in the scripts. Although incredible, there are /bin/sh that go into