X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure;h=58b4a5f592b0d8d4e443131f80f556babd438da3;hb=daee8243ff1c66bc714455a2d265ab02f03546ec;hp=fec8a5617d930894208dcd8848636971e3b91891;hpb=5d9f9a9c6ef58ed7c6ed2311f2bc4d75b8722469;p=lilypond.git diff --git a/configure b/configure deleted file mode 100755 index fec8a5617d..0000000000 --- a/configure +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/sh - -# script to setup library and auto generated files. - -function setversion() { - eval `sed -n 's/^\([A-Z]*\)=\([p0-9].*\)$/\1=\2/p' Variables.make` - NEWVER=$MAJVER.$MINVER.$PATCHLEVEL - echo - echo "Current version ("`pwd`") is $NEWVER" - echo -} - -MAKE=${MAKE:-make} -PREFIX=${PREFIX:-.} -NEEDFLOWERVER=1.1.4 - -echo using PREFIX=$PREFIX -echo I need Flower version $NEEDFLOWERVER - -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; - setversion - if [ $NEWVER != $NEEDFLOWERVER ]; then - echo "You seem to be having an incorrect version of the Flower library" - else - echo "You got the correct Flower version." - fi - $MAKE -} - -cd $here - -echo '#define LIBDIR "'$PREFIX'/"'> hdr/config.hh -touch Site.make -$MAKE -f Initial.make - -echo "The sources are ready for compiling. " -echo "To make sure that you don't have any stale dependencies: do" -echo " make clean" diff --git a/configure b/configure new file mode 120000 index 0000000000..58b4a5f592 --- /dev/null +++ b/configure @@ -0,0 +1 @@ +bin/configure \ No newline at end of file