diff options
author | Edward Rudd | 2004-07-16 01:33:59 +0000 |
---|---|---|
committer | Edward Rudd | 2004-07-16 01:33:59 +0000 |
commit | 197e405e8e8ae8e11bb251305043810c7fa93e4e (patch) | |
tree | c601e247a7073c6385cf739d96de7399c31b5feb /autogen.sh | |
parent | 21122f1bb734aa00fc14564d801ea9dc4804c793 (diff) |
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | if [ -z $ACLOCAL ]; then | 3 | if [ -z $ACLOCAL ]; then |
4 | ACLOCAL=aclocal-1.5 | 4 | ACLOCAL=aclocal-1.7 |
5 | fi | 5 | fi |
6 | if [ -z $AUTOCONF ]; then | 6 | if [ -z $AUTOCONF ]; then |
7 | AUTOCONF=autoconf-2.53 | 7 | AUTOCONF=autoconf-2.57 |
8 | fi | 8 | fi |
9 | if [ -z $AUTOHEADER ]; then | 9 | if [ -z $AUTOHEADER ]; then |
10 | AUTOHEADER=autoheader-2.53 | 10 | AUTOHEADER=autoheader-2.57 |
11 | fi | 11 | fi |
12 | rm -rf autom4te-2.53.cache | 12 | rm -rf autom4te-2.53.cache |
13 | $ACLOCAL -I m4 | 13 | $ACLOCAL -I m4 |