autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #8238] Bug fix to ax_create_pkgconfig_info.m4


From: Jeremiah Willcock
Subject: [patch #8238] Bug fix to ax_create_pkgconfig_info.m4
Date: Wed, 13 Nov 2013 21:10:18 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]