Commit a28a9c27 authored by unknown's avatar unknown
Browse files

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

parent 0e330318
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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