Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > [EMAIL PROTECTED] (Lars Gullik Bjønnes) | > writes: | > | > | In Fedora Core pkg-config is available as a tool to configure the | > | build correctly. But what about other platforms, where can we expect | > | pkg-config to exist? | | AFAIK it is available on all current linux distros, but I neither have a qt3 | pkg-config file on my suse nor on my debian box.
Not even under another name? | > dnl qt build will fail without moc or uic | > + AC_CHECK_PROGS(MOC, moc-qt3 moc) | > + AC_CHECK_PROGS(UIC, uic-qt3 uic) | | I hope you know that we are doing far more than that (e. g. check the | version) in qt*.m4? Oh, I know. But do we have to? -- Lgb