ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_libfreeradius_curl
with_libcurl
'
ac_precious_vars='build_alias
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-libfreeradius-curl
+ build without libcurl support
+
--with-libcurl=PREFIX look for the curl library in PREFIX/lib and headers
in PREFIX/include
-if test x$with_libfreeradius-curl != xno; then
+
+# Check whether --with-libfreeradius-curl was given.
+if test "${with_libfreeradius_curl+set}" = set; then :
+ withval=$with_libfreeradius_curl;
+fi
+
+
+if test x$with_libfreeradius_curl != xno; then
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
fi
+
AC_INIT(base.c)
AC_REVISION($Revision$)
AC_DEFUN(modname,[libfreeradius-curl])
+AC_DEFUN(modname_useropt,[m4_bpatsubst([]modname,[[-+.]],[_])])
+
AC_CONFIG_HEADER(config.h)
m4_include([m4/libcurl_check_config.m4])
-if test x$with_[]modname != xno; then
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without libcurl support])]
+)
+
+if test x$with_[]modname_useropt != xno; then
AC_PROG_CC
AC_PROG_CPP
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_libfreeradius_json
with_jsonc_include_dir
with_jsonc_lib_dir
with_jsonc_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-libfreeradius-json
+ build without JSON support from json-c
+
--with-jsonc-include-dir=DIR
Directory where the json-c includes may be found
--with-jsonc-lib-dir=DIR
ac_config_headers="$ac_config_headers config.h"
-if test x$with_libfreeradius-json != xno; then
+
+# Check whether --with-libfreeradius-json was given.
+if test "${with_libfreeradius_json+set}" = set; then :
+ withval=$with_libfreeradius_json;
+fi
+
+
+if test x$with_libfreeradius_json != xno; then
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
AC_INIT(json.c)
AC_REVISION($Revision$)
AC_DEFUN(modname,[libfreeradius-json])
+AC_DEFUN(modname_useropt,[m4_bpatsubst([]modname,[[-+.]],[_])])
AC_CONFIG_HEADER(config.h)
-if test x$with_[]modname != xno; then
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without JSON support from json-c])]
+)
+
+if test x$with_[]modname_useropt != xno; then
AC_PROG_CC
AC_PROG_CPP
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_libfreeradius_ldap
with_libfreeradius_ldap_lib_dir
with_libfreeradius_ldap_include_dir
'
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-libfreeradius-ldap
+ build without LDAP support
+
--with-libfreeradius-ldap-lib-dir=DIR directory for LDAP library files
--with-libfreeradius-ldap-include-dir=DIR directory for LDAP include files
+
+
+# Check whether --with-libfreeradius-ldap was given.
+if test "${with_libfreeradius_ldap+set}" = set; then :
+ withval=$with_libfreeradius_ldap;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_INIT(base.c)
AC_REVISION($Revision$)
AC_DEFUN(modname,[libfreeradius-ldap])
-AC_DEFUN(modname_useropt,[libfreeradius_ldap])
+AC_DEFUN(modname_useropt,[m4_bpatsubst([]modname,[[-+.]],[_])])
+
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without LDAP support])]
+)
fail=
SMART_LIBS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_libfreeradius_redis
with_redis_include_dir
with_redis_lib_dir
with_redis_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-libfreeradius-redis
+ build without redis support
+
--with-redis-include-dir=DIR
Directory where the redis includes may be found
--with-redis-lib-dir=DIR
+
+
+# Check whether --with-libfreeradius-redis was given.
+if test "${with_libfreeradius_redis+set}" = set; then :
+ withval=$with_libfreeradius_redis;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
-if test x$with_libfreeradius-redis != xno; then
+if test x$with_libfreeradius_redis != xno; then
redis_include_dir=
AC_INIT(redis.c)
AC_REVISION($Revision$)
AC_DEFUN(modname,[libfreeradius-redis])
+AC_DEFUN(modname_useropt,[m4_bpatsubst([]modname,[[-+.]],[_])])
+
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without redis support])]
+)
fail=
SMART_LIBS=
SMART_CLFAGS=
-if test x$with_[]modname != xno; then
+if test x$with_[]modname_useropt != xno; then
dnl ############################################################
dnl # Check for command line options
dnl ############################################################
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_cache
'
ac_precious_vars='build_alias
host_alias
cat <<\_ACEOF
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_cache build without module
+
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
+
+# Check whether --with-rlm_cache was given.
+if test "${with_rlm_cache+set}" = set; then :
+ withval=$with_rlm_cache;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_cache])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_cache_memcached
with_libmemcached_include_dir
with_libmemcached_lib_dir
with_libmemcached_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_cache_memcached
+ build without module
+
--with-libmemcached-include-dir=DIR
Directory where the libmemcached includes may be
found
+
+# Check whether --with-rlm_cache_memcached was given.
+if test "${with_rlm_cache_memcached+set}" = set; then :
+ withval=$with_rlm_cache_memcached;
+fi
+
+
if test x$with_rlm_cache_memcached != xno; then
ac_ext=c
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_cache_memcached])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_couchbase
with_libcouchbase_include_dir
with_libcouchbase_lib_dir
with_libcouchbase_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_couchbase build without module
+
--with-libcouchbase-include-dir=DIR
Directory where the libcouchbase includes may be
found
ac_config_headers="$ac_config_headers config.h"
+
+# Check whether --with-rlm_couchbase was given.
+if test "${with_rlm_couchbase+set}" = set; then :
+ withval=$with_rlm_couchbase;
+fi
+
+
if test x$with_rlm_couchbase != xno; then
ac_ext=c
AC_DEFUN(modname,[rlm_couchbase])
AC_CONFIG_HEADER(config.h)
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_eap
'
ac_precious_vars='build_alias
host_alias
cat <<\_ACEOF
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_eap build without module
+
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
+
+# Check whether --with-rlm_eap was given.
+if test "${with_rlm_eap+set}" = set; then :
+ withval=$with_rlm_eap;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_eap])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_idn
'
ac_precious_vars='build_alias
host_alias
cat <<\_ACEOF
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_idn build without module
+
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
+
+# Check whether --with-rlm_idn was given.
+if test "${with_rlm_idn+set}" = set; then :
+ withval=$with_rlm_idn;
+fi
+
+
if test x$with_rlm_idn != xno; then
ac_ext=c
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_idn])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_krb5
with_rlm_krb5_dir
'
ac_precious_vars='build_alias
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_krb5 build without module
+
--with-rlm-krb5-dir=DIR Directory for krb5 files
Some influential environment variables:
+
+# Check whether --with-rlm_krb5 was given.
+if test "${with_rlm_krb5+set}" = set; then :
+ withval=$with_rlm_krb5;
+fi
+
+
if test x$with_rlm_krb5 != xno; then
ac_ext=c
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_krb5])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_lua
with_lua_include_dir
with_lua_lib_dir
'
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_lua build without module
+
--with-lua-include-dir=DIR
Directory where the lua includes may be found
--with-lua-lib-dir=DIR Directory where the lua libraries may be found
+
+
+
+# Check whether --with-rlm_lua was given.
+if test "${with_rlm_lua+set}" = set; then :
+ withval=$with_rlm_lua;
+fi
if test x$with_rlm_lua != xno; then
AC_DEFUN(modname,[rlm_lua])
m4_include([m4/ax_lua.m4])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
AC_PROG_CPP
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_mruby
with_mruby_incude_dir
with_mruby_lib_dir
with_mruby_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_mruby build without module
+
--with-mruby-include-dir=DIR
Directory where the mruby includes may be found
--with-mruby-lib-dir=DIR
+
+# Check whether --with-rlm_mruby was given.
+if test "${with_rlm_mruby+set}" = set; then :
+ withval=$with_rlm_mruby;
+fi
+
+
if test x$with_rlm_mruby != xno; then
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_mruby])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
AC_PROG_CPP
mruby_include_dir="$withval"
;;
esac])
-
+
dnl extra argument: --with-mruby-lib-dir=DIR
mruby_lib_dir=
AC_ARG_WITH(mruby-lib-dir,
AC_MSG_WARN([m library not found.])
fail="$fail libm"
fi
-
+
targetname=modname
else
targetname=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_mschap
with_winbind_include_dir
with_winbind_lib_dir
with_winbind_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_mschap build without module
+
--with-winbind-include-dir=DIR
Directory where the winbind includes may be found
--with-winbind-lib-dir=DIR
+
+# Check whether --with-rlm_mschap was given.
+if test "${with_rlm_mschap+set}" = set; then :
+ withval=$with_rlm_mschap;
+fi
+
+
if test x$with_rlm_mschap != xno; then
ac_ext=c
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_mschap])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_opendirectory
'
ac_precious_vars='build_alias
host_alias
cat <<\_ACEOF
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_opendirectory
+ build without module
+
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
+
+# Check whether --with-rlm_opendirectory was given.
+if test "${with_rlm_opendirectory+set}" = set; then :
+ withval=$with_rlm_opendirectory;
+fi
+
+
if test x$with_rlm_opendirectory != xno; then
ac_ext=c
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: silently not building rlm_opendirectory." >&5
$as_echo "$as_me: WARNING: silently not building rlm_opendirectory." >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: FAILURE: rlm_opendirectory requires: $fail." >&5
-$as_echo "$as_me: WARNING: FAILURE: rlm_opendirectory requires: $fail." >&2;};
+$as_echo "$as_me: WARNING: FAILURE: rlm_opendirectory requires: $fail." >&2;}
targetname=""
fi
fi
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_opendirectory])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
AC_PROG_CPP
- mod_ldflags="${mod_ldflags} -framework DirectoryService"
-
+ mod_ldflags="${mod_ldflags} -framework DirectoryService"
+
FR_SMART_CHECK_INCLUDE(membership.h)
if test "$ac_cv_header_membership_h" != "yes"; then
fail="$fail membership.h"
AC_MSG_ERROR([set --without-]modname[ to disable it explicitly.])
else
AC_MSG_WARN([silently not building ]modname[.])
- AC_MSG_WARN([FAILURE: ]modname[ requires: $fail.]);
+ AC_MSG_WARN([FAILURE: ]modname[ requires: $fail.])
targetname=""
fi
fi
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_pam
'
ac_precious_vars='build_alias
host_alias
cat <<\_ACEOF
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_pam build without module
+
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
+
+
+# Check whether --with-rlm_pam was given.
+if test "${with_rlm_pam+set}" = set; then :
+ withval=$with_rlm_pam;
+fi
+
+
if test x$with_rlm_pam != xno; then
ac_ext=c
AC_INIT(rlm_pam.c)
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_pam])
+AC_DEFUN(modname_useropt,[m4_bpatsubst([]modname,[[-+.]],[_])])
+
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
if test x$with_[]modname != xno; then
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_perl
with_perl
'
ac_precious_vars='build_alias
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_perl build without module
+
--with-perl=[PATH] absolute path to perl executable
Some influential environment variables:
+
+# Check whether --with-rlm_perl was given.
+if test "${with_rlm_perl+set}" = set; then :
+ withval=$with_rlm_perl;
+fi
+
+
# ===========================================================================
# http://www.gnu.org/software/autoconf-archive/ax_with_prog.html
# ===========================================================================
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_perl])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
m4_include([m4/ax_with_prog.m4])
if test x$with_[]modname != xno; then
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_python
with_rlm_python_config_bin
'
ac_precious_vars='build_alias
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_python build without module
+
--with-rlm-python-config-bin=PATH Path to python-config binary
Some influential environment variables:
+
+# Check whether --with-rlm_python was given.
+if test "${with_rlm_python+set}" = set; then :
+ withval=$with_rlm_python;
+fi
+
+
if test x$with_rlm_python != xno; then
ac_ext=c
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_python])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_radutmp
'
ac_precious_vars='build_alias
host_alias
cat <<\_ACEOF
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_radutmp build without module
+
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
+
+# Check whether --with-rlm_radutmp was given.
+if test "${with_rlm_radutmp+set}" = set; then :
+ withval=$with_rlm_radutmp;
+fi
+
+
if test x$with_rlm_radutmp != xno; then
ac_ext=c
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_radutmp])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_CHECK_HEADERS(sys/mman.h)
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_securid
with_rlm_securid_include_dir
with_rlm_securid_lib_dir
with_rlm_securid_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_securid build without module
+
--with-rlm-securid-include-dir=DIR
Directory where the securid includes may be found
--with-rlm-securid-lib-dir=DIR
+
+# Check whether --with-rlm_securid was given.
+if test "${with_rlm_securid+set}" = set; then :
+ withval=$with_rlm_securid;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_securid])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sigtran
with_sigtran_include_dir
with_sigtran_dir
'
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sigtran build without module
+
--with-sigtran-include-dir=DIR
Directory where osmocore and osmosccp may be found
--with-sigtran-dir=DIR Base directory where osmocore and osmosccp are
+
+# Check whether --with-rlm_sigtran was given.
+if test "${with_rlm_sigtran+set}" = set; then :
+ withval=$with_rlm_sigtran;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_sigtran])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sql
'
ac_precious_vars='build_alias
host_alias
cat <<\_ACEOF
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sql build without module
+
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
+
+# Check whether --with-rlm_sql was given.
+if test "${with_rlm_sql+set}" = set; then :
+ withval=$with_rlm_sql;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_sql])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sql_cassandra
with_cassandra_include_dir
with_cassandra_lib_dir
with_cassandra_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sql_cassandra
+ build without module
+
--with-cassandra-include-dir=DIR
Directory where the cassandra includes may be found
--with-cassandra-lib-dir=DIR
+
+# Check whether --with-rlm_sql_cassandra was given.
+if test "${with_rlm_sql_cassandra+set}" = set; then :
+ withval=$with_rlm_sql_cassandra;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_sql_cassandra])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sql_db2
with_ibmdb2_include_dir
with_ibmdb2_lib_dir
with_ibmdb2_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sql_db2 build without module
+
--with-ibmdb2-include-dir=DIR
Directory where the IBM-DB2 includes may be found
--with-ibmdb2-lib-dir=DIR
+
+# Check whether --with-rlm_sql_db2 was given.
+if test "${with_rlm_sql_db2+set}" = set; then :
+ withval=$with_rlm_sql_db2;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_sql_db2])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sql_firebird
with_firebird_include_dir
with_firebird_lib_dir
with_firebird_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sql_firebird
+ build without module
+
--with-firebird-include-dir=DIR
Directory where the firebird includes may be found
--with-firebird-lib-dir=DIR
+
+# Check whether --with-rlm_sql_firebird was given.
+if test "${with_rlm_sql_firebird+set}" = set; then :
+ withval=$with_rlm_sql_firebird;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_sql_firebird])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sql_freetds
with_freetds_include_dir
with_freetds_lib_dir
with_freetds_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sql_freetds
+ build without module
+
--with-freetds-include-dir=DIR
Directory where the freetds includes may be found
--with-freetds-lib-dir=DIR
+
+# Check whether --with-rlm_sql_freetds was given.
+if test "${with_rlm_sql_freetds+set}" = set; then :
+ withval=$with_rlm_sql_freetds;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_sql_freetds])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sql_mysql
with_mysql_include_dir
with_mysql_lib_dir
with_mysql_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sql_mysql build without module
+
--with-mysql-include-dir=DIR
Directory where the mysql includes may be found
--with-mysql-lib-dir=DIR
ac_config_headers="$ac_config_headers config.h"
+
+# Check whether --with-rlm_sql_mysql was given.
+if test "${with_rlm_sql_mysql+set}" = set; then :
+ withval=$with_rlm_sql_mysql;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_DEFUN(modname,[rlm_sql_mysql])
AC_CONFIG_HEADER(config.h)
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sql_oracle
with_oracle_include_dir
with_oracle_lib_dir
with_oracle_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sql_oracle
+ build without module
+
--with-oracle-include-dir=DIR
Directory where the oracle includes may be found
--with-oracle-lib-dir=DIR
+
+# Check whether --with-rlm_sql_oracle was given.
+if test "${with_rlm_sql_oracle+set}" = set; then :
+ withval=$with_rlm_sql_oracle;
+fi
+
+
oracle_supported_versions="19 18 12 11"
fail=
mod_ldflags=
AC_REVISION($Revision: 1.10 $)
AC_DEFUN(modname,[rlm_sql_oracle])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
oracle_supported_versions="19 18 12 11"
fail=
mod_ldflags=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sql_postgresql
with_rlm_sql_postgresql_lib_dir
with_rlm_sql_postgresql_include_dir
'
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sql_postgresql
+ build without module
+
--with-rlm-sql-postgresql-lib-dir=DIR Directory for PostgreSQL library files
--with-rlm-sql-postgresql-include-dir=DIR Directory for PostgreSQL include files
+
+# Check whether --with-rlm_sql_postgresql was given.
+if test "${with_rlm_sql_postgresql+set}" = set; then :
+ withval=$with_rlm_sql_postgresql;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_sql_postgresql])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sql_sqlite
with_sqlite_include_dir
with_sqlite_lib_dir
with_sqlite_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sql_sqlite
+ build without module
+
--with-sqlite-include-dir=DIR
Directory where the sqlite includes may be found
--with-sqlite-lib-dir=DIR
+
+# Check whether --with-rlm_sql_sqlite was given.
+if test "${with_rlm_sql_sqlite+set}" = set; then :
+ withval=$with_rlm_sql_sqlite;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_sql_sqlite])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_sql_unixodbc
with_unixodbc_include_dir
with_unixodbc_lib_dir
with_unixodbc_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_sql_unixodbc
+ build without module
+
--with-unixodbc-include-dir=DIR
Directory where the unixODBC includes may be found
--with-unixodbc-lib-dir=DIR
+
+# Check whether --with-rlm_sql_unixodbc was given.
+if test "${with_rlm_sql_unixodbc+set}" = set; then :
+ withval=$with_rlm_sql_unixodbc;
+fi
+
+
fail=
SMART_LIBS=
SMART_CLFAGS=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_sql_unixodbc])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
fail=
SMART_LIBS=
SMART_CLFAGS=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_unbound
with_rlm_unbound_lib_dir
with_rlm_unbound_include_dir
'
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_unbound build without module
+
--with-rlm-unbound-lib-dir=DIR directory for libunbound library files
--with-rlm-unbound-include-dir=DIR directory for libunbound include files
+
+# Check whether --with-rlm_unbound was given.
+if test "${with_rlm_unbound+set}" = set; then :
+ withval=$with_rlm_unbound;
+fi
+
+
if test x$with_rlm_unbound != xno; then
rlm_unbound_lib_dir=
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_unbound])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
dnl extra argument: --with-rlm-unbound-lib-dir
rlm_unbound_lib_dir=
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_unix
'
ac_precious_vars='build_alias
host_alias
cat <<\_ACEOF
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_unix build without module
+
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
+
+# Check whether --with-rlm_unix was given.
+if test "${with_rlm_unix+set}" = set; then :
+ withval=$with_rlm_unix;
+fi
+
+
if test x$with_rlm_unix != xno; then
ac_ext=c
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_unix])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_winbind
with_winbind_include_dir
with_winbind_lib_dir
with_winbind_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_winbind build without module
+
--with-winbind-include-dir=DIR
Directory where the winbind includes may be found
--with-winbind-lib-dir=DIR
+
+# Check whether --with-rlm_winbind was given.
+if test "${with_rlm_winbind+set}" = set; then :
+ withval=$with_rlm_winbind;
+fi
+
+
if test x$with_rlm_winbind != xno; then
ac_ext=c
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_winbind])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
AC_PROG_CC
ac_subst_files=''
ac_user_opts='
enable_option_checking
+with_rlm_yubikey
with_yubikey_include_dir
with_yubikey_lib_dir
with_yubikey_dir
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --without-rlm_yubikey build without module
+
--with-yubikey-include-dir=DIR
Directory where the yubikey includes may be found
--with-yubikey-lib-dir=DIR
+
+# Check whether --with-rlm_yubikey was given.
+if test "${with_rlm_yubikey+set}" = set; then :
+ withval=$with_rlm_yubikey;
+fi
+
+
if test x$with_rlm_yubikey != xno; then
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_yubikey])
+AC_ARG_WITH([]modname,
+[AS_HELP_STRING([--without-[]modname],[build without module])]
+)
+
if test x$with_[]modname != xno; then
dnl ############################################################
dnl # Check for command line options