+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.
#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" \