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 <[EMAIL PROTECTED]>
* 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, [EMAIL PROTECTED]
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."
_______________________________________________
Bug-libtool mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-libtool