From 5e19e6cc2a2d0d2d06d955b23583c6ee4f607822 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Sat, 4 Feb 1995 00:00:55 +0000 Subject: [PATCH] * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): delete pre.out, 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 --- src/ChangeLog | 6 ++++++ src/aclocal.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index f26e7df1c..f95d5e6be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 0a671454a..91576ea3d 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -546,7 +546,7 @@ dnl 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 -- 2.26.2