+2010-05-22 Bruno Haible <bruno@clisp.org>
+
+ xgettext-glade-4: Skip, not fail, when expat was not available.
+ * xgettext-glade-4: Use the same test for xgettext Glade support as in
+ xgettext-glade-[123].
+ Patch by Matt Burgess <matthew@linuxfromscratch.org>.
+
2010-05-15 Bruno Haible <bruno@clisp.org>
Avoid link error on MacOS X 10.4, due to replaced 'unsetenv' function.
tmpfiles=""
trap 'rm -fr $tmpfiles' 1 2 3 15
+tmpfiles="$tmpfiles empty.glade"
+cat <<EOF > empty.glade
+<?xml version="1.0"?>
+<GTK-Interface/>
+EOF
+
+tmpfiles="$tmpfiles xg-gl-4.pot"
+: ${XGETTEXT=xgettext}
+${XGETTEXT} -o xg-gl-4.pot empty.glade 2>/dev/null
+test $? = 0 || {
+ echo "Skipping test: xgettext was built without Glade support"
+ rm -fr $tmpfiles; exit 77
+}
+
tmpfiles="$tmpfiles xg-gl-4.glade"
cat <<EOF > xg-gl-4.glade
<?xml version="1.0" encoding="UTF-8" standalone="no"?>