7a019e9761
- Various fixes for using the internal glib snapshot. It should now be usable pretty much everywhere with the exception that universal builds are not supported on OS X. - Remove usage of gettext from the internal glib to avoid gettext and libintl dependencies. - Update internal glib snapshot to 2.32.4. - Fix check for POSIX shell used in tests to work better. - Handle spaces in autodetected prefix on Windows. - Bugs fixed 3550, 51883, 52031, 53493.
15 lines
529 B
Text
15 lines
529 B
Text
$NetBSD: patch-glib_m4macros_Makefile.in,v 1.2 2012/08/26 18:10:25 adam Exp $
|
|
|
|
Do not install glib autoconf macros.
|
|
|
|
--- glib/m4macros/Makefile.in.orig 2012-08-24 12:34:16.000000000 +0000
|
|
+++ glib/m4macros/Makefile.in
|
|
@@ -264,7 +264,7 @@ GTESTER_REPORT = $(top_builddir)/glib/gt
|
|
# initialize variables for unconditional += appending
|
|
EXTRA_DIST = $(installed_m4)
|
|
TEST_PROGS =
|
|
-installed_m4 = glib-2.0.m4 glib-gettext.m4 gsettings.m4
|
|
+installed_m4 =
|
|
m4datadir = $(datadir)/aclocal
|
|
noinst_DATA = $(installed_m4)
|
|
all: all-am
|