diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-22 01:12:35 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-22 01:31:47 +0100 |
commit | fac0992929a6d8a081d6e6427de85eb2d76520cb (patch) | |
tree | 2c12771949f535411952c2211d950be8b339c05f /autogen.sh | |
parent | 5776632762d88a3e90fd81300ca7124ad5ab0f3f (diff) |
autotools: move the -Wno-portability from autogen.sh to configure.ac
If we're lucky it'll get used on automatic rebuilds as well that way.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index b08d04f5b..517357049 100755 --- a/autogen.sh +++ b/autogen.sh @@ -85,7 +85,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 |