Original commit message from CVS:
- use aclocal -I option instead of cat
echo "to pass any to it, please specify them on the $0 command line."
fi
-echo "+ creating acinclude.m4"
-cat m4/*.m4 > acinclude.m4
-
echo "+ running aclocal ..."
-aclocal $ACLOCAL_FLAGS || {
+aclocal -I m4 $ACLOCAL_FLAGS || {
echo
echo "aclocal failed - check that all needed development files are present on system"
exit 1