]> git.donarmstrong.com Git - lilypond.git/blobdiff - config.hh.in
* lily/font-config.cc (init_fontconfig): add
[lilypond.git] / config.hh.in
index e04b6d163e5cd57b6e0ea741cb8ce2eb395fe26c..dff59ec5b23590f1fba825e8087044e8cb4559e9 100644 (file)
@@ -2,18 +2,16 @@
 
 #define PACKAGE "@package@"
 
-#define TOPLEVEL_VERSION "@TOPLEVEL_VERSION@"
-
 /* datadir */
 #define DATADIR "@DATADIR@"
 
 /* LilyPond init and input base directory */
-#define PACKAGE_DATADIR DATADIR "/" PACKAGE
-#define LILYPOND_DATADIR PACKAGE_DATADIR
 
-/* LilyPond specific init and input directory */
-#define LOCAL_PACKAGE_DATADIR PACKAGE_DATADIR "/" TOPLEVEL_VERSION
-#define LOCAL_LILYPOND_DATADIR LOCAL_PACKAGE_DATADIR
+/*
+urg.
+*/
+/* #define PACKAGE_DATADIR DATADIR "/" PACKAGE "@TOPLEVEL_MAJOR_VERSION@.@TOPLEVEL_MINOR_VERSION@" @MAJOR_VERSION@
+#define LILYPOND_DATADIR PACKAGE_DATADIR */
 
 /* default lilypond locale dir */
 #define LOCALEDIR "@LOCALEDIR@"