+2011-02-12 Peter O'Gorman <peter@pogma.com>
+
+ Install ltmain.sh without execute bit set.
+ * Makefile.am: change install rule for ltmain.sh
+ Reported by Křištof Želechovski.
+
2011-02-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
docs: fix copyright years in PDF version of the manual.
## install the helper scripts
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/config
- @list='$(auxfiles)' && for p in $$list; do \
+ @list='$(auxexefiles)' && for p in $$list; do \
echo " $(INSTALL_SCRIPT) '$(srcdir)/libltdl/$$p' '$(DESTDIR)$(pkgdatadir)/$$p'"; \
$(INSTALL_SCRIPT) "$(srcdir)/libltdl/$$p" "$(DESTDIR)$(pkgdatadir)/$$p"; \
done
+ $(INSTALL_DATA) "$(srcdir)/libltdl/config/ltmain.sh" "$(DESTDIR)$(pkgdatadir)/config/ltmain.sh"
## install the libltdl files
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/libltdl
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/libltdl/libltdl