Fix configure .pc files generation and make install when

--build-suffix is used.

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

Originally committed as revision 24821 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Anatoly Nenashev 14 years ago committed by Stefano Sabatini
parent df4f1d5108
commit 1bf75aec8e
  1. 2
      configure

2
configure vendored

@ -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}

Loading…
Cancel
Save