* Makefile.am (doc_libtool_TEXINFOS): Renamed from...

(libtool_TEXINFOS): ...this, to fix dependencies.  Omit from
EXTRA_DIST.
(check-local): Also depend upon $(bin_SCRIPTS).
This commit is contained in:
Ralf Wildenhues 2007-02-23 18:27:34 +00:00
parent 3fa76ea860
commit 60ed7162c9
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2007-02-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.am (doc_libtool_TEXINFOS): Renamed from...
(libtool_TEXINFOS): ...this, to fix dependencies. Omit from
EXTRA_DIST.
(check-local): Also depend upon $(bin_SCRIPTS).
2007-02-23 Ralf Menzel <menzel@ls6.cs.uni-dortmund.de> (tiny change)
* libltdl/config/general.m4sh (sed_double_backslash): Fix

View File

@ -285,8 +285,8 @@ endif
## -------------- ##
info_TEXINFOS = doc/libtool.texi
libtool_TEXINFOS = doc/PLATFORMS doc/fdl.texi doc/notes.texi
EXTRA_DIST += $(srcdir)/doc/notes.txt $(libtool_TEXINFOS)
doc_libtool_TEXINFOS = doc/PLATFORMS doc/fdl.texi doc/notes.texi
EXTRA_DIST += $(srcdir)/doc/notes.txt
all-local: $(srcdir)/doc/notes.txt
@ -471,7 +471,7 @@ DISTCLEANFILES += tests/atconfig
CD_TESTDIR = abs_srcdir=`$(lt__cd) $(srcdir) && pwd`; cd tests
# Hook the test suite into the check rule
check-local: tests/atconfig $(srcdir)/$(TESTSUITE) libltdl/libltdlc.la
check-local: tests/atconfig $(srcdir)/$(TESTSUITE) libltdl/libltdlc.la $(bin_SCRIPTS)
$(CD_TESTDIR); \
CONFIG_SHELL="$(SHELL)" $(SHELL) $$abs_srcdir/$(TESTSUITE) \
$(TESTS_ENVIRONMENT) $(BUILDCHECK_ENVIRONMENT) $(TESTSUITEFLAGS)