+2006-01-07 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
+ variable.
+ Needed to avoid an automake error regarding the 'gettext' module.
+
2006-01-07 Bruno Haible <bruno@clisp.org>
* modules/gettext (configure.ac): Add an invocation of
progname=$0
package=gnulib
-cvsdatestamp='$Date: 2006-01-09 13:27:12 $'
+cvsdatestamp='$Date: 2006-01-10 13:37:12 $'
last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
echo
echo "ACLOCAL_AMFLAGS = -I ${testsbase_inverse}/${m4base}"
echo
+ # Nothing is being added to SUBDIRS; nevertheless the existence of this
+ # variable is needed to avoid an error from automake:
+ # "AM_GNU_GETTEXT used but SUBDIRS not defined"
+ echo "SUBDIRS ="
echo "TESTS ="
echo "TESTS_ENVIRONMENT ="
echo "noinst_PROGRAMS ="