Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 12 Apr 2012 20:41:47 Commit: 0249d3e90652b1aebabe32cfc7a9518596eb7fef https://github.com/geany/geany/commit/0249d3e90652b1aebabe32cfc7a9518596eb7f...
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).