build: Add no-portability option to automake

We require the GNU version of make for some of our rules, and it's been
so for a while now.
This commit is contained in:
Emmanuele Bassi 2010-01-21 23:57:38 +00:00
parent a545f66a5c
commit f7e7985344

View File

@ -56,7 +56,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build/autotools])
AM_INIT_AUTOMAKE([1.9.6 foreign])
AM_INIT_AUTOMAKE([1.9.6 foreign -Wno-portability])
CLUTTER_MAJOR_VERSION=clutter_major_version
CLUTTER_MINOR_VERSION=clutter_minor_version