summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-05-07 09:00:16 -0600
committerEric Blake <ebb9@byu.net>2008-05-12 07:45:03 -0600
commite7232d49cab7933f7eca277cf3ab864cd145c5a5 (patch)
treef13dcceb39d27b33f2e5836280c08bc5d83b8716 /configure.ac
parent822c5bbf02bc5f86db975014e27958b5bda6e054 (diff)
downloadautoconf-e7232d49cab7933f7eca277cf3ab864cd145c5a5.tar.gz
Enforce --help and --version compliance.
* configure.ac (AM_INIT_AUTOMAKE): Add std-options option. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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