Makefile.out, and post.out immediately after using them, for
cleanliness' sake.
tested.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4911
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Feb 2 21:11:24 1995 Mark Eichin (eichin@cygnus.com)
+
+ * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): delete pre.out,
+ Makefile.out, and post.out immediately after using them, for
+ cleanliness' sake.
+
Fri Feb 3 06:47:24 1995 Theodore Y. Ts'o (tytso@dcl)
* acconfig.h: Remove BITS* definitions altogether.
dnl V5_OUTPUT_MAKEFILE
dnl
define(V5_AC_OUTPUT_MAKEFILE,
-[AC_OUTPUT(pre.out:[$]ac_prepend Makefile.out:Makefile.in post.out:[$]ac_postpend,[EXTRA_RULES], cat pre.out Makefile.out post.out > Makefile)])dnl
+[AC_OUTPUT(pre.out:[$]ac_prepend Makefile.out:Makefile.in post.out:[$]ac_postpend,[EXTRA_RULES], cat pre.out Makefile.out post.out > Makefile; rm pre.out Makefile.out post.out)])dnl
dnl
dnl CHECK_UTMP: check utmp structure and functions
dnl