mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user