From: Tom Yu Date: Wed, 12 Jun 1996 23:42:46 +0000 (+0000) Subject: * aclocal.m4: use new AC_OUTPUT syntax for constructing X-Git-Tag: krb5-1.0-beta7~363 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=187900a77f36dd2a99540aa685ebb17f5f9f6800;p=krb5.git * aclocal.m4: use new AC_OUTPUT syntax for constructing Makefile.tmp git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8343 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index f087e619e..ff44762e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 12 19:41:12 1996 Tom Yu + + * aclocal.m4: use new AC_OUTPUT syntax for constructing + Makefile.tmp + Wed Jun 12 00:23:51 1996 Theodore Ts'o * Makefile.in (makefile-windows): Build the makefiles for diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 81244e346..8006a6fe5 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -610,7 +610,7 @@ define(V5_AC_OUTPUT_MAKEFILE, dnl OPTIMIZE THIS FOR COMMON CASE!! filelist="" for x in $ac_v5_makefile_dirs; do - filelist="$filelist $x/Makefile.tmp:$x/Makefile.in $x/pre.tmp:$ac_prepend $x/post.tmp:$ac_postpend" + filelist="$filelist $x/Makefile.tmp:$ac_prepend+$x/Makefile.in+$ac_postpend" done AC_OUTPUT($filelist, [EOF @@ -668,12 +668,12 @@ changequote([,])dnl ` test "$s" = "" && s=. echo creating $d/Makefile - cat - $d/pre.tmp $d/Makefile.tmp $d/post.tmp append.tmp > $d/Makefile < $d/Makefile < MakeFile fi done