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.
This commit is contained in:
parent
4d4512cd72
commit
8872653ef6
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue