Module Name: othersrc
Committed By: lukem
Date: Sat Nov 7 10:57:07 UTC 2009
Modified Files:
othersrc/libexec/tnftpd: configure.ac
Log Message:
Enable automake 1.11's silent-rules
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 othersrc/libexec/tnftpd/configure.ac:1.26
--- othersrc/libexec/tnftpd/configure.ac:1.25 Sat Nov 7 09:54:23 2009
+++ othersrc/libexec/tnftpd/configure.ac Sat Nov 7 10:57:07 2009
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.25 2009/11/07 09:54:23 lukem Exp $
+# $NetBSD: configure.ac,v 1.26 2009/11/07 10:57:07 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
@@ -9,7 +9,7 @@
Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.25 $])
+AC_REVISION([$Revision: 1.26 $])
AS_SHELL_SANITIZE
@@ -20,7 +20,7 @@
AC_CONFIG_HEADERS([tnftpd_config.h])
AC_CONFIG_LIBOBJ_DIR([libnetbsd])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc silent-rules])
AM_MAINTAINER_MODE
#