This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Updated: pkgconfig-0.12.0-1


 > that I wondered whether the buggy m4
 > macro code that makes it work (theoretically) with
 > autoconf, has been fixed.

Actually, the code you excerpted was generated by this stanza in the 
pkg.m4 file:

   if test -z "$PKG_CONFIG"; then
     AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
   fi

So, really, the problem is how *autoconf* expands/defines the 
AC_PATH_PROG macro.  Cygwin has recently updated to autoconf-2.53, maybe 
the code genereated by 2.53 is more to your liking?

Anyway, I think this is an autoconf issue, not a pkgconfig one.  So, the 
appropriate ChangeLogs to search would be the autoconf ones.

Hope that helps...

--Chuck


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]