[BACK]Return to configure.ac CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / dist / ipsec-tools

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/dist/ipsec-tools/configure.ac between version 1.7 and 1.7.4.1

version 1.7, 2008/05/08 12:24:50 version 1.7.4.1, 2009/02/08 18:42:14
Line 2  dnl -*- mode: m4 -*-
Line 2  dnl -*- mode: m4 -*-
 dnl Id: configure.ac,v 1.77 2006/07/20 19:19:27 manubsd Exp  dnl Id: configure.ac,v 1.77 2006/07/20 19:19:27 manubsd Exp
   
 AC_PREREQ(2.52)  AC_PREREQ(2.52)
 AC_INIT(ipsec-tools, CVS)  AC_INIT(ipsec-tools, 0.7.1)
 AC_CONFIG_SRCDIR([configure.ac])  AC_CONFIG_SRCDIR([configure.ac])
 AM_CONFIG_HEADER(config.h)  AM_CONFIG_HEADER(config.h)
   
Line 242  AC_CHECK_HEADER(openssl/sha2.h, [], [
Line 242  AC_CHECK_HEADER(openssl/sha2.h, [], [
             CRYPTOBJS="$CRYPTOBJS sha2.o"              CRYPTOBJS="$CRYPTOBJS sha2.o"
         ])          ])
   
         CPPFLAGS_ADD="$CPPFLAGS_ADD -I\${top_srcdir}/src/racoon/missing"          CPPFLAGS_ADD="$CPPFLAGS_ADD -I./\${top_srcdir}/src/racoon/missing"
 ])  ])
 AC_SUBST(CRYPTOBJS)  AC_SUBST(CRYPTOBJS)
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.4.1

CVSweb <webmaster@jp.NetBSD.org>