summaryrefslogtreecommitdiffstatsabout
path: root/autogen.sh
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2003-12-23 19:49:56 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2003-12-23 19:49:56 (GMT)
commitab1ac8ba7570005c169e7aa772762b55d354e07d (patch)
treea4e8d712b5dbf4b5edbb7bd89edc1fa08e40a332 /autogen.sh
parentf89b2cced3608b248cb02b2e48907dcae07e8bbe (diff)
update autoconf scripts to check MySQL..1.91
moved autoconf DEFUN macros to m4 subdirectory autogen.sh calls aclocal to include m4 directory. merged in changes from 1.19b1 fixed log_sql_merge_config bug in 1.19b1 release 1.91
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index eda8b43..9ae9c6b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,12 +1,16 @@
1#!/bin/sh 1#!/bin/sh
2 2
3rm -rf autom4te-2.53.cache 3if [ -z $ACLOCAL ]; then
4 ACLOCAL=aclocal-1.5
5fi
4if [ -z $AUTOCONF ]; then 6if [ -z $AUTOCONF ]; then
5 AUTOCONF=autoconf-2.53 7 AUTOCONF=autoconf-2.53
6fi 8fi
7if [ -z $AUTOHEADER ]; then 9if [ -z $AUTOHEADER ]; then
8 AUTOHEADER=autoheader-2.53 10 AUTOHEADER=autoheader-2.53
9fi 11fi
12rm -rf autom4te-2.53.cache
13$ACLOCAL -I m4
10$AUTOHEADER 14$AUTOHEADER
11$AUTOCONF 15$AUTOCONF
12touch stamp-h.in 16touch stamp-h.in