From f207abc0d2a06411254b8cbd03e77ffa16f66221 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Fri, 16 Apr 2004 17:04:50 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ macros/autogen.sh | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1de83e9da2..4a8f008c96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-16 Derek Atkins + + * src/macros/autogen.sh: Add MORE warnings around gettext because + some users STILL don't "get it". + 2004-05-15 Derek Atkins * src/import-export/hbci/dialog-hbcitrans.c: Don't use C++/C99 diff --git a/macros/autogen.sh b/macros/autogen.sh index 2afaa86f9b..5ff7df8c30 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -224,6 +224,13 @@ do 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