From Christian Hohnstaedt: allow out of tree building

This commit is contained in:
manu 2008-05-08 12:24:50 +00:00
parent 1fe12cbbc8
commit 2a499f37b6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-05-08 Emmanuel Dreyfus <manu@netbsd.org>
From Christian Hohnstaedt <christian@hohnstaedt.de>:
* configure.ac: allow out of tree building
2008-04-25 Yvan Vanhullebus <vanhu@netasq.com>
Track:4, from Timo Teras <timo.teras@iki.fi>:
* src/racoon/isakmp_inf.c: extract ports information from

View File

@ -242,7 +242,7 @@ AC_CHECK_HEADER(openssl/sha2.h, [], [
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)