2012-04-10 06:38:57 -07:00
|
|
|
diff --git a/glib/configure.ac b/glib/configure.ac
|
2014-02-03 15:41:27 -08:00
|
|
|
index 295e008..8e45480 100644
|
2012-04-10 06:38:57 -07:00
|
|
|
--- a/glib/configure.ac
|
|
|
|
|
+++ b/glib/configure.ac
|
|
|
|
|
@@ -63,7 +63,7 @@ AC_CONFIG_MACRO_DIR([m4macros])
|
|
|
|
|
# Save this value here, since automake will set cflags later
|
|
|
|
|
cflags_set=${CFLAGS+set}
|
|
|
|
|
|
2014-02-03 15:41:27 -08:00
|
|
|
-AM_INIT_AUTOMAKE([1.11 -Wno-portability no-define no-dist-gzip dist-xz tar-ustar])
|
|
|
|
|
+AM_INIT_AUTOMAKE([1.11 -Wno-portability no-define no-dist-gzip dist-xz tar-ustar foreign])
|
2012-04-10 06:38:57 -07:00
|
|
|
AM_MAINTAINER_MODE([enable])
|
|
|
|
|
|
|
|
|
|
# Support silent build rules. Disable
|