Tweak configure.sh script to pick up newest version of configure classes.
[jnode:svn-mirror.git] / configure.sh
1 #!/bin/sh
2 CMD=`type -p $0`
3 DIR=`dirname $CMD`
4
5 # Belt and braces classpath to get the most recent version
6 # of the 'configure' classes that we can find.
7 CP=$DIR/distr/build/classes:\
8 $DIR/all/build/descriptors/jnode-configure.jar:\
9 $DIR/distr/lib/jnode-configure-dist.jar:\
10 $DIR/distr/lib/nanoxml-2.2.3.jar
11
12 java -cp $CP org.jnode.configure.Configure "$@"