| Summary: | 'configure' needs better language support | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Jesse <jesse.y> |
| Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jesse
2003-10-29 05:30:57 UTC
Compile all by default, unless you tell it otherwise (i.e., select some specific languages). By the way, this is how every autoconf-based project does. I don't see why change. Right, but this is not how it is right now. There is no --disable-LANGUAGE feature so I can't --disable-ada and --disable-fortran ... I was just giving two ways of doing it since the --enable-ada or --enable-fortran is redundant since they are compiled by default anyhow. Subject: kdevelop CVS commit by aclu: Make the KDevelop supported programming languages configurable. CCMAIL: 66814-done@bugs.kde.org M +44 -34 configure.in.in 1.65 M +72 -2 languages/Makefile.am 1.6 |