$(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(acdatadir)
# References to install-info have been removed until it's released.
-install: acgeneral.m4 acspecific.m4 acconfig.h installdirs
+install: all acgeneral.m4 acspecific.m4 acconfig.h installdirs
$(INSTALL_PROGRAM) autoconf $(bindir)/autoconf
$(INSTALL_PROGRAM) autoheader $(bindir)/autoheader
$(INSTALL_PROGRAM) autoreconf $(bindir)/autoreconf
$(INSTALL_DATA) $(srcdir)/acmakevars $(acdatadir)/acmakevars; \
else :; fi
-install-info: installdirs
+install-info: info installdirs
-test -f autoconf.info || cd $(srcdir); \
for i in autoconf.info*; do \
$(INSTALL_DATA) $$i $(infodir)/$$i; \
$(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(acdatadir)
# References to install-info have been removed until it's released.
-install: acgeneral.m4 acspecific.m4 acconfig.h installdirs
+install: all acgeneral.m4 acspecific.m4 acconfig.h installdirs
$(INSTALL_PROGRAM) autoconf $(bindir)/autoconf
$(INSTALL_PROGRAM) autoheader $(bindir)/autoheader
$(INSTALL_PROGRAM) autoreconf $(bindir)/autoreconf
$(INSTALL_DATA) $(srcdir)/acmakevars $(acdatadir)/acmakevars; \
else :; fi
-install-info: installdirs
+install-info: info installdirs
-test -f autoconf.info || cd $(srcdir); \
for i in autoconf.info*; do \
$(INSTALL_DATA) $$i $(infodir)/$$i; \