aboutsummaryrefslogtreecommitdiff
path: root/testcurl.sh
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-01 13:14:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-01 13:14:26 +0000
commitfd6ec05916148d4fb38894000b80ba6732de06a8 (patch)
tree401d48d86e528444835b2fe57a8dd75cb57ea4d3 /testcurl.sh
parent6789dfc5f5e2dbfd178478c0c6c2eee5f3cec251 (diff)
Ignore the dreaded aclocal warnings on underquoted definitions that the
recent autoconf annoyingly introduced.
Diffstat (limited to 'testcurl.sh')
-rwxr-xr-xtestcurl.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testcurl.sh b/testcurl.sh
index cdff67c53..a506e8f30 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -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"