mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
Add no-portability option to automake
We require GNU Make and has done so for a while already
This commit is contained in:
parent
6529c07614
commit
a945505246
@ -48,7 +48,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||||||
# Save this value here, since automake will set cflags later
|
# Save this value here, since automake will set cflags later
|
||||||
cflags_set=${CFLAGS+set}
|
cflags_set=${CFLAGS+set}
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(no-define)
|
AM_INIT_AUTOMAKE([no-define -Wno-portability])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
# Support silent build rules, requires at least automake-1.11. Enable
|
# Support silent build rules, requires at least automake-1.11. Enable
|
||||||
|
Loading…
Reference in New Issue
Block a user