svn rev #24833: trunk/src/

raeburn@MIT.EDU raeburn at MIT.EDU
Sun Apr 3 19:21:56 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24833
Commit By: raeburn
Log Message:
Drop some redundant autoconf tests.


Changed Files:
U   trunk/src/configure.in
Modified: trunk/src/configure.in
===================================================================
--- trunk/src/configure.in	2011-04-03 23:21:52 UTC (rev 24832)
+++ trunk/src/configure.in	2011-04-03 23:21:56 UTC (rev 24833)
@@ -192,8 +192,6 @@
 [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 @@
 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 @@
 
 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 @@
 # 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




More information about the cvs-krb5 mailing list