build: Use no-define

We don't need the PACKAGE and VERSION defines in the config.h.
This commit is contained in:
Emmanuele Bassi 2010-01-22 00:06:17 +00:00
parent f7e7985344
commit 4695383281

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 -Wno-portability])
AM_INIT_AUTOMAKE([1.9.6 foreign -Wno-portability no-define])
CLUTTER_MAJOR_VERSION=clutter_major_version
CLUTTER_MINOR_VERSION=clutter_minor_version