build-goo: get rid of warnings related to non-GNU systems

calculate-0.9.5
Ray Strode 10 years ago
parent 8fc93c9a47
commit 759e6d95fd

@ -1,7 +1,7 @@
#!/bin/sh
cd $(dirname $0)
autoreconf --install --symlink
autoreconf --install --symlink -Wno-portability
if test -z "$NOCONFIGURE"; then
exec ./configure $@
fi

Loading…
Cancel
Save