Module Name: othersrc
Committed By: lukem
Date: Sat Sep 23 04:12:32 UTC 2023
Modified Files:
othersrc/libexec/tnftpd: configure.ac
Log Message:
configure: enable AC_USE_SYSTEM_EXTENSIONS()
We use various POSIX extensions, so enable them.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 othersrc/libexec/tnftpd/configure.ac:1.50
--- othersrc/libexec/tnftpd/configure.ac:1.49 Sat Sep 23 04:05:57 2023
+++ othersrc/libexec/tnftpd/configure.ac Sat Sep 23 04:12:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.49 2023/09/23 04:05:57 lukem Exp $
+# $NetBSD: configure.ac,v 1.50 2023/09/23 04:12:32 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
@@ -18,6 +18,8 @@ AC_CONFIG_MACRO_DIR([buildaux])
AC_CONFIG_HEADERS([tnftpd_config.h])
AC_CONFIG_LIBOBJ_DIR([libnetbsd])
+AC_USE_SYSTEM_EXTENSIONS()
+
AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc silent-rules])
AM_MAINTAINER_MODE()
AM_PROG_AR()