Module: ngircd.git Branch: master Commit: 8872653ef6155bdaabd15c62ee67bd23d119305b URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=88726...
Author: Alexander Barton alex@barton.de Date: Sat Jan 4 23:12:56 2014 +0100
Partially revert bc098794: don't require autoconf 2.67
GNU autoconf 2.61 is still sufficient to generate the configure script, even after updating configure.{ng|in}, so don't require a newer version.
---
configure.ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ng b/configure.ng index 2a9fa04..0b0a658 100644 --- a/configure.ng +++ b/configure.ng @@ -22,7 +22,7 @@ m4_ifdef([AM_SILENT_RULES],
# -- Initialisation --
-AC_PREREQ([2.67]) +AC_PREREQ([2.61]) AC_INIT([ngIRCd],[VERSION_ID],[ngircd-ml@ngircd.barton.de],[ngircd],[http://ngircd.barton.de/])
AC_CONFIG_SRCDIR([src/ngircd/ngircd.c])
ngircd-commits@lists.barton.de