Explorar el Código

2010-03-19 Zoltan Varga <[email protected]>

	* autogen.sh: Pass -Wno-portability to automake to quiet some warnings.

svn path=/trunk/mono/; revision=153898
Zoltan Varga hace 16 años
padre
commit
71027137fa
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 0
      ChangeLog
  2. 1 1
      autogen.sh

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2010-03-19  Zoltan Varga  <[email protected]>
+
+	* autogen.sh: Pass -Wno-portability to automake to quiet some warnings.
+
 2010-03-16  Jb Evain  <[email protected]>
 
 	* runtime/Makefile.am, build-mingw32.sh: rename

+ 1 - 1
autogen.sh

@@ -119,7 +119,7 @@ if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
 fi
 
 echo "Running automake --gnu $am_opt ..."
-automake --add-missing --gnu $am_opt ||
+automake --add-missing --gnu -Wno-portability $am_opt ||
   { echo "**Error**: automake failed."; exit 1; }
 echo "Running autoconf ..."
 autoconf || { echo "**Error**: autoconf failed."; exit 1; }