Ignore the dreaded aclocal warnings on underquoted definitions that the
recent autoconf annoyingly introduced.
This commit is contained in:
parent
6789dfc5f5
commit
fd6ec05916
@ -214,7 +214,8 @@ if [ $CVS -eq 1 ]; then
|
|||||||
rm -rf autom4te.cache
|
rm -rf autom4te.cache
|
||||||
|
|
||||||
# generate the build files
|
# 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
|
if { grep "^buildconf: OK" $buildlog >/dev/null 2>&1; } then
|
||||||
log "buildconf was successful"
|
log "buildconf was successful"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user