r15149 - gnucash/trunk/src/engine - Remove configure-time path variables that are not used in the source code

Christian Stimming cstim at cvs.gnucash.org
Mon Nov 27 07:56:13 EST 2006


Author: cstim
Date: 2006-11-27 07:56:12 -0500 (Mon, 27 Nov 2006)
New Revision: 15149
Trac: http://svn.gnucash.org/trac/changeset/15149

Modified:
   gnucash/trunk/src/engine/Makefile.am
   gnucash/trunk/src/engine/gncla-dir.h.in
Log:
Remove configure-time path variables that are not used in the source code

Modified: gnucash/trunk/src/engine/Makefile.am
===================================================================
--- gnucash/trunk/src/engine/Makefile.am	2006-11-27 12:37:13 UTC (rev 15148)
+++ gnucash/trunk/src/engine/Makefile.am	2006-11-27 12:56:12 UTC (rev 15149)
@@ -182,10 +182,6 @@
 	rm -f $@.tmp
 	sed < $< > $@.tmp \
 		-e 's#@-DATADIRNAME-@#${DATADIRNAME}#g' \
-		-e 's#@-GNC_ACCOUNTS_DIR-@#${GNC_ACCOUNTS_DIR}#g' \
-		-e 's#@-GNC_GLADE_DIR-@#${GNC_GLADE_DIR}#g' \
-		-e 's#@-GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY-@#${GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY}#g' \
-		-e 's#@-pkglibdir-@#${pkglibdir}#g' \
 		-e 's#@-libdir-@#${libdir}#g' \
 		-e 's#@-sysconfdir-@#${sysconfdir}#g' \
 		-e 's#@-datadir-@#${datadir}#g' \

Modified: gnucash/trunk/src/engine/gncla-dir.h.in
===================================================================
--- gnucash/trunk/src/engine/gncla-dir.h.in	2006-11-27 12:37:13 UTC (rev 15148)
+++ gnucash/trunk/src/engine/gncla-dir.h.in	2006-11-27 12:56:12 UTC (rev 15149)
@@ -28,10 +28,5 @@
 #define SYSCONFDIR "@-sysconfdir-@"
 
 #define LIBDIR "@-libdir-@"
-#define PKGLIBDIR "@-pkglibdir-@"
 
 #define LOCALE_DATADIRNAME "@-DATADIRNAME-@"
-
-#define GNC_ACCOUNTS_DIR "@-GNC_ACCOUNTS_DIR-@"
-#define GNC_GLADE_DIR "@-GNC_GLADE_DIR-@"
-#define GNC_GCONF_DIR "@-GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY-@"



More information about the gnucash-changes mailing list