* configure.in: Remove AC_PROG_INSTALL.

* configure: Rebuild.
	* Makefile.in (INSTALL): Revert to using install.sh.
	(INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
	(INSTALL_XFORM, INSTALL_XFORM1): Restore.
	(mostlyclean): Make the same as clean, not distclean.
	(clean): Remove config.log.
	(install): Don't install in $(tooldir).
This commit is contained in:
Ian Lance Taylor
1995-09-08 18:29:22 +00:00
parent b6de8f6a08
commit c64dfabd07
3 changed files with 20 additions and 16 deletions

View File

@ -14,6 +14,5 @@ AC_SUBST(HDEFINES)
AR=${AR-ar}
AC_SUBST(AR)
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_OUTPUT(Makefile)