mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
build: Use no-define
We don't need the PACKAGE and VERSION defines in the config.h.
This commit is contained in:
parent
f7e7985344
commit
4695383281
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user