autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Enforce --help/--version compliance


From: Eric Blake
Subject: Enforce --help/--version compliance
Date: Mon, 12 May 2008 14:00:35 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Since we aren't using automake's gnits option, I figured we could at least use 
its tests of --help and --version compliance.  Committing this:

>From e7232d49cab7933f7eca277cf3ab864cd145c5a5 Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
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 <address@hidden>
---
 ChangeLog    |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 41716a5..e4de36e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-12  Eric Blake  <address@hidden>
+
+       Enforce --help and --version compliance.
+       * configure.ac (AM_INIT_AUTOMAKE): Add std-options option.
+
 2008-05-08  Keith Marshall  <address@hidden>  (tiny 
change)
 
        Avoid case-insensitive `make install' vs. `INSTALL' conflict.
diff --git a/configure.ac b/configure.ac
index f06559e..9fbb235 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
-- 
1.5.5.1







reply via email to

[Prev in Thread] Current Thread [Next in Thread]