Skip to content

Commit

Permalink
2010-03-19 Zoltan Varga <vargaz@gmail.com>
Browse files Browse the repository at this point in the history
	* autogen.sh: Pass -Wno-portability to automake to quiet some warnings.

svn path=/trunk/mono/; revision=153898
  • Loading branch information
vargaz committed Mar 19, 2010
1 parent 792fae5 commit 7102713
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2010-03-19 Zoltan Varga <vargaz@gmail.com>

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

2010-03-16 Jb Evain <jbevain@novell.com>

* runtime/Makefile.am, build-mingw32.sh: rename
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -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; }
Expand Down

0 comments on commit 7102713

Please sign in to comment.