libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, libtool-next, updated. v2.4-20-g0280c36


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, libtool-next, updated. v2.4-20-g0280c36
Date: Fri, 24 Sep 2010 20:27:05 +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, libtool-next has been updated
       via  0280c3687962199479258741cef4f32a2ccb8ffd (commit)
      from  85b2fd6395897f6bd68da8f35f80d4167772c7db (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 0280c3687962199479258741cef4f32a2ccb8ffd
Author: Gary V. Vaughan <address@hidden>
Date:   Sat Sep 25 03:25:48 2010 +0700

    CLEANUP: fix error from pushing too far up the branch.
    
    * Makefile.am (install-data-local): Undo character transposition
    from too early push of untested v2.4-17-gaf74d58.
    * ChangeLog (2010-09-16): Remove spurious entry.

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

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

diff --git a/ChangeLog b/ChangeLog
index 9dff85d..69a4e3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,8 @@
-2010-09-16  Gary V. Vaughan  <address@hidden>
+2010-09-25  Gary V. Vaughan  <address@hidden>
 
-       maint: use bootstrap script from gnulib.
-       * bootstrap: Replaced with gnulib script.
-       * bootstrap.conf: New file with Libtool specific bootstrap
-       configuration.
+       CLEANUP: fix error from pushing too far up the branch.
+       * Makefile.am (install-data-local): Undo character transposition
+       from too early push of untested v2.4-17-gaf74d58.
 
 2010-09-23  Gary V. Vaughan  <address@hidden>
 
diff --git a/Makefile.am b/Makefile.am
index ef7d10e..6deaefc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -430,7 +430,7 @@ install-data-local: $(lt_Makefile_in)
 ## First, put a copy of the libtool m4 macros in the aclocal dir
        $(mkinstalldirs) $(DESTDIR)$(aclocaldir)
        @list='$(aclocalfiles)'; for p in $$list; do \
-         f=`echo "$$p" |'$(SED') 's|^.*/||'`; \
+         f=`echo "$$p" |'$(SED)' 's|^.*/||'`; \
          echo " $(INSTALL_DATA) '$(srcdir)/$(macro_dir)/$$f' 
'$(DESTDIR)$(aclocaldir)/$$f'"; \
          $(INSTALL_DATA) "$(srcdir)/$(macro_dir)/$$f" 
"$(DESTDIR)$(aclocaldir)/$$f"; \
        done


hooks/post-receive
-- 
GNU Libtool



reply via email to

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