diff options
author | konstantin@mysql.com <> | 2005-05-18 15:23:29 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-05-18 15:23:29 +0400 |
commit | f96de23ad3ce3c403ddc004aa11ba3b4d79e1969 (patch) | |
tree | 52f9eb17f30c9c21cde3075655335f314ba7ad91 /BUILD/compile-alpha-cxx | |
parent | 56fa40e558851eed58b87a0a29c09008e8a80595 (diff) | |
download | mariadb-git-f96de23ad3ce3c403ddc004aa11ba3b4d79e1969.tar.gz |
Remove automatically generated autotools files from revision control.
Fix build scripts to create them.
Diffstat (limited to 'BUILD/compile-alpha-cxx')
-rwxr-xr-x | BUILD/compile-alpha-cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD/compile-alpha-cxx b/BUILD/compile-alpha-cxx index a342d927868..c49846fd964 100755 --- a/BUILD/compile-alpha-cxx +++ b/BUILD/compile-alpha-cxx @@ -2,7 +2,9 @@ make -k clean /bin/rm -f */.deps/*.P */*.o /bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache mysql-*.tar.gz -aclocal; autoheader; aclocal; automake; autoconf + +path=`dirname $0` +. "$path/autorun.sh" CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared --without-extra-tools --disable-dependency-tracking |