Drop some redundant autoconf tests
authorKen Raeburn <raeburn@mit.edu>
Sun, 3 Apr 2011 23:21:56 +0000 (23:21 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 3 Apr 2011 23:21:56 +0000 (23:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24833 dc483132-0cff-0310-8789-dd5450dbe970

src/configure.in

index 5ddaef20dfbce25064f3fea8c45b5710a61c414f..d1f7ee5fa56d4cff98e97f78951c7218654de8a9 100644 (file)
@@ -192,8 +192,6 @@ AH_TEMPLATE([HAVE_STRUCT_SOCKADDR_STORAGE],
 [Define if "struct sockaddr_storage" is available.])
 
 AC_CONFIG_HEADERS(include/autoconf.h, [echo timestamp > include/autoconf.stamp])
-AC_PROG_INSTALL
-AC_PROG_AWK
 AC_PROG_LEX
 AC_C_CONST
 AC_HEADER_DIRENT
@@ -468,7 +466,6 @@ fi
 HAVE_YYLINENO
 CHECK_DIRENT
 AC_TYPE_UID_T
-AC_TYPE_MODE_T
 
 AC_CHECK_HEADER(termios.h,
 [AC_CHECK_FUNC([tcsetattr],
@@ -476,7 +473,6 @@ AC_CHECK_HEADER(termios.h,
 
 KRB5_SIGTYPE
 AC_CHECK_HEADERS(stdlib.h string.h stddef.h sys/types.h sys/file.h sys/param.h sys/stat.h sys/time.h netinet/in.h sys/uio.h sys/filio.h sys/select.h time.h paths.h errno.h)
-KRB5_AC_INET6
 
 # If compiling with IPv6 support, test if in6addr_any functions.
 # Irix 6.5.16 defines it, but lacks support in the C library.
@@ -704,7 +700,6 @@ ath_compat=compat,)
 # kadmin testing.
 AC_CHECK_PROG(have_RUNTEST,runtest,runtest)
 AC_CHECK_PROG(have_PERL,perl,perl)
-AC_KRB5_TCL    
 if test "$have_PERL" = perl -a "$have_RUNTEST" = runtest -a "$TCL_LIBS" != ""; then
        DO_TEST=ok
 fi