mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
configure: Use AC_CONFIG_MACRO_DIR
To keep the correct macros in-tree.
This commit is contained in:
parent
b67d9cb7ee
commit
33c7a9d8ec
@ -49,6 +49,7 @@ AC_INIT(glib, [glib_version],
|
||||
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
AC_CONFIG_SRCDIR([glib/glib.h])
|
||||
AC_CONFIG_MACRO_DIR([m4macros])
|
||||
|
||||
# Save this value here, since automake will set cflags later
|
||||
cflags_set=${CFLAGS+set}
|
||||
|
Loading…
Reference in New Issue
Block a user