Updated autogen not to complain when launched without parameters in NOCONFIGURE mode.
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Tue, 28 Nov 2006 11:44:48 +0000 (11:44 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Tue, 28 Nov 2006 11:44:48 +0000 (11:44 +0000)
ChangeLog
autogen.sh

index 87ac6f0..cfe929c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-11-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
+       * autogen.sh: Updated autogen not to complain when launched without
+       parameters in NOCONFIGURE mode.
+
+2006-11-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
        * examples/Makefile.am:
        * examples/hildon-sort-dialog:
        * examples/hildon-sort-dialog/hildon-sort-dialog-example.c: Adding the
index f19db1f..a419852 100755 (executable)
@@ -55,7 +55,7 @@ if test "$DIE" -eq 1; then
   exit 1
 fi
 
-if test -z "$*"; then
+if [ -z "$*" -a "x$NOCONFIGURE" == "x" ]; 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."