Summary: | automake manager: subprojects aren't added to 'configure.in' | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Daniel Franke <franke.daniel> |
Component: | Build tools: Automake | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | HI | ||
Version: | 3.0.0a4 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch for autopart |
Description
Daniel Franke
2003-05-13 19:09:07 UTC
I forgot: Sure you have to "Run automake & friends" and "./configure" first ... then it works. This is a regression against KDevelop 2. Changing priority to HI. As a workaround you can add the missing makefiles in the configure.in file manualy. They sould be added to the AC_OUTPUT( ) macro. Created attachment 1856 [details]
patch for autopart
This patch makes the autopart add/delete alter AC_OUTPUT in configure.in when
you create/delete a subproject
Subject: kdevelop/parts/autoproject CVS commit by aclu: Fix for: automake manager: subprojects aren't added to 'configure.in' A sligtly modified version of the patch provided by: "Torben H.Nielsen" < torben.nielsen in rocketmail.com > CCMAIL: 58435-done@bugs.kde.org Thanks Torben this one was on my nerves for a while now! M +16 -0 addsubprojectdlg.cpp 1.17 M +8 -4 autoprojectpart.cpp 1.96 M +2 -0 autoprojectpart.h 1.34 M +28 -1 autosubprojectview.cpp 1.9 M +82 -0 misc.cpp 1.18 M +13 -1 misc.h 1.9 |