commit | 0e6d9a771ac8b506b132e641fe1589f23cb1f650 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue May 27 09:07:54 2014 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Jun 18 17:14:40 2014 -0700 |
tree | 8955ffd5f517cd67cb721674f9d1f27dabbd0d89 | |
parent | 7e7d48516488c6858b41bb281a5de9efca337cd9 [diff] |
build: Silence libtoolize warnings When running the autogen.sh script, libtoolize complains thusly: libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Silence the warnings by following libtoolize's advice. Signed-off-by: Thierry Reding <treding@nvidia.com>