From c8e36e0e9b095f1ec41eb9ad55f57a3dbe2e37be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 17 Jan 2008 17:51:56 -0500 Subject: Remove the automake portability warnings --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit v1.2.1