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-hpux11-parisc2-aCC | |
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-hpux11-parisc2-aCC')
-rwxr-xr-x | BUILD/compile-hpux11-parisc2-aCC | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/BUILD/compile-hpux11-parisc2-aCC b/BUILD/compile-hpux11-parisc2-aCC index 2fc7a6d2b6e..c286488bb26 100755 --- a/BUILD/compile-hpux11-parisc2-aCC +++ b/BUILD/compile-hpux11-parisc2-aCC @@ -62,14 +62,9 @@ done set -x make distclean -aclocal -autoheader -libtoolize --automake --force -automake --force --add-missing -autoconf -(cd bdb/dist && sh s_all) -(cd innobase && aclocal && autoheader && aclocal && automake && autoconf) +path=`dirname $0` +. "$path/autorun.sh" CC=cc CXX=aCC CFLAGS="$cflags" CXXFLAGS="$cxxflags" \ ./configure --prefix=/usr/local/mysql --disable-shared \ |