From: pk910 Date: Thu, 4 Oct 2012 18:01:12 +0000 (+0200) Subject: decreased autoconf prereq version to allow older systems generating the configure... X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=commitdiff_plain;h=d367ee1a9743fc5dca4a5d968bbee25b01917e2c decreased autoconf prereq version to allow older systems generating the configure and Makefile script --- diff --git a/configure.ac b/configure.ac index 409d0a2..56d1e7f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.67]) +AC_PREREQ([2.63]) AC_INIT([NeonServ], [5.6], [bugs@pk910.de], [neonserv], [http://neonserv.krypton-bouncer.de]) AC_PREFIX_DEFAULT([~/neonserv]) AC_CANONICAL_TARGET