[PATCH] acinclude.m4.in

Otto Bruggeman bruggie at home.nl
Wed Oct 15 19:55:56 BST 2003


Hi,

since coolo changed some stuff in acinclude.m4.in from rev 2.411 to 2.412
for using $includedir, my configure no longer finds my include dir
anymore, it appears that the $includedir expands to "${prefix}/include"
literally and ${prefix} is not substituted. With my patch it does and it
works for (TM).

Greetings,
Otto Bruggeman
-------------- next part --------------
Index: admin/acinclude.m4.in
===================================================================
RCS file: /home/kde/kde-common/admin/acinclude.m4.in,v
retrieving revision 2.413
diff -u -3 -p -r2.413 acinclude.m4.in
--- admin/acinclude.m4.in	14 Oct 2003 15:14:49 -0000	2.413
+++ admin/acinclude.m4.in	15 Oct 2003 18:55:22 -0000
@@ -1699,8 +1699,8 @@ AC_CHECK_RPATH
 AC_MSG_CHECKING([for KDE])
 
 if test "${prefix}" != NONE; then
-  kde_includes=${includedir}
-  ac_kde_includes=$includedir
+  eval kde_includes=${includedir}
+  eval ac_kde_includes=$includedir
 
   if test "${exec_prefix}" != NONE; then
      kde_libraries=${libdir}


More information about the kde-core-devel mailing list