X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=3ab313e0b73e9dc70da011ef76811bb526f9ffbb;hb=51c91e6c89a380f358f64338a67d15735eb7b7aa;hp=e8955bb03990f721eae5a2e7e10869b6635e45b4;hpb=5d0dcf5c739ca67551afc683bc76d8fa8998987d;p=doldaconnect.git diff --git a/configure.in b/configure.in index e8955bb..3ab313e 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(daemon/main.c) -AM_INIT_AUTOMAKE([doldaconnect], [0.3]) +AM_INIT_AUTOMAKE([doldaconnect], [0.4]) AM_CONFIG_HEADER(config.h) AC_PROG_CC @@ -14,7 +14,9 @@ m4_defun([_LT_AC_LANG_F77_CONFIG], true) AM_PROG_LIBTOOL AC_CHECK_LIB(pam, pam_start, , AC_MSG_ERROR([*** must have PAM])) -AC_CHECK_LIB(dl, dlopen, , AC_MSG_ERROR([*** PAM requires a working dynamic loader (libdl)])) +# Doesn't work on at least FreeBSD, and the existance of PAM should +# already indicate that dlopen works. +# AC_CHECK_LIB(dl, dlopen, , AC_MSG_ERROR([*** PAM requires a working dynamic loader (libdl)])) AC_CHECK_LIB(z, deflate, , AC_MSG_ERROR([*** must have zlib])) AC_CHECK_LIB(bz2, BZ2_bzWriteOpen, , AC_MSG_ERROR([*** must have bzlib])) AC_CHECK_LIB(gdbm, gdbm_open, , AC_MSG_ERROR([*** must have gdbm])) @@ -128,6 +130,10 @@ if test "$with_guile" = yes; then guile_msg=Yes fi +# Check whether to install baseconv +AC_ARG_ENABLE(baseconv, [ --enable-baseconv Install the baseconv utility]) +AM_CONDITIONAL(baseconv, test "$enable_baseconv" = yes) + # Kerberos check krb_msg=No AH_TEMPLATE(HAVE_KRB5, [define to compile support for Kerberos 5 (not GSS-API) authentication]) @@ -210,6 +216,7 @@ clients/gaim/Makefile include/Makefile include/doldaconnect/Makefile doc/Makefile +doc/man/Makefile po/Makefile.in config/Makefile contrib/Makefile