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

This should hopefully make the autogen script work with older versions
of automake as well.
pull/175/head
Suresh Sundriyal 9 years ago
parent 9018238b46
commit 7e7f75d669

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

Loading…
Cancel
Save