Use autorun.sh from BUILD/ instead of netware specific version

This commit is contained in:
msvensson@shellback.(none) 2006-10-12 17:55:06 +02:00
parent 1b06c7c78e
commit c8261b1208

View file

@ -15,11 +15,11 @@ if test -e "Makefile"; then make -k clean; fi
rm -f */.deps/*.P
rm -rf Makefile.in.bk
# Metrowerks enviornment
# Setup Metrowerks environment
. $path/mwenv
# run auto tools
. $path/compile-AUTOTOOLS
# Run autotools(use BUILD/autorun.sh)
. BUILD/autorun.sh
# configure
./configure $base_configs $extra_configs