+2003-12-26 Bruno Haible <bruno@clisp.org>
+
+ * read-java.c (msgdomain_read_java): Relocate also the GETTEXTJAR
+ value.
+ * urlget.c (fetch): Likewise.
+
2003-12-26 Bruno Haible <bruno@clisp.org>
* write-java.c (write_java_code): Emit a static method
necessary for running the testsuite before "make install". */
gettextjar = getenv ("GETTEXTJAR");
if (gettextjar == NULL || gettextjar[0] == '\0')
- gettextjar = GETTEXTJAR;
+ gettextjar = relocate (GETTEXTJAR);
/* Assign a default value to the resource name. */
if (resource_name == NULL)
necessary for running the testsuite before "make install". */
gettextjar = getenv ("GETTEXTJAR");
if (gettextjar == NULL || gettextjar[0] == '\0')
- gettextjar = GETTEXTJAR;
+ gettextjar = relocate (GETTEXTJAR);
/* Prepare arguments. */
args[0] = url;