[farsight2/master] Remove the automake portability warnings

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:57 PST 2008


---
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 27af4d4..fd07cc8 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
-- 
1.5.6.5




More information about the farsight-commits mailing list