[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtool 1.5.16: Don't install libltdl files
From: |
Andreas Schwab |
Subject: |
libtool 1.5.16: Don't install libltdl files |
Date: |
Thu, 28 Apr 2005 18:48:10 +0200 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux) |
As a user of the libltdl library I surely don't want to install the
libltdl data files as part of my project.
Andreas.
2005-04-28 Andreas Schwab <address@hidden>
* libltdl/Makefile.am (local-install-files): Rename back from
install-data-local.
* Makefile.am (install-data-hook): Readd call to
local-install-files.
--- Makefile.am.~1.69.2.14.~ 2005-03-03 17:14:55.000000000 +0100
+++ Makefile.am 2005-04-28 18:25:19.000000000 +0200
@@ -72,6 +72,7 @@ configure-subdirs distdir: $(DIST_MAKEFI
# Create and install libltdl
install-data-hook:
+ cd libltdl && $(MAKE) local-install-files
chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
chmod +x $(DESTDIR)$(pkgdatadir)/config.sub
chmod +x $(DESTDIR)$(pkgdatadir)/install-sh
--- libltdl/Makefile.am.~1.42.2.5.~ 2005-04-18 22:31:18.000000000 +0200
+++ libltdl/Makefile.am 2005-04-28 18:25:50.000000000 +0200
@@ -42,7 +42,7 @@ ltdldatafiles = COPYING.LIB README acinc
## To avoid spurious reconfiguration when the user installs these files
## with libtoolize, we have to preserve their timestamps carefully:
-install-data-local:
+local-install-files:
-rm -rf $(DESTDIR)$(ltdldatadir)
$(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
( cd $(srcdir) && $(AMTAR) chf - $(ltdldatafiles); ) \
--
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- libtool 1.5.16: Don't install libltdl files,
Andreas Schwab <=