]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure
release: 1.1.10
[lilypond.git] / configure
index 2857ad2aa4ee85a66ac059fb273620d179c6c171..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,31 +0,0 @@
-#!/bin/sh
-
-PREFIX=${PREFIX:-.}
-echo using PREFIX=$PREFIX
-
-NEEDFLOWERVER=1.0.26
-flowertar=flower-$NEEDFLOWERVER
-here=`pwd`
-cd ..
-if [ -x flower ]
-then
-    echo Found flowerdir
-else
-
-    if [ ! -d $flowertar ]
-    then
-       echo "can't find $flowertar"
-       exit 1;
-    fi
-    rm flower
-    ln -s $flowertar flower
-
-fi
-echo Compiling Library
-(cd flower;make)
-
-cd $here
-
-echo '#define LIBDIR "'$PREFIX'/"'> hdr/config.hh
-touch Site.make
-make -f Initial.make