[FFmpeg-cvslog] r24821 - trunk/configure

stefano subversion
Wed Aug 18 12:57:48 CEST 2010


Author: stefano
Date: Wed Aug 18 12:57:48 2010
New Revision: 24821

Log:
Fix configure .pc files generation and make install when
--build-suffix is used.

Patch by Anatoly Nenashev ${surname}_as at mail.ru.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Aug 18 11:39:21 2010	(r24820)
+++ trunk/configure	Wed Aug 18 12:57:48 2010	(r24821)
@@ -3217,7 +3217,7 @@ comment=$2
 version=$3
 libs=$4
 requires=$5
-enabled $shortname || return 0
+enabled ${name#lib} || return 0
 cat <<EOF > $name/$name.pc
 prefix=$prefix
 exec_prefix=\${prefix}



More information about the ffmpeg-cvslog mailing list