mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
Fix build dependencies for Erlang macro files.
* lib/freeze.mk (autotest_m4f_dependencies): Add $(src_libdir)/autotest/specific.m4. * tests/Makefile.am (AUTOCONF_FILES): Add erlang.m4. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
5c36d61f64
commit
62c0ca770a
@ -1,3 +1,10 @@
|
||||
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Fix build dependencies for Erlang macro files.
|
||||
* lib/freeze.mk (autotest_m4f_dependencies): Add
|
||||
$(src_libdir)/autotest/specific.m4.
|
||||
* tests/Makefile.am (AUTOCONF_FILES): Add erlang.m4.
|
||||
|
||||
2009-09-19 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
Use a separate program to test whether the compiler works.
|
||||
|
@ -74,7 +74,8 @@ m4sh_m4f_dependencies = \
|
||||
autotest_m4f_dependencies = \
|
||||
$(m4sh_m4f_dependencies) \
|
||||
$(src_libdir)/autotest/autotest.m4 \
|
||||
$(src_libdir)/autotest/general.m4
|
||||
$(src_libdir)/autotest/general.m4 \
|
||||
$(src_libdir)/autotest/specific.m4
|
||||
|
||||
autoconf_m4f_dependencies = \
|
||||
$(m4sh_m4f_dependencies) \
|
||||
|
@ -168,6 +168,7 @@ AUTOCONF_FILES = $(autoconfdir)/general.m4 \
|
||||
$(autoconfdir)/functions.m4 \
|
||||
$(autoconfdir)/lang.m4 \
|
||||
$(autoconfdir)/c.m4 \
|
||||
$(autoconfdir)/erlang.m4 \
|
||||
$(autoconfdir)/fortran.m4 \
|
||||
$(autoconfdir)/headers.m4 \
|
||||
$(autoconfdir)/libs.m4 \
|
||||
|
Loading…
Reference in New Issue
Block a user