From ffccc6bee2b00018fd09b26a5ce5d0bbc6900e94 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Fri, 15 Oct 1999 06:07:41 +0000 Subject: libtool-version: Catch up by incrementing current. * libtool-version: Catch up by incrementing current. * configure.host: Disable use of GCJ_PROPERTIES for mips-tx39. * configure, include/config.h.in: Rebuilt. * acconfig.h (DISABLE_GETENV_PROPERTIES): Undefine. * configure.in: Added --disable-getenv-properties and new define `DISABLE_GETENV_PROPERTIES'. * prims.cc (PROCESS_GCJ_PROPERTIES): Define. (next_property_key): New function. (next_property_value): New function. (process_gcj_properties): New function. (JvRunMain): Call process_gcj_properties. (_JvRunMain): Ditto. * java/lang/natSystem.cc (init_properties): Set properties defined in GCJ_PROPERTIES. Also add 1.2 style versioning properties. * include/java-props.h: New file. * java/lang/natSystem.cc (init_properties): Add new properties to conform with Java Product Versioning Specification. From-SVN: r30007 --- libjava/libtool-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/libtool-version') diff --git a/libjava/libtool-version b/libjava/libtool-version index 30263df..1d68c1f 100644 --- a/libjava/libtool-version +++ b/libjava/libtool-version @@ -3,4 +3,4 @@ # a separate file so that version updates don't involve re-running # automake. # CURRENT:REVISION:AGE -0:0:0 +1:0:0 -- cgit v1.1