Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/ipsec-tools Fix errors from automake 1.13
details: https://anonhg.NetBSD.org/src/rev/e7a23f566195
branches: trunk
changeset: 783775:e7a23f566195
user: tteras <tteras%NetBSD.org@localhost>
date: Tue Jan 08 12:42:31 2013 +0000
description:
Fix errors from automake 1.13
diffstat:
crypto/dist/ipsec-tools/configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 9db9f9df5cf0 -r e7a23f566195 crypto/dist/ipsec-tools/configure.ac
--- a/crypto/dist/ipsec-tools/configure.ac Tue Jan 08 12:38:40 2013 +0000
+++ b/crypto/dist/ipsec-tools/configure.ac Tue Jan 08 12:42:31 2013 +0000
@@ -4,14 +4,13 @@
AC_PREREQ(2.52)
AC_INIT(ipsec-tools, CVS)
AC_CONFIG_SRCDIR([configure.ac])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
AC_ENABLE_SHARED(no)
AC_PROG_CC
-AM_PROG_CC_STDC
AC_HEADER_STDC
AC_PROG_LIBTOOL
AC_PROG_YACC
Home |
Main Index |
Thread Index |
Old Index