* aclocal.m4: use new AC_OUTPUT syntax for constructing
authorTom Yu <tlyu@mit.edu>
Wed, 12 Jun 1996 23:42:46 +0000 (23:42 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 12 Jun 1996 23:42:46 +0000 (23:42 +0000)
Makefile.tmp

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8343 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index f087e619e3ab73ad8e92e7f6b58e134a98511807..ff44762e36ffbc78d69112c8e2bf550fe34b65b2 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jun 12 19:41:12 1996  Tom Yu  <tlyu@voltage-multiplier.mit.edu>
+
+       * aclocal.m4: use new AC_OUTPUT syntax for constructing
+               Makefile.tmp
+
 Wed Jun 12 00:23:51 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in (makefile-windows): Build the makefiles for
index 81244e3460d98c056c3083799aed92562e7f73a3..8006a6fe5f1f6f082efe92520a81b699881ed683 100644 (file)
@@ -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 <<EOX
+    cat - $d/Makefile.tmp append.tmp > $d/Makefile <<EOX
 thisconfigdir=$x
 SRCTOP=$s
 BUILDTOP=$x$ac_reltopdir
 EOX
-    rm  $d/pre.tmp $d/Makefile.tmp $d/post.tmp
+    rm  $d/Makefile.tmp
 # sed -f $CONF_FRAGDIR/mac-mf.sed < Makefile > MakeFile
   fi
 done