From 42b091a700e4a5059bb3f2514d1d9e2ff25501da Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Sun, 4 Jul 2004 15:48:52 +0000 Subject: Patch from Julio M. Merino Vidal in bug #134517 to add a 2004-07-04 Mark McLoughlin Patch from Julio M. Merino Vidal in bug #134517 to add a --sysconfsubdir configure argument which allows the sub-directory GConf uses under $sysconfdir to be change. * configure.in: add --sysconfsubdir argument and subst $sysgconfdir which contains the full sysconf path GConf uses. * Makefile.am, examples/Makefile.am, gconf/Makefile.am, gconf/default.path.in, gconf/gconftool.c, standard-schemas/Makefile.am, wrappers/cxx/Makefile.am: use $sysgconfdir. --- wrappers/cxx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers') diff --git a/wrappers/cxx/Makefile.am b/wrappers/cxx/Makefile.am index 3301cadd..66a04a14 100644 --- a/wrappers/cxx/Makefile.am +++ b/wrappers/cxx/Makefile.am @@ -1,5 +1,5 @@ INCLUDES=-I$(top_srcdir) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) $(ORBIT_CFLAGS)\ - -DGCONF_SRCDIR=\""$(absolute_top_srcdir)"\" -DGCONF_SYSCONFDIR=\""$(sysconfdir)"\" -DGCONF_BACKEND_DIR=\""$(pkglibdir)"\" + -DGCONF_SRCDIR=\""$(absolute_top_srcdir)"\" -DGCONF_SYSCONFDIR=\""$(sysgconfdir)"\" -DGCONF_BACKEND_DIR=\""$(pkglibdir)"\" lib_LTLIBRARIES = libgconf-cxxclient.la -- cgit v1.2.1