mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Fix an unnecessary test failure.
This commit is contained in:
parent
80f98cac13
commit
9f73f021e9
@ -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.
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user