* tests/nonrecursive.at: New tests for libltdl as a subdirectory,

configured and compiled from the toplevel project.
* tests/testsuite.at: Use it.
(LT_AT_AUTOHEADER): New macro.
* Makefile.am (TESTSUITE_AT): Depend on nonrecursive.at.
This commit is contained in:
Gary V. Vaughan 2005-11-02 17:43:51 +00:00
parent 6ece64c09f
commit 0c25422a6c
4 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2005-11-02 Gary V. Vaughan <gary@gnu.org>
* tests/nonrecursive.at: New tests for libltdl as a subdirectory,
configured and compiled from the toplevel project.
* tests/testsuite.at: Use it.
(LT_AT_AUTOHEADER): New macro.
* Makefile.am (TESTSUITE_AT): Depend on nonrecursive.at.
2005-11-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/libtool.m4 (_LT_ENABLE_LOCK) [ solaris ]: Add `-64'

View File

@ -362,6 +362,7 @@ TESTSUITE_AT = tests/testsuite.at \
tests/duplicate_members.at \
tests/inherited_flags.at \
tests/libtoolize.at \
tests/nonrecursive.at \
tests/old-m4-iface.at \
tests/standalone.at \
tests/deplibs-ident.at \

View File

@ -231,7 +231,7 @@ m4_require([_LT_CHECK_OBJDIR])dnl
m4_require([_LT_HEADER_DLFCN])dnl
m4_require([_LT_CHECK_DLPREOPEN])dnl
dnl Don't require this, or it will be expanded earlier that the code
dnl Don't require this, or it will be expanded earlier than the code
dnl that sets the variables it relies on:
_LT_ENABLE_INSTALL

View File

@ -76,6 +76,13 @@ m4_define([LT_AT_AUTOMAKE],
])
# LT_AT_AUTOHEADER([OPTIONS])
# ---------------------------
m4_define([LT_AT_AUTOHEADER],
[AT_CHECK([$AUTOHEADER $1], [0], [ignore], [ignore])
])
# LT_AT_AUTORECONF([OPTIONS])
# --------------------------
m4_define([LT_AT_AUTORECONF],
@ -156,6 +163,8 @@ m4_include([am-subdir.at])
m4_include([standalone.at])
# subproject libltdl compilation
m4_include([subproject.at])
# nonrecursive libltdl compilation
m4_include([nonrecursive.at])
# C++ templates tests
m4_include([template.at])
# Behaviour of LT_OUTPUT