X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=a58e7248cb788544fd88fd0c2c5998ad22af252c;hb=fc78c30acf20d98c3b37dd953aae34d353406925;hp=ab84b4259fc058fd0235c9d22642c28697fd18c9;hpb=527a687917e60958777a01ca7a458888bee341b8;p=mech_eap.git diff --git a/configure.ac b/configure.ac index ab84b42..a58e724 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.61]) -AC_INIT([mech_eap], [0.1], [bugs@project-moonshot.org]) +AC_INIT([mech_eap], [0.9.5], [bugs@project-moonshot.org]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -14,8 +14,9 @@ LT_INIT([dlopen disable-static win32-dll]) dnl AC_PROG_CC AC_PROG_CXX AC_CONFIG_HEADERS([config.h]) -AC_CHECK_HEADERS(stdarg.h stdio.h stdint.h sys/param.h) +AC_CHECK_HEADERS(stdarg.h stdio.h stdint.h sys/param.h stdlib.h) AC_REPLACE_FUNCS(vasprintf) +AC_CHECK_FUNCS([ secure_getenv]) dnl Check if we're on Solaris and set CFLAGS accordingly dnl AC_CANONICAL_TARGET @@ -81,11 +82,14 @@ if test x_$found_shibresolver = x_yes; then AX_CHECK_SHIBSP fi +AX_CHECK_OPENSSL + if test "x$acceptor" = "xyes" ; then AX_CHECK_RADSEC AX_CHECK_JANSSON fi AX_CHECK_LIBMOONSHOT -AC_CONFIG_FILES([Makefile libeap/Makefile mech_eap/Makefile]) +AC_CONFIG_FILES([Makefile libeap/Makefile mech_eap/Makefile + mech_eap.spec]) AC_OUTPUT