From ceac5f9227b7ec196161feaf4e93b610946f20d9 Mon Sep 17 00:00:00 2001 From: "mikef@nslinux.bedford.progress.com" <> Date: Tue, 29 May 2001 09:29:08 -0400 Subject: Pushing all the Gemini changes above the table handler. --- BUILD/FINISH.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BUILD') 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" -- cgit v1.2.1