Module Name: othersrc Committed By: lukem Date: Sun Jan 31 22:23:59 UTC 2016
Modified Files: othersrc/usr.bin/tnftp: configure.ac Log Message: configure.ac: remove alloca and RETSIGTYPE alloca() isn't used by libedit any more - remove AC_FUNC_ALLOCA() don't use RETSIGTYPE - remove obsolete and unused AC_TYPE_SIGNAL() To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 othersrc/usr.bin/tnftp/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/usr.bin/tnftp/configure.ac diff -u othersrc/usr.bin/tnftp/configure.ac:1.33 othersrc/usr.bin/tnftp/configure.ac:1.34 --- othersrc/usr.bin/tnftp/configure.ac:1.33 Sun Jan 31 22:18:35 2016 +++ othersrc/usr.bin/tnftp/configure.ac Sun Jan 31 22:23:59 2016 @@ -1,4 +1,4 @@ -# $NetBSD: configure.ac,v 1.33 2016/01/31 22:18:35 lukem Exp $ +# $NetBSD: configure.ac,v 1.34 2016/01/31 22:23:59 lukem Exp $ # # Process this file with autoconf to produce a configure script. @@ -9,7 +9,7 @@ AC_COPYRIGHT([ Copyright (c) 1999-2016 The NetBSD Foundation, Inc. All rights reserved. ]) -AC_REVISION([$Revision: 1.33 $]) +AC_REVISION([$Revision: 1.34 $]) AS_SHELL_SANITIZE() @@ -262,7 +262,6 @@ AC_TYPE_LONG_LONG_INT() AC_TYPE_UINT32_T() AC_TYPE_OFF_T() AC_TYPE_PID_T() -AC_TYPE_SIGNAL() AC_TYPE_SIZE_T() AC_STRUCT_TM() AC_CHECK_MEMBERS([struct sockaddr.sa_len, struct sockaddr_in.sin_len, @@ -293,8 +292,6 @@ AS_IF([test "$opt_ipv6" = yes], # # Checks for library functions. # -#XXX remove alloca use -AC_FUNC_ALLOCA() AC_FUNC_CLOSEDIR_VOID() AC_FUNC_FORK() AC_FUNC_FSEEKO()