diff options
author | Theodore Tso <tytso@mit.edu> | 1995-06-09 22:43:06 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1995-06-09 22:43:06 +0000 |
commit | 2474718b6abb1a3121ec85d26a7890a2eb24346f (patch) | |
tree | 673885d67df684fa9a7a30ab2aa20e9074f56e71 /src/appl/user_user | |
parent | 06ebb729b85fe6edc1d31177bae66e063188f87b (diff) | |
download | krb5-2474718b6abb1a3121ec85d26a7890a2eb24346f.tar.gz krb5-2474718b6abb1a3121ec85d26a7890a2eb24346f.tar.xz krb5-2474718b6abb1a3121ec85d26a7890a2eb24346f.zip |
configure.in: Remove standardized set of autoconf macros, which are
now handled by CONFIG_RULES.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6009 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/user_user')
-rw-r--r-- | src/appl/user_user/ChangeLog | 5 | ||||
-rw-r--r-- | src/appl/user_user/configure.in | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog index b2eed4aa68..0e508d0743 100644 --- a/src/appl/user_user/ChangeLog +++ b/src/appl/user_user/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 9 18:30:36 1995 <tytso@rsx-11.mit.edu> + + * configure.in: Remove standardized set of autoconf macros, which + are now handled by CONFIG_RULES. + Wed May 03 03:30:51 1995 Chris Provenzano (proven@mit.edu) * client.c: (krb5_recvauth()): No longer needs the rc_type arg. diff --git a/src/appl/user_user/configure.in b/src/appl/user_user/configure.in index f55394def5..f41e2ca987 100644 --- a/src/appl/user_user/configure.in +++ b/src/appl/user_user/configure.in @@ -1,9 +1,4 @@ AC_INIT(client.c) -WITH_CCOPTS CONFIG_RULES -AC_SET_BUILDTOP AC_PROG_INSTALL -WITH_NETLIB -KRB_INCLUDE -WITH_KRB5ROOT V5_AC_OUTPUT_MAKEFILE |