]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Ignore the dreaded aclocal warnings on underquoted definitions that the
authorDaniel Stenberg <daniel@haxx.se>
Mon, 1 Mar 2004 13:14:26 +0000 (13:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Mar 2004 13:14:26 +0000 (13:14 +0000)
recent autoconf annoyingly introduced.

testcurl.sh

index cdff67c534acaba175908fe99f98a5b585ab7537..a506e8f305320abc87c6467c3056f8a3206d5fdd 100755 (executable)
@@ -214,7 +214,8 @@ if [ $CVS -eq 1 ]; then
   rm -rf autom4te.cache
 
   # generate the build files
-  ./buildconf 2>&1 | tee $buildlog
+  log "invoke buildconf, but filter off the silly aclocal warnings"
+  ./buildconf 2>&1 | grep -v "warning: underquoted definition of" | tee $buildlog
 
   if { grep "^buildconf: OK" $buildlog >/dev/null 2>&1; } then
      log "buildconf was successful"