Module Name: src
Committed By: tteras
Date: Tue Jan 8 12:43:07 UTC 2013
Modified Files:
src/crypto/dist/ipsec-tools [ipsec-tools-0_8-branch]: configure.ac
Log Message:
Fix errors from automake 1.13
To generate a diff of this commit:
cvs rdiff -u -r1.10.6.2 -r1.10.6.3 src/crypto/dist/ipsec-tools/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/dist/ipsec-tools/configure.ac
diff -u src/crypto/dist/ipsec-tools/configure.ac:1.10.6.2 src/crypto/dist/ipsec-tools/configure.ac:1.10.6.3
--- src/crypto/dist/ipsec-tools/configure.ac:1.10.6.2 Mon Dec 24 08:48:08 2012
+++ src/crypto/dist/ipsec-tools/configure.ac Tue Jan 8 12:43:07 2013
@@ -4,14 +4,13 @@ dnl Id: configure.ac,v 1.77 2006/07/20 1
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