[patch #8238] Bug fix to ax_create_pkgconfig_info.m4
Jeremiah Willcock <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.archive-maintainers |
|---|---|
| Message-ID | <[email protected]> |
URL:
<http://savannah.gnu.org/patch/?8238>
Summary: Bug fix to ax_create_pkgconfig_info.m4
Project: GNU Autoconf Archive
Submitted by: jewillco
Submitted on: Wed 13 Nov 2013 09:10:17 PM GMT
Priority: 5 - Normal
Status: None
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
There is a typo in the definition of PKGCONFIG_ldflags; the code currently
reads:
PKGCONFIG_ldflags="ifelse($6,,$PACKAGE_LDFLAGS,$5)"
and should be:
PKGCONFIG_ldflags="ifelse($6,,$PACKAGE_LDFLAGS,$6)"
Note the change in the variable name. This bug causes incorrect results when
using a non-default value for the ldflags parameter.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?8238>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/