From e7232d49cab7933f7eca277cf3ab864cd145c5a5 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 7 May 2008 09:00:16 -0600 Subject: [PATCH] Enforce --help and --version compliance. * configure.ac (AM_INIT_AUTOMAKE): Add std-options option. Signed-off-by: Eric Blake --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41716a5a..e4de36e5 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 f06559e5..9fbb2351 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 -- 2.11.4.GIT