diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-20 17:07:37 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-21 10:54:13 +0100 |
commit | 25b1849b80ac97f6051bcce7e014e8ddb525bde6 (patch) | |
tree | bea77657c4151b8aad5941bfb17480edc09260ce /autogen.sh | |
parent | 72232cfef17303e687dc711abcb06b1bec60bcb7 (diff) |
autogen.sh: can remove the -Wno-portability from here now
since we added it to configure.ac.
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 44c5ccda0..266a80847 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." |