1 dnl Process this file with autoconf to produce a configure script.
2 AC_REVISION($Revision$)
4 test -z "$CFLAGS" && CFLAGS="-g"
5 AC_INIT([Heimdal],[1.5.99],[heimdal-bugs@h5l.org])
6 AC_CONFIG_SRCDIR([kuser/kinit.c])
7 AC_CONFIG_HEADERS(include/config.h)
8 AC_CONFIG_MACRO_DIR([cf])
10 AM_INIT_AUTOMAKE([foreign 1.10.3])
13 dnl Checks for programs.
19 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
21 AC_PREFIX_DEFAULT(/usr/heimdal)
23 test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
24 test "$localstatedir" = '${prefix}/var' && localstatedir='/var/heimdal'
28 AC_SUBST(CANONICAL_HOST)
37 dnl this is needed to run the configure tests against glibc
39 AC_DEFINE([_GNU_SOURCE], 1,
40 [Define to enable extensions on glibc-based systems such as Linux.])
54 libdir="$libdir$abilibdirext"
59 LT_INIT([shared static win32-dll])
61 AM_CONDITIONAL(ENABLE_SHARED, test "$enable_shared" = "yes")
65 dnl Helper bits for cross compiling
70 AM_CONDITIONAL(CROSS_COMPILE, test "${cross_compiling}" = yes)
72 AC_ARG_WITH(cross-tools,
73 AS_HELP_STRING([--with-cross-tools=dir], [use cross tools in dir]),
74 [if test "$withval" = "yes"; then
75 AC_MSG_ERROR([Need path to cross tools])
77 with_cross_tools="${with_cross_tools}/"
80 if test "${cross_compiling}" != yes ; then
82 ASN1_COMPILE="\$(top_builddir)/lib/asn1/asn1_compile\$(EXEEXT)"
83 SLC="\$(top_builddir)/lib/sl/slc"
85 ASN1_COMPILE_DEP="\$(ASN1_COMPILE)"
88 ASN1_COMPILE="${with_cross_tools}asn1_compile"
89 SLC="${with_cross_tools}slc"
94 ac_cv_prog_COMPILE_ET=${with_cross_tools}compile_et
98 AC_SUBST([ASN1_COMPILE])
99 AC_SUBST([ASN1_COMPILE_DEP])
106 AC_DEFINE(HEIM_WEAK_CRYPTO, 1, [Define if you want support for weak crypto])
108 rk_TEST_PACKAGE(openldap,
111 [-lldap -llber],,,OPENLDAP)
113 AC_ARG_ENABLE(hdb-openldap-module,
114 AS_HELP_STRING([--enable-hdb-openldap-module],
115 [if you want support to build openldap hdb as shared object]))
116 if test "$enable_hdb_openldap_module" = yes -a "$with_openldap" = yes; then
117 AC_DEFINE(OPENLDAP_MODULE, 1, [Define if you want support for hdb ldap module])
119 AM_CONDITIONAL(OPENLDAP_MODULE, test "$enable_hdb_openldap_module" = yes -a "$with_openldap" = yes)
122 dnl Optional modules, pk-init, digest, kx509
125 AC_ARG_ENABLE(pk-init,
126 AS_HELP_STRING([--disable-pk-init],
127 [if you want disable to PK-INIT support]))
128 if test "$enable_pk_init" != no ;then
129 AC_DEFINE([PKINIT], 1, [Define to enable PKINIT.])
131 AM_CONDITIONAL(PKINIT, test "$enable_pk_init" != no)
133 AC_ARG_ENABLE(digest,
134 AS_HELP_STRING([--disable-digest],
135 [if you want disable to DIGEST support]))
136 if test "$enable_digest" != no ;then
137 AC_DEFINE([DIGEST], 1, [Define to enable DIGEST.])
141 AS_HELP_STRING([--disable-kx509],
142 [if you want disable to kx509 support]))
143 if test "$enable_kx509" != no ;then
144 AC_DEFINE([KX509], 1, [Define to enable kx509.])
147 dnl Need to test if pkg-config exists
152 AC_HELP_STRING([--with-capng], [use libcap-ng to drop KDC privileges @<:@default=check@:>@]),
155 if test "$with_capng" != "no"; then
156 PKG_CHECK_MODULES([CAPNG], [libcap-ng >= 0.4.0],
157 [with_capng=yes],[with_capng=no])
159 if test "$with_capng" = "yes"; then
160 AC_DEFINE_UNQUOTED([HAVE_CAPNG], 1, [whether capng is available for privilege reduction])
162 AM_CONDITIONAL([HAVE_CAPNG], [test "$with_capng" != "no"])
163 AC_SUBST([CAPNG_CFLAGS])
164 AC_SUBST([CAPNG_LIBS])
167 rk_TEST_PACKAGE(sqlite3,
168 [#include <sqlite3.h>
169 #ifndef SQLITE_OPEN_CREATE
172 [-lsqlite3],,,SQLITE3)
174 if test "X$with_sqlite3" != Xyes ; then
175 INCLUDE_sqlite3="-I\$(top_srcdir)/lib/sqlite"
176 LIB_sqlite3="\$(top_builddir)/lib/sqlite/libheimsqlite.la"
178 AM_CONDITIONAL(SQLITE3, test "X$with_sqlite3" = Xyes)
180 AC_DEFINE(HAVE_SQLITE3, 1, [Define if you want support for sqlite in Heimdal.])
182 AC_ARG_ENABLE(sqlite-cache,
183 AS_HELP_STRING([--disable-sqlite-cache],[if you want support for cache in sqlite]))
184 if test "$enable_sqlite_cache" != no; then
185 AC_DEFINE(HAVE_SCC, 1, [Define if you want support for cache in sqlite.])
187 AM_CONDITIONAL(have_scc, test "$enable_sqlite_cache" != no)
190 dnl check for libintl
191 rk_TEST_PACKAGE(libintl,
192 [#include <libintl.h>],
195 dnl path where the hdb directory is stored
196 AC_ARG_WITH([hdbdir],
197 [AS_HELP_STRING([--with-hdbdir],[Default location for KDC database @<:@default=/var/heimdal@:>@])],
199 [with_hdbdir=/var/heimdal])
200 DIR_hdbdir="$with_hdbdir"
201 AC_SUBST([DIR_hdbdir])
204 AM_CONDITIONAL(KRB5, true)
205 AM_CONDITIONAL(do_roken_rename, true)
207 AC_DEFINE(SUPPORT_INETD, 1, [Enable use of inetd style startup.])dnl
210 AC_DEFINE(KRB5, 1, [Enable Kerberos 5 support in applications.])dnl
218 AS_HELP_STRING([--enable-dce],[if you want support for DCE/DFS PAG's]))
219 if test "$enable_dce" = yes; then
220 AC_DEFINE(DCE, 1, [Define if you want support for DCE/DFS PAG's.])
222 AM_CONDITIONAL(DCE, test "$enable_dce" = yes)
224 ## XXX quite horrible:
225 if test -f /etc/ibmcxx.cfg; then
226 dpagaix_ldadd=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/libraries/{;s/^[[^=]]*=\(.*\)/\1/;s/,/ /gp;}'`
227 dpagaix_cflags=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/options/{;s/^[[^=]]*=\(.*\)/\1/;s/-q[^,]*//;s/,/ /gp;}'`
230 dpagaix_cflags="-D_THREAD_SAFE -D_AIX_PTHREADS_D7 -D_AIX32_THREADS=1 -D_AES_SOURCE -D_AIX41 -I/usr/include/dce"
231 dpagaix_ldadd="-L/usr/lib/threads -ldcelibc_r -ldcepthreads -lpthreads_compat lpthreads -lc_r"
232 dpagaix_ldflags="-Wl,-bI:dfspag.exp"
234 AC_SUBST(dpagaix_cflags)
235 AC_SUBST(dpagaix_ldadd)
236 AC_SUBST(dpagaix_ldflags)
238 AC_ARG_ENABLE([afs-support],
239 AS_HELP_STRING([--disable-afs-support],[if you don't want support for AFS]))
240 if test "$enable_afs_support" = no; then
241 AC_DEFINE(NO_AFS, 1, [Define if you don't wan't support for AFS.])
248 dnl AC_ROKEN(10,[/usr/heimdal /usr/athena],[lib/roken],[$(top_builddir)/lib/roken/libroken.la],[-I$(top_builddir)/lib/roken -I$(top_srcdir)/lib/roken])
251 LIBADD_roken="$LIB_roken"
252 AC_SUBST(LIBADD_roken)dnl
253 LIB_roken="\$(top_builddir)/lib/vers/libvers.la $LIB_roken"
262 AS_HELP_STRING([--disable-mmap],[disable use of mmap]))
263 if test "$enable_mmap" = "no"; then
264 AC_DEFINE(NO_MMAP, 1, [Define if you don't want to use mmap.])
267 AC_ARG_ENABLE(afs-string-to-key,
268 AS_HELP_STRING([--disable-afs-string-to-key],
269 [disable use of weak AFS string-to-key functions]),
270 [], [enable_afs_string_to_key=yes])
272 if test "$enable_afs_string_to_key" = "yes"; then
273 AC_DEFINE(ENABLE_AFS_STRING_TO_KEY, 1, [Define if want to use the weak AFS string to key functions.])
279 rk_TEST_PACKAGE(readline,
281 #if defined(HAVE_READLINE_READLINE_H)
282 #include <readline/readline.h>
283 #elif defined(HAVE_READLINE_H)
284 #include <readline.h>
286 ],-lreadline,,, READLINE,, [readline.h readline/readline.h])
288 rk_TEST_PACKAGE(libedit,
290 #if defined(HAVE_READLINE_READLINE_H)
291 #include <readline/readline.h>
292 #elif defined(HAVE_READLINE_H)
293 #include <readline.h>
295 ],-ledit,,, READLINE,, [readline.h readline/readline.h])
297 AC_CONFIG_SUBDIRS([lib/libedit])
299 rk_TEST_PACKAGE(hesiod,[#include <hesiod.h>],-lhesiod,,, HESIOD)
306 AM_CONDITIONAL(HAVE_X, test "$no_x" != yes)
312 dnl Checks for typedefs, structures, and compiler characteristics.
315 AC_CHECK_TYPE_EXTRA(mode_t, unsigned short, [])
316 AC_CHECK_TYPE_EXTRA(sig_atomic_t, int, [#include <signal.h>])
317 AC_HAVE_TYPE([long long])
321 dnl Checks for header files.
325 CommonCrypto/CommonDigest.h \
326 CommonCrypto/CommonCryptor.h \
341 netinet/in6_machtypes.h \
382 dnl On Solaris 8 there's a compilation warning for term.h because
383 dnl it doesn't define `bool'.
384 AC_CHECK_HEADERS(term.h, , , -)
386 dnl aix have asl.h (A/IX screen library) that we don't want
387 AC_CHECK_HEADERS(asl.h, , , [
389 #ifndef ASL_STRING_EMERG
390 #error ASL_STRING_EMERG missing
393 AC_CHECK_HEADERS(net/if.h, , , [AC_INCLUDES_DEFAULT
394 #if HAVE_SYS_SOCKET_H
395 #include <sys/socket.h>
398 AC_CHECK_HEADERS(sys/ptyvar.h, , , [AC_INCLUDES_DEFAULT
403 AC_CHECK_HEADERS(sys/strtty.h, , , [AC_INCLUDES_DEFAULT
407 #if HAVE_SYS_STREAM_H
408 #include <sys/stream.h>
411 AC_CHECK_HEADERS(sys/ucred.h, , , [AC_INCLUDES_DEFAULT
413 #include <sys/types.h>
416 #include <sys/param.h>
419 AC_CHECK_HEADERS(security/pam_modules.h, , , [AC_INCLUDES_DEFAULT
420 #include <security/pam_appl.h>
424 rk_WIN32_EXPORT(BUILD_KRB5_LIB, KRB5_LIB)
425 rk_WIN32_EXPORT(BUILD_ROKEN_LIB, ROKEN_LIB)
426 rk_WIN32_EXPORT(BUILD_GSSAPI_LIB, GSSAPI_LIB)
428 dnl Checks for libraries.
430 AC_FIND_FUNC_NO_LIBS(logwtmp, util,[
435 AC_FIND_FUNC_NO_LIBS(logout, util,[
440 AC_FIND_FUNC_NO_LIBS(openpty, util,[
446 AC_FIND_FUNC_NO_LIBS(tgetent, termcap ncurses curses,[
447 #ifdef HAVE_TERMCAP_H
455 dnl Checks for library functions.
488 yp_get_default_domain \
491 AC_MSG_CHECKING([checking for __sync_add_and_fetch])
492 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>]],
493 [[unsigned int foo; __sync_add_and_fetch(&foo, 1);]])],
494 [ac_rk_have___sync_add_and_fetch=yes], [ac_rk_have___sync_add_and_fetch=no])
495 if test "$ac_rk_have___sync_add_and_fetch" = "yes" ; then
496 AC_DEFINE_UNQUOTED(HAVE___SYNC_ADD_AND_FETCH, 1, [have __sync_add_and_fetch])
498 AC_MSG_RESULT($ac_rk_have___sync_add_and_fetch)
504 AC_CHECK_GETPWNAM_R_POSIX
506 dnl detect doors on solaris
507 if test "$enable_pthread_support" != no; then
509 LIBS="$LIBS $PTHREADS_LIBS"
510 AC_FIND_FUNC_NO_LIBS(door_create, door)
515 AS_HELP_STRING([--enable-kcm],[enable Kerberos Credentials Manager]),
518 if test "$enable_kcm" = yes ; then
519 if test "$ac_cv_header_sys_un_h" != yes -a "$ac_cv_funclib_door_create" != yes ; then
523 if test "$enable_kcm" = yes; then
524 AC_DEFINE(HAVE_KCM, 1,
525 [Define if you want to use the Kerberos Credentials Manager.])
527 AM_CONDITIONAL(KCM, test "$enable_kcm" = yes)
532 AC_CHECK_FUNCS(getudbnam setlim)
534 dnl AC_KRB_FUNC_GETCWD_BROKEN
537 dnl Check for fields in struct utmp
540 AC_HAVE_STRUCT_FIELD(struct utmp, ut_addr, [#include <utmp.h>])
541 AC_HAVE_STRUCT_FIELD(struct utmp, ut_host, [#include <utmp.h>])
542 AC_HAVE_STRUCT_FIELD(struct utmp, ut_id, [#include <utmp.h>])
543 AC_HAVE_STRUCT_FIELD(struct utmp, ut_pid, [#include <utmp.h>])
544 AC_HAVE_STRUCT_FIELD(struct utmp, ut_type, [#include <utmp.h>])
545 AC_HAVE_STRUCT_FIELD(struct utmp, ut_user, [#include <utmp.h>])
546 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_host, [#include <utmpx.h>])
547 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_id, [#include <utmpx.h>])
548 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_line, [#include <utmpx.h>])
549 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_pid, [#include <utmpx.h>])
550 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_tv, [#include <utmpx.h>])
551 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_type, [#include <utmpx.h>])
552 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_user, [#include <utmpx.h>])
553 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_exit, [#include <utmpx.h>])
554 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_syslen, [#include <utmpx.h>])
556 AC_CHECK_TYPES([int8_t, int16_t, int32_t, int64_t,
557 u_int8_t, u_int16_t, u_int32_t, u_int64_t,
558 uint8_t, uint16_t, uint32_t, uint64_t],,,[
559 #ifdef HAVE_INTTYPES_H
560 #include <inttypes.h>
562 #ifdef HAVE_SYS_TYPES_H
563 #include <sys/types.h>
565 #ifdef HAVE_SYS_BITYPES_H
566 #include <sys/bitypes.h>
568 #ifdef HAVE_BIND_BITYPES_H
569 #include <bind/bitypes.h>
571 #ifdef HAVE_NETINET_IN6_MACHTYPES_H
572 #include <netinet/in6_machtypes.h>
576 rk_FRAMEWORK_SECURITY
582 dnl Some operating systems already have com_err and compile_et
585 rk_AUTH_MODULES([sia afskauthlib])
589 rk_WFLAGS([-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs])
592 AH_BOTTOM([#ifdef __APPLE__
593 #include <AvailabilityMacros.h>
596 AH_BOTTOM([#ifdef ROKEN_RENAME
597 #include "roken_rename.h"
600 AC_ARG_ENABLE(heimdal-documentation,
601 AS_HELP_STRING([--disable-heimdal-documentation],
602 [if you want disable to heimdal documentation]))
603 AM_CONDITIONAL(HEIMDAL_DOCUMENTATION, test "$enable_heimdal_documentation" != no)
605 AC_CONFIG_FILES(Makefile \
608 include/gssapi/Makefile \
609 include/hcrypto/Makefile \
610 include/kadm5/Makefile \
614 lib/com_err/Makefile \
615 lib/hcrypto/Makefile \
617 lib/gssapi/Makefile \
628 lib/sqlite/Makefile \
639 appl/afsutil/Makefile \
641 appl/ftp/common/Makefile \
642 appl/ftp/ftp/Makefile \
643 appl/ftp/ftpd/Makefile \
644 appl/gssmask/Makefile \
646 appl/login/Makefile \
648 appl/popper/Makefile \
653 appl/xnlock/Makefile \
654 appl/telnet/Makefile \
655 appl/telnet/libtelnet/Makefile \
656 appl/telnet/telnet/Makefile \
657 appl/telnet/telnetd/Makefile \
660 appl/dceutils/Makefile \
666 tests/ldap/Makefile \
668 tests/java/Makefile \
669 tests/plugin/Makefile \
671 packages/mac/Makefile \
679 dnl This is the release version name-number[beta]
682 cat > include/newversion.h.in <<EOF
683 #ifndef VERSION_HIDDEN
684 #define VERSION_HIDDEN
686 VERSION_HIDDEN const char *heimdal_long_version = "@([#])\$Version: $PACKAGE_STRING by @USER@ on @HOST@ ($host) @DATE@ \$";
687 VERSION_HIDDEN const char *heimdal_version = "AC_PACKAGE_STRING";
690 if test -f include/version.h && cmp -s include/newversion.h.in include/version.h.in; then
691 echo "include/version.h is unchanged"
692 rm -f include/newversion.h.in
694 echo "creating include/version.h"
695 User=${USER-${LOGNAME}}
696 Host=`(hostname || uname -n || echo unknown) 2>/dev/null | sed 1q`
698 mv -f include/newversion.h.in include/version.h.in
699 sed -e "s/@USER@/$User/" -e "s/@HOST@/$Host/" -e "s/@DATE@/$Date/" include/version.h.in > include/version.h