mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
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:
parent
e1398280b6
commit
cf1249a63c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user