tell where kafs will search for files, from Harald Barth
[heimdal.git] / configure.in
blob44fe04d1299a6e03818140890f9719d7e3555d54
1 dnl Process this file with autoconf to produce a configure script.
2 AC_REVISION($Revision$)
3 AC_PREREQ(2.62)
4 test -z "$CFLAGS" && CFLAGS="-g"
5 AC_INIT([Heimdal],[1.3.0pre11],[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])
11 AM_MAINTAINER_MODE
13 dnl Checks for programs.
14 AC_PROG_CC
15 AM_PROG_CC_C_O
16 AC_PROG_CPP
17 AC_PROG_LIBTOOL
19 AC_PREFIX_DEFAULT(/usr/heimdal)
21 test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
22 test "$localstatedir" = '${prefix}/var' && localstatedir='/var/heimdal'
24 AC_CANONICAL_HOST
25 CANONICAL_HOST=$host
26 AC_SUBST(CANONICAL_HOST)
28 dnl Hints for autobuild
29 AB_INIT
31 rk_SYS_LARGEFILE
33 rk_AIX
34 rk_IRIX
35 rk_SUNOS
37 dnl
38 dnl this is needed to run the configure tests against glibc
39 dnl
40 AC_DEFINE([_GNU_SOURCE], 1,
41         [Define to enable extensions on glibc-based systems such as Linux.])
43 AC_OBJEXT
44 AC_EXEEXT
46 dnl AC_KRB_PROG_YACC
47 AC_PROG_YACC
48 AM_PROG_LEX
49 dnl AC_PROG_RANLIB
50 AC_PROG_AWK
51 AC_KRB_PROG_LN_S
53 AC_MIPS_ABI
54 CC="$CC $abi"
55 libdir="$libdir$abilibdirext"
57 AC_C___ATTRIBUTE__
59 LT_PREREQ([2.2])
60 LT_INIT([shared static win32-dll])
62 AM_CONDITIONAL(ENABLE_SHARED, test "$enable_shared" = "yes")
63 rk_VERSIONSCRIPT
65 dnl
66 dnl Helper bits for cross compiling
67 dnl
71 AM_CONDITIONAL(CROSS_COMPILE, test "${cross_compiling}" = yes)
73 AC_ARG_WITH(cross-tools,
74         AS_HELP_STRING([--with-cross-tools=dir], [use cross tools in dir]),
75         [if test "$withval" = "yes"; then
76                 AC_MSG_ERROR([Need path to cross tools])
77         fi
78         with_cross_tools="${with_cross_tools}/"
79         ])
81 echo "with_cross_tools: ${with_cross_tools}"
83 if test "${cross_compiling}" != yes ; then
85    ASN1_COMPILE="\$(top_builddir)/lib/asn1/asn1_compile\$(EXEEXT)"
86    SLC="\$(top_builddir)/lib/sl/slc"
88    ASN1_COMPILE_DEP="\$(ASN1_COMPILE)"
89    SLC_DEP="\$(SLC)"
90 else
91    ASN1_COMPILE="${with_cross_tools}asn1_compile"
92    SLC="${with_cross_tools}slc"
94    ASN1_COMPILE_DEP=
95    SLC_DEP=
98 AC_SUBST([ASN1_COMPILE])
99 AC_SUBST([ASN1_COMPILE_DEP])
100 AC_SUBST([SLC])
101 AC_SUBST([SLC_DEP])
104 dnl ---
106 AC_DEFINE(HEIM_WEAK_CRYPTO, 1, [Define if you want support for weak crypto])
108 rk_TEST_PACKAGE(openldap,
109 [#include <lber.h>
110 #include <ldap.h>],
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.])
140 AC_ARG_ENABLE(kx509, 
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 AC_ARG_ENABLE(krb4, 
148         AS_HELP_STRING([--disable-krb4],
149                 [if you want disable to krb4 support]))
150 if test "$enable_krb4" != no ;then
151         AC_DEFINE([KRB4], 1, [Define to enable Kerberos 4.])
155 dnl Check for sqlite
156 rk_TEST_PACKAGE(sqlite3,
157 [#include <sqlite3.h>
158 #ifndef SQLITE_OPEN_CREATE
159 #error "old version"
160 #endif],
161 [-lsqlite3],,,SQLITE3)
163 if test "X$with_sqlite3" != Xyes ; then
164    INCLUDE_sqlite3="-I\$(top_srcdir)/lib/sqlite"
165    LIB_sqlite3="\$(top_builddir)/lib/sqlite/libheimsqlite.la"
167 AM_CONDITIONAL(SQLITE3,  test "X$with_sqlite3" = Xyes)
169 dnl check for libintl
170 rk_TEST_PACKAGE(libintl,
171 [#include <libintl.h>],
172 [-lintl],,,LIBINTL)
174 dnl path where the hdb directory is stored
175 AC_ARG_WITH([hdbdir], 
176         [AS_HELP_STRING([--with-hdbdir],[Default location for KDC database @<:@default=/var/heimdal@:>@])],
177         [],
178         [with_hdbdir=/var/heimdal])
179 DIR_hdbdir="$with_hdbdir"
180 AC_SUBST([DIR_hdbdir])
183 dnl no kerberos4 any more
184 with_krb4=no
185 AC_SUBST(INCLUDE_krb4)
186 AC_SUBST(LIB_krb4)
187 AM_CONDITIONAL(KRB4, false)
189 AM_CONDITIONAL(KRB5, true)
190 AM_CONDITIONAL(do_roken_rename, true)
192 AC_DEFINE(KRB5, 1, [Enable Kerberos 5 support in applications.])dnl
193 AC_SUBST(LIB_kdb)dnl
195 KRB_CRYPTO
197 KRB_PTHREADS
199 AC_ARG_ENABLE(dce, 
200         AS_HELP_STRING([--enable-dce],[if you want support for DCE/DFS PAG's]))
201 if test "$enable_dce" = yes; then
202     AC_DEFINE(DCE, 1, [Define if you want support for DCE/DFS PAG's.])
204 AM_CONDITIONAL(DCE, test "$enable_dce" = yes)
206 ## XXX quite horrible:
207 if test -f /etc/ibmcxx.cfg; then
208         dpagaix_ldadd=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/libraries/{;s/^[[^=]]*=\(.*\)/\1/;s/,/ /gp;}'`
209         dpagaix_cflags=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/options/{;s/^[[^=]]*=\(.*\)/\1/;s/-q[^,]*//;s/,/ /gp;}'`
210         dpagaix_ldflags=
211 else
212         dpagaix_cflags="-D_THREAD_SAFE -D_AIX_PTHREADS_D7 -D_AIX32_THREADS=1 -D_AES_SOURCE -D_AIX41 -I/usr/include/dce"
213         dpagaix_ldadd="-L/usr/lib/threads -ldcelibc_r -ldcepthreads -lpthreads_compat lpthreads -lc_r"
214         dpagaix_ldflags="-Wl,-bI:dfspag.exp"
216 AC_SUBST(dpagaix_cflags)
217 AC_SUBST(dpagaix_ldadd)
218 AC_SUBST(dpagaix_ldflags)
220 AC_ARG_ENABLE([afs-support],
221         AS_HELP_STRING([--disable-afs-support],[if you don't want support for AFS]))
222 if test "$enable_afs_support" = no; then
223         AC_DEFINE(NO_AFS, 1, [Define if you don't wan't support for AFS.])
226 rk_DB
228 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])
230 rk_ROKEN(lib/roken)
231 LIBADD_roken="$LIB_roken"
232 AC_SUBST(LIBADD_roken)dnl
233 LIB_roken="\$(top_builddir)/lib/vers/libvers.la $LIB_roken"
235 rk_OTP
237 AC_CHECK_OSFC2
239 AC_ARG_ENABLE(mmap,
240         AS_HELP_STRING([--disable-mmap],[disable use of mmap]))
241 if test "$enable_mmap" = "no"; then
242         AC_DEFINE(NO_MMAP, 1, [Define if you don't want to use mmap.])
245 AC_ARG_ENABLE(afs-string-to-key,
246         AS_HELP_STRING([--disable-afs-string-to-key],
247         [disable use of weak AFS string-to-key functions]),
248         [], [enable_afs_string_to_key=yes])
250 if test "$enable_afs_string_to_key" = "yes"; then
251         AC_DEFINE(ENABLE_AFS_STRING_TO_KEY, 1, [Define if want to use the weak AFS string to key functions.])
255 rk_CHECK_MAN
257 rk_TEST_PACKAGE(readline,
258 [#include <stdio.h>
259  #include <readline.h>],-lreadline,,, READLINE)
261 rk_TEST_PACKAGE(hesiod,[#include <hesiod.h>],-lhesiod,,, HESIOD)
263 KRB_C_BIGENDIAN
264 AC_C_INLINE
266 KRB_CHECK_X
268 AM_CONDITIONAL(HAVE_X, test "$no_x" != yes)
270 AC_CHECK_XAU
272 dnl AM_C_PROTOTYPES
274 dnl Checks for typedefs, structures, and compiler characteristics.
275 AC_C_CONST
276 AC_TYPE_OFF_T
277 AC_CHECK_TYPE_EXTRA(mode_t, unsigned short, [])
278 AC_CHECK_TYPE_EXTRA(sig_atomic_t, int, [#include <signal.h>])
279 AC_HAVE_TYPE([long long])
280 AC_HEADER_TIME
281 AC_STRUCT_TM
283 dnl Checks for header files.
284 AC_HEADER_STDC
286 AC_CHECK_HEADERS([\
287         arpa/ftp.h                              \
288         arpa/telnet.h                           \
289         bind/bitypes.h                          \
290         bsdsetjmp.h                             \
291         curses.h                                \
292         dlfcn.h                                 \
293         fnmatch.h                               \
294         inttypes.h                              \
295         io.h                                    \
296         libutil.h                               \
297         limits.h                                \
298         maillock.h                              \
299         netgroup.h                              \
300         netinet/in6_machtypes.h                 \
301         pthread.h                               \
302         pty.h                                   \
303         sac.h                                   \
304         sgtty.h                                 \
305         siad.h                                  \
306         signal.h                                \
307         strings.h                               \
308         stropts.h                               \
309         sys/bitypes.h                           \
310         sys/category.h                          \
311         sys/file.h                              \
312         sys/filio.h                             \
313         sys/ioccom.h                            \
314         sys/mman.h                              \
315         sys/param.h                             \
316         sys/pty.h                               \
317         sys/ptyio.h                             \
318         sys/select.h                            \
319         sys/socket.h                            \
320         sys/str_tty.h                           \
321         sys/stream.h                            \
322         sys/stropts.h                           \
323         sys/syscall.h                           \
324         sys/termio.h                            \
325         sys/timeb.h                             \
326         sys/times.h                             \
327         sys/types.h                             \
328         sys/un.h                                \
329         locale.h                                \
330         termcap.h                               \
331         termio.h                                \
332         termios.h                               \
333         time.h                                  \
334         tmpdir.h                                \
335         udb.h                                   \
336         util.h                                  \
337         utmp.h                                  \
338         utmpx.h                                 \
341 dnl On Solaris 8 there's a compilation warning for term.h because
342 dnl it doesn't define `bool'.
343 AC_CHECK_HEADERS(term.h, , , -)
345 dnl aix have asl.h (A/IX screen library) that we don't want
346 AC_CHECK_HEADERS(asl.h, , , [
347 #include <asl.h>
348 #ifndef ASL_STRING_EMERG
349 #error ASL_STRING_EMERG missing
350 #endif])
352 AC_CHECK_HEADERS(net/if.h, , , [AC_INCLUDES_DEFAULT
353 #if HAVE_SYS_SOCKET_H
354 #include <sys/socket.h>
355 #endif])
357 AC_CHECK_HEADERS(sys/ptyvar.h, , , [AC_INCLUDES_DEFAULT
358 #if HAVE_SYS_TTY_H
359 #include <sys/tty.h>
360 #endif])
362 AC_CHECK_HEADERS(sys/strtty.h, , , [AC_INCLUDES_DEFAULT
363 #if HAVE_TERMIOS_H
364 #include <termios.h>
365 #endif
366 #if HAVE_SYS_STREAM_H
367 #include <sys/stream.h>
368 #endif])
370 AC_CHECK_HEADERS(sys/ucred.h, , , [AC_INCLUDES_DEFAULT
371 #if HAVE_SYS_TYPES_H
372 #include <sys/types.h>
373 #endif
374 #if HAVE_SYS_PARAM_H
375 #include <sys/param.h>
376 #endif])
378 AC_CHECK_HEADERS(security/pam_modules.h, , , [AC_INCLUDES_DEFAULT
379 #include <security/pam_appl.h>
382 dnl export symbols
383 rk_WIN32_EXPORT(BUILD_KRB5_LIB, KRB5_LIB)
384 rk_WIN32_EXPORT(BUILD_ROKEN_LIB, ROKEN_LIB)
385 rk_WIN32_EXPORT(BUILD_GSSAPI_LIB, GSSAPI_LIB)
387 dnl Checks for libraries.
389 AC_FIND_FUNC_NO_LIBS(logwtmp, util,[
390 #ifdef HAVE_UTIL_H
391 #include <util.h>
392 #endif
393 ],[0,0,0])
394 AC_FIND_FUNC_NO_LIBS(logout, util,[
395 #ifdef HAVE_UTIL_H
396 #include <util.h>
397 #endif
398 ],[0])
399 AC_FIND_FUNC_NO_LIBS(openpty, util,[
400 #ifdef HAVE_UTIL_H
401 #include <util.h>
402 #endif
403 ],[0,0,0,0,0])
405 AC_FIND_FUNC_NO_LIBS(tgetent, termcap ncurses curses,[
406 #ifdef HAVE_TERMCAP_H
407 #include <termcap.h>
408 #endif
409 #ifdef HAVE_CURSES_H
410 #include <curses.h>
411 #endif
412 ],[0,0])
414 dnl Checks for library functions.
416 AC_CHECK_FUNCS([                                \
417         _getpty                                 \
418         _scrsize                                \
419         arc4random                              \
420         fcntl                                   \
421         getpeereid                              \
422         getpeerucred                            \
423         grantpt                                 \
424         mktime                                  \
425         ptsname                                 \
426         rand                                    \
427         revoke                                  \
428         select                                  \
429         setitimer                               \
430         setpcred                                \
431         setpgid                                 \
432         setproctitle                            \
433         setregid                                \
434         setresgid                               \
435         setresuid                               \
436         setreuid                                \
437         setsid                                  \
438         setutent                                \
439         sigaction                               \
440         strstr                                  \
441         ttyname                                 \
442         ttyslot                                 \
443         umask                                   \
444         unlockpt                                \
445         vhangup                                 \
446         yp_get_default_domain                   \
449 AC_FUNC_MMAP
451 KRB_CAPABILITIES
453 AC_CHECK_GETPWNAM_R_POSIX
455 dnl detect doors on solaris
456 if test "$enable_pthread_support" != no; then
457    saved_LIBS="$LIBS"
458    LIBS="$LIBS $PTHREADS_LIBS"
459    AC_FIND_FUNC_NO_LIBS(door_create, door)
460    LIBS="$saved_LIBS"
463 AC_ARG_ENABLE(kcm,
464         AS_HELP_STRING([--enable-kcm],[enable Kerberos Credentials Manager]),
465 ,[enable_kcm=yes])
467 if test "$enable_kcm" = yes ; then
468    if test  "$ac_cv_header_sys_un_h" != yes -a "$ac_cv_funclib_door_create" != yes ; then
469         enable_kcm=no
470    fi
472 if test "$enable_kcm" = yes; then
473        AC_DEFINE(HAVE_KCM, 1,
474                [Define if you want to use the Kerberos Credentials Manager.])
476 AM_CONDITIONAL(KCM, test "$enable_kcm" = yes)
480 dnl Cray stuff
481 AC_CHECK_FUNCS(getudbnam setlim)
483 dnl AC_KRB_FUNC_GETCWD_BROKEN
486 dnl Check for fields in struct utmp
489 AC_HAVE_STRUCT_FIELD(struct utmp, ut_addr, [#include <utmp.h>])
490 AC_HAVE_STRUCT_FIELD(struct utmp, ut_host, [#include <utmp.h>])
491 AC_HAVE_STRUCT_FIELD(struct utmp, ut_id, [#include <utmp.h>])
492 AC_HAVE_STRUCT_FIELD(struct utmp, ut_pid, [#include <utmp.h>])
493 AC_HAVE_STRUCT_FIELD(struct utmp, ut_type, [#include <utmp.h>])
494 AC_HAVE_STRUCT_FIELD(struct utmp, ut_user, [#include <utmp.h>])
495 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_exit, [#include <utmpx.h>])
496 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_syslen, [#include <utmpx.h>])
498 AC_CHECK_TYPES([int8_t, int16_t, int32_t, int64_t, 
499         u_int8_t, u_int16_t, u_int32_t, u_int64_t,
500         uint8_t, uint16_t, uint32_t, uint64_t],,,[
501 #ifdef HAVE_INTTYPES_H
502 #include <inttypes.h>
503 #endif
504 #ifdef HAVE_SYS_TYPES_H
505 #include <sys/types.h>
506 #endif
507 #ifdef HAVE_SYS_BITYPES_H
508 #include <sys/bitypes.h>
509 #endif
510 #ifdef HAVE_BIND_BITYPES_H
511 #include <bind/bitypes.h>
512 #endif
513 #ifdef HAVE_NETINET_IN6_MACHTYPES_H
514 #include <netinet/in6_machtypes.h>
515 #endif
518 rk_FRAMEWORK_SECURITY
520 KRB_READLINE
522 rk_TELNET
524 dnl Some operating systems already have com_err and compile_et
525 CHECK_COMPILE_ET
527 rk_AUTH_MODULES([sia afskauthlib])
529 rk_DESTDIRS
531 rk_WFLAGS([-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs])
534 AH_BOTTOM([#ifdef ROKEN_RENAME
535 #include "roken_rename.h"
536 #endif])
538 AC_CONFIG_FILES(Makefile                \
539         etc/Makefile                    \
540         include/Makefile                \
541         include/gssapi/Makefile         \
542         include/hcrypto/Makefile        \
543         include/kadm5/Makefile          \
544         lib/Makefile                    \
545         lib/auth/Makefile               \
546         lib/auth/afskauthlib/Makefile   \
547         lib/auth/pam/Makefile           \
548         lib/auth/sia/Makefile           \
549         lib/asn1/Makefile               \
550         lib/com_err/Makefile            \
551         lib/hcrypto/Makefile            \
552         lib/editline/Makefile           \
553         lib/hx509/Makefile              \
554         lib/gssapi/Makefile             \
555         lib/ntlm/Makefile               \
556         lib/hdb/Makefile                \
557         lib/kadm5/Makefile              \
558         lib/kafs/Makefile               \
559         lib/kdfs/Makefile               \
560         lib/krb5/Makefile               \
561         lib/otp/Makefile                \
562         lib/roken/Makefile              \
563         lib/sl/Makefile                 \
564         lib/sqlite/Makefile             \
565         lib/vers/Makefile               \
566         lib/wind/Makefile               \
567         po/Makefile                     \
568         kuser/Makefile                  \
569         kpasswd/Makefile                \
570         kadmin/Makefile                 \
571         admin/Makefile                  \
572         kcm/Makefile                    \
573         kdc/Makefile                    \
574         appl/Makefile                   \
575         appl/afsutil/Makefile           \
576         appl/ftp/Makefile               \
577         appl/ftp/common/Makefile        \
578         appl/ftp/ftp/Makefile           \
579         appl/ftp/ftpd/Makefile          \
580         appl/gssmask/Makefile           \
581         appl/kx/Makefile                \
582         appl/login/Makefile             \
583         appl/otp/Makefile               \
584         appl/popper/Makefile            \
585         appl/push/Makefile              \
586         appl/rsh/Makefile               \
587         appl/rcp/Makefile               \
588         appl/su/Makefile                \
589         appl/xnlock/Makefile            \
590         appl/telnet/Makefile            \
591         appl/telnet/libtelnet/Makefile  \
592         appl/telnet/telnet/Makefile     \
593         appl/telnet/telnetd/Makefile    \
594         appl/test/Makefile              \
595         appl/kf/Makefile                \
596         appl/dceutils/Makefile          \
597         tests/Makefile                  \
598         tests/bin/Makefile              \
599         tests/can/Makefile              \
600         tests/db/Makefile               \
601         tests/kdc/Makefile              \
602         tests/ldap/Makefile             \
603         tests/gss/Makefile              \
604         tests/java/Makefile             \
605         tests/plugin/Makefile           \
606         packages/Makefile               \
607         packages/mac/Makefile           \
608         doc/Makefile                    \
609         tools/Makefile                  \
612 AC_OUTPUT
615 dnl This is the release version name-number[beta]
618 cat > include/newversion.h.in <<EOF
619 const char *heimdal_long_version = "@([#])\$Version: $PACKAGE_STRING by @USER@ on @HOST@ ($host) @DATE@ \$";
620 const char *heimdal_version = "AC_PACKAGE_STRING";
623 if test -f include/version.h && cmp -s include/newversion.h.in include/version.h.in; then
624         echo "include/version.h is unchanged"
625         rm -f include/newversion.h.in
626 else
627         echo "creating include/version.h"
628         User=${USER-${LOGNAME}}
629         Host=`(hostname || uname -n || echo unknown) 2>/dev/null | sed 1q`
630         Date=`date`
631         mv -f include/newversion.h.in include/version.h.in
632         sed -e "s/@USER@/$User/" -e "s/@HOST@/$Host/" -e "s/@DATE@/$Date/" include/version.h.in > include/version.h