<br><br>On Friday, January 27, 2012, Loren Merritt <<a href="mailto:lorenm@u.washington.edu">lorenm@u.washington.edu</a>> wrote:<br>> On Wed, 25 Jan 2012, Sean McGovern wrote:<br>><br>>> --- a/configure<br>
>> +++ b/configure<br>>> @@ -1042,6 +1042,7 @@ fi<br>>><br>>>  if [ "$shared" = "yes" ]; then<br>>>      API=$(grep '#define X264_BUILD' < ${SRCPATH}/x264.h | cut -f 3 -d ' ')<br>
>> +    echo "API=$API" >> config.mak<br>>>      if [ "$SYS" = "WINDOWS" -o "$SYS" = "CYGWIN" ]; then<br>>>          echo "SONAME=libx264-$API.dll" >> config.mak<br>
>>          if [ $compiler = ICL ]; then<br>><br>> Why do you need to export the variable to make, as opposed to<br>> dereferencing it on the configure side?<br><br>I guess that was a bit extraneous -- OK I will resubmit with that part removed.<br>
<br>-- Sean McG.