>> ./configure: line 6152: syntax error near unexpected token `DBUS,' >> ./configure: line 6152: ` PKG_CHECK_MODULES(DBUS, dbus-1)' > > PKG_CHECK_MODULES macro is provided in a .m4 file installed by pkg- > config (pkg.m4 I think) and should be available in /usr/share > /aclocal.
You're right. So, if you'd be so kind, how should it have been used in configure[.ac]? (I'd hate to have to troll through all the packages multiple configure files to find somewhere else it's used to figure out the pattern!) -- Paul Rogers [email protected] Rogers' Second Law: "Everything you do communicates." (I do not personally endorse any additions after this line. TANSTAAFL :-) -- http://www.fastmail.com - mmm... Fastmail... -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
