X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=gnulib-tool;h=aa407676eff2dda2bedf53cf0eea1d6968443398;hb=c5467a5a59852da74dc849497f47b4966fcba269;hp=070b779213d8c2bdf210d24abae6e1b4f5e71f5a;hpb=2d0d5d996115d3f7e92ec524d2784a8fc6548f72;p=gnulib.git diff --git a/gnulib-tool b/gnulib-tool index 070b77921..aa407676e 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ 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'` @@ -421,6 +421,10 @@ func_create_testdir () 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