From d7311d1091ee506cd9288cdbed8eb81c6370f282 Mon Sep 17 00:00:00 2001 From: jochen Date: Thu, 15 Jul 1999 16:00:59 +0000 Subject: [PATCH] remove autoconf part git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1084 379699f6-c40d-0410-875b-85095c16579e --- jode/INSTALL | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/jode/INSTALL b/jode/INSTALL index 2aafeea..b0604bb 100644 --- a/jode/INSTALL +++ b/jode/INSTALL @@ -7,12 +7,10 @@ won't work. This package was designed to use the GNU standard for configuration and makefiles. To build and install do the following: -0). Make sure that you have all libraries that are needed in you +1). Make sure that you have all libraries that are needed in you classpath. You need gnu.getopt, and if you have JDK 1.1 you also need the collection classes and swing for 1.1. -1). Run "aclocal && autoconf && automake --add-missing". - 2). Run the "configure" script to configure the package. There are various options you might want to pass to configure to control how the package is built. "configure --help" will give a complete list. @@ -30,4 +28,3 @@ resolved. The created jar file is stored in the share directory. Jochen -