compatibility macro behind for K5_OUTPUT_FILES. This is needed
because autoreconf greps for AC_OUTPUT.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10432
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Feb 13 15:10:41 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * aclocal.m4: Rename K5_OUPUT_FILES to K5_AC_OUTPUT, and leave a
+ compatibility macro behind for K5_OUTPUT_FILES. This is
+ needed because autoreconf greps for AC_OUTPUT.
+
Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Use AC_CONFIG_DIRS instead of CONFIG_DIRS, and
dnl
define(K5_GEN_FILE,[krb5_output_list="$krb5_output_list $1"])dnl
dnl
+dnl K5_AC_OUTPUT
+dnl
+define(K5_AC_OUTPUT,[AC_OUTPUT($krb5_output_list)])dnl
+dnl
dnl K5_OUTPUT_FILES
dnl
-define(K5_OUTPUT_FILES,[AC_OUTPUT($krb5_output_list)])dnl
+dnl This is for compatibility purposes, and is deprecated...
+dnl
+define(K5_OUTPUT_FILES,[K5_AC_OUTPUT])dnl
dnl
dnl V5_OUTPUT_MAKEFILE
dnl