autogen.sh: can remove the -Wno-portability from here now
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 20 May 2009 16:07:37 +0000 (17:07 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 21 May 2009 09:54:13 +0000 (10:54 +0100)
since we added it to configure.ac.

autogen.sh

index 44c5ccd..266a808 100755 (executable)
@@ -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."