Bug 126052 - kate-make-plugin should not hardcode gmake
Summary: kate-make-plugin should not hardcode gmake
Status: RESOLVED WORKSFORME
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-22 00:36 UTC by Andreas Pakulat
Modified: 2006-08-12 21:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Try gmake and make as commands (1.85 KB, patch)
2006-04-22 00:58 UTC, Andreas Pakulat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Pakulat 2006-04-22 00:36:58 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    Debian testing/unstable Packages

Hi,

the katemake plugin has a hardcoded make-command of "gmake", which makes it unusable on default installations of Debian (don't know about other distributions). It would make much sense if this were configurable, at least with a config-file option (I know that KDE3 is basically feature frozen), so if there's any chance to make this happen in KDE3 please do so.

Andreas
Comment 1 Andreas Pakulat 2006-04-22 00:58:11 UTC
Created attachment 15732 [details]
Try gmake and make as commands

This is a quick hack on katemake-plugin to try "make" as MAKE-command when
gmake failed.

Andreas
Comment 2 Andreas Pakulat 2006-08-12 14:41:57 UTC
I fixed this with revision 572366, by letting configure check wether gmake is an existing program and if not use make as command.

Andreas
Comment 3 Dominik Haumann 2006-08-12 18:13:44 UTC
Cool fix, thanks.
Comment 4 Andreas Pakulat 2006-08-12 21:02:09 UTC
On 12.08.06 16:13:46, Dominik Haumann wrote:
> Cool fix, thanks.


Actually the autoconf stuff was stolen from KDevelop and I just saw that
there by accident :-)

Andreas