[geany/geany] 0249d3: Don't warn about missing configure flags if configure shall be skipped

Enrico Tröger git-noreply at xxxxx
Thu Apr 12 20:41:47 UTC 2012


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Thu, 12 Apr 2012 20:41:47
Commit:      0249d3e90652b1aebabe32cfc7a9518596eb7fef
             https://github.com/geany/geany/commit/0249d3e90652b1aebabe32cfc7a9518596eb7fef

Log Message:
-----------
Don't warn about missing configure flags if configure shall be skipped


Modified Paths:
--------------
    autogen.sh

Modified: autogen.sh
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -74,7 +74,7 @@ if test "$DIE" -eq 1; then
 	exit 1
 fi
 
-if test -z "$*"; then
+if test -z "$*" -a "$NOCONFIGURE" != 1; then
 	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 \`$0\'" command line."


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list