]> arthur.barton.de Git - netatalk.git/blob - configure.in
bugfix: fix a segfault, make uniconv work correctly with relative paths. Reported...
[netatalk.git] / configure.in
1 dnl $Id: configure.in,v 1.179.2.3.2.26 2004-04-21 18:45:40 bfernhomberg Exp $
2 dnl configure.in for netatalk
3
4 AC_INIT(etc/afpd/main.c)
5
6 NETATALK_VERSION=`cat $srcdir/VERSION`
7 AC_SUBST(NETATALK_VERSION)
8
9 AC_CANONICAL_SYSTEM
10 AM_INIT_AUTOMAKE(netatalk, ${NETATALK_VERSION})
11 AM_CONFIG_HEADER(config.h)
12
13 dnl Checks for programs.
14 AC_PROG_AWK
15 AC_PROG_CC
16 AC_PROG_INSTALL
17 AC_PROG_LN_S
18 AC_PROG_MAKE_SET
19 AC_LIBTOOL_DLOPEN
20 AC_PROG_LIBTOOL
21 AC_PROG_PERL
22 AC_PROG_GREP
23 AC_PROG_PS
24
25 dnl *********************************************************************
26 dnl FIXME! FIXME! These should be selectable properly, and should produce
27 dnl the proper flags and defines...
28 dnl *********************************************************************
29
30 ############################################
31 # we need dlopen/dlclose/dlsym/dlerror for PAM, the password database plugins and the plugin loading code
32 #AC_SEARCH_LIBS(dlopen, [dl])
33 # dlopen/dlclose/dlsym/dlerror will be checked again later and defines will be set then
34
35 dnl Checks for libraries.
36 dnl Replace `main' with a function in -labs:
37 dnl AC_CHECK_LIB(abs, main)
38 dnl Replace `main' with a function in -laudit:
39 dnl AC_CHECK_LIB(audit, main)
40 dnl Replace `main' with a function in -lauth:
41 dnl AC_CHECK_LIB(auth, main)
42 dnl Replace `main' with a function in -lcmd:
43 dnl AC_CHECK_LIB(cmd, main)
44 dnl Replace `main' with a function in -lcrypt:
45 dnl AC_CHECK_LIB(crypt, main)
46 dnl Replace `main' with a function in -ld:
47 dnl AC_CHECK_LIB(d, main)
48 dnl Replace `main' with a function in -ldl:
49 AC_CHECK_LIB(dl, dlopen)
50 dnl Replace `main' with a function in -lkauth:
51 dnl AC_CHECK_LIB(kauth, main)
52 dnl Replace `main' with a function in -lkrb:
53 dnl AC_CHECK_LIB(krb, main)
54 dnl Replace `main' with a function in -llwp:
55 dnl AC_CHECK_LIB(lwp, main)
56 dnl Replace `main' with a function in -ln:
57 dnl AC_CHECK_LIB(n, main)
58 dnl Replace `main' with a function in -lnsl:
59 AC_CHECK_LIB(nsl, main)
60 dnl Replace `main' with a function in -lprot:
61 dnl AC_CHECK_LIB(prot, main)
62 dnl Replace `main' with a function in -lrx:
63 dnl AC_CHECK_LIB(rx, main)
64 dnl Replace `main' with a function in -lrxkad:
65 dnl AC_CHECK_LIB(rxkad, main)
66 dnl Replace `main' with a function in -lsocket:
67 AC_CHECK_LIB(socket, socket)
68 dnl Replace `main' with a function in -lsys:
69 dnl AC_CHECK_LIB(sys, main)
70 dnl Replace `main' with a function in -lubik:
71 dnl AC_CHECK_LIB(ubik, main)
72
73
74 #
75 # Check presence of some functions
76 #
77 # Check for XPG4 access() function
78 # Be sure to test before adding AFS libs in LIBS path as AFS lib
79 # has such a function that works only on AFS filesystems.
80 AC_CHECK_FUNCS(access)
81
82 AC_CHECK_FUNCS(pread pwrite)
83
84 dnl Checks for header files.
85 AC_HEADER_DIRENT
86 AC_HEADER_STDC
87 AC_HEADER_SYS_WAIT
88 AC_CHECK_HEADERS(fcntl.h limits.h stdint.h strings.h time.h sys/fcntl.h sys/file.h sys/ioctl.h sys/time.h sys/mnttab.h sys/statvfs.h sys/stat.h sys/vfs.h mntent.h syslog.h unistd.h termios.h sys/termios.h netdb.h sgtty.h ufs/quota.h mount.h sys/mount.h statfs.h sys/types.h dlfcn.h errno.h sys/errno.h sys/uio.h)
89 AC_CHECK_HEADER(sys/cdefs.h,,
90         AC_MSG_RESULT([enabling generic cdefs.h from tree])
91         CFLAGS="-I\$(top_srcdir)/sys/generic $CFLAGS"
92 )
93 AC_CHECK_HEADERS(langinfo.h locale.h sys/filio.h)
94
95 dnl Checks for typedefs, structures, and compiler characteristics.
96 AC_C_CONST
97 AC_TYPE_UID_T
98 AC_C_INLINE
99 AC_TYPE_MODE_T
100 AC_TYPE_OFF_T
101 AC_TYPE_PID_T
102 AC_TYPE_SIZE_T
103 AC_STRUCT_ST_RDEV
104 AC_HEADER_TIME
105 AC_STRUCT_TM
106
107 dnl Checks for library functions.
108 AC_TYPE_GETGROUPS
109 AC_PROG_GCC_TRADITIONAL
110 AC_FUNC_MEMCMP
111 AC_HEADER_MAJOR
112 AC_FUNC_MMAP
113 AC_TYPE_SIGNAL
114 AC_FUNC_UTIME_NULL
115 AC_FUNC_WAIT3
116 AC_CHECK_FUNCS(getcwd gethostname gettimeofday getusershell mkdir rmdir select socket strdup strcasestr strstr strtoul setpgrp strchr memcpy)
117 AC_FUNC_SETPGRP
118 AC_CHECK_FUNCS(backtrace_symbols)
119 AC_CHECK_FUNCS(setlocale nl_langinfo)
120 AC_CHECK_FUNCS(dlopen dlclose dlsym dlerror waitpid getcwd strdup strndup strnlen strtoul strerror chown fchown chmod fchmod chroot link mknod mknod64)
121 AC_CHECK_FUNCS(strlcpy strlcat)
122 AC_CHECK_MEMBERS(struct tm.tm_gmtoff,,, [#include <time.h>])
123 AC_CACHE_SAVE
124
125 dnl Checks for (v)snprintf
126 NETATALK_SNPRINTF_CHECK
127
128 dnl --------------------------------------------------------------------------
129 dnl 64bit platform check
130 dnl --------------------------------------------------------------------------
131
132 AC_MSG_CHECKING([whether to check for 64bit libraries])
133 dnl Determine libdir name
134 case $host in
135 *-*-linux*)
136   # Test if the compiler is 64bit
137   echo 'int i;' > conftest.$ac_ext
138   atalk_cv_cc_64bit_output=no
139   if AC_TRY_EVAL(ac_compile); then
140     case `/usr/bin/file conftest.$ac_objext` in
141     *"ELF 64"*)
142       atalk_cv_cc_64bit_output=yes
143       ;;
144     esac
145   fi
146   rm -rf conftest*
147   ;;
148 esac
149
150 dnl
151 dnl FIXME: Do we need something like this for Solaris 64bit?
152 dnl
153
154 case $host_cpu:$atalk_cv_cc_64bit_output in
155 powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
156   atalk_libname="lib64"
157   AC_MSG_RESULT([yes])
158   ;;
159 *:*)
160   atalk_libname="lib"
161   AC_MSG_RESULT([no])
162   ;;
163 esac
164
165 dnl --------------------------------------------------------------------------
166 dnl specific configuration comes in here:
167 dnl --------------------------------------------------------------------------
168
169 AC_DEFINE(ADMIN_GRP, 1, [Define if the admin group should be enabled])
170
171 netatalk_cv_admin_group=yes
172 AC_MSG_CHECKING([for administrative group support])
173 AC_ARG_WITH(admin-group,
174         [  --disable-admin-group   disable admin group],[
175         if test "$enableval" = "no"; then
176                 AC_DEFINE(ADMIN_GRP, 0, [Define if the admin group should be enabled])
177                 AC_MSG_RESULT([yes])
178         else
179                 AC_MSG_RESULT([no])
180                 netatalk_cv_admin_group=no
181         fi],[
182                 AC_MSG_RESULT([yes])
183         ]
184 )
185
186 NETATALK_AFS_CHECK
187
188 NETATALK_CONFIG_DIRS
189
190 AC_MSG_CHECKING([for logfile path])
191 AC_ARG_WITH(logfile,
192         [  --with-logfile=PATH     path for file used by logger [/var/log/netatalk.log]
193                           use --without-logfile to disable logger],[
194         if test x"$withval" = x"no"; then
195                 AC_DEFINE(DISABLE_LOGGER, 1, [Define if the logger should not be used])
196                 AC_MSG_RESULT([syslog])
197         elif test "$withval" != "yes"; then
198                 AC_DEFINE_UNQUOTED(LOGFILEPATH, "$withval", [Path to the log file])
199                 AC_MSG_RESULT([$withval])
200         else
201                 AC_DEFINE_UNQUOTED(LOGFILEPATH, "/var/log/netatalk.log", [Path to the log file])
202                 AC_MSG_RESULT([/var/log/netatalk.log]) 
203         fi],[
204                 AC_DEFINE_UNQUOTED(LOGFILEPATH, "/var/log/netatalk.log", [Path to the log file])
205                 AC_MSG_RESULT([/var/log/netatalk.log])
206         ]
207 )
208
209
210 netatalk_cv_with_cracklib=no
211 AC_MSG_CHECKING([for cracklib support])
212 AC_ARG_WITH(cracklib,
213         [  --with-cracklib=DICT    enable/set location of cracklib dictionary],[
214         if test "x$withval" != "xno" ; then
215                 cracklib="$withval"
216                 AC_CHECK_LIB(crack, main, [
217                         AC_DEFINE(USE_CRACKLIB, 1, [Define if cracklib should be used])
218                         LIBS="$LIBS -lcrack"
219                         AC_MSG_RESULT([yes])
220                         if test "$cracklib" = "yes"; then
221                                 cracklib="/usr/$atalk_libname/cracklib_dict"
222                         fi
223                         AC_DEFINE_UNQUOTED(_PATH_CRACKLIB, "$cracklib",
224                                 [path to cracklib dictionary])
225                         AC_MSG_RESULT([setting cracklib dictionary to $cracklib])
226                         netatalk_cv_with_cracklib=yes
227                         ],[
228                         AC_MSG_ERROR([cracklib not found!])
229                         ]
230                 )
231         else
232                 AC_MSG_RESULT([no])
233         fi
234         ],[
235                 AC_MSG_RESULT([no])
236         ]
237 )
238
239 netatalk_cv_ddp_enabled=yes
240 AC_MSG_CHECKING([whether to enable DDP])
241 AC_ARG_ENABLE(ddp,
242         [  --disable-ddp           disable DDP],[
243         if test "$enableval" = "no"; then 
244                 AC_DEFINE(NO_DDP, 1, [Define if DDP should be disabled])
245                 AC_MSG_RESULT([no])
246                 netatalk_cv_ddp_enabled=no
247         else
248                 AC_MSG_RESULT([yes])
249         fi
250         ],[
251                 AC_MSG_RESULT([yes])
252         ]
253 )
254
255 AC_MSG_CHECKING([whether to enable debug code])
256 AC_ARG_ENABLE(debug1,
257         [  --enable-debug1         enable debug code],[
258         if test "$enableval" != "no"; then
259                 if test "$enableval" = "yes"; then
260                         AC_DEFINE(DEBUG1, 1, [Define if debugging information should be included])
261                 else
262                         AC_DEFINE_UNQUOTED(DEBUG1, $enableval, [Define if debugging information should be included])
263                 fi 
264                 AC_MSG_RESULT([yes])
265         else
266                 AC_MSG_RESULT([no])
267         fi
268         ],[
269                 AC_MSG_RESULT([no])
270         ]
271 )
272
273 AC_MSG_CHECKING([whether to enable verbose debug code])
274 AC_ARG_ENABLE(debug,
275         [  --enable-debug          enable verbose debug code],[
276         if test "$enableval" != "no"; then
277                 if test "$enableval" = "yes"; then
278                         AC_DEFINE(DEBUG, 1, [Define if verbose debugging information should be included])
279                 else
280                         AC_DEFINE_UNQUOTED(DEBUG, $enableval, [Define if verbose debugging information should be included])
281                 fi 
282                 AC_MSG_RESULT([yes])
283         else
284                 AC_MSG_RESULT([no])
285         fi
286         ],[
287                 AC_MSG_RESULT([no])
288         ]
289 )
290
291 afp3=no
292 afp3set=no
293 AC_MSG_CHECKING([whether AFP 3.x calls should be enabled])
294 AC_ARG_ENABLE(afp3,
295         [  --disable-afp3          disable AFP 3.x calls],
296         [
297             if test x"$enableval" != x"no"; then
298                 afp3set=yes
299                 afp3=yes
300                 AC_MSG_RESULT([yes])
301             else
302                 AC_MSG_RESULT([no])
303             fi
304         ],[
305             AC_MSG_RESULT([yes])
306             afp3=yes
307         ]
308 )
309
310 if test x"$afp3" = x"yes"; then
311         AC_SYS_LARGEFILE([
312                 AC_DEFINE(AFP3x, 1, [Define to enable AFP 3.x support])
313         ],[
314                 if test x"$afp3set" = x"yes"; then
315                         AC_MSG_ERROR([AFP 3.x support requires Large File Support.])
316                 else
317                         AC_MSG_WARN([AFP 3.x support requires Large File Support. AFP3.x support disabled])
318                         afp3=no
319                 fi
320         ])
321 fi
322
323 AC_CHECK_ICONV
324
325 dnl ----------- A NOTE ABOUT DROPKLUDGE
326 dnl The trouble with this fix is that if you know what the file is called, it
327 dnl can be read from the Unix side.  That's okay for most academic institutions
328 dnl since the students don't have telnet access to the Mac servers.  There is
329 dnl currently no one working on further development/fixes of DROPKLUDGE.
330 dnl -----------
331
332 netatalk_cv_dropkludge=no
333 AC_MSG_CHECKING([whether to enable experimental dropbox support])
334 AC_ARG_ENABLE(dropkludge,
335         [  --enable-dropkludge     enable the experimental dropbox fix (INSECURE!) ],[
336         if test "$enableval" = "yes"; then 
337                 AC_DEFINE(DROPKLUDGE, 1, [Define if you want to use the experimental dropkludge support])
338                 AC_MSG_RESULT([yes])
339                 netatalk_cv_dropkludge=yes
340         else
341                 AC_MSG_RESULT([no])
342         fi
343         ],[
344                 AC_MSG_RESULT([no])
345         ]
346 )
347
348 netatalk_cv_force_uidgid=no
349 AC_MSG_CHECKING([whether to enable forcing of uid/gid per volume])
350 AC_ARG_ENABLE(force-uidgid,
351         [  --enable-force-uidgid   allow forcing of uid/gid per volume (BROKEN) ],[
352         if test "$enableval" = "yes"; then
353                 AC_DEFINE(FORCE_UIDGID, 1, [Define if you want forcing of uid/gid per volume])
354                 AC_MSG_RESULT([enabling forcing of uid/gid per volume])
355                 AC_MSG_RESULT([yes])
356                 netatalk_cv_force_uidgid=yes
357         else
358                 AC_MSG_RESULT([no])
359         fi
360         ],[
361                 AC_MSG_RESULT([no])
362         ]
363 )
364
365 dnl Check for CNID database backends
366 bdb_required=no
367 AC_NETATALK_CNID([bdb_required=yes],[bdb_required=no])
368
369 dnl Check for Berkeley DB library
370 if test "x$bdb_required" = "xyes"; then
371         AC_PATH_BDB(, [
372                 AC_MSG_RESULT([])
373                 AC_MSG_RESULT([Make sure you have the Berkeley DB libraries AND headers installed.])
374                 AC_MSG_RESULT([You can download the latest version from http://www.sleepcat.com.])
375                 AC_MSG_RESULT([If you have installed BDB in a non standard location use the])
376                 AC_MSG_RESULT([--with-bdb=/path/to/bdb configure option.])
377                 AC_MSG_ERROR([Berkeley DB library required but not found!])
378         ])
379 fi
380
381 dnl Check for quota support
382 AC_CHECK_QUOTA
383
384 dnl Check for optional server location protocol support (used by MacOS X)
385 NETATALK_SRVLOC
386
387 dnl Check for PAM libs
388 netatalk_cv_use_pam=no
389 AC_PATH_PAM([
390         use_pam_so=yes
391         compile_pam=yes
392         netatalk_cv_use_pam=yes
393         AC_DEFINE(USE_PAM, 1, [Define to enable PAM support])
394 ])
395
396 netatalk_cv_use_shadowpw=no
397 AC_ARG_WITH(shadow,
398         [  --with-shadow           enable shadow password support [[auto]]],
399         [netatalk_cv_use_shadowpw="$withval"],
400         [netatalk_cv_use_shadowpw=auto]
401 )
402
403 if test "x$netatalk_cv_use_shadowpw" != "xno"; then
404     AC_CHECK_HEADER([shadow.h])
405     if test x"$ac_cv_header_shadow_h" = x"yes"; then
406         netatalk_cv_use_shadowpw=yes
407         AC_DEFINE(SHADOWPW, 1, [Define if shadow passwords should be used])
408     else 
409       if test "x$shadowpw" = "xyes"; then
410         AC_MSG_ERROR([shadow support not available])
411       else
412         netatalk_cv_use_shadowpw=no
413       fi
414     fi 
415 fi
416
417 AC_MSG_CHECKING([whether shadow support should be enabled])
418 if test "x$netatalk_cv_use_shadowpw" = "xyes"; then
419         AC_MSG_RESULT([yes])
420 else
421         AC_MSG_RESULT([no])
422 fi
423         
424         
425         
426 netatalk_cv_use_shellcheck=yes
427 AC_MSG_CHECKING([whether checking for a valid shell should be enabled])
428 AC_ARG_ENABLE(shell-check,
429         [  --disable-shell-check   disable checking for a valid shell],[
430         if test "$enableval" = "no"; then 
431                 AC_DEFINE(DISABLE_SHELLCHECK, 1, [Define if shell check should be disabled])
432                 AC_MSG_RESULT([no])
433                 netatalk_cv_use_shellcheck=no
434         else
435                 AC_MSG_RESULT([yes])
436         fi
437         ],[
438                 AC_MSG_RESULT([yes])
439         ]
440 )
441
442 NETATALK_TCP_WRAPPERS
443
444 AC_MSG_CHECKING([whether system (fcntl) locking should be disabled])
445 AC_ARG_ENABLE(locking,
446         [  --disable-locking       disable system locking],[
447                 if test "$enableval" = "no"; then
448                         AC_DEFINE(DISABLE_LOCKING, 1, [Define if system (fcntl) locking should be disabled])
449                         AC_MSG_RESULT([yes])
450                 else
451                         AC_MSG_RESULT([no])
452                 fi
453                 
454         ],[
455                 AC_MSG_RESULT([no])
456         ]
457
458 )
459
460
461 AC_ARG_ENABLE(redhat,
462         [  --enable-redhat         use redhat-style sysv configuration ],[
463         if test "$enableval" = "yes"; then
464                 sysv_style=redhat
465         fi
466         AC_MSG_RESULT([enabling redhat-style sysv support])
467         ]
468 )
469
470 AC_ARG_ENABLE(suse,
471         [  --enable-suse           use suse-style sysv configuration ],[
472         if test "$enableval" = "yes"; then
473                 sysv_style=suse
474         fi
475         AC_MSG_RESULT([enabling suse-style sysv support])
476         ]
477 )
478
479 AC_ARG_ENABLE(gentoo,
480         [  --enable-gentoo         use gentoo-style sysv configuration ],[
481         if test "$enableval" = "yes"; then
482                 sysv_style=gentoo
483         fi
484         AC_MSG_RESULT([enabling gentoo-style sysv support])
485         ]
486 )
487
488 AC_ARG_ENABLE(cobalt,
489         [  --enable-cobalt         use cobalt-style sysv configuration ],
490         if test "$enableval" = "yes"; then
491                 sysv_style=cobalt
492         fi
493         AC_MSG_RESULT([enabling cobalt-style sysv support])
494 )
495
496 AC_ARG_ENABLE(netbsd,
497         [  --enable-netbsd         use NetBSD-style rc.d configuration ],
498         if test "x$enableval" = "xyes"; then
499                 sysv_style=netbsd
500         fi
501         AC_MSG_RESULT([enabling NetBSD-style rc.d support])
502 )
503
504 dnl ----- timelord compilation (disabled by default)
505 AC_MSG_CHECKING([whether timelord should be compiled])
506 compile_timelord=no
507 AC_ARG_ENABLE(timelord,
508         [  --enable-timelord       enable compilation of timelord server],
509         [compile_timelord="$enableval"],
510         [compile_timelord="no"]
511 )
512 AC_MSG_RESULT([$compile_timelord])
513
514 dnl ----- a2boot compilation (disabled by default)
515 AC_MSG_CHECKING([whether a2boot should be compiled])
516 compile_a2boot=no
517 AC_ARG_ENABLE(a2boot,
518         [  --enable-a2boot         enable compilation of Apple2 boot server],
519         [compile_a2boot="$enableval"],
520         [compile_a2boot="no"]
521 )
522 AC_MSG_RESULT([$compile_a2boot])
523
524 AC_ARG_WITH(uams-path,
525         [  --with-uams-path=PATH   path to UAMs [[PKGCONF/uams]]],[
526                 uams_path="$withval"
527         ],[
528                 uams_path="${PKGCONFDIR}/uams"
529         ]
530 )
531
532 dnl --------------------------------------------------------------------------
533 dnl FHS stuff has to be done last because it overrides other defaults
534 dnl --------------------------------------------------------------------------
535
536 AC_MSG_CHECKING([whether to use Filesystem Hierarchy Standard (FHS) compatibility])
537 AC_ARG_ENABLE(fhs,
538         [  --enable-fhs            use Filesystem Hierarchy Standard (FHS) compatibility],[
539         if test "$enableval" = "yes"; then
540                 uams_path="${libdir}/netatalk"
541                 sysconfdir="/etc"
542                 PKGCONFDIR=${sysconfdir}/netatalk
543                 SERVERTEXT="${PKGCONFDIR}/msg"
544                 use_pam_so=yes
545                 mandir="/usr/share/man"
546                 AC_DEFINE(FHS_COMPATIBILITY, 1, [Define if you want compatibily with the FHS])
547                 AC_MSG_RESULT([yes])
548         else
549                 AC_MSG_RESULT([no])
550         fi
551         ],[
552                 AC_MSG_RESULT([no])
553         ]
554 )
555
556 dnl --------------------------------------------------------------------------
557 dnl post-FHS substitutions, etc
558 dnl --------------------------------------------------------------------------
559
560 dnl ***** UAMS_PATH
561 dnl AC_DEFINE_UNQUOTED(UAMS_PATH, "${uams_path}",
562 dnl     [path to UAMs [default=PKGCONF/uams]])
563 UAMS_PATH="${uams_path}"
564 AC_SUBST(UAMS_PATH)
565
566 dnl --------------------------------------------------------------------------
567 dnl drop in includes for top level directory structures here...
568 dnl --------------------------------------------------------------------------
569
570 dnl Note: $(top_srcdir)/include should be added before all other includes
571 dnl       so that includes from that directory a preferred to includes from
572 dnl       /usr/include or similar places.
573 LIBS="$LIBS -L\$(top_srcdir)/libatalk"
574 CFLAGS="-I\$(top_srcdir)/include $CFLAGS -I\$(top_srcdir)/sys"
575
576 dnl --------------------------------------------------------------------------
577 dnl specific configuration comes in here:
578 dnl --------------------------------------------------------------------------
579
580 dnl ac_cv_target_os is now host_os, ac_cv_target_cpu is now host_cpu
581
582 dnl --------------------- determine operating system from "target"
583 case "$host_os" in
584         *aix*)                          this_os=aix ;;
585         *freebsd*)                      this_os=freebsd ;;
586         *hpux11*)                       this_os=hpux11 ;;
587         *irix*)                         this_os=irix ;;
588         *linux*)                        this_os=linux ;;
589         *osx*)                          this_os=macosx ;;
590         *darwin*)                       this_os=macosx ;;
591         *netbsd*)                       this_os=netbsd ;;
592         *openbsd*)                      this_os=openbsd ;;
593         *osf*)                          this_os=tru64 ;;
594         *solaris*)                      this_os=solaris ;;
595 esac
596
597 case "$host_cpu" in
598         i386|i486|i586|i686|k7)         this_cpu=x86 ;;
599         alpha)                                          this_cpu=alpha ;;
600         mips)                                           this_cpu=mips ;;
601         powerpc|ppc)                            this_cpu=ppc ;;
602 esac
603
604 dnl --------------------- operating system specific flags (port from sys/*)
605
606 dnl ----- AIX specific -----
607 if test x"$this_os" = "xaix"; then
608         AC_MSG_RESULT([ * AIX specific configuration])
609         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
610
611         dnl This is probably a lie; AIX 4.3 supports a 64-bit long
612         dnl compilation environment.  It's enough to get things defined
613         dnl right in endian.h provided that long long is supported, though.
614         AC_DEFINE(HAVE_32BIT_LONGS, 1, [Define if the data type long has 32 bit])
615 fi
616
617 dnl ----- FreeBSD specific -----
618 if test x"$this_os" = "xfreebsd"; then 
619         AC_MSG_RESULT([ * FreeBSD specific configuration])
620         AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
621         AC_DEFINE(FREEBSD, 1, [Define if OS is FreeBSD])
622         AC_DEFINE(SENDFILE_FLAVOR_BSD, 1, [Define if the sendfile() function uses BSD semantics])
623 fi
624
625 dnl ----- HP-UX 11 specific -----
626 if test x"$this_os" = "xhpux11"; then
627         AC_MSG_RESULT([ * HP-UX 11 specific configuration])
628
629         AC_DEFINE(_ISOC9X_SOURCE, 1, [Compatibility macro])
630         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
631 fi
632
633 dnl ----- IRIX specific -----
634 if test x"$this_os" = "xirix"; then
635         AC_MSG_RESULT([ * IRIX specific configuration])
636
637         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
638 fi
639
640 dnl ----- Linux specific -----
641 if test x"$this_os" = "xlinux"; then 
642         AC_MSG_RESULT([ * Linux specific configuration])
643         
644         dnl ----- kernel 2.6 changed struct at_addr to atalk_addr
645         AC_MSG_CHECKING([for struct atalk_addr])
646 dnl     AC_COMPILE_IFELSE([
647         AC_TRY_COMPILE([
648 #include <sys/socket.h>
649 #include <asm/types.h>
650 #include <linux/atalk.h>
651 ],
652 [
653 int main() {
654         struct atalk_addr foo;
655
656         return 0;
657 }
658         ], [
659                 ac_have_atalk_addr=yes
660                 AC_MSG_RESULT([yes])
661         ], [
662                 AC_MSG_RESULT([no])
663         ])
664
665 if test "x$ac_have_atalk_addr" = "xyes"; then
666         AC_DEFINE(HAVE_ATALK_ADDR, 1, [set if struct at_addr is called atalk_addr])
667 fi
668
669         dnl ----- check if we need the quotactl wrapper
670 #       AC_CHECK_HEADERS(sys/quota.h linux/quota.h)
671 #       AC_CHECK_FUNC(quotactl,,
672 #               AC_DEFINE(NEED_QUOTACTL_WRAPPER, 1, [Define if the quotactl wrapper is needed])
673 #               AC_MSG_RESULT([enabling quotactl wrapper])
674 #       )
675
676         # For quotas on Linux XFS filesystems
677         AC_CHECK_HEADERS(linux/xqm.h linux/xfs_fs.h)
678         AC_CHECK_HEADERS(xfs/libxfs.h xfs/xqm.h xfs/xfs_fs.h)
679         # For linux > 2.5.56
680         AC_CHECK_HEADERS(linux/dqblk_xfs.h)
681
682
683         dnl ----- as far as I can tell, dbtob always does the wrong thing
684         dnl ----- on every single version of linux I've ever played with.
685         dnl ----- see etc/afpd/quota.c
686         AC_DEFINE(HAVE_BROKEN_DBTOB, 1, [Define if dbtob is broken])
687
688         netatalk_cv_linux_sendfile=no
689         AC_ARG_ENABLE(sendfile,
690             [  --enable-sendfile       use sendfile syscall default (no) ],[
691                 if test "$enableval" = "yes"; then
692                         netatalk_cv_linux_sendfile=yes
693                 fi
694                 AC_MSG_RESULT([enabling sendfile syscall])
695             ]
696         )
697
698         if test x"$netatalk_cv_linux_sendfile" = "xyes"; then 
699             AC_CACHE_CHECK([for linux sendfile support],netatalk_cv_HAVE_SENDFILE,[
700             AC_TRY_LINK([#include <sys/sendfile.h>],
701 [\
702 int tofd, fromfd;
703 off_t offset;
704 size_t total;
705 ssize_t nwritten = sendfile(tofd, fromfd, &offset, total);
706 ],
707 netatalk_cv_HAVE_SENDFILE=yes,netatalk_cv_HAVE_SENDFILE=no)])
708
709 # Try and cope with broken Linux sendfile....
710             AC_CACHE_CHECK([for broken linux sendfile support],netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE,[
711             AC_TRY_LINK([\
712 #if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
713 #undef _FILE_OFFSET_BITS
714 #endif
715 #include <sys/sendfile.h>],
716 [\
717 int tofd, fromfd;
718 off_t offset;
719 size_t total;
720 ssize_t nwritten = sendfile(tofd, fromfd, &offset, total);
721 ],
722 netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE=yes,netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE=no,netatalk_cv_HAVE_BROKEN_SENDFILE=cross)])
723
724             if test x"$netatalk_cv_HAVE_SENDFILE" = x"yes"; then
725                 AC_DEFINE(HAVE_SENDFILE,1,[Whether sendfile() is available])
726                 AC_DEFINE(SENDFILE_FLAVOR_LINUX,1,[Whether linux sendfile() API is available])
727                 AC_DEFINE(WITH_SENDFILE,1,[Whether sendfile() should be used])
728             elif test x"$netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE" = x"yes"; then
729                 AC_DEFINE(SENDFILE_FLAVOR_LINUX,1,[Whether linux sendfile() API is available])
730                 AC_DEFINE(LINUX_BROKEN_SENDFILE_API,1,[Whether (linux) sendfile() is broken])
731                 AC_DEFINE(WITH_SENDFILE,1,[Whether sendfile should be used])
732             else
733                 netatalk_cv_linux_sendfile=no
734                 AC_MSG_RESULT(no);
735             fi
736         fi
737
738         dnl ----- Linux/alpha specific -----
739         if test x"$this_cpu" = "xalpha"; then 
740                 AC_MSG_RESULT([enabling gcc memcpy bug workaround])
741                 AC_DEFINE(HAVE_GCC_MEMCPY_BUG, 1, [Define if memcpy is buggy])
742         fi
743         need_dash_r=no
744
745
746 fi
747
748 dnl ----- Mac OSX specific -----
749 if test x"$this_os" = "xmacosx"; then 
750         AC_MSG_RESULT([ * Mac OSX specific configuration])
751         AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
752         AC_DEFINE(HAVE_BROKEN_CPP, 1, [Define if cpp is broken])
753         AC_DEFINE(HAVE_2ARG_DBTOB, 1, [Define if dbtob takes two arguments])
754         dnl AC_DEFINE(NO_DLFCN_H)
755         AC_DEFINE(NO_DDP, 1, [Define if DDP should be disabled])
756         AC_DEFINE(NO_QUOTA_SUPPORT, 1, [Define if Quota support should be disabled])
757         AC_DEFINE(MACOSX_SERVER, 1, [Define if compiling for MacOS X Server])
758 fi
759
760 dnl ----- NetBSD specific -----
761 if test x"$this_os" = "xnetbsd"; then 
762         AC_MSG_RESULT([ * NetBSD specific configuration])
763         AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
764         AC_DEFINE(NETBSD, 1, [Define if OS is FreeBSD])
765         if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
766                 # NetBSD ELF machines don't have to have DLSYM_PREPEND_UNDERSCORE.
767                 # If this test is true, it's not an ELF box.
768                 # This REALLY should be a configure test.
769                 AC_DEFINE(DLSYM_PREPEND_UNDERSCORE, 1, [BSD compatibility macro])
770         fi
771         CFLAGS="-I\$(top_srcdir)/sys/netbsd -I/usr/include/kerberosIV $CFLAGS"
772         need_dash_r=yes 
773
774         dnl ----- NetBSD does not have crypt.h, uses unistd.h -----
775         AC_DEFINE(UAM_DHX, 1, [Define if the DHX UAM modules should be compiled])
776 fi
777
778 dnl ----- OpenBSD specific -----
779 if test x"$this_os" = "xopenbsd"; then 
780         AC_MSG_RESULT([ * OpenBSD specific configuration])
781         AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
782         AC_DEFINE(DLSYM_PREPEND_UNDERSCORE, 1, [BSD compatibility macro])
783
784         dnl ----- OpenBSD does not have crypt.h, uses unistd.h -----
785         AC_DEFINE(UAM_DHX, 1, [Define if the DHX UAM modules should be compiled])
786 fi
787
788 dnl ----- Solaris specific -----
789 if test x"$this_os" = "xsolaris"; then 
790         AC_MSG_RESULT([ * Solaris specific configuration])
791         AC_DEFINE(__svr4__, 1, [Solaris compatibility macro])
792         AC_DEFINE(_ISOC9X_SOURCE, 1, [Compatibility macro])
793         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
794         AC_DEFINE(SOLARIS, 1, [Solaris compatibility macro])
795         CFLAGS="-I\$(top_srcdir)/sys/generic $CFLAGS"
796         need_dash_r=yes
797         sysv_style=solaris
798
799         solaris_module=no
800         AC_MSG_CHECKING([if we can build Solaris kernel module])
801         if test -x /usr/ccs/bin/ld; then
802                 solaris_module=yes
803         fi
804         AC_MSG_RESULT([$solaris_module])
805
806         COMPILE_64BIT_KMODULE=no
807         KCFLAGS=""
808         KLDFLAGS=""
809         COMPILE_KERNEL_GCC=no
810
811         if test "$solaris_module" = "yes"; then
812            dnl Solaris kernel module stuff
813            AC_MSG_CHECKING([if we have to build a 64bit kernel module])
814
815            # check for isainfo, if not found it has to be a 32 bit kernel (<=2.6)       
816            if test -x /usr/bin/isainfo; then
817                 # check for 64 bit platform
818                 if isainfo -kv | grep '^64-bit'; then
819                         COMPILE_64BIT_KMODULE=yes
820                 fi
821            fi
822
823            AC_MSG_RESULT([$COMPILE_64BIT_KMODULE])
824
825
826            if test "${GCC}" = yes; then
827                 COMPILE_KERNEL_GCC=yes
828                 if test "$COMPILE_64BIT_KMODULE" = yes; then
829                         # use for 64 bit
830                         KCFLAGS="-m64"
831                         #KLDFLAGS="-melf64_sparc"
832                         KLDFLAGS="-64"
833                 else
834                         KCFLAGS=""
835                         KLDFLAGS=""
836                 fi
837                 KCFLAGS="$KCFLAGS -D_KERNEL -Wall -Wstrict-prototypes"
838            else
839                 if test "$COMPILE_64BIT_KMODULE" = yes; then
840                 # use Sun CC (for a 64-bit kernel, uncomment " -xarch=v9 -xregs=no%appl ")
841                         KCFLAGS="-xarch=v9 -xregs=no%appl"
842                         KLDFLAGS="-64"
843                 else
844                         KCFLAGS=""
845                         KLDFLAGS=""
846                 fi
847                 KCFLAGS="-D_KERNEL $KCFLAGS -mno-app-regs -munaligned-doubles -fpcc-struct-return"
848            fi
849
850            AC_CACHE_CHECK([for timeout_id_t],netatalk_cv_HAVE_TIMEOUT_ID_T,[
851            AC_TRY_LINK([\
852 #include <sys/stream.h>
853 #include <sys/ddi.h>],
854 [\
855 timeout_id_t dummy;
856 ],
857 netatalk_cv_HAVE_TIMEOUT_ID_T=yes,netatalk_cv_HAVE_TIMEOUT_ID_T=no,netatalk_cv_HAVE_TIMEOUT_ID_T=cross)])
858
859            AC_DEFINE(HAVE_TIMEOUT_ID_T, test x"$netatalk_cv_HAVE_TIMEOUT_ID" = x"yes", [define for timeout_id_t])
860         fi
861
862         AC_SUBST(COMPILE_KERNEL_GCC)
863         AC_SUBST(COMPILE_64BIT_KMODULE)
864         AC_SUBST(KCFLAGS)
865         AC_SUBST(KLDFLAGS)
866 fi
867
868 dnl ----- Tru64 specific -----
869 if test x"$this_os" = "xtru64"; then 
870         AC_MSG_RESULT([ * Tru64 specific configuration])
871         AC_DEFINE(NO_DDP, 1, [Define if DDP should be disabled])
872         AC_DEFINE(HAVE_64BIT_LONGS, 1, [Define if the data type long has 64 bit])
873         dnl AC_DEFINE(USE_MOUNT_H)
874         AC_DEFINE(USE_OLD_RQUOTA, 1, [Define to use old rquota])
875         dnl AC_DEFINE(USE_UFS_QUOTA_H)
876         AC_DEFINE(TRU64, 1, [Define on Tru64 platforms])
877         AC_DEFINE(_OSF_SOURCE, 1, [Define if the *passwd UAMs should be used])
878         AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, [Define for Berkeley DB 4])
879         AC_CHECK_LIB(security,set_auth_parameters)
880         CFLAGS="-I\$(top_srcdir)/sys/tru64 $CFLAGS"
881         need_dash_r=no
882         sysv_style=tru64
883 fi
884
885 dnl -- look for openssl
886 AC_PATH_SSL
887
888 dnl -- check for crypt
889 AC_CRYPT
890
891 dnl --------------------- check for building PGP UAM module
892
893 AC_MSG_CHECKING([whether the PGP UAM should be build])
894 AC_ARG_ENABLE(pgp-uam,
895         [  --enable-pgp-uam        enable build of PGP UAM module],[
896         if test "$enableval" = "yes"; then 
897                 if test "$compile_ssl" = "yes"; then 
898                         AC_DEFINE(UAM_PGP, 1, [Define if the PGP UAM module should be compiled])
899                         compile_pgp=yes
900                         AC_MSG_RESULT([yes])
901                 else
902                         AC_MSG_RESULT([no])
903                 fi
904         fi
905         ],[
906                 AC_MSG_RESULT([no])
907         ]
908 )
909
910 dnl --------------------- check for building Kerberos v4 UAM module
911
912 AC_MSG_CHECKING([whether the Kerberos IV UAM should be build])
913 AC_ARG_ENABLE(krb4-uam,
914         [  --enable-krb4-uam       enable build of Kerberos v4 UAM module],[
915         if test "$enableval" = "yes"; then
916                 AC_DEFINE(UAM_KRB4, 1, [Define if the Kerberos 4 UAM module should be compiled])
917                 compile_kerberos=yes
918                 AC_MSG_RESULT([yes])
919         else
920                 AC_MSG_RESULT([no])
921         fi
922         ],[
923                 AC_MSG_RESULT([no])
924         ]
925 )
926
927 dnl --------------------- check for building Kerberos V UAM module
928
929 netatalk_cv_build_krb5_uam=no
930 AC_ARG_ENABLE(krbV-uam,
931         [  --enable-krbV-uam       enable build of Kerberos V UAM module],
932         [
933                 if test x"$enableval" = x"yes"; then
934                         NETATALK_GSSAPI_CHECK([
935                                 netatalk_cv_build_krb5_uam=yes
936                         ],[
937                                 AC_MSG_ERROR([need GSSAPI to build Kerberos V UAM])
938                         ])
939                 fi
940         ]
941         
942 )
943
944 AC_MSG_CHECKING([whether Kerberos V UAM should be build])
945 if test x"$netatalk_cv_build_krb5_uam" = x"yes"; then
946         AC_MSG_RESULT([yes])
947 else
948         AC_MSG_RESULT([no])
949 fi
950 AM_CONDITIONAL(USE_GSSAPI, test x"$netatalk_cv_build_krb5_uam" = x"yes")
951
952 dnl --------------------- overwrite the config files . . . or not.
953
954 AC_MSG_CHECKING([whether configuration files should be overwritten])
955 AC_ARG_ENABLE(overwrite,
956         [  --enable-overwrite      overwrite configuration files during installation],
957         [OVERWRITE_CONFIG="${enable_overwrite}"],
958         [OVERWRITE_CONFIG="no"]
959 )
960 AC_MSG_RESULT([$OVERWRITE_CONFIG])
961
962 dnl --------------------- last minute substitutions
963
964 AC_SUBST(LIBS)
965 AC_SUBST(CFLAGS)
966 AC_SUBST(OVERWRITE_CONFIG)
967
968 AM_CONDITIONAL(SOLARIS_MODULE, test x$solaris_module = xyes)
969 AM_CONDITIONAL(COMPILE_TIMELORD, test x$compile_timelord = xyes)
970 AM_CONDITIONAL(COMPILE_A2BOOT, test x$compile_a2boot = xyes)
971 AM_CONDITIONAL(USE_DHX, test x$compile_ssl = xyes)
972 AM_CONDITIONAL(USE_KERBEROS, test x$compile_kerberos = xyes)
973 AM_CONDITIONAL(USE_PAM_SO, test x$use_pam_so = xyes)
974 AM_CONDITIONAL(USE_PAM, test x$netatalk_cv_install_pam = xyes)
975 AM_CONDITIONAL(BUILD_PAM, test x$compile_pam = xyes)
976 AM_CONDITIONAL(USE_PGP, test x$compile_pgp = xyes)
977 AM_CONDITIONAL(USE_COBALT, test x$sysv_style = xcobalt)
978 AM_CONDITIONAL(USE_NETBSD, test x$sysv_style = xnetbsd)
979 AM_CONDITIONAL(USE_REDHAT, test x$sysv_style = xredhat)
980 AM_CONDITIONAL(USE_SUSE, test x$sysv_style = xsuse)
981 AM_CONDITIONAL(USE_SHADOWPW, test x$shadowpw = xyes)
982 AM_CONDITIONAL(USE_TRU64, test x$sysv_style = xtru64)
983 AM_CONDITIONAL(USE_SOLARIS, test x$sysv_style = xsolaris)
984 AM_CONDITIONAL(USE_GENTOO, test x$sysv_style = xgentoo)
985 AM_CONDITIONAL(USE_UNDEF, test x$sysv_style = x)
986
987 dnl --------------------- generate files
988
989 AC_OUTPUT([Makefile
990         bin/Makefile
991         bin/adv1tov2/Makefile
992         bin/aecho/Makefile
993         bin/afile/Makefile
994         bin/afppasswd/Makefile
995         bin/cnid/Makefile
996         bin/cnid/cnid_maint
997         bin/cnid/cnid2_create
998         bin/getzones/Makefile
999         bin/megatron/Makefile
1000         bin/nbp/Makefile
1001         bin/pap/Makefile
1002         bin/psorder/Makefile
1003         bin/uniconv/Makefile
1004         config/Makefile
1005         contrib/Makefile
1006         contrib/macusers/Makefile
1007         contrib/macusers/macusers
1008         contrib/nu/Makefile
1009         contrib/nu/nu
1010         contrib/printing/Makefile
1011         contrib/shell_utils/Makefile
1012         contrib/shell_utils/afpd-mtab.pl
1013         contrib/shell_utils/apple_cp
1014         contrib/shell_utils/apple_mv
1015         contrib/shell_utils/apple_rm
1016         contrib/shell_utils/cleanappledouble.pl
1017         contrib/shell_utils/netatalkshorternamelinks.pl
1018         contrib/timelord/Makefile
1019         contrib/a2boot/Makefile
1020         distrib/Makefile
1021         distrib/config/Makefile
1022         distrib/config/netatalk-config
1023         distrib/initscripts/Makefile
1024         distrib/m4/Makefile
1025         doc/Makefile
1026         etc/Makefile
1027         etc/afpd/Makefile
1028         etc/atalkd/Makefile
1029         etc/cnid_dbd/Makefile
1030         etc/uams/Makefile
1031         etc/uams/uams_krb4/Makefile
1032         etc/papd/Makefile
1033         etc/psf/Makefile
1034         include/Makefile
1035         include/atalk/Makefile
1036         libatalk/Makefile
1037         libatalk/adouble/Makefile
1038         libatalk/asp/Makefile
1039         libatalk/atp/Makefile
1040         libatalk/cnid/Makefile
1041         libatalk/cnid/db3/Makefile
1042         libatalk/cnid/cdb/Makefile
1043         libatalk/cnid/last/Makefile
1044         libatalk/cnid/mtab/Makefile
1045         libatalk/cnid/dbd/Makefile
1046         libatalk/cnid/hash/Makefile
1047         libatalk/cnid/tdb/Makefile
1048         libatalk/compat/Makefile
1049         libatalk/dsi/Makefile
1050         libatalk/nbp/Makefile
1051         libatalk/netddp/Makefile
1052         libatalk/util/Makefile
1053         libatalk/tdb/Makefile
1054         libatalk/unicode/Makefile
1055         libatalk/unicode/charsets/Makefile
1056         macros/Makefile
1057         man/Makefile
1058         man/man1/Makefile
1059         man/man3/Makefile
1060         man/man4/Makefile
1061         man/man5/Makefile
1062         man/man8/Makefile
1063         sys/Makefile
1064         sys/generic/Makefile
1065         sys/generic/sys/Makefile
1066         sys/netatalk/Makefile
1067         sys/netbsd/Makefile
1068         sys/netbsd/netatalk/Makefile
1069         sys/solaris/Makefile
1070         sys/sunos/Makefile
1071         sys/ultrix/Makefile
1072         ],
1073         [chmod a+x distrib/config/netatalk-config contrib/shell_utils/apple_*]
1074 )
1075
1076 AC_NETATALK_LIBS_SUMMARY
1077 AC_NETATALK_CONFIG_SUMMARY
1078