]> 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>
Sat, 22 Oct 2011 11:35:20 +0000 (18:35 +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 3f32b0d3ecfc840d28963ff35b16d396d1c681df..b171ad89835971f575cfebb61781bf18e992f4d4 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 a0135edf98d30628501a9415cca4dc25b8f85166..d58c34b89798c96de56eb6ef7ed633f88195e39f 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