From d9112936d0a7d791d911641c82577a4555d082dd Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:27:58 +0000 Subject: [PATCH] lilypond-0.0.23 --- configure | 7 +++++++ init/Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 configure diff --git a/configure b/configure new file mode 100755 index 0000000000..37d5742e10 --- /dev/null +++ b/configure @@ -0,0 +1,7 @@ +#!/bin/sh + +PREFIX="." +echo '#define LIBDIR "'$PREFIX'/"'> hdr/config.hh + +touch depend +make -f Initial.make \ No newline at end of file diff --git a/init/Makefile b/init/Makefile index 19dfcbfcaf..bb93a1c6fd 100644 --- a/init/Makefile +++ b/init/Makefile @@ -1,5 +1,5 @@ DFILES=dutch.ini table_sixteen.ini table_twenty.ini\ - english.ini script.ini + english.ini script.ini symbol.ini default: echo huh? -- 2.39.5