+2003-08-17 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
+ like AC_GNU_SOURCE.
+ * modules/extensions (configure.ac): Comment out the invocation of
+ gl_USE_SYSTEM_EXTENSIONS.
+
2003-08-17 Bruno Haible <bruno@clisp.org>
* modules/euidaccess (Files): Add lib/euidaccess.h.
progname=$0
package=gnulib
-cvsdatestamp='$Date: 2003-05-22 13:57:59 $'
+cvsdatestamp='$Date: 2003-08-17 15:25:00 $'
last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
echo "AC_GNU_SOURCE"
echo
fi
+ if grep gl_USE_SYSTEM_EXTENSIONS "$testdir"/m4/*.m4 > /dev/null; then
+ echo "gl_USE_SYSTEM_EXTENSIONS"
+ echo
+ fi
for module in $modules; do
func_verify_module
if test -n "$module"; then