mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +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
|
||||
cflags_set=${CFLAGS+set}
|
||||
|
||||
AM_INIT_AUTOMAKE(no-define)
|
||||
AM_INIT_AUTOMAKE([no-define -Wno-portability])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
# Support silent build rules, requires at least automake-1.11. Enable
|
||||
|
Loading…
Reference in New Issue
Block a user