[SCM] calf/master: + AutoHell: added NOCONFIGURE variable handling to autogen.sh (requested by Toni Graffy)

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:16 UTC 2013


The following commit has been merged in the master branch:
commit a689c0943e5bcd5dae7ab1f6452da1fea49266e1
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Fri May 30 22:53:07 2008 +0000

    + AutoHell: added NOCONFIGURE variable handling to autogen.sh (requested by Toni Graffy)
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@194 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/autogen.sh b/autogen.sh
index 16feee2..49fcf75 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,4 +4,6 @@ libtoolize --force --automake --copy
 autoheader --force
 autoconf --force
 automake --force-missing --copy
-./configure --enable-experimental $@
+if test "$NOCONFIGURE" != 1; then
+  ./configure --enable-experimental $@
+fi

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list