[Gnucash-changes] Remove obsolete warning about gettext.

David Hampton hampton at cvs.gnucash.org
Mon Oct 31 15:38:54 EST 2005


Log Message:
-----------
Remove obsolete warning about gettext.

Tags:
----
gnucash-gnome2-dev

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

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.365
retrieving revision 1.1487.2.366
diff -LChangeLog -LChangeLog -u -r1.1487.2.365 -r1.1487.2.366
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,9 @@
+2005-10-31  David Hampton  <hampton at employees.org>
+
+	* macros/autogen.sh: Remove obsolete warning about gettext.
+
+	* various: Final sync from HEAD to the gnucash-gnome2-dev branch.
+
 2005-10-30  Joshua Sled  <jsled at asynchronous.org>
 
 	* GNOME2_STATUS: Updates
Index: autogen.sh
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/macros/autogen.sh,v
retrieving revision 1.15.4.19
retrieving revision 1.15.4.20
diff -Lmacros/autogen.sh -Lmacros/autogen.sh -u -r1.15.4.19 -r1.15.4.20
--- macros/autogen.sh
+++ macros/autogen.sh
@@ -228,13 +228,6 @@
         fi
       done
 
-      echo
-      echo "*** WARNING ***"
-      echo "*** We're about to run \"gettext\" which may spew a few paragraphs"
-      echo "*** of crap at you and ask you to acknowledge it.  If it does this,"
-      echo "*** just hit return to acknowledge gettext.  You DO NOT need to do"
-      echo "*** anything that it asks of you except hitting return."
-      echo
       if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then
 	if grep "sed.*POTFILES" configure.in >/dev/null; then
 	  : do nothing -- we still have an old unmodified configure.in


More information about the gnucash-changes mailing list