mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-21 21:25:50 +00:00
Install our autoconf macros.
This commit is contained in:
parent
415f4170c6
commit
4bf16e8ee2
1 changed files with 5 additions and 1 deletions
|
@ -12,6 +12,10 @@ EXTRA_DIST = \
|
||||||
autogen.sh \
|
autogen.sh \
|
||||||
m4/ax_gcc_builtin.m4 \
|
m4/ax_gcc_builtin.m4 \
|
||||||
m4/ax_pkg_config.m4 \
|
m4/ax_pkg_config.m4 \
|
||||||
m4/cryb_to.m4 \
|
|
||||||
tools/coverage.sh.in \
|
tools/coverage.sh.in \
|
||||||
tools/setprops.sh
|
tools/setprops.sh
|
||||||
|
|
||||||
|
if CRYB_CORE
|
||||||
|
aclocaldir = $(datarootdir)/aclocal
|
||||||
|
aclocal_DATA = m4/cryb_to.m4
|
||||||
|
endif CRYB_CORE
|
||||||
|
|
Loading…
Reference in a new issue