From 25b1849b80ac97f6051bcce7e014e8ddb525bde6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 20 May 2009 17:07:37 +0100 Subject: [PATCH] autogen.sh: can remove the -Wno-portability from here now since we added it to configure.ac. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 44c5ccd..266a808 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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." -- 2.7.4