diff options
author | unknown <monty@mashka.mysql.fi> | 2003-02-10 01:21:39 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-02-10 01:21:39 +0200 |
commit | ed95131e0637d6adb280e3501134dbf7496da3a4 (patch) | |
tree | 71de5b6d804048a8a975f72fb2ad21e263bc81d4 /BUILD | |
parent | 0e755652df91c07fca7a777272bd4b04f18ba516 (diff) | |
parent | c89666266228fbfc9582a6b28b8dc93acb4acebe (diff) | |
download | mariadb-git-ed95131e0637d6adb280e3501134dbf7496da3a4.tar.gz |
Merge mashka.mysql.fi:/home/my/mysql-4.0
into mashka.mysql.fi:/home/my/mysql-4.1
BUILD/FINISH.sh:
Auto merged
sql/opt_range.cc:
Auto merged
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/FINISH.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 82f31a14dc4..5358667b881 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -13,7 +13,11 @@ commands="\ $make -k clean || true /bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache -aclocal && autoheader && aclocal && automake && autoconf +if [ ! aclocal ] ; then echo \"Can't execute aclocal\" ; exit 1; fi +if [ ! autoheader ] ; then echo \"Can't execute autoheader\" ; exit 1; fi +if [ ! aclocal ] ; then echo \"Can't execute aclocal\" ; exit 1; fi +if [ ! automake ] ; then echo \"Can't execute automake\" ; exit 1; fi +if [ ! autoconf ] ; then echo \"Can't execute autoconf\" ; exit 1; fi (cd bdb/dist && sh s_all) (cd innobase && aclocal && autoheader && aclocal && automake && autoconf) if [ -d gemini ] |