summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-10-16 08:03:53 +0000
committerMichael Koch <konqueror@gmx.de>2004-10-16 08:03:53 +0000
commita869231c6569632423ae552029fa7d2e8691d320 (patch)
treeba53a6feb1e3528ceaf7a8b02f7f41e0e430ba91 /autogen.sh
parent90a526063d07a16a98ec295c19dcd4e6561097e9 (diff)
downloadclasspath-a869231c6569632423ae552029fa7d2e8691d320.tar.gz
2004-10-16 Michael Koch <konqueror@gmx.de>
* autogen.sh: Fixed check for AUTOGEN_SUBDIR_MODE.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6824a8ee7..4b7d3eaeb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -79,7 +79,7 @@ test $TEST_TYPE $FILE || {
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."