added most problematic linux headers to distribution

other/real linux header may be selected using --with-linux-headers=dir
This commit is contained in:
Martin Willi
2007-04-19 08:59:36 +00:00
parent 1fd5383e61
commit 04a7b6d868
7 changed files with 747 additions and 2 deletions
+8
View File
@@ -86,6 +86,13 @@ AC_ARG_WITH(
[AC_DEFINE_UNQUOTED(SIM_READER_LIB, "$withval")]
)
AC_ARG_WITH(
[linux-headers],
AS_HELP_STRING([--with-linux-headers=dir],[use the linux header files in dir instead of the supplied ones in "src/include"]),
[AC_SUBST(linuxdir, "$withval")], [AC_SUBST(linuxdir, "../include")]
)
AC_SUBST(LINUX_HEADERS)
AC_ARG_ENABLE(
[http],
AS_HELP_STRING([--enable-http],[enable OCSP and fetching of Certificates and CRLs over HTTP (default is NO). Requires libcurl.]),
@@ -222,6 +229,7 @@ dnl ==============================
AC_OUTPUT(
Makefile
src/Makefile
src/include/Makefile
src/libstrongswan/Makefile
src/libcrypto/Makefile
src/libfreeswan/Makefile