Index: autogen.sh =================================================================== RCS file: /cvsroot/classpath/classpath/autogen.sh,v retrieving revision 1.8 diff -u -r1.8 autogen.sh --- autogen.sh 15 Oct 2004 07:00:26 -0000 1.8 +++ autogen.sh 16 Oct 2004 07:54:20 -0000 @@ -79,7 +79,7 @@ exit 1 } -if test -z "$AUTOGEN_SUBDIR_MODE"; then +if test "x$AUTOGEN_SUBDIR_MODE" = "xyes"; then if test -z "$*"; then echo "I am going to run ./configure with no arguments - if you wish " echo "to pass any to it, please specify them on the $0 command line."