diff options
author | konstantin@mysql.com <> | 2005-05-18 15:23:29 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-05-18 15:23:29 +0400 |
commit | f96de23ad3ce3c403ddc004aa11ba3b4d79e1969 (patch) | |
tree | 52f9eb17f30c9c21cde3075655335f314ba7ad91 /BUILD/FINISH.sh | |
parent | 56fa40e558851eed58b87a0a29c09008e8a80595 (diff) | |
download | mariadb-git-f96de23ad3ce3c403ddc004aa11ba3b4d79e1969.tar.gz |
Remove automatically generated autotools files from revision control.
Fix build scripts to create them.
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 01e58b0ee1c..8cd78bf4165 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -7,17 +7,9 @@ commands="\ $make -k distclean || true /bin/rm -rf */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache bdb/dist/autom4te.cache autom4te.cache innobase/autom4te.cache; -aclocal || (echo \"Can't execute aclocal\" && exit 1) -autoheader || (echo \"Can't execute autoheader\" && exit 1) -aclocal || (echo \"Can't execute aclocal\" && exit 1) -automake || (echo \"Can't execute automake\" && exit 1) -autoconf || (echo \"Can't execute autoconf\" && exit 1) -(cd bdb/dist && sh s_all) -(cd innobase && aclocal && autoheader && aclocal && automake && autoconf) -if [ -d gemini ] -then - (cd gemini && aclocal && autoheader && aclocal && automake && autoconf) -fi" + +path=`dirname $0` +. \"$path/autorun.sh\"" if [ -z "$just_clean" ] then |