[Gnucash-changes] Automake doesn't cause warnings in lib/goffice any more, so remove the

David Hampton hampton at cvs.gnucash.org
Fri Sep 2 17:27:31 EDT 2005


Log Message:
-----------
Automake doesn't cause warnings in lib/goffice any more, so remove
the message telling the user to ignore them.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/macros:
        autogen.sh

Revision Data
-------------
Index: autogen.sh
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/macros/autogen.sh,v
retrieving revision 1.15.4.14
retrieving revision 1.15.4.15
diff -Lmacros/autogen.sh -Lmacros/autogen.sh -u -r1.15.4.14 -r1.15.4.15
--- macros/autogen.sh
+++ macros/autogen.sh
@@ -287,8 +287,6 @@
 	${AUTOHEADER} || { echo "**Error**: autoheader failed."; exit 1; }
       fi
       echo "Running $AUTOMAKE --gnu $am_opt ..."
-      echo "*** You should ignore any complaints about files in lib/goffice"
-      echo "    overriding the CFLAGS variable."
       $AUTOMAKE --add-missing --gnu $am_opt
       echo "Running autoconf ..."
       autoconf


More information about the gnucash-changes mailing list