From 1d556ba7be003db8b68edff7de4bf36aca3aa499 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:34:53 +0000 Subject: [PATCH] lilypond-0.0.41 --- configure | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/configure b/configure index 2e50a3fbf4..bf45d57827 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # # project LilyPond -- the musical typesetter # title (bash/sh/ksh) script to setup library and auto generated files -# file configure +# file configure-broken-system # # Copyright (c) 1997 by # Han-Wen Nienhuys @@ -32,6 +32,7 @@ fi do_outdir() { if [ \! -d $1/out ] then + touch $1/.GENERATE mkdir $1/out echo 0 > $1/.build fi @@ -39,17 +40,8 @@ do_outdir() { echo using PREFIX=$PREFIX -#ugh # dist ze dan!, nou stiekem wordt "out" later toch "loes" of "doze" -# do_outdir flower/lib -# now all make rules! - -echo Configuring Flower Library - -#ugh, now all make rules -# the _real_ config stuff should be generated here, though. -# echo '#define LIBDIR "'$PREFIX'/"'> lib/out/config.hh -# touch flower/lib/out/flower-config.hh -# touch make/out/Site.make +do_outdir make +touch make/out/Site.make $MAKE -C make -f Initial.make -- 2.39.5