Kaydet (Commit) 0249d3e9 authored tarafından Enrico Tröger's avatar Enrico Tröger

Don't warn about missing configure flags if configure shall be skipped

üst 9fad7aaa
...@@ -74,7 +74,7 @@ if test "$DIE" -eq 1; then ...@@ -74,7 +74,7 @@ if test "$DIE" -eq 1; then
exit 1 exit 1
fi fi
if test -z "$*"; then if test -z "$*" -a "$NOCONFIGURE" != 1; then
echo "**Warning**: I am going to run \`configure' with no arguments." echo "**Warning**: I am going to run \`configure' with no arguments."
echo "If you wish to pass any to it, please specify them on the" echo "If you wish to pass any to it, please specify them on the"
echo \`$0\'" command line." echo \`$0\'" command line."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment