[build] Point aclocal to the 'm4' directory.

This should hopefully make the autogen script work with older versions
of automake as well.
This commit is contained in:
Suresh Sundriyal 2015-04-01 04:51:11 -07:00
parent 9018238b46
commit 7e7f75d669

View File

@ -3,7 +3,7 @@
autoconf --version
automake --version
aclocal -I .
aclocal -I m4 -I .
autoheader -I .
automake --add-missing --copy --foreign
autoconf