Fix an unnecessary test failure.

This commit is contained in:
Bruno Haible 2002-03-15 18:56:32 +00:00
parent 80f98cac13
commit 9f73f021e9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-14 Bruno Haible <bruno@clisp.org>
* msgunfmt-3: Make it work when builddir != srcdir.
2002-03-12 Bruno Haible <bruno@clisp.org>
* gettext-0.11.1 released.

View File

@ -39,7 +39,7 @@ ${MSGFMT} --tcl -d msgs -l fr fr.po || exit 1
tmpfiles="$tmpfiles prog.out"
: ${MSGUNFMT=msgunfmt}
GETTEXTDATADIR=../src \
GETTEXTDATADIR=${top_srcdir}/src \
${MSGUNFMT} --tcl -d msgs -l fr -o prog.out || exit 1
tmpfiles="$tmpfiles prog.ok"