diff options
author | unknown <mikef@nslinux.bedford.progress.com> | 2001-05-29 09:38:16 -0400 |
---|---|---|
committer | unknown <mikef@nslinux.bedford.progress.com> | 2001-05-29 09:38:16 -0400 |
commit | dedf125dc190adfdb75a6b1f6548edc58dd70ba2 (patch) | |
tree | 1b1fda7e938bc039b981239a041c88d00c40002c /BUILD | |
parent | 97d52615353c9afd110c5656ddde131f3477a029 (diff) | |
parent | 9d52381348a5ff15e856d3efc2004bbe36bb39bd (diff) | |
download | mariadb-git-dedf125dc190adfdb75a6b1f6548edc58dd70ba2.tar.gz |
Merge nusphere@work.mysql.com:/home/bk/mysql
into nslinux.bedford.progress.com:/usr1/mikef/MYSQL/there
BitKeeper/etc/logging_ok:
auto-union
configure.in:
Auto merged
Docs/manual.texi:
Auto merged
sql/share/english/errmsg.txt:
Auto merged
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" |