Use configmake.
authorBruno Haible <bruno@clisp.org>
Mon, 18 Sep 2006 20:17:52 +0000 (20:17 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 18 Sep 2006 20:17:52 +0000 (20:17 +0000)
lib/ChangeLog
lib/javaversion.c

index 0057183839fba70f07b6f9b30463d0323f2c6df4..54a86e1c82a2652f3188221e2a05a3098298e8d1 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-18  Bruno Haible  <bruno@clisp.org>
+
+       * javaversion.c: Include configmake.h.
+
 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
 
        * getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
index 80e6df6d75f57c031392da588b7d0648b659ef73..e00929abe97cebfe5d350c649b1adb78999004a6 100644 (file)
@@ -31,6 +31,9 @@
 # define relocate(pathname) (pathname)
 #endif
 
+/* Get PKGDATADIR.  */
+#include "configmake.h"
+
 #include "javaexec.h"
 #include "pipe.h"
 #include "wait-process.h"