libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4-48-gc44468e


From: Peter O'Gorman
Subject: [SCM] GNU Libtool branch, master, updated. v2.4-48-gc44468e
Date: Tue, 15 Feb 2011 03:09:15 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  c44468e0ec23e4b72f1e37e98be23ae71b6d0ed1 (commit)
      from  d6f69ef647cb09d1baed104e769377f743a8aa8f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c44468e0ec23e4b72f1e37e98be23ae71b6d0ed1
Author: Peter O'Gorman <address@hidden>
Date:   Mon Feb 14 10:34:58 2011 -0600

    Install ltmain.sh without execute bit set.
    
    * Makefile.am: change install rule for ltmain.sh
    Reported by Křištof Želechovski.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    6 ++++++
 Makefile.am |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6e89fa8..7f74eab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-12  Peter O'Gorman  <address@hidden>
+
+       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  <address@hidden>
 
        docs: fix copyright years in PDF version of the manual.
diff --git a/Makefile.am b/Makefile.am
index f0590a8..268b399 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]