From d367ee1a9743fc5dca4a5d968bbee25b01917e2c Mon Sep 17 00:00:00 2001 From: pk910 Date: Thu, 4 Oct 2012 20:01:12 +0200 Subject: [PATCH] decreased autoconf prereq version to allow older systems generating the configure and Makefile script --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1