* aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): Fix to deal with the
authorTom Yu <tlyu@mit.edu>
Tue, 24 Dec 1996 21:11:39 +0000 (21:11 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 24 Dec 1996 21:11:39 +0000 (21:11 +0000)
autoconf-2.12 syntax for file concatenation.

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

src/ChangeLog
src/aclocal.m4

index 85ed69f8ecefe4aa29911502ed02a4c3f0b4b8b3..f35bf97646b7912502e5bd8882ed1f30d7d75307 100644 (file)
@@ -1,3 +1,8 @@
+Tue Dec 24 16:08:05 1996  Tom Yu  <tlyu@mit.edu>
+
+       * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): Fix to deal with the
+       autoconf-2.12 syntax for file concatenation.
+
 Tue Dec 17 13:54:48 1996  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * Makefile.in (kerbsrc.mac.tar): Automatically make the
index 4576a98ad27baf7f8ae09345f7abfa610b7796b2..5b2776c244bfcb7d08511707b337c6f78c135bde 100644 (file)
@@ -506,7 +506,7 @@ define(V5_AC_OUTPUT_MAKEFILE,
 ifelse($2, , filelist="", filelist="$2")
 dnl OPTIMIZE THIS FOR COMMON CASE!!
 for x in $ac_v5_makefile_dirs; do
-  filelist="$filelist $x/Makefile.tmp:$ac_prepend+$x/Makefile.in+$ac_postpend"
+  filelist="$filelist $x/Makefile.tmp:$ac_prepend:$x/Makefile.in:$ac_postpend"
 done
 AC_OUTPUT($filelist,
 [EOF