mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-21 00:31:50 +00:00
Handle NO_CONFIGURE variable if we are only generating the configure script
This commit is contained in:
parent
e9ca9478d2
commit
61aa371b48
@ -33,4 +33,11 @@ do
|
||||
autoheader; autoconf)
|
||||
done
|
||||
|
||||
./configure "$@"
|
||||
if [ x"$NO_CONFIGURE" = "x" ]; then
|
||||
echo " + Running 'configure $@':"
|
||||
if [ -z "$*" ]; then
|
||||
echo " ** If you wish to pass arguments to ./configure, please"
|
||||
echo " ** specify them on the command line."
|
||||
fi
|
||||
./configure "$@"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user