[Gnucash-changes] Add more warnings to autogen.

Derek Atkins warlord at cvs.gnucash.org
Fri Apr 16 13:05:23 EDT 2004


Log Message:
-----------
Add more warnings to autogen.

	* src/macros/autogen.sh: Add MORE warnings around gettext because
	  some users STILL don't "get it".

Tags:
----
gnucash-1-8-branch

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

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1461.2.323
retrieving revision 1.1461.2.324
diff -LChangeLog -LChangeLog -u -r1.1461.2.323 -r1.1461.2.324
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,8 @@
+2004-05-16  Derek Atkins  <derek at ihtfp.com>
+
+	* src/macros/autogen.sh: Add MORE warnings around gettext because
+	  some users STILL don't "get it".
+
 2004-05-15  Derek Atkins  <derek at ihtfp.com>
 
 	* src/import-export/hbci/dialog-hbcitrans.c:  Don't use C++/C99
Index: autogen.sh
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/macros/autogen.sh,v
retrieving revision 1.15.2.2
retrieving revision 1.15.2.3
diff -Lmacros/autogen.sh -Lmacros/autogen.sh -u -r1.15.2.2 -r1.15.2.3
--- macros/autogen.sh
+++ macros/autogen.sh
@@ -139,6 +139,13 @@
       grep "intl/Makefile" configure.in > /dev/null &&
       ( sed -e 's#^AC_OUTPUT(.*intl/Makefile po/Makefile.in#AC_OUTPUT(#' \
 	  configure.in >configure.in.new && mv configure.in.new configure.in )
+      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