Add more warnings to autogen.

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


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9894 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2004-04-16 17:04:50 +00:00
parent efefa08644
commit f207abc0d2
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2004-05-16 Derek Atkins <derek@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@ihtfp.com> 2004-05-15 Derek Atkins <derek@ihtfp.com>
* src/import-export/hbci/dialog-hbcitrans.c: Don't use C++/C99 * src/import-export/hbci/dialog-hbcitrans.c: Don't use C++/C99

View File

@@ -224,6 +224,13 @@ do
grep "intl/Makefile" configure.in > /dev/null && grep "intl/Makefile" configure.in > /dev/null &&
( sed -e 's#^AC_OUTPUT(.*intl/Makefile po/Makefile.in#AC_OUTPUT(#' \ ( sed -e 's#^AC_OUTPUT(.*intl/Makefile po/Makefile.in#AC_OUTPUT(#' \
configure.in >configure.in.new && mv configure.in.new configure.in ) 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 "^AM_GNU_GETTEXT" configure.in >/dev/null; then
if grep "sed.*POTFILES" configure.in >/dev/null; then if grep "sed.*POTFILES" configure.in >/dev/null; then
: do nothing -- we still have an old unmodified configure.in : do nothing -- we still have an old unmodified configure.in