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:
parent
30f758d984
commit
f719b82ede
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -26,6 +26,7 @@ generated-stamp
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
|
m4/
|
||||||
missing
|
missing
|
||||||
policy.config
|
policy.config
|
||||||
policy.*.config
|
policy.*.config
|
||||||
|
|
|
@ -5,6 +5,7 @@ AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-bzip2 tar-ustar foreign])
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
API_VERSION=3.0.0.0
|
API_VERSION=3.0.0.0
|
||||||
AC_SUBST(API_VERSION)
|
AC_SUBST(API_VERSION)
|
||||||
|
|
Loading…
Reference in a new issue