From f96de23ad3ce3c403ddc004aa11ba3b4d79e1969 Mon Sep 17 00:00:00 2001 From: "konstantin@mysql.com" <> Date: Wed, 18 May 2005 15:23:29 +0400 Subject: Remove automatically generated autotools files from revision control. Fix build scripts to create them. --- BUILD/compile-solaris-sparc-forte | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'BUILD/compile-solaris-sparc-forte') diff --git a/BUILD/compile-solaris-sparc-forte b/BUILD/compile-solaris-sparc-forte index afd106afc67..7cdbff6ae4a 100755 --- a/BUILD/compile-solaris-sparc-forte +++ b/BUILD/compile-solaris-sparc-forte @@ -3,13 +3,8 @@ gmake -k clean || true /bin/rm -f */.deps/*.P config.cache -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 +path=`dirname $0` +. "$path/autorun.sh" # Assume Forte is installed in /opt/SUNWSpro -- cgit v1.2.1