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