mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Deal with gettext not doing anything on every autogen.
* macros/autogen.sh: make sure we always have intl and po Makefiles in the configure script. Sometimes it was ripped out without being replaced. Reported by twunder. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9877 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2004-04-05 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* macros/autogen.sh: make sure we always have intl and po Makefiles
|
||||
in the configure script. Sometimes it was ripped out without being
|
||||
replaced. Reported by twunder.
|
||||
|
||||
2004-04-01 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/gnome/dialog-scheduledxaction.c: Move variable declaration
|
||||
|
||||
@@ -249,15 +249,9 @@ do
|
||||
echo "*** Ignore any instruction above about running aclocal by hand."
|
||||
echo "*** I repeat, do not run aclocal by hand. You have been warned....."
|
||||
echo
|
||||
case $gettext_version in
|
||||
0.10.*)
|
||||
grep "intl/Makefile" configure.in > /dev/null ||
|
||||
( sed -e 's#^AC_OUTPUT(#AC_OUTPUT( intl/Makefile po/Makefile.in#' \
|
||||
grep "intl/Makefile" configure.in > /dev/null ||
|
||||
( sed -e 's#^AC_OUTPUT(#AC_OUTPUT( intl/Makefile po/Makefile.in#' \
|
||||
configure.in >configure.in.new && mv configure.in.new configure.in )
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
if grep "^AC_PROG_INTLTOOL" configure.in >/dev/null; then
|
||||
echo "Running ${INTLTOOLIZE} ..."
|
||||
${INTLTOOLIZE} --copy --force --automake
|
||||
|
||||
Reference in New Issue
Block a user