configure.ac: Silence some aclocal warnings. Lose the CVS $Revision$. - enscript - GNU Enscript
(HTM) git clone git://thinkerwim.org/enscript.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f0bb6a407eed5009162a4745b33fdbfe3918973f
(DIR) parent 23d92d23645b2a1b5c8134334506b90c90c01ad5
(HTM) Author: Tim Retout <diocles@gnu.org>
Date: Wed, 2 Jan 2008 00:43:28 +0000
configure.ac: Silence some aclocal warnings. Lose the CVS $Revision$.
Diffstat:
M ChangeLog | 5 +++++
M configure.ac | 4 +---
2 files changed, 6 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/ChangeLog b/ChangeLog
@@ -1,5 +1,10 @@
2008-01-02 Tim Retout <diocles@gnu.org>
+ * configure.ac (AC_ISC_POSIX): Replace with AC_USE_SYSTEM_EXTENSIONS
+ to silence some aclocal warnings.
+
+ * configure.ac (AC_REVISION): Remove.
+
* configure.in: Rename to `configure.ac'.
2008-01-01 Tim Retout <diocles@gnu.org>
(DIR) diff --git a/configure.ac b/configure.ac
@@ -7,13 +7,11 @@ AC_PREREQ(2.57)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
-AC_REVISION($Revision: 1.1.1.1 $)
-
AC_PROG_INSTALL
AC_PROG_CC
-AC_ISC_POSIX
+AC_USE_SYSTEM_EXTENSIONS
AM_C_PROTOTYPES
AC_C_CONST