libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-97


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-97
Date: Thu, 29 Jul 2004 17:50:24 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBCSrPFRMICSmD1gYRAkkRAKCe5lXONSfHa07ZqGlM94yrKX6qgACgs9Xa
CBJDyNgS4cNhXXhr8Ao2KE8=
=P5JE
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-96 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-96
M  ChangeLog
M  Makefile.am

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * Makefile.am ($(top_srcdir)/config/ltmain.sh): Automake assumes,
        quite rightly for every project except libtool, that there will be
        an ltmain.sh in the source tree.
        (EXTRA_DIST): As do the dist rules it generates.
        (dist-hook): Even though we definitely don't want to distribute
        our local ltmain.sh.

--- orig/Makefile.am
+++ mod/Makefile.am
@@ -90,3 +90,20 @@
 install-data-hook:
        chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
        chmod +x $(DESTDIR)$(pkgdatadir)/config.sub
+
+## Unlike any other project, libtool builds its own ltmain.sh, so
+## some of the rules generated by automake need to be frobbed in
+## VPATH builds because ltmain.sh ends up in the build tree rather
+## than the source tree:
+$(top_srcdir)/config/ltmain.sh: config/ltmain.sh
+       cp config/ltmain.sh $(top_srcdir)/config/ltmain.sh
+
+## Put it in so that automake doesn't choke on reconf.  We don't
+## really want to distribute this file, but putting it here gives
+## the automake dist rules something to see during `make distcheck':
+EXTRA_DIST += $(top_srcdir)/config/ltmain.sh
+
+## Take it away again so that we don't distribute it by mistake
+## (it is supposed to be generated on the installers machine).
+dist-hook: $(top_srcdir)/config/ltmain.sh
+       -rm -f $(top_distdir)/config/ltmain.sh




reply via email to

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