Module Name:    othersrc
Committed By:   lukem
Date:           Fri Feb 12 12:43:04 UTC 2021

Modified Files:
        othersrc/usr.bin/tnftp: configure

Log Message:
regen for va_copy() check cross-compile soft fail


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 othersrc/usr.bin/tnftp/configure

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
diff -u othersrc/usr.bin/tnftp/configure:1.53 othersrc/usr.bin/tnftp/configure:1.54
--- othersrc/usr.bin/tnftp/configure:1.53	Sun Jul  5 11:37:02 2020
+++ othersrc/usr.bin/tnftp/configure	Fri Feb 12 12:43:04 2021
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.37 .
+# From configure.ac Revision: 1.39 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for tnftp 20200705.
 #
@@ -13,7 +13,7 @@
 # gives unlimited permission to copy, distribute and modify it.
 #
 #
-# Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
+# Copyright (c) 1999-2021 The NetBSD Foundation, Inc.
 # All rights reserved.
 #
 ## -------------------- ##
@@ -1534,7 +1534,7 @@ This configure script is free software; 
 gives unlimited permission to copy, distribute and modify it.
 
 
-Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
+Copyright (c) 1999-2021 The NetBSD Foundation, Inc.
 All rights reserved.
 
 _ACEOF
@@ -14533,10 +14533,8 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
 $as_echo_n "checking for va_copy... " >&6; }
 if test "$cross_compiling" = yes; then :
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot run test program while cross compiling
-See \`config.log' for more details" "$LINENO" 5; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: unknown - cross-compiling" >&5
+$as_echo "unknown - cross-compiling" >&6; }
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -14572,10 +14570,8 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_va_copy" >&5
 $as_echo_n "checking for __builtin_va_copy... " >&6; }
 if test "$cross_compiling" = yes; then :
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot run test program while cross compiling
-See \`config.log' for more details" "$LINENO" 5; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: unknown - cross-compiling" >&5
+$as_echo "unknown - cross-compiling" >&6; }
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */

Reply via email to