Re: AT_KEYWORDS failure: cmdline OR-combinations

2005-08-28 Thread Stepan Kasal
Hello, On Fri, Aug 26, 2005 at 11:54:22AM -0700, Paul Eggert wrote: Thanks. I'd prefer the following patch, since it's a bit clearer. If I understand you aright, it'll also fix the problem. I installed it. yes, your patch seems correct to my eyes. (But I cannot test it.) Perhaps we ought

Re: Locating/Linking against Qt

2005-08-28 Thread Ralf Wildenhues
Hi Brian, Tommy, I haven't been following this thread closely, but this code snippet below needs more quoting to be safe: * Brian wrote on Sun, Aug 28, 2005 at 05:34:57AM CEST: dnl Check for AWT related Qt4 if test x${COMPILE_QT_PEER} = xyes; then PKG_CHECK_MODULES(QT, QtGui = 4.0.1)

Re: Locating/Linking against Qt

2005-08-28 Thread Stepan Kasal
Hello, On Sat, Aug 27, 2005 at 09:40:18PM -0600, Brian wrote: Whoops, didn't read that very closely. PKG_CHECK_MODULES clearly. I don't see this documented in the Autoconf/Automake manuals... PKG_CHECK_MODULES comes with pkg-config, not Autoconf, in file pkg.m4. $PKG_CONFIG is in fact

Re: Locating/Linking against Qt

2005-08-28 Thread Dalibor Topic
Brian wrote: I believe this to be the relevant code from [1]. I am unclear as to where $PKG_CONFIG comes from. It's not an environment variable and not set by configure. [2] is the AutoQt macro for Qt 1-3. Yep, that's the bit. pkg-config comes from PKG_CHECK_MODULES, which in turn invokes

Re: Locating/Linking against Qt

2005-08-28 Thread Brian
Dalibor, thanks for this excellent explanation. I'm sure myself and others will refer to it again and again. Cheers, Brian Mingus On 8/28/05, Dalibor Topic [EMAIL PROTECTED] wrote: Brian wrote: I believe this to be the relevant code from [1]. I am unclear as to where $PKG_CONFIG comes

Re: Locating/Linking against Qt

2005-08-28 Thread Dalibor Topic
Brian wrote: Dalibor, thanks for this excellent explanation. I'm sure myself and others will refer to it again and again. Mind you, this is what works for *me*, and in some form or the other may have worked for others on OS X, as well. I have not tried it there myself yet, so YMMV ;) But it