diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/aclocal.m4 | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ffc14585f8..1a375ed5d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +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 diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 25e0c3a875..4d54270d36 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -359,9 +359,15 @@ dnl K5_GEN_FILE( <ac_output arguments> ) 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 |
