From: ddennedy Date: Mon, 30 Jul 2007 19:35:45 +0000 (+0000) Subject: configure: fix broken variables in pkg-config files X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bfd0d608255fcae6dec554a9995aa347939c6159;p=mlt configure: fix broken variables in pkg-config files policies.txt: add bug reporting procedure git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1021 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/configure b/configure index fe1423d7..a2f93e8c 100755 --- a/configure +++ b/configure @@ -94,13 +94,15 @@ build_pkgconfig() { for i in framework valerie miracle do - echo "prefix=$prefix" >mlt-$i.pc - echo "exec_prefix=$prefix" >>mlt-$i.pc - echo "libdir=$libdir" >>mlt-$i.pc - echo "includedir=$prefix/include" >>mlt-$i.pc - echo "version=$version" >>mlt-$i.pc - echo "cflags=`grep ^$i packages.dat | cut -f 2`" >>mlt-$i.pc - echo "libs=`grep ^$i packages.dat | cut -f 3`" >>mlt-$i.pc + echo prefix="$prefix" > mlt-$i.pc + ( + echo exec_prefix=$prefix + echo libdir=$libdir + echo includedir=$prefix/include + echo version=$version + echo cflags=`grep ^$i packages.dat | cut -f 2` + echo libs=`grep ^$i packages.dat | cut -f 3` + ) >> mlt-$i.pc cat mlt-$i.pc.in >>mlt-$i.pc done } diff --git a/docs/policies.txt b/docs/policies.txt index f568582b..4da3b605 100644 --- a/docs/policies.txt +++ b/docs/policies.txt @@ -39,3 +39,10 @@ the core subroutines into a separate file with the original copyright and just copyright the MLT integration code as your own. However, if you have heavily modified the original code beyond nearly all recognition, you can copyright it as your own and attribute the original author as inspiration. + +Bug Reporting: +First preference is to use the SourceForge tracker: +http://sourceforge.net/tracker/?group_id=96039&atid=613414 +Second preference is in the mailing list: +mlt-devel@lists.sourceforge.net +