From 197e405e8e8ae8e11bb251305043810c7fa93e4e Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Fri, 16 Jul 2004 01:33:59 +0000 Subject: fixed another segfault related to the mysql escaping function (forcepreserve bug) included win32 build bat files in distribution separated -Werror to a configure time option (--enable-maintainer) update autogen to use autoconf 2.57, aclocal 1.7 included pgsql and dbi module source in distribution. setup autodetection in configure script for databases. --- (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 78f11a7..9d8dbac 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,13 +1,13 @@ #!/bin/sh if [ -z $ACLOCAL ]; then - ACLOCAL=aclocal-1.5 + ACLOCAL=aclocal-1.7 fi if [ -z $AUTOCONF ]; then - AUTOCONF=autoconf-2.53 + AUTOCONF=autoconf-2.57 fi if [ -z $AUTOHEADER ]; then - AUTOHEADER=autoheader-2.53 + AUTOHEADER=autoheader-2.57 fi rm -rf autom4te-2.53.cache $ACLOCAL -I m4 -- cgit v0.9.2