build: avoid warning about deprecated use of automake's ACLOCAL_AMFLAGS
authorJim Meyering <meyering@fb.com>
Sun, 9 Jun 2013 22:28:28 +0000 (15:28 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 9 Jun 2013 22:28:39 +0000 (15:28 -0700)
commit6d08c4dbd39d93d076622ecc885cb9574b774875
treeb0194f2f367a91a1e04cd26bfa79241581af0c39
parent622e9b1d024da1343b83fc47fb1891e1d245add3
build: avoid warning about deprecated use of automake's ACLOCAL_AMFLAGS

* Makefile.am (ACLOCAL_AMFLAGS): Don't use this deprecated variable.
* configure.ac: Do this instead: AC_CONFIG_MACRO_DIR([m4]).
Makefile.am
configure.ac