X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.in;h=eace2ee7899f092ae7222b68d3231270659152e5;hb=refs%2Fheads%2Feap-chbind;hp=8c9f64863897394a0c2c421bcc062e50e4847a4c;hpb=10b08fa0f7b162fd00d427aae2f62ebeae3ef029;p=freeradius.git diff --git a/configure.in b/configure.in index 8c9f648..eace2ee 100644 --- a/configure.in +++ b/configure.in @@ -27,9 +27,9 @@ AC_CONFIG_HEADER(src/include/autoconf.h) AC_REVISION($Revision$)dnl dnl # The version of the software -RADIUSD_MAJOR_VERSION=2 -RADIUSD_MINOR_VERSION=0.0-pre0 -RADIUSD_VERSION="${RADIUSD_MAJOR_VERSION}.${RADIUSD_MINOR_VERSION}" +RADIUSD_VERSION=`cat VERSION` +RADIUSD_MAJOR_VERSION=`cat VERSION | sed 's/\..*//'` +RADIUSD_MINOR_VERSION=`cat VERSION | sed 's/^2\.//'` PACKAGE=freeradius dnl ############################################################# @@ -52,6 +52,13 @@ AC_PROG_GCC_TRADITIONAL AC_PROG_CC_SUNPRO AC_PROG_RANLIB +dnl # +dnl # Set Default CFLAGS +dnl # +if test "x$GCC" = "xyes"; then + CFLAGS="$CFLAGS -Wall -D_GNU_SOURCE" +fi + dnl Compile in large (2G+) file support. AC_SYS_LARGEFILE @@ -72,19 +79,31 @@ if test -z "$makever"; then from ftp://prep.ai.mit.edu/pub/gnu/make/ before continuing.) fi -dnl libltdl is installable +AC_ARG_WITH(system-libltdl, +[ --with-system-libltdl Use the libltdl installed in your system (default=use our own)], +[ +LIBLTDL="-lltdl" +INCLTDL=-DWITH_SYSTEM_LTDL +LTDL_SUBDIRS= +enable_ltdl_install=no +], +[ +dnl If libltdl isn't installable, set it to be installable. +[test x"$enable_ltdl_install" = x && enable_ltdl_install=yes] AC_LIBLTDL_INSTALLABLE dnl tell Makefile to build ltdl if needed if test x"$enable_ltdl_install" = x"yes"; then LTDL_SUBDIRS=libltdl fi +]) AC_SUBST(LTDL_SUBDIRS) dnl use system-wide libtool, if it exists AC_ARG_WITH(system-libtool, -[ --with-system-libtool try to use libtool installed in your system [default=use our own]], -[ AC_PATH_PROG(LIBTOOL, libtool,,$PATH:/usr/local/bin) ], +[ --with-system-libtool Use the libtool installed in your system (default=use our own)], +[ AC_PATH_PROG(LIBTOOL, libtool,,$PATH:/usr/local/bin) AC_LIBTOOL_DLOPEN + AC_PROG_LIBTOOL], [ LIBTOOL="`pwd`/libtool" AC_SUBST(LIBTOOL) @@ -224,17 +243,36 @@ AC_ARG_WITH(threads, esac ] ) -dnl extra argument: --with-snmp -WITH_SNMP=yes -AC_ARG_WITH(snmp, -[ --with-snmp Compile in SNMP support. (default=yes)], +dnl extra argument: --with-vmps +WITH_VMPS=yes +AC_ARG_WITH(vmps, +[ --with-vmps Compile in VMPS support. (default=yes)], [ case "$withval" in yes) ;; *) - WITH_SNMP=no + WITH_VMPS=no esac ] ) +if test "x$WITH_VMPS" = "xyes"; then + AC_DEFINE(WITH_VMPS, [1], [define if you want VMPS support]) +fi + +dnl extra argument: --with-dhcp +WITH_DHCP=yes +AC_ARG_WITH(dhcp, +[ --with-dhcp Compile in DHCP support. (default=yes)], +[ case "$withval" in + yes) + ;; + *) + WITH_DHCP=no + esac ] +) +if test "x$WITH_DHCP" = "xyes"; then + AC_DEFINE(WITH_DHCP, [1], [define if you want DHCP support]) +fi + dnl # dnl # Allow the user to specify a list of modules to be linked @@ -275,6 +313,11 @@ if test "x$developer" != "xno" -a -d $srcdir/CVS; then developer="yes" fi +if test "x$developer" != "xno" -a -d $srcdir/.git; then + dnl turn on the developer flag when taken from a git checkout (not a release) + developer="yes" +fi + dnl extra argument: --with-experimental-modules EXPERIMENTAL= AC_ARG_WITH(experimental-modules, @@ -287,6 +330,20 @@ AC_ARG_WITH(experimental-modules, esac ] ) +dnl extra argument: --with-openssl +WITH_OPENSSL=yes +AC_ARG_WITH(openssl, +[ --with-openssl Use OpenSSL. (default=yes)], +[ case "$withval" in + no) + WITH_OPENSSL=no + ;; + *) + WITH_OPENSSL=yes + ;; + esac ] +) + dnl # dnl # extra argument: --with-openssl-includes=dir dnl # @@ -475,12 +532,15 @@ AC_CHECK_LIB(nsl, inet_ntoa) dnl Check for OpenSSL libraries. OPENSSL_LIBS= -old_LIBS=$LIBS -if test "x$OPENSSL_LIB_DIR" != "x"; then - LIBS="-L$OPENSSL_LIB_DIR $LIBS" -fi -AC_CHECK_LIB(crypto, DH_new, +if test "x$WITH_OPENSSL" = xyes; then + old_LIBS=$LIBS + old_LDFLAGS="$LDFLAGS" + if test "x$OPENSSL_LIB_DIR" != "x"; then + LDFLAGS="$LDFLAGS -L$OPENSSL_LIB_DIR" + fi + AC_CHECK_LIB(crypto, DH_new, [ + LIBS="-lcrypto $LIBS" AC_DEFINE(HAVE_LIBCRYPTO, 1, [Define to 1 if you have the `crypto' library (-lcrypto).]) AC_CHECK_LIB(ssl, SSL_new, @@ -493,7 +553,11 @@ AC_CHECK_LIB(crypto, DH_new, OPENSSL_LIBS="$OPENSSL_LIBS -lcrypto -lssl -lcrypto" ], []) ], []) -LIBS=$old_LIBS + LIBS=$old_LIBS + LDFLAGS="$old_LDFLAGS" +fi + +AC_CHECK_LIB(ws2_32, htonl) dnl Check the pcap library for the RADIUS sniffer. PCAP_LIBS= @@ -504,6 +568,8 @@ AC_CHECK_LIB(pcap, pcap_open_live, ], [ AC_MSG_WARN([pcap library not found, silently disabling the RADIUS sniffer.]) ]) +AC_LIB_READLINE + dnl ############################################################# dnl # dnl # 3. Checks for header files @@ -521,6 +587,7 @@ case "$host" in ;; *-darwin*) CFLAGS="$CFLAGS -DDARWIN" + LIBS="-framework DirectoryService $LIBS" ;; esac @@ -534,6 +601,7 @@ AC_CHECK_HEADERS( \ crypt.h \ errno.h \ resource.h \ + sys/resource.h \ getopt.h \ malloc.h \ utmp.h \ @@ -550,21 +618,45 @@ AC_CHECK_HEADERS( \ netinet/in.h \ sys/types.h \ sys/socket.h \ + winsock.h \ sys/time.h \ sys/wait.h \ sys/security.h \ fcntl.h \ sys/fcntl.h \ - net/if.h \ + sys/prctl.h \ + sys/un.h \ + glob.h \ prot.h \ + pwd.h \ + grp.h \ + stddef.h \ + fnmatch.h \ sia.h \ siad.h ) +dnl FreeBSD requires sys/socket.h before net/if.h +AC_CHECK_HEADERS(net/if.h, [], [], +[#ifdef HAVE_SYS_SOCKET_H +# include +# endif +]) + REGEX=no +AC_CHECK_HEADER(pcreposix.h, AC_DEFINE(HAVE_PCREPOSIX_H, [], [define this if we have the header file])) +if test "x$ac_cv_header_pcreposix_h" = "xyes"; then + AC_DEFINE(HAVE_REGEX_H [], [define if we have any regex]) + REGEX_EXTENDED=yes + REGEX_PCRE=yes + REGEX=yes + LIBS="$LIBS -lpcreposix" +else + AC_CHECK_HEADER(regex.h, AC_DEFINE(HAVE_REGEX_H, [], [define this if we have the header file])) if test "x$ac_cv_header_regex_h" = "xyes"; then REGEX_EXTENDED=no + REGEX_PCRE=no REGEX=yes AC_EGREP_CPP(yes, [#include @@ -573,7 +665,10 @@ if test "x$ac_cv_header_regex_h" = "xyes"; then #endif ], [AC_DEFINE(HAVE_REG_EXTENDED, [], [define this if we have REG_EXTENDED (from )]) REGEX_EXTENDED=yes]) fi +fi + AC_SUBST(REGEX) +AC_SUBST(REGEX_PCRE) AC_SUBST(REGEX_EXTENDED) dnl # @@ -591,9 +686,10 @@ fi dnl Check for OpenSSL includes. OPENSSL_INCLUDE="-DNO_OPENSSL" -if test "x$OPENSSL_LIBS" = "x"; then +if test "x$WITH_OPENSSL" = xyes; then + if test "x$OPENSSL_LIBS" = "x"; then AC_MSG_NOTICE([skipping test for openssl/ssl.h]) -else + else old_CPPFLAGS=$CPPFLAGS if test "x$OPENSSL_INCLUDE_DIR" != "x"; then CPPFLAGS="$CPPFLAGS -I$OPENSSL_INCLUDE_DIR" @@ -604,6 +700,11 @@ else openssl/ssl.h \ openssl/crypto.h \ openssl/err.h \ + openssl/evp.h \ + openssl/md5.h \ + openssl/md4.h \ + openssl/sha.h \ + openssl/ocsp.h \ openssl/engine.h, [], OPENSSL_LIBS= @@ -629,6 +730,7 @@ else fi fi CPPFLAGS=$old_CPPFLAGS + fi fi AC_SUBST(OPENSSL_INCLUDE) AC_SUBST(OPENSSL_LIBS) @@ -644,6 +746,15 @@ else [ PCAP_LIBS= AC_MSG_WARN([pcap.h not found, silently disabling the RADIUS sniffer.]) ]) + + AC_CHECK_LIB(pcap, pcap_fopen_offline, + [ AC_DEFINE(HAVE_PCAP_FOPEN_OFFLINE, 1, + [Define to 1 if you have the function pcap_fopen_offline.]) + ]) + AC_CHECK_LIB(pcap, pcap_dump_fopen, + [ AC_DEFINE(HAVE_PCAP_DUMP_FOPEN, 1, + [Define to 1 if you have the function pcap_dump_fopen.]) + ]) fi AC_SUBST(PCAP_LIBS) @@ -758,7 +869,6 @@ AC_CHECK_FUNCS( \ inet_aton \ inet_pton \ inet_ntop \ - gethostname \ setlinebuf \ setvbuf \ getusershell \ @@ -766,6 +876,11 @@ AC_CHECK_FUNCS( \ getaddrinfo \ getnameinfo \ closefrom \ + gettimeofday \ + getpeereid \ + setuid \ + setresuid \ + getresuid \ strlcat \ strlcpy ) @@ -774,7 +889,6 @@ RADIUSD_NEED_DECLARATIONS( \ strncasecmp \ strcasecmp \ inet_aton \ - gethostname \ setlinebuf \ getusershell \ endusershell @@ -832,13 +946,6 @@ else fi AC_SUBST(LIBPREFIX) -dnl # -dnl # Set Default CFLAGS -dnl # -if test "x$GCC" = "xyes"; then - CFLAGS="$CFLAGS -Wall -D_GNU_SOURCE" -fi - AC_MSG_CHECKING(for developer gcc flags) if test "x$developer" = "xyes" -a "x$GCC" = "xyes"; then devflags="-g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef" @@ -848,16 +955,23 @@ if test "x$developer" = "xyes" -a "x$GCC" = "xyes"; then else devflags="" CFLAGS="$CFLAGS -DNDEBUG" - INSTALLSTRIP="-s" + INSTALLSTRIP="" AC_MSG_RESULT(no.) fi +FR_TLS + dnl ############################################################# dnl # dnl # 7. Checks for library functions dnl # dnl ############################################################# +old_LIBS="$LIBS" +LIBS="$LIBS $LIBLTDL" +AC_CHECK_FUNC(lt_dladvise_init, AC_DEFINE(HAVE_LT_DLADVISE_INIT, [], [Do we have the lt_dladvise_init function])) +LIBS="$old_LIBS" + dnl Check for libcrypt dnl We use crypt(3) which may be in libc, or in libcrypt (eg FreeBSD) AC_CHECK_LIB(crypt, crypt, @@ -875,10 +989,6 @@ AC_CHECK_LIB(cipher, setkey, ) AC_SUBST(CRYPTLIB) -if test "x$WITH_SNMP" = "xyes"; then - SNMP_CHECKS -fi - dnl Check the style of gethostbyaddr, in order of preference dnl GNU (_r eight args) AC_DEFINE(GNUSTYLE, [1], [GNU-Style get*byaddr_r]) @@ -893,9 +1003,20 @@ gethostbyaddrrstyle="" AC_MSG_CHECKING([gethostbyaddr_r() syntax]) case "$host" in *-freebsd*) - AC_DEFINE(GETHOSTBYADDRRSTYLE, BSDSTYLE, [style of gethostbyaddr_r functions ]) - gethostbyaddrrstyle=BSD - AC_MSG_WARN([FreeBSD overridden to BSD-style]) +dnl With FreeBSD, check if there's a prototype for gethostbyaddr_r. +dnl Some versions (FreeBSD 5.1?) have a symbol but no prototype - so we +dnl override this test to BSDSTYLE. FreeBSD 6.2 and up have proper GNU +dnl style support. + AC_CHECK_DECLS([gethostbyaddr_r], [], [ + AC_DEFINE(GETHOSTBYADDRRSTYLE, BSDSTYLE, + [style of gethostbyaddr_r functions ]) + gethostbyaddrrstyle=BSD + AC_MSG_WARN([FreeBSD overridden to BSD-style]) + ], [ +#ifdef HAVE_NETDB_H +#include +#endif +]) ;; esac if test "x$gethostbyaddrrstyle" = "x"; then @@ -1081,7 +1202,7 @@ dnl ############################################################# AC_CONFIG_COMMANDS([stamp-h], [echo timestamp > src/include/stamp-h]) AC_CONFIG_COMMANDS([build-radpaths-h], [(cd ./src/include && /bin/sh ./build-radpaths-h)]) AC_CONFIG_COMMANDS([main-chmod], [(cd ./src/main && chmod +x checkrad.pl radlast radtest)]) -AC_CONFIG_COMMANDS([scripts-chmod], [(cd ./scripts && chmod +x rc.radiusd radwatch check-radiusd-config radiusd.cron.daily radiusd.cron.monthly cryptpasswd)]) +AC_CONFIG_COMMANDS([scripts-chmod], [(cd ./scripts && chmod +x rc.radiusd radwatch radiusd.cron.daily radiusd.cron.monthly cryptpasswd)]) dnl # dnl # Substitute whatever libraries we found to be necessary @@ -1102,16 +1223,16 @@ AC_OUTPUT(\ ./Make.inc \ ./src/include/build-radpaths-h \ ./src/main/Makefile \ + ./src/main/radsniff.mk \ ./src/main/checkrad.pl \ ./src/main/radlast \ ./src/main/radtest \ ./scripts/rc.radiusd \ ./scripts/radwatch \ - ./scripts/check-radiusd-config \ ./scripts/radiusd.cron.daily \ ./scripts/radiusd.cron.monthly \ ./scripts/cryptpasswd \ ./raddb/dictionary \ - ./raddb/radiusd.conf \ - ./raddb/radrelay.conf + ./raddb/radrelay.conf \ + ./raddb/radiusd.conf )