Commit Diff
- Commit:
8872653ef6155bdaabd15c62ee67bd23d119305b
- From:
- Alexander Barton <alex@barton.de>
- Date:
- Message:
- 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.
- Actions:
- Patch | Tree
--- configure.ng +++ 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])