diff options
author | mikef@nslinux.bedford.progress.com <> | 2001-05-29 09:29:08 -0400 |
---|---|---|
committer | mikef@nslinux.bedford.progress.com <> | 2001-05-29 09:29:08 -0400 |
commit | ceac5f9227b7ec196161feaf4e93b610946f20d9 (patch) | |
tree | 4f346bd1140daed312c2399909b0061ca3c6155d /BUILD/FINISH.sh | |
parent | c4beb8321f8393a8b62246592b4b752eb97f09d3 (diff) | |
download | mariadb-git-ceac5f9227b7ec196161feaf4e93b610946f20d9.tar.gz |
Pushing all the Gemini changes above the table handler.
Diffstat (limited to 'BUILD/FINISH.sh')
-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" |