summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-01-17 17:51:56 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-01-17 17:51:56 -0500
commitc8e36e0e9b095f1ec41eb9ad55f57a3dbe2e37be (patch)
tree88d6ab3b8d359bce6e447cf2f4538c05e6072dcd /autogen.sh
parente1d99555d97b0235287dee641c670d6749210f5f (diff)
downloadfarstream-c8e36e0e9b095f1ec41eb9ad55f57a3dbe2e37be.tar.gz
Remove the automake portability warnings
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 27af4d4b..fd07cc86 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -67,7 +67,7 @@ tool_run "$autoheader"
echo timestamp > stamp-h.in 2> /dev/null
tool_run "$autoconf"
-tool_run "$automake" "-a -c"
+tool_run "$automake" "-a -c -Wno-portability"
# if enable exists, add an -enable option for each of the lines in that file
if test -f enable; then