mariadb/netware/BUILD/compile-AUTOTOOLS

23 lines
362 B
Text
Raw Normal View History

2003-03-03 23:04:36 -05:00
#! /bin/sh
# debug
#set -x
# stop on errors
set -e
2006-02-02 16:22:31 +02:00
for package in . ./storage/innobase
2003-03-03 23:04:36 -05:00
do
(cd $package
rm -rf config.cache autom4te.cache
aclocal
autoheader
libtoolize --force
aclocal
automake --add-missing --force-missing
autoconf)
done
#rm -rf ./bdb/build_unix/config.cache ./bdb/dist/autom4te.cache
#(cd ./bdb/dist && sh s_all)