summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-22 09:55:20 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-22 09:55:47 +0100
commit9618c437842818896eb39d2306865ab968adb546 (patch)
treee61a424282bc391e1bc2d9d08a9b6f78522add8a /autogen.sh
parente5b1c976c4dbbea82d0bc1f0de7c0bf4b6d1705d (diff)
autotools: move -Wno-portability for automake to configure.ac
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f334a5667..61fb4d7c0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -84,7 +84,7 @@ tool_run "$autoheader"
echo timestamp > stamp-h.in 2> /dev/null
tool_run "$autoconf"
-tool_run "$automake" "-a -c -Wno-portability"
+tool_run "$automake" "-a -c"
# if enable exists, add an -enable option for each of the lines in that file
if test -f enable; then