2014-08-14 Fred Gleason <fredg@paravelsystems.com>

* Amalgamated INCLUDE Makefile entries into AM_CPPFLAGS.
	* Added '-Wno-portability' to the invocation of 'automake' in
	'autogen.sh'.
This commit is contained in:
Fred Gleason
2014-08-14 13:20:26 -04:00
parent 8c7dd1d861
commit 6532b723b2
47 changed files with 49 additions and 89 deletions

View File

@@ -37,7 +37,7 @@ aclocal $ACLOCAL_FLAGS || {
exit 1
}
automake --add-missing || {
automake --add-missing -Wno-portability || {
echo "automake --add-missing failed, exiting..."
exit 1
}