-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Applied to HEAD and branch-2-0.
* looking for [EMAIL PROTECTED]/libtool--release--2.0--patch-48 to compare
with
* comparing to [EMAIL PROTECTED]/libtool--release--2.0--patch-48
M libltdl/Makefile.am
M ChangeLog
M libltdl/loaders/Makefile.am
* modified files
Index: Changelog
from Gary V. Vaughan <[EMAIL PROTECTED]>
* libltdl/Makefile.am (install-data-local): cd to $(srcdir) before
tarring up the files for installation to $(DESTDIR)$(ltdldatadir).
Don't remove the destination directory, since that interacts badly
with the multi-Makefile installation.
* libltdl/loaders/Makefile.am (install-data-local): Ditto.
--- orig/libltdl/Makefile.am
+++ mod/libltdl/Makefile.am
@@ -76,9 +76,8 @@
## To avoid spurious reconfiguration when the user installs these files
## with libtoolize, we have to preserve their timestamps carefully:
install-data-local:
- -rm -rf $(DESTDIR)$(ltdldatadir)
$(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
- $(AMTAR) cf - $(ltdldatafiles) \
+ ( cd $(srcdir) && $(AMTAR) cf - $(ltdldatafiles); ) \
| ( cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
## Make sure these will be cleaned even when they're not built by default:
--- orig/libltdl/loaders/Makefile.am
+++ mod/libltdl/loaders/Makefile.am
@@ -53,7 +53,6 @@
## To avoid spurious reconfiguration when the user installs these files
## with libtoolize, we have to preserve their timestamps carefully:
install-data-local:
- -rm -rf $(DESTDIR)$(ltdldatadir)
$(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
- $(AMTAR) cf - $(ltdldatafiles) \
+ ( cd $(srcdir) && $(AMTAR) cf - $(ltdldatafiles) preopen.c; ) \
| ( cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
- --
Gary V. Vaughan ())_. [EMAIL PROTECTED],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.9
http://tkd.kicks-ass.net/arch/[EMAIL PROTECTED]/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFCIQw1FRMICSmD1gYRAvb0AJwKmeVI/jfk52UG9dxb0u0067XzTQCeLKXL
p09YCVuuCwsJOnxpJfARfd0=
=TwiO
-----END PGP SIGNATURE-----