Module Name: othersrc Committed By: lukem Date: Wed Aug 25 00:58:53 UTC 2021
Modified Files: othersrc/usr.bin/tnftp: configure.ac Log Message: configure: add AM_PROG_AR() required by newer automake To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 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.40 othersrc/usr.bin/tnftp/configure.ac:1.41 --- othersrc/usr.bin/tnftp/configure.ac:1.40 Sun Apr 25 09:40:34 2021 +++ othersrc/usr.bin/tnftp/configure.ac Wed Aug 25 00:58:53 2021 @@ -1,4 +1,4 @@ -# $NetBSD: configure.ac,v 1.40 2021/04/25 09:40:34 lukem Exp $ +# $NetBSD: configure.ac,v 1.41 2021/08/25 00:58:53 lukem Exp $ # # Process this file with autoconf to produce a configure script. @@ -9,7 +9,7 @@ AC_COPYRIGHT([ Copyright (c) 1999-2021 The NetBSD Foundation, Inc. All rights reserved. ]) -AC_REVISION([$Revision: 1.40 $]) +AC_REVISION([$Revision: 1.41 $]) AS_SHELL_SANITIZE() @@ -89,6 +89,7 @@ AH_TEMPLATE([WITH_SSL], # AC_PROG_CC() AC_PROG_AWK() +AM_PROG_AR() AC_PROG_LIBTOOL() #