[Bug 43590] automake/autoconf doesn't work correctly
Stephan Kulow
coolo at kde.org
Tue Oct 14 16:47:05 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=43590
------- Additional Comments From coolo at kde.org 2003-10-14 16:46 -------
Subject: kde-common/admin
CVS commit by coolo:
support --includedir beside --libdir
CCMAIL: 43590 at bugs.kde.org
M +3 -3 acinclude.m4.in 2.412
--- kde-common/admin/acinclude.m4.in #2.411:2.412
@@ -1700,6 +1700,6 @@
if test "${prefix}" != NONE; then
- kde_includes=${prefix}/include
- ac_kde_includes=$prefix/include
+ kde_includes=${includedir}
+ ac_kde_includes=$includedir
if test "${exec_prefix}" != NONE; then
@@ -1803,5 +1803,5 @@
kde_libraries="${libdir}"
- kde_includes=${ac_kde_prefix}/include
+ kde_includes="${includedir}"
else
More information about the KDevelop-devel
mailing list