libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-99


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-99
Date: Thu, 29 Jul 2004 20:35:19 +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)

iD8DBQFBCVF2FRMICSmD1gYRAkt1AJ4nPaUFw9MAzKGf3brlHBej81UwVgCfSjFT
fGrqRdjwioLY+S/CNk/ognE=
=MQRU
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-98 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-98
M  ChangeLog
M  Makefile.am

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * Makefile.am ($(top_srcdir)/config/ltmain.sh): Ugh. More hair to
        help `make distcheck'; not only do we have to make a copy of
        ltmain.sh available in the source tree, but we have to be really
        careful about permission bit twiddling when we copy it across into
        the possible read-only $(top_srcdir)/config directory!

--- orig/Makefile.am
+++ mod/Makefile.am
@@ -96,7 +96,12 @@
 ## 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
+       -dir=$(top_srcdir)/config; \
+       touch $$dir/fnord$$$$ 2>/dev/null || chmod a+w $$dir; \
+       rm -f $$dir/ltmain.sh; \
+       cp config/ltmain.sh $$dir/ltmain.sh; \
+       test -f $$dir/fnord$$$$ && \
+         { rm -f $$dir/fnord$$$$; chmod a-w $$dir $$dir/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




reply via email to

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