mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / netware / BUILD / compile-AUTOTOOLS
blobc93fb1b1b287d506827fc8a742c783c4fddfa324
1 #! /bin/sh
3 # debug
4 #set -x
6 # stop on errors
7 set -e
8 sed -e "s/^DIST_COMMON/#DIST_COMMON/g" storage/ndb/Makefile.am > storage/ndb/Makefile.am.$$
9 mv storage/ndb/Makefile.am.$$ storage/ndb/Makefile.am
11 # for package in . ./storage/innobase
12 for package in .
14 (cd $package
15 rm -rf config.cache autom4te.cache
16 aclocal
17 autoheader
18 libtoolize --force
19 aclocal
20 # automake --verbose --add-missing --force-missing
21 automake --add-missing --force-missing
22 autoconf)
23 done
25 #rm -rf ./bdb/build_unix/config.cache ./bdb/dist/autom4te.cache
26 #(cd ./bdb/dist && sh s_all)