about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-03-26 22:43:58 +0000
committerAlexander Barton <alex@barton.de>2003-03-26 22:43:58 +0000
commitd383703b78f78a49f8bd44356e557d6efb346c9a (patch)
tree4325c888aa47005517ce7e188e13ed6c7198f5c1 /configure.in
parent8291e10b96499f100bd58378d5f4c3ec027c1290 (diff)
downloadngircd-d383703b78f78a49f8bd44356e557d6efb346c9a.tar.gz
ngircd-d383703b78f78a49f8bd44356e557d6efb346c9a.zip
Require at least GNU automake 1.6 to generate build scripts and Makefiles.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c29b8dc0..e6a3ca14 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.84 2003/03/19 17:27:05 alex Exp $
+# $Id: configure.in,v 1.85 2003/03/26 22:43:58 alex Exp $
 #
 
 # -- Initialisierung --
@@ -17,7 +17,7 @@ AC_PREREQ(2.50)
 AC_INIT(ngircd, CVSHEAD)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(1.6)
 AM_CONFIG_HEADER(src/config.h)
 
 # -- Templates fuer config.h --