From f4fae94a9efe948b736cf394d5f6931787731b4f Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 23 Jun 1998 13:26:11 +0000 Subject: [PATCH] lilypond-1.0.1 --- stepmake/config.hh.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 stepmake/config.hh.in diff --git a/stepmake/config.hh.in b/stepmake/config.hh.in new file mode 100644 index 0000000000..1efa897fc2 --- /dev/null +++ b/stepmake/config.hh.in @@ -0,0 +1,14 @@ +/* @configure_input@ */ + +/* Hmm */ +#define PACKAGE "@package@" + +/* Toplevel version */ +#define TOPLEVEL_VERSION "@TOPLEVEL_VERSION@" + +/* default init and input dir */ +#define DIR_DATADIR "@DIR_DATADIR@" + +/* default locale dir */ +#define DIR_LOCALEDIR "@DIR_LOCALEDIR@" + -- 2.39.5