X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fjavaversion.c;h=3f2a79c5b7d2d948b4f44a69c819819b3e40a057;hb=471815b5cfb17e9a6b4ea985cc18edb87e26f30f;hp=a0dea953e1807d436dca6e766b7950e998a52381;hpb=86170f0617fd4da0fd85c6c8918a0a27aeec0f94;p=gnulib.git diff --git a/lib/javaversion.c b/lib/javaversion.c index a0dea953e..3f2a79c5b 100644 --- a/lib/javaversion.c +++ b/lib/javaversion.c @@ -1,5 +1,5 @@ /* Determine the Java version supported by javaexec. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software; you can redistribute it and/or modify @@ -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 -#endif +#include /* Specification. */ #include "javaversion.h" @@ -33,11 +31,13 @@ # define relocate(pathname) (pathname) #endif +/* Get PKGDATADIR. */ +#include "configmake.h" + #include "javaexec.h" #include "pipe.h" #include "wait-process.h" #include "error.h" -#include "getline.h" #include "gettext.h" #define _(str) gettext (str)