Bug 325149 (MONO82482) - multiple issues with configure.in/configure script
Summary: multiple issues with configure.in/configure script
Status: RESOLVED FIXED
Alias: MONO82482
Product: MonoDevelop
Classification: Mono
Component: general (show other bugs)
Version: 0.15
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Michael Hutchinson
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2007-08-19 05:08 UTC by Jerzy Bartuszek
Modified: 2007-12-18 19:57 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
a patch addressing aforementioned issues (4.32 KB, patch)
2007-08-19 05:10 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 20:49:08 UTC


---- Reported by jurek@gentoo.org 2007-08-18 22:08:58 MST ----

There are some issues with the configure/configure.in script that should be
addressed:

1. some options seem to be ignored, e.g. --disable-update-desktopdb doesn't
affect checking for update-desktop-database during configure
2. some configure checks are not strict, e.g. passing --with-boo doesn't
result in failure when boo is actually not being found.
3. seamonkey is not being taken under consideration when setting MOZILLA_HOME

a patch will follow



---- Additional Comments From jurek@gentoo.org 2007-08-18 22:10:16 MST ----

Created an attachment (id=172513)
a patch addressing aforementioned issues


Imported an attachment (id=172513)

Unknown version "0.15 in product Mono Develop . 
   Setting version to "0.7".
Unknown operating system unknown. Setting to default OS "Other".

Comment 1 Michael Hutchinson 2007-12-18 19:57:44 UTC
Sorry for the delay in applying this. Marking as fixed, as pretty much everything is effectively fixed in SVN already:

* The boo and nemerle bindings have their own separate configure scripts.
* The disable-update-desktopdb etc checks were fixed for the Mac compatibility changes.
* The Mozilla hunting code has been rewritten, and MD core no longer depends on Mozilla.