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:
Derek Atkins
2004-04-05 18:31:22 +00:00
parent 53824933a5
commit 17eee61f51
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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