autoconf-2.12 syntax for file concatenation.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9688
dc483132-0cff-0310-8789-
dd5450dbe970
+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
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