From: Tom Yu Date: Tue, 24 Dec 1996 21:11:39 +0000 (+0000) Subject: * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): Fix to deal with the X-Git-Tag: krb5-1.1-beta1~1394 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=284972faefe854815fba7bd2c96cf99011be380e;p=krb5.git * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): Fix to deal with the autoconf-2.12 syntax for file concatenation. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9688 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 85ed69f8e..f35bf9764 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 24 16:08:05 1996 Tom Yu + + * 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 * Makefile.in (kerbsrc.mac.tar): Automatically make the diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 4576a98ad..5b2776c24 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -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