autogen.sh: can remove the -Wno-portability from here now

since we added it to configure.ac.
This commit is contained in:
Tim-Philipp Müller 2009-05-20 17:07:37 +01:00
parent 72232cfef1
commit 25b1849b80

View file

@ -90,7 +90,7 @@ echo timestamp > stamp-h.in 2> /dev/null
tool_run "$autoconf"
debug "automake: $automake"
tool_run "$automake" "--add-missing --copy -Wno-portability"
tool_run "$automake" "--add-missing --copy"
test -n "$NOCONFIGURE" && {
echo "skipping configure stage for package $package, as requested."