]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
CLEANUP: fix error from pushing too far up the branch.
authorGary V. Vaughan <gary@gnu.org>
Fri, 24 Sep 2010 20:25:48 +0000 (03:25 +0700)
committerGary V. Vaughan <gary@gnu.org>
Fri, 24 Sep 2010 20:25:48 +0000 (03:25 +0700)
* 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.

ChangeLog
Makefile.am

index 9dff85da4c783aa69a56c2e4af7c357fdafe471c..69a4e3bfff231338e83645e42180a2dc8b0b443f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,8 @@
-2010-09-16  Gary V. Vaughan  <gary@gnu.org>
+2010-09-25  Gary V. Vaughan  <gary@gnu.org>
 
-       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  <gary@gnu.org>
 
index ef7d10eafba9cf8389eaf654d0e2f62d224417e9..6deaefcee0bbb3069d277ab216729946df563697 100644 (file)
@@ -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