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.
This commit is contained in:
Gary V. Vaughan 2010-09-25 03:25:48 +07:00
parent e1398280b6
commit cf1249a63c
2 changed files with 5 additions and 6 deletions

View File

@ -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>

View 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