summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-08-24 18:10:55 +0000
committerMark Wielaard <mark@klomp.org>2003-08-24 18:10:55 +0000
commit49283ed11185aae632bb49e3d51e4750ce3ed1f0 (patch)
treef7f7c007e4e375a0b6b67df29541d8e884511ae7 /HACKING
parent1b85911b1cead4765f7ce09cb79a0aa87f1214ac (diff)
downloadclasspath-49283ed11185aae632bb49e3d51e4750ce3ed1f0.tar.gz
* configure.in (AC_INIT): Use four argument version.
(AC_CONFIG_SRCDIR): New to explicitly set src dir. (AM_INIT_AUTOMAKE): Use zero argument version. (AC_SUBST): Only set LIBVERSION explicitly. Removed variables PACKAGE, VERSION which are substituted implicitly. (AM_DISABLE_STATIC): Renamed to AC_DISABLE_STATIC. (AC_DISABLE_STATIC): Renamed from AM_DISABLE_STATIC. (AM_PROG_LIBTOOL): Renamed to AC_PROG_LIBTOOL. (AC_PROG_LIBTOOL: Renamed from AM_PROG_LIBTOOL. (--enable-jni): Default to yes. * config.guess: New version from libtoolize --force --copy. * config.sub: Likewise. * ltmain.sh: Likewise. * HACKING: Document that libtool 1.5a works. * lib/Makefile.am (MAINTAINERCLEANFILES): Renamed to CLEANFILES. (CLEANFILES): New variable renamed from MAINTAINERCLEANFILES with glibj.zip and classes.1 added. (maintainer-clean-local): Renamed to clean-local. (clean-local): Renamed from maintainer-clean-local.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index da89bc919..580b58f1d 100644
--- a/HACKING
+++ b/HACKING
@@ -16,7 +16,7 @@ autoconf, automake, and libtool are required.
- GNU automake 1.6
(1.7 also works)
- GNU libtool 1.4.2
- (1.4.3 also works, but 1.5a is known not to work at the moment)
+ (1.4.3 and 1.5a also work)
For building the Java bytecode (.class files), one of these compilers
is required.