Initial bep file for gnu-classpath, it's failing during configure when it checks for a working jamvm. Adding classpath to jamvm

configure didn't seem to help.  More work needed on this one.
This commit is contained in:
Scott McCreary
2011-02-16 00:42:40 +00:00
parent c71e01c5b4
commit 59b227373a
3 changed files with 441 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ BUILD {
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--with-classpath-install-dir=`finddir B_COMMON_DIRECTORY`
make
}