Module Name: othersrc
Committed By: lukem
Date: Thu Mar 21 03:28:01 UTC 2013
Modified Files:
othersrc/libexec/tnftpd: configure.ac
Log Message:
Style tweak: use () with argument-less macros.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 othersrc/libexec/tnftpd/configure.ac:1.35
--- othersrc/libexec/tnftpd/configure.ac:1.34 Thu Mar 21 03:21:08 2013
+++ othersrc/libexec/tnftpd/configure.ac Thu Mar 21 03:28:01 2013
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.34 2013/03/21 03:21:08 lukem Exp $
+# $NetBSD: configure.ac,v 1.35 2013/03/21 03:28:01 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
@@ -9,9 +9,9 @@ AC_COPYRIGHT([
Copyright (c) 2001-2013 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.34 $])
+AC_REVISION([$Revision: 1.35 $])
-AS_SHELL_SANITIZE
+AS_SHELL_SANITIZE()
AC_CONFIG_SRCDIR([tnftpd.h])
AC_CONFIG_AUX_DIR([buildaux])
@@ -20,10 +20,9 @@ AC_CONFIG_HEADERS([tnftpd_config.h])
AC_CONFIG_LIBOBJ_DIR([libnetbsd])
AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc silent-rules])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE()
LT_PREREQ([2.4])
-#LT_INIT([disable-shared])
LT_INIT()
#
@@ -90,9 +89,9 @@ AH_TEMPLATE([USE_SKEY],
#
# Checks for programs.
#
-AC_PROG_CC
-AC_PROG_AWK
-AC_PROG_YACC
+AC_PROG_CC()
+AC_PROG_AWK()
+AC_PROG_YACC()
AS_IF([test x"$YACC" == x"yacc"],
[AC_PATH_PROG([TOOL_YACC], [$YACC])
@@ -199,12 +198,12 @@ AC_CHECK_HEADERS([sys/types.h sys/ioctl.
sys/stat.h sys/socket.h sys/syslimits.h \
sys/sysmacros.h sys/time.h sys/wait.h],
[], [], [$accheck_includes])
-AC_HEADER_DIRENT
-AC_HEADER_RESOLV
-AC_HEADER_STAT
-AC_HEADER_STDC
-AC_HEADER_TIME
-AC_HEADER_TIOCGWINSZ
+AC_HEADER_DIRENT()
+AC_HEADER_RESOLV()
+AC_HEADER_STAT()
+AC_HEADER_STDC()
+AC_HEADER_TIME()
+AC_HEADER_TIOCGWINSZ()
AC_CHECK_HEADERS([sys/resource.h \
arpa/inet.h arpa/nameser.h arpa/telnet.h err.h \
fcntl.h fnmatch.h grp.h libutil.h limits.h locale.h \
@@ -220,21 +219,21 @@ AC_CHECK_HEADERS([sys/resource.h \
AC_CHECK_DECLS([AI_NUMERICHOST, FNM_CASEFOLD,
crypt, fclose, h_errno, pclose, optarg, optind, optreset],
[], [], [$accheck_includes])
-AC_TYPE_LONG_DOUBLE
-AC_TYPE_LONG_LONG_INT
-AC_TYPE_UINT32_T
-AC_TYPE_OFF_T
-AC_TYPE_PID_T
-AC_TYPE_SIGNAL
-AC_TYPE_SIZE_T
-AC_STRUCT_TM
+AC_TYPE_LONG_DOUBLE()
+AC_TYPE_LONG_LONG_INT()
+AC_TYPE_UINT32_T()
+AC_TYPE_OFF_T()
+AC_TYPE_PID_T()
+AC_TYPE_SIGNAL()
+AC_TYPE_SIZE_T()
+AC_STRUCT_TM()
AC_CHECK_MEMBERS([struct sockaddr.sa_len, struct sockaddr_in.sin_len,
DIR.dd_fd, DIR.__dd_fd, struct dirent.d_namlen,
struct passwd.pw_change, struct passwd.pw_expire],
[], [], [$accheck_includes])
AC_CHECK_TYPES([in_port_t, sa_family_t, socklen_t, struct addrinfo],
[], [], [$accheck_includes])
-AC_SYS_LARGEFILE
+AC_SYS_LARGEFILE()
# If IPv6 is enabled, check for necessary items.
#
@@ -257,10 +256,10 @@ AS_IF([test "$opt_ipv6" = yes],
#
# Checks for library functions.
#
-AC_FUNC_CLOSEDIR_VOID
-AC_FUNC_FORK
-AC_FUNC_FSEEKO
-AC_FUNC_STRCOLL
+AC_FUNC_CLOSEDIR_VOID()
+AC_FUNC_FORK()
+AC_FUNC_FSEEKO()
+AC_FUNC_STRCOLL()
AC_REPLACE_FUNCS([daemon err fgetln fparseln \
getaddrinfo getgrouplist getnameinfo getusershell \
inet_net_pton inet_ntop inet_pton mkstemp \
@@ -449,7 +448,7 @@ AC_CONFIG_FILES([
src/Makefile
])
-AC_OUTPUT
+AC_OUTPUT()
# Display feature results.
#