Jasen Betts <[EMAIL PROTECTED]> writes:

> Package: autoconf
> Version: 2.59a-3
> Severity: normal
>
>
> in the configure file 
>
>  if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
>  
> should be 
>
>  if $PKG_CONFIG --atleast-pkgconfig-version=$_pkg_min_version; then
>
> the syntax it's using is not documented (AFAICT) and causes problems
> when trying to cross-compile  

What configure file is this?  I can't find anywhere that Autoconf
uses this syntax internally; in fact, Autoconf itself doesn't use
pkgconfig as far as I know.
-- 
Ben Pfaff 
email: [EMAIL PROTECTED]
web: http://benpfaff.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to