Module Name: src
Committed By: tteras
Date: Tue Jan 8 12:42:32 UTC 2013
Modified Files:
src/crypto/dist/ipsec-tools: configure.ac
Log Message:
Fix errors from automake 1.13
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/crypto/dist/ipsec-tools/configure.ac:1.13
--- src/crypto/dist/ipsec-tools/configure.ac:1.12 Mon Dec 24 08:46:27 2012
+++ src/crypto/dist/ipsec-tools/configure.ac Tue Jan 8 12:42:31 2013
@@ -4,14 +4,13 @@ dnl Id: configure.ac,v 1.77 2006/07/20 1
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