Module Name: othersrc
Committed By: lukem
Date: Tue Jan 29 22:39:11 UTC 2019
Modified Files:
othersrc/libexec/tnftpd: configure.ac
Log Message:
configure: AM_PROG_AR is needed by newer automake
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 othersrc/libexec/tnftpd/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/libexec/tnftpd/configure.ac
diff -u othersrc/libexec/tnftpd/configure.ac:1.42 othersrc/libexec/tnftpd/configure.ac:1.43
--- othersrc/libexec/tnftpd/configure.ac:1.42 Tue Jan 29 13:30:32 2019
+++ othersrc/libexec/tnftpd/configure.ac Tue Jan 29 22:39:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.42 2019/01/29 13:30:32 lukem Exp $
+# $NetBSD: configure.ac,v 1.43 2019/01/29 22:39:11 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
@@ -9,7 +9,7 @@ AC_COPYRIGHT([
Copyright (c) 2001-2019 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.42 $])
+AC_REVISION([$Revision: 1.43 $])
AS_SHELL_SANITIZE()
@@ -21,6 +21,7 @@ AC_CONFIG_LIBOBJ_DIR([libnetbsd])
AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc silent-rules])
AM_MAINTAINER_MODE()
+AM_PROG_AR()
LT_PREREQ([2.4])
LT_INIT()