diff options
author | mikef@nslinux.bedford.progress.com <> | 2001-05-29 09:38:16 -0400 |
---|---|---|
committer | mikef@nslinux.bedford.progress.com <> | 2001-05-29 09:38:16 -0400 |
commit | d1fc2f3c4f2f8eb6d6a298168f4b444e185fd6ad (patch) | |
tree | 1b1fda7e938bc039b981239a041c88d00c40002c /BUILD | |
parent | 68ad34135be2b3d5a6525219ba21c75f4acbae9e (diff) | |
parent | ceac5f9227b7ec196161feaf4e93b610946f20d9 (diff) | |
download | mariadb-git-d1fc2f3c4f2f8eb6d6a298168f4b444e185fd6ad.tar.gz |
Merge nusphere@work.mysql.com:/home/bk/mysql
into nslinux.bedford.progress.com:/usr1/mikef/MYSQL/there
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/FINISH.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 4f13f5f8e4d..368ab339c2b 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -15,6 +15,10 @@ $make -k clean || true aclocal && autoheader && aclocal && automake && autoconf (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 CFLAGS=\"$cflags\" CXX=gcc CXXFLAGS=\"$cxxflags\" $configure" |