]> git.sesse.net Git - mlt/commitdiff
Configure and build tuning
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 14 Apr 2004 08:56:33 +0000 (08:56 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 14 Apr 2004 08:56:33 +0000 (08:56 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@277 d19143bc-622f-0410-bfdd-b5b2a6649095

configure
src/modules/configure

index a9574c39f23be30d899fff8de9411fe4f31ad1fd..60a9b635fe221349816f20e120d2ed08f54b2262 100755 (executable)
--- a/configure
+++ b/configure
@@ -80,7 +80,7 @@ set +x
 export build_dir=`dirname $0`
 export prefix=/usr/local
 export help=0
-export version=0.1.0
+export version=0.0.3
 export debug=true
 export mmx=true
 export cpu=
@@ -105,7 +105,7 @@ for i in framework modules inigo valerie miracle humperdink
 do
        if [ -x src/$i/configure ]
        then
-               echo "Configuring `basename $i`:"
+               [ $help = 0 ] && echo "Configuring `basename $i`:"
                pushd src/$i > /dev/null
                ./configure $@
                [ $? != 0 ] && exit 1
index 14031a8b1b58a561beb415a20b06729c85309e18..1a7b7492202cd2dfa846f3c5df767fc99fedd93a 100755 (executable)
@@ -19,7 +19,7 @@ for i in *
 do
        if [ -x $i/configure -a \( "$help" = "1" -o ! -f disable-$i \) ]
        then
-               echo "Configuring modules/$i:"
+               [ "$help" = "0" ] && echo "Configuring modules/$i:"
                pushd $i > /dev/null
                ./configure $@
                [ $? != 0 ] && exit 1