build: Tell libtoolize to put its m4 files in the m4 directory

Also have git ignore that m4 directory, as its content is generated by
autogen.sh.
This commit is contained in:
Bertrand Lorentz 2014-05-24 15:40:26 +02:00
parent 30f758d984
commit f719b82ede
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -26,6 +26,7 @@ generated-stamp
install-sh
libtool
ltmain.sh
m4/
missing
policy.config
policy.*.config

View file

@ -5,6 +5,7 @@ AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-bzip2 tar-ustar foreign])
AC_CANONICAL_HOST
AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE
AC_CONFIG_MACRO_DIR([m4])
API_VERSION=3.0.0.0
AC_SUBST(API_VERSION)