]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix an unnecessary test failure.
authorBruno Haible <bruno@clisp.org>
Fri, 15 Mar 2002 18:56:32 +0000 (18:56 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:51 +0000 (12:07 +0200)
tests/ChangeLog
tests/msgunfmt-3

index 90dd8ae719cc175bc94fdaa32c219b3e186933fd..f7332cafd7f3128e68aba48a2cc1df05bd2df0c0 100644 (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.
index ee3c391f7dbc2cbf7cdb74462b86ab36166a3588..36e66759697e3146ba7a42c931a66b93efd59707 100755 (executable)
@@ -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"