Add -Wno-portability to automake invocation. Bug #529120, patch by Philip Van Hoof.
authorChristian Persch <chpe@src.gnome.org>
Thu, 19 Mar 2009 20:12:04 +0000 (20:12 +0000)
committerChristian Persch <chpe@src.gnome.org>
Thu, 19 Mar 2009 20:12:04 +0000 (20:12 +0000)
svn path=/trunk/; revision=3923

ChangeLog
macros2/gnome-autogen.sh

index 2ccf8b5..1392d0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2007-01-29  Christian Persch  <chpe@svn.gnome.org>
 
+       * Add -Wno-portability to automake invocation. Bug #529120, patch by Philip
+       Van Hoof.
+
+2007-01-29  Christian Persch  <chpe@svn.gnome.org>
+
        * macros2/gnome-compiler-flags.m4:
        Fix --enable-cxx-warnings checks. Bug #360693.
 
index f28f42c..e2ce97f 100644 (file)
@@ -467,7 +467,7 @@ for configure_ac in $configure_files; do
           cp -pf INSTALL INSTALL.autogen_bak
         fi
        if [ $REQUIRED_AUTOMAKE_VERSION != 1.4 ]; then
-           $AUTOMAKE --gnu --add-missing --force --copy || exit 1
+           $AUTOMAKE --gnu --add-missing --force --copy -Wno-portability || exit 1
        else
            $AUTOMAKE --gnu --add-missing --copy || exit 1
        fi