Summary: | Automake 1.8.x not supported | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | tbscope <tbscope> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
tbscope
2004-02-09 15:27:08 UTC
Your changes have been commited to HEAD. Retest and let us know if it worked. CVS commit by aclu: Add support for Automake 1.8 CCMAIL: 74712@bugs.kde.org M +1 -1 cvs.sh 1.6 --- kdevelop/parts/appwizard/common/admin/cvs.sh #1.5:1.6 @@ -65,5 +65,5 @@ exit 1 ;; - automake*1.6.* | automake*1.7* ) : ;; + automake*1.6.* | automake*1.7* | automake*1.8.* ) : ;; "" ) echo "*** AUTOMAKE NOT FOUND!." I updated kdevelop using: cvs up make make install Then tried to create a new KDE Application Framework in KDevelop. When building this new project, I still get the same problem. The cvs.sh file in: $KDEDIR/share/apps/kdevappwizard/template-common/admin.tar.gz doesn't contain the automake 1.8.x entry. As I understand it, when I create a new project, this archive (admin.tar.gz) is extracted to the project folder. Sorry forgot to tell you, you have to : cd parts/appwizard make clean make su make install Thanks. It works now. Thank you very much for your effort. Same applies to automake 1.9.x. Is it not possible to check for any version of automake >= 1.6 rather than checking for specific versions? |