make sure that po/POTFILES.in exists so configure doens't complain.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14500 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2006-07-15 01:33:53 +00:00
parent 2e3b619ae0
commit 0863f9d7ae
3 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2006-07-14 Derek Atkins <derek@ihtfp.com>
* configure.in:
* autogen.sh:
make sure that po/POTFILES.in exists so configure doens't complain.
2006-07-14 Andreas Köhler <andi5.py@gmx.net>
* src/gnome/schemas/Makefile.am: Add

View File

@@ -187,6 +187,9 @@ esac
dr=${srcdir}
echo "Creating $dr/po/POTFILES.in ..."
test -r $dr/po/POTFILES.in || touch $dr/po/POTFILES.in
echo "Creating $dr/aclocal.m4 ..."
test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
@@ -199,6 +202,9 @@ echo
echo "Ensure $dr/aclocal.m4 is writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
echo "Ensure $dr/po/POTFILES.in is writable ..."
test -r $dr/po/POTFILES.in && chmod u+w $dr/po/POTFILES.in
echo "Running ${INTLTOOLIZE} --force --copy ..."
${INTLTOOLIZE} --force --copy || \
{ echo "**Error**: ${INTLTOOLIZE} failed."; exit 1; }

View File

@@ -67,7 +67,6 @@ dnl Set of available languages.
ALL_LINGUAS="ca cs da de el en_GB es_NI es eu fr hu it ja nb ne nl pl pt_BR pt ro ru rw sk sv ta tr uk zh_CN zh_TW"
GETTEXT_PACKAGE=gnucash
AC_MSG_NOTICE([Ignore error message "./po/POTFILES.in: No such file or directory." if it occurrs.])
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
[GetText version number])