Tue Dec 3 10:40:48 1996 Tom Tromey <tromey@cygnus.com>
+ * texinfos.am: install-info requires path to info file.
+
* progs.am: Use @LIBTOOL@, not $(LIBTOOL).
* automake.in (am_install_var): If -ltlibs passed, substitute
-# Makefile.in generated automatically by automake 1.1i from Makefile.am
+# Makefile.in generated automatically by automake 1.1j from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
$(POST_INSTALL)
if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
for file in $(INFO_DEPS); do \
- install-info --info-dir=$(infodir) $$file; :;\
+ install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
done; \
else : ; fi
-dnl aclocal.m4 generated automatically by aclocal 1.1i
+dnl aclocal.m4 generated automatically by aclocal 1.1j
# Do all the work for Automake. This macro actually does too much --
# some checks are only needed if your package does certain things.
## instance if you don't have a dir file, install-info will fail. I
## think instead it should create a new dir file for you. This bug
## causes the `make distcheck' target to fail reliably.
- install-info --info-dir=$(infodir) $$file; :;\
+ install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
done; \
else : ; fi
-# Makefile.in generated automatically by automake 1.1i from Makefile.am
+# Makefile.in generated automatically by automake 1.1j from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
-# Makefile.in generated automatically by automake 1.1i from Makefile.am
+# Makefile.in generated automatically by automake 1.1j from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
## instance if you don't have a dir file, install-info will fail. I
## think instead it should create a new dir file for you. This bug
## causes the `make distcheck' target to fail reliably.
- install-info --info-dir=$(infodir) $$file; :;\
+ install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
done; \
else : ; fi