mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
Use autorun.sh from BUILD/ instead of netware specific version
This commit is contained in:
parent
1b06c7c78e
commit
c8261b1208
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue