>>>>> "Gerald" == Gerald Pfeifer <[EMAIL PROTECTED]> writes:
Gerald> Looking at libjava/configure.ac, I understand that we only use and Gerald> install libjava/scripts/jar.in if no version of jar nor fastjar is Gerald> already present in $PATH: I think we should never install the jar script -- we now have a gjar tool from Classpath which we can use. On svn trunk we do build and install this, for native systems (I think to avoid mixing host and target executables in bindir). I think we should treat the jar script as something that is useful for the build, but nothing else. Tom