X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=config.hh.in;h=01c1c18ffa6509d7d2b021a60aaf8cdc180fcdd8;hb=8ecf19521cf55ad4084a0a87ad6a26339431614f;hp=e04b6d163e5cd57b6e0ea741cb8ce2eb395fe26c;hpb=94dfb814b6bcd17f05e3bb1ff61de9b9e526c3b7;p=lilypond.git diff --git a/config.hh.in b/config.hh.in index e04b6d163e..01c1c18ffa 100644 --- a/config.hh.in +++ b/config.hh.in @@ -2,18 +2,15 @@ #define PACKAGE "@package@" -#define TOPLEVEL_VERSION "@TOPLEVEL_VERSION@" - /* datadir */ #define DATADIR "@DATADIR@" +#define TOPLEVEL_VERSION "@TOPLEVEL_VERSION@" + /* 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 +#define PACKAGE_DATADIR DATADIR "/" PACKAGE "/" TOPLEVEL_VERSION +#define LILYPOND_DATADIR PACKAGE_DATADIR /* default lilypond locale dir */ #define LOCALEDIR "@LOCALEDIR@" @@ -90,3 +87,6 @@ /* 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