summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2007-04-22 16:51:35 +0000
committerDalibor Topic <robilad@yahoo.com>2007-04-22 16:51:35 +0000
commit8cfa921f7bab717b535865202935f7c439fe5d6b (patch)
tree2888386c8ca55ef66ac09fb4b283bcaf6715f48f /autogen.sh
parent3ba6efd704734b9830c4d047a3cfbcc25b113fbb (diff)
downloadclasspath-8cfa921f7bab717b535865202935f7c439fe5d6b.tar.gz
2007-04-22 Dalibor Topic <robilad@kaffe.org>
* autogen.sh: Removed unnecessary -I m4 flag.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 28c4cd624..32011aa1d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -50,8 +50,7 @@ if test "x$AUTOGEN_SUBDIR_MODE" = "xyes"; then
fi
fi
-# Use the "-I m4 flag in order to include pkg.m4 and other .m4 files.
-autoreconf -I m4 --force --install --warnings=no-portability || exit $?
+autoreconf --force --install --warnings=no-portability || exit $?
cd $ORIGDIR || exit $?