Use autorun.sh from BUILD/ instead of netware specific version
This commit is contained in:
parent
0e33031804
commit
a28a9c2786
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user