From: Alexander Barton Date: Wed, 26 Mar 2003 22:43:58 +0000 (+0000) Subject: Require at least GNU automake 1.6 to generate build scripts and Makefiles. X-Git-Tag: rel-0-7-0-pre1~32 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=d383703b78f78a49f8bd44356e557d6efb346c9a Require at least GNU automake 1.6 to generate build scripts and Makefiles. --- 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 --