Add -I m4 back to ACLOCAL_AMFLAGS.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2015 15:10:25 +0000 (17:10 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2015 15:10:25 +0000 (17:10 +0200)
commit5ad43673acf03f86643f1463f1ebfa6e9ca189cc
tree833e6b2510b75afc398ff53aa7cd57ec5312617a
parentae89a25695411149a7499189c9771762ad1f1726
Add -I m4 back to ACLOCAL_AMFLAGS.

In commit b7b5d51, AC_CONFIG_MACRO_DIRS([m4]) was added to configure.ac,
which is the current proper way of including the m4 directory. However,
old versions of autoconf ignore it and need the -I m4 statement in
Makefile.am. Both the old and new way of indicating that the m4/
directory should be included can coexist.
Makefile.am