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