]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Install ltmain.sh without execute bit set.
authorPeter O'Gorman <peter@pogma.com>
Mon, 14 Feb 2011 16:34:58 +0000 (10:34 -0600)
committerPeter O'Gorman <peter@pogma.com>
Mon, 14 Feb 2011 16:34:58 +0000 (10:34 -0600)
* Makefile.am: change install rule for ltmain.sh
Reported by Křištof Želechovski.

ChangeLog
Makefile.am

index 6e89fa88aa54857d5b4495c009c9c524908fcb68..7f74eab914ffba2a7b408af4a72a800a09b9e28d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index f0590a8d3abcd4fbe78f2cdba0e986f24cfc98bd..268b3997dd26558772577ee21479449562bb3021 100644 (file)
@@ -393,10 +393,11 @@ install-data-local: libltdl/Makefile.in
 ## 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