]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(install): Depend on install-info.
authorDavid MacKenzie <djm@djmnet.org>
Fri, 6 May 1994 04:04:40 +0000 (04:04 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 6 May 1994 04:04:40 +0000 (04:04 +0000)
Makefile.in
doc/Makefile.in

index dcf6375957203517c8033045aff9e4f69c067be4..1ffe02c8fd22fd58c92ffa29050db094c77409e7 100644 (file)
@@ -99,11 +99,11 @@ standards.dvi: standards.texi make-stds.texi
 check:
 installcheck:
 
-installdirs: mkinstalldirs $(bindir) $(infodir) $(acdatadir)
+installdirs:
        $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(acdatadir)
 
 # References to install-info have been removed until it's released.
-install: all acgeneral.m4 acspecific.m4 acconfig.h installdirs
+install: all acgeneral.m4 acspecific.m4 acconfig.h installdirs install-info
        $(INSTALL_PROGRAM) autoconf $(bindir)/autoconf
        $(INSTALL_PROGRAM) autoheader $(bindir)/autoheader
        $(INSTALL_PROGRAM) autoreconf $(bindir)/autoreconf
index dcf6375957203517c8033045aff9e4f69c067be4..1ffe02c8fd22fd58c92ffa29050db094c77409e7 100644 (file)
@@ -99,11 +99,11 @@ standards.dvi: standards.texi make-stds.texi
 check:
 installcheck:
 
-installdirs: mkinstalldirs $(bindir) $(infodir) $(acdatadir)
+installdirs:
        $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(acdatadir)
 
 # References to install-info have been removed until it's released.
-install: all acgeneral.m4 acspecific.m4 acconfig.h installdirs
+install: all acgeneral.m4 acspecific.m4 acconfig.h installdirs install-info
        $(INSTALL_PROGRAM) autoconf $(bindir)/autoconf
        $(INSTALL_PROGRAM) autoheader $(bindir)/autoheader
        $(INSTALL_PROGRAM) autoreconf $(bindir)/autoreconf