]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a failure of lang-sh and lang-bash when builddir != srcdir.
authorBruno Haible <bruno@clisp.org>
Wed, 3 Dec 2003 19:43:46 +0000 (19:43 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:27 +0000 (12:11 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/Makefile.am

index f0dd85555d7d71d5911304088d4051c70d23d40a..bb2c7bb60712317350464ae74d959733429964da 100644 (file)
@@ -1,3 +1,16 @@
+2003-12-03  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (TESTS_ENVIRONMENT): Add the gettext-runtime/src source
+       dir to PATH, so that gettext.sh is found.
+       Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
+
+2003-12-03  Bruno Haible  <bruno@clisp.org>
+
+       * xgettext-glade-2: Protect here document against backslash
+       interpretation.
+       * xgettext-glade-3: Likewise.
+       Reported by Paul Jarc <prj@po.cwru.edu>.
+
 2003-12-02  Bruno Haible  <bruno@clisp.org>
 
        * xgettext-glade-3: Skip the test if expat is not available.
index ffbe12c9c178a2d45ab2dcb06f2b700040cddfb9..b1c0f6a1fe95662d0721dbe41503024621b88c69 100644 (file)
@@ -112,7 +112,7 @@ CHECKER =
 #CHECKER = valgrind --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes
 
 TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) \
-                   PATH=.:../src:../../gettext-runtime/src:$$PATH \
+                   PATH=.:../src:../../gettext-runtime/src:$(top_srcdir)/../gettext-runtime/src:$$PATH \
                    GETTEXT="$(CHECKER) tstgettext" \
                    NGETTEXT="$(CHECKER) tstngettext" \
                    XGETTEXT="$(CHECKER) xgettext" \