Module Name:    othersrc
Committed By:   lukem
Date:           Sun Apr  9 06:57:25 UTC 2023

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

Log Message:
regen for tnftp 20230409


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 othersrc/usr.bin/tnftp/Makefile.in
cvs rdiff -u -r1.61 -r1.62 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/Makefile.in
diff -u othersrc/usr.bin/tnftp/Makefile.in:1.15 othersrc/usr.bin/tnftp/Makefile.in:1.16
--- othersrc/usr.bin/tnftp/Makefile.in:1.15	Sun Apr  9 06:30:14 2023
+++ othersrc/usr.bin/tnftp/Makefile.in	Sun Apr  9 06:57:25 2023
@@ -172,8 +172,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in 
 	$(top_srcdir)/buildaux/ltmain.sh \
 	$(top_srcdir)/buildaux/missing COPYING ChangeLog INSTALL NEWS \
 	README THANKS buildaux/ar-lib buildaux/compile \
-	buildaux/config.guess buildaux/config.sub buildaux/install-sh \
-	buildaux/ltmain.sh buildaux/missing
+	buildaux/config.guess buildaux/config.sub buildaux/depcomp \
+	buildaux/install-sh buildaux/ltmain.sh buildaux/missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)

Index: othersrc/usr.bin/tnftp/configure
diff -u othersrc/usr.bin/tnftp/configure:1.61 othersrc/usr.bin/tnftp/configure:1.62
--- othersrc/usr.bin/tnftp/configure:1.61	Sun Apr  9 06:30:14 2023
+++ othersrc/usr.bin/tnftp/configure	Sun Apr  9 06:57:25 2023
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Revision: 1.45 .
+# From configure.ac Revision: 1.46 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for tnftp 20210827.
+# Generated by GNU Autoconf 2.69 for tnftp 20230409.
 #
 # Report bugs to <lu...@netbsd.org>.
 #
@@ -596,8 +596,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='tnftp'
 PACKAGE_TARNAME='tnftp'
-PACKAGE_VERSION='20210827'
-PACKAGE_STRING='tnftp 20210827'
+PACKAGE_VERSION='20230409'
+PACKAGE_STRING='tnftp 20230409'
 PACKAGE_BUGREPORT='lu...@netbsd.org'
 PACKAGE_URL=''
 
@@ -1341,7 +1341,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures tnftp 20210827 to adapt to many kinds of systems.
+\`configure' configures tnftp 20230409 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1411,7 +1411,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of tnftp 20210827:";;
+     short | recursive ) echo "Configuration of tnftp 20230409:";;
    esac
   cat <<\_ACEOF
 
@@ -1537,7 +1537,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-tnftp configure 20210827
+tnftp configure 20230409
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2122,7 +2122,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by tnftp $as_me 20210827, which was
+It was created by tnftp $as_me 20230409, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4493,7 +4493,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='tnftp'
- VERSION='20210827'
+ VERSION='20230409'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16748,7 +16748,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by tnftp $as_me 20210827, which was
+This file was extended by tnftp $as_me 20230409, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16814,7 +16814,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-tnftp config.status 20210827
+tnftp config.status 20230409
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 

Reply via email to