]> git.donarmstrong.com Git - lilypond.git/blobdiff - config.hh.in
* mf/feta-klef.mf: revise.
[lilypond.git] / config.hh.in
index dff59ec5b23590f1fba825e8087044e8cb4559e9..01c1c18ffa6509d7d2b021a60aaf8cdc180fcdd8 100644 (file)
@@ -5,13 +5,12 @@
 /* datadir */
 #define DATADIR "@DATADIR@"
 
+#define TOPLEVEL_VERSION "@TOPLEVEL_VERSION@"
+
 /* LilyPond init and input base directory */
 
-/*
-urg.
-*/
-/* #define PACKAGE_DATADIR DATADIR "/" PACKAGE "@TOPLEVEL_MAJOR_VERSION@.@TOPLEVEL_MINOR_VERSION@" @MAJOR_VERSION@
-#define LILYPOND_DATADIR PACKAGE_DATADIR */
+#define PACKAGE_DATADIR DATADIR "/" PACKAGE "/" TOPLEVEL_VERSION
+#define LILYPOND_DATADIR PACKAGE_DATADIR
 
 /* default lilypond locale dir */
 #define LOCALEDIR "@LOCALEDIR@"
@@ -88,3 +87,6 @@ urg.
 
 /* define if you have pango_fc_font_map_add_decoder_find_func */
 #define HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC 0
+
+/* define if you have libkpathsea.so */
+#define HAVE_LIBKPATHSEA_SO 0