Move to here from utf16-ucs4-safe.c.
[gnulib.git] / lib / javaversion.c
index a0dea95..e00929a 100644 (file)
@@ -16,9 +16,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 /* Specification.  */
 #include "javaversion.h"
@@ -33,6 +31,9 @@
 # define relocate(pathname) (pathname)
 #endif
 
+/* Get PKGDATADIR.  */
+#include "configmake.h"
+
 #include "javaexec.h"
 #include "pipe.h"
 #include "wait-process.h"