mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-15 11:27:35 +00:00
Handle NO_CONFIGURE variable if we are only generating the configure script
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user