libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: HEAD: fix some build dependencies


From: Ralf Wildenhues
Subject: FYI: HEAD: fix some build dependencies
Date: Fri, 23 Feb 2007 19:27:01 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello all,

1) doc/libtoo.info wasn't rebuilt when doc/notes.texi changed, due to
   using the wrong Automake variable name.
2) With the changed name, we need not put these in EXTRA_DIST: Automake
   distributes all texinfo inputs automagically.
3) Since we tell users to `make check-local', I think we should ensure
   that libtool and libtoolize are up to date in that case.

I thus applied the patch below.

Cheers,
Ralf

2007-02-23  Ralf Wildenhues  <address@hidden>

        * Makefile.am (doc_libtool_TEXINFOS): Renamed from...
        (libtool_TEXINFOS): ...this, to fix dependencies.  Omit from
        EXTRA_DIST.
        (check-local): Also depend upon $(bin_SCRIPTS).

Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.207
diff -u -r1.207 Makefile.am
--- Makefile.am 11 Feb 2007 16:47:52 -0000      1.207
+++ Makefile.am 23 Feb 2007 18:25:32 -0000
@@ -285,8 +285,8 @@
 ## -------------- ##
 
 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 @@
 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]