From a28a9c278638974ce0173eb5329f5946d209bd33 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 Oct 2006 17:55:06 +0200 Subject: [PATCH] Use autorun.sh from BUILD/ instead of netware specific version --- netware/BUILD/compile-netware-END | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netware/BUILD/compile-netware-END b/netware/BUILD/compile-netware-END index c5c08cea908..a8d829499bd 100755 --- a/netware/BUILD/compile-netware-END +++ b/netware/BUILD/compile-netware-END @@ -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