GNOME Bugzilla – Bug 354125
[PATCH] libbtctl source would not configure with new openobex versions
Last modified: 2006-09-03 19:25:58 UTC
Please describe the problem: If you try to build libbtctl from source on a system that has a recent version of openobex (I have openobex-1.3, for example), the "./configure" step will fail, because libbtctl wants the deprecated "openobex-config" script, while never versions of openopex use "pkg-config openobex" instead. Steps to reproduce: 1. bunzip2 < libbtctl-0.6.0.tar.bz2 | tar xfp - 2. cd libbtctl-0.6.0 3. ./configure Actual results: An abort message to the effect that openobex-config could not be found. Expected results: The configure process would complete successfully, creating various Makefile and config.h files. Does this happen every time? Yes. Other information: I already have a patch, which I will attach immediately after submitting this bug report.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 354127 ***