diff gnulib-tool @ 4586:eb1b4acf2e86

Avoid autoconf/autoheader warning "AC_COMPILE_IFELSE was called before gl_USE_SYSTEM_EXTENSIONS"
author Bruno Haible <bruno@clisp.org>
date Sun, 17 Aug 2003 15:25:00 +0000
parents db705903ccfc
children 39841d2009ed
line wrap: on
line diff
--- 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 @@
      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