[Gnucash-changes] r12091 - gnucash/trunk - * macros/autogen.sh: don't warn the user about running

Derek Atkins warlord at cvs.gnucash.org
Sun Dec 4 10:27:21 EST 2005


Author: warlord
Date: 2005-12-04 10:27:20 -0500 (Sun, 04 Dec 2005)
New Revision: 12091
Trac: http://svn.gnucash.org/trac/changeset/12091

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/macros/autogen.sh
Log:
	* macros/autogen.sh: don't warn the user about running
	  configure with zero arguments.  Autogen doesn't run
	  configure anymore.  This confused a user.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-12-04 12:29:29 UTC (rev 12090)
+++ gnucash/trunk/ChangeLog	2005-12-04 15:27:20 UTC (rev 12091)
@@ -1,3 +1,9 @@
+2005-12-04  Derek Atkins  <derek at ihtfp.com>
+
+	* macros/autogen.sh: don't warn the user about running
+	  configure with zero arguments.  Autogen doesn't run
+	  configure anymore.  This confused a user.
+
 2005-12-04  Christian Stimming  <stimming at tuhh.de>
 
 	* src/import-export/hbci/druid-hbci-initial.c: Fix crash when

Modified: gnucash/trunk/macros/autogen.sh
===================================================================
--- gnucash/trunk/macros/autogen.sh	2005-12-04 12:29:29 UTC (rev 12090)
+++ gnucash/trunk/macros/autogen.sh	2005-12-04 15:27:20 UTC (rev 12091)
@@ -181,12 +181,13 @@
   exit 1
 fi
 
-if test -z "$*"; 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."
-  echo
-fi
+# We don't call configure so we don't need to warn the user here.
+#if test -z "$*"; 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."
+#  echo
+#fi
 
 case $CC in
 xlc )



More information about the gnucash-changes mailing list