Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/ipsec-tools-0_8-branch]: src/crypto/dist/ipsec-tools Fix errors from aut...
details: https://anonhg.NetBSD.org/src/rev/d2255b0997ab
branches: ipsec-tools-0_8-branch
changeset: 763336:d2255b0997ab
user: tteras <tteras%NetBSD.org@localhost>
date: Tue Jan 08 12:43:07 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 a57c1758770c -r d2255b0997ab crypto/dist/ipsec-tools/configure.ac
--- a/crypto/dist/ipsec-tools/configure.ac Tue Jan 08 12:38:54 2013 +0000
+++ b/crypto/dist/ipsec-tools/configure.ac Tue Jan 08 12:43:07 2013 +0000
@@ -4,14 +4,13 @@
AC_PREREQ(2.52)
AC_INIT(ipsec-tools, 0.8.0)
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