comparison 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
comparison
equal deleted inserted replaced
4585:8a4f406f759c 4586:eb1b4acf2e86
20 # This program is meant for authors or maintainers which want to import 20 # This program is meant for authors or maintainers which want to import
21 # modules from gnulib into their packages. 21 # modules from gnulib into their packages.
22 22
23 progname=$0 23 progname=$0
24 package=gnulib 24 package=gnulib
25 cvsdatestamp='$Date: 2003-05-22 13:57:59 $' 25 cvsdatestamp='$Date: 2003-08-17 15:25:00 $'
26 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` 26 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
27 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` 27 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
28 28
29 # You can set AUTOCONFPATH to empty if autoconf 2.57 is already in your PATH. 29 # You can set AUTOCONFPATH to empty if autoconf 2.57 is already in your PATH.
30 AUTOCONFPATH= 30 AUTOCONFPATH=
419 echo 419 echo
420 if grep AC_GNU_SOURCE "$testdir"/m4/*.m4 > /dev/null; then 420 if grep AC_GNU_SOURCE "$testdir"/m4/*.m4 > /dev/null; then
421 echo "AC_GNU_SOURCE" 421 echo "AC_GNU_SOURCE"
422 echo 422 echo
423 fi 423 fi
424 if grep gl_USE_SYSTEM_EXTENSIONS "$testdir"/m4/*.m4 > /dev/null; then
425 echo "gl_USE_SYSTEM_EXTENSIONS"
426 echo
427 fi
424 for module in $modules; do 428 for module in $modules; do
425 func_verify_module 429 func_verify_module
426 if test -n "$module"; then 430 if test -n "$module"; then
427 func_get_autoconf_snippet "$module" 431 func_get_autoconf_snippet "$module"
428 fi 432 fi