]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (doc_libtool_TEXINFOS): Renamed from...
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 23 Feb 2007 18:27:34 +0000 (18:27 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 23 Feb 2007 18:27:34 +0000 (18:27 +0000)
(libtool_TEXINFOS): ...this, to fix dependencies.  Omit from
EXTRA_DIST.
(check-local): Also depend upon $(bin_SCRIPTS).

ChangeLog
Makefile.am

index c68ad87295ca2dd93e707e39405afea695e7cef5..4e97d2d8bfc67ae318000a10d7e24d75c81bb221 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 93ef73c302b57c28c3a8116e928c72887b766cb9..0ade3eae2b4bd0427e54b1ecc35438a2b6cb1223 100644 (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)