summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-04-26 22:44:03 +0000
committerTom Tromey <tromey@redhat.com>2005-04-26 22:44:03 +0000
commitdf457406bcae0855d799202b698497b6bd1501bf (patch)
tree2c9c21fb89d481216060869115553458e680fe15 /autogen.sh
parent2bf119566b0b338e0f465f29f769942783f18780 (diff)
downloadclasspath-df457406bcae0855d799202b698497b6bd1501bf.tar.gz
* autogen.sh: Use '-I m4'.
* m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4: New files. * m4/pkg.m4, m4/accross.m4, m4/iconv.m4, m4/acinclude.m4: Moved from... * pkg.m4, accross.m4, iconv.m4, acinclude.m4: ... here. Removed.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index a29109e73..cc6d2839d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -105,8 +105,8 @@ if test -z "$ACLOCAL_FLAGS"; then
done
fi
-# Use the "-I ." flag in order to include our pkg.m4.
-$ACLOCAL -I . $ACLOCAL_FLAGS || exit $?
+# Use the "-I m4 flag in order to include pkg.m4 and other .m4 files.
+$ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?