~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2011-11-30 19:05:23 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20111130190523-cxzi7fkmte9nn3fj
Tags: 2.2.1-1
* New upstream release.
  + Closes: bug#637025.
  + Fixes FTBFS on GNU/kFreeBSD.
    Closes: bug#630349. Thanks to Petr Salinger.
* Fix typo in comment.
* Update patches:
  + Drop patch 213 (CVE-2008-5718): fixed upstream since 2.0.5.
  + Drop patches 115 and 214 (default → etc/default): fixed upstream
    since 2.2.1.
  + Unfuzz patch 114.
  + Add patch cherry-picked from upstream git, to fix EA header
    related file move/delete errors.
    Closes: bug#648792. Thanks to Tim Miller Dyck.
* Update copyright file: Add/extend a few files sections.
* Update package relations:
  + Tighten build-dependency on cdbs slightly.
  + Relax build-depend unversioned on debhelper and devscripts (needed
    versions satisfied even in oldstable).

Show diffs side-by-side

added added

removed removed

Lines of Context:
843
843
AMTAR
844
844
am__tar
845
845
am__untar
 
846
MAINTAINER_MODE_TRUE
 
847
MAINTAINER_MODE_FALSE
 
848
MAINT
846
849
CC
847
850
CFLAGS
848
851
LDFLAGS
983
986
USE_PGP_FALSE
984
987
DEFAULT_HOOK_TRUE
985
988
DEFAULT_HOOK_FALSE
986
 
USE_COBALT_TRUE
987
 
USE_COBALT_FALSE
988
989
USE_NETBSD_TRUE
989
990
USE_NETBSD_FALSE
990
 
USE_REDHAT_TRUE
991
 
USE_REDHAT_FALSE
 
991
USE_REDHAT_SYSV_TRUE
 
992
USE_REDHAT_SYSV_FALSE
 
993
USE_REDHAT_SYSTEMD_TRUE
 
994
USE_REDHAT_SYSTEMD_FALSE
992
995
USE_SUSE_TRUE
993
996
USE_SUSE_FALSE
994
997
USE_SHADOWPW_TRUE
1609
1612
Optional Features:
1610
1613
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1611
1614
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
1615
  --enable-maintainer-mode  enable make rules and dependencies not useful
 
1616
                          (and sometimes confusing) to the casual installer
1612
1617
  --disable-dependency-tracking  speeds up one-time build
1613
1618
  --enable-dependency-tracking   do not reject slow dependency extractors
1614
1619
  --enable-shared[=PKGS]  build shared libraries [default=yes]
1631
1636
  --disable-shell-check   disable checking for a valid shell
1632
1637
  --disable-tcp-wrappers  disable TCP wrappers support
1633
1638
  --disable-locking       disable system locking
1634
 
  --enable-redhat         use redhat-style sysv configuration
 
1639
  --enable-redhat         obsoleted
 
1640
  --enable-redhat-sysv    use redhat-style sysv (upstart) configuration
 
1641
  --enable-redhat-systemd use redhat-style systemd (>=Fedora15) configuration
1635
1642
  --enable-suse           use suse-style sysv configuration
1636
1643
  --enable-gentoo         use gentoo-style sysv configuration
1637
 
  --enable-cobalt         use cobalt-style sysv configuration
1638
1644
  --enable-netbsd         use NetBSD-style rc.d configuration
1639
1645
  --enable-debian         use debian-style sysv configuration
1640
1646
  --enable-timelord       enable compilation of timelord server
2744
2750
 
2745
2751
ac_config_headers="$ac_config_headers config.h"
2746
2752
 
 
2753
{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
2754
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 
2755
    # Check whether --enable-maintainer-mode was given.
 
2756
if test "${enable_maintainer_mode+set}" = set; then
 
2757
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 
2758
else
 
2759
  USE_MAINTAINER_MODE=no
 
2760
fi
 
2761
 
 
2762
  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
2763
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
 
2764
   if test $USE_MAINTAINER_MODE = yes; then
 
2765
  MAINTAINER_MODE_TRUE=
 
2766
  MAINTAINER_MODE_FALSE='#'
 
2767
else
 
2768
  MAINTAINER_MODE_TRUE='#'
 
2769
  MAINTAINER_MODE_FALSE=
 
2770
fi
 
2771
 
 
2772
  MAINT=$MAINTAINER_MODE_TRUE
 
2773
 
 
2774
 
2747
2775
 
2748
2776
for ac_prog in gawk mawk nawk awk
2749
2777
do
4881
4909
  ;;
4882
4910
*-*-irix6*)
4883
4911
  # Find out which ABI we are using.
4884
 
  echo '#line 4884 "configure"' > conftest.$ac_ext
 
4912
  echo '#line 4912 "configure"' > conftest.$ac_ext
4885
4913
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4886
4914
  (eval $ac_compile) 2>&5
4887
4915
  ac_status=$?
7933
7961
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7934
7962
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7935
7963
   -e 's:$: $lt_compiler_flag:'`
7936
 
   (eval echo "\"\$as_me:7936: $lt_compile\"" >&5)
 
7964
   (eval echo "\"\$as_me:7964: $lt_compile\"" >&5)
7937
7965
   (eval "$lt_compile" 2>conftest.err)
7938
7966
   ac_status=$?
7939
7967
   cat conftest.err >&5
7940
 
   echo "$as_me:7940: \$? = $ac_status" >&5
 
7968
   echo "$as_me:7968: \$? = $ac_status" >&5
7941
7969
   if (exit $ac_status) && test -s "$ac_outfile"; then
7942
7970
     # The compiler can only warn and ignore the option if not recognized
7943
7971
     # So say no if there are warnings other than the usual output.
8223
8251
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8224
8252
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8225
8253
   -e 's:$: $lt_compiler_flag:'`
8226
 
   (eval echo "\"\$as_me:8226: $lt_compile\"" >&5)
 
8254
   (eval echo "\"\$as_me:8254: $lt_compile\"" >&5)
8227
8255
   (eval "$lt_compile" 2>conftest.err)
8228
8256
   ac_status=$?
8229
8257
   cat conftest.err >&5
8230
 
   echo "$as_me:8230: \$? = $ac_status" >&5
 
8258
   echo "$as_me:8258: \$? = $ac_status" >&5
8231
8259
   if (exit $ac_status) && test -s "$ac_outfile"; then
8232
8260
     # The compiler can only warn and ignore the option if not recognized
8233
8261
     # So say no if there are warnings other than the usual output.
8327
8355
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8328
8356
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8329
8357
   -e 's:$: $lt_compiler_flag:'`
8330
 
   (eval echo "\"\$as_me:8330: $lt_compile\"" >&5)
 
8358
   (eval echo "\"\$as_me:8358: $lt_compile\"" >&5)
8331
8359
   (eval "$lt_compile" 2>out/conftest.err)
8332
8360
   ac_status=$?
8333
8361
   cat out/conftest.err >&5
8334
 
   echo "$as_me:8334: \$? = $ac_status" >&5
 
8362
   echo "$as_me:8362: \$? = $ac_status" >&5
8335
8363
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8336
8364
   then
8337
8365
     # The compiler can only warn and ignore the option if not recognized
10704
10732
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10705
10733
  lt_status=$lt_dlunknown
10706
10734
  cat > conftest.$ac_ext <<EOF
10707
 
#line 10707 "configure"
 
10735
#line 10735 "configure"
10708
10736
#include "confdefs.h"
10709
10737
 
10710
10738
#if HAVE_DLFCN_H
10804
10832
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10805
10833
  lt_status=$lt_dlunknown
10806
10834
  cat > conftest.$ac_ext <<EOF
10807
 
#line 10807 "configure"
 
10835
#line 10835 "configure"
10808
10836
#include "confdefs.h"
10809
10837
 
10810
10838
#if HAVE_DLFCN_H
13205
13233
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13206
13234
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13207
13235
   -e 's:$: $lt_compiler_flag:'`
13208
 
   (eval echo "\"\$as_me:13208: $lt_compile\"" >&5)
 
13236
   (eval echo "\"\$as_me:13236: $lt_compile\"" >&5)
13209
13237
   (eval "$lt_compile" 2>conftest.err)
13210
13238
   ac_status=$?
13211
13239
   cat conftest.err >&5
13212
 
   echo "$as_me:13212: \$? = $ac_status" >&5
 
13240
   echo "$as_me:13240: \$? = $ac_status" >&5
13213
13241
   if (exit $ac_status) && test -s "$ac_outfile"; then
13214
13242
     # The compiler can only warn and ignore the option if not recognized
13215
13243
     # So say no if there are warnings other than the usual output.
13309
13337
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13310
13338
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13311
13339
   -e 's:$: $lt_compiler_flag:'`
13312
 
   (eval echo "\"\$as_me:13312: $lt_compile\"" >&5)
 
13340
   (eval echo "\"\$as_me:13340: $lt_compile\"" >&5)
13313
13341
   (eval "$lt_compile" 2>out/conftest.err)
13314
13342
   ac_status=$?
13315
13343
   cat out/conftest.err >&5
13316
 
   echo "$as_me:13316: \$? = $ac_status" >&5
 
13344
   echo "$as_me:13344: \$? = $ac_status" >&5
13317
13345
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
13318
13346
   then
13319
13347
     # The compiler can only warn and ignore the option if not recognized
14907
14935
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14908
14936
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14909
14937
   -e 's:$: $lt_compiler_flag:'`
14910
 
   (eval echo "\"\$as_me:14910: $lt_compile\"" >&5)
 
14938
   (eval echo "\"\$as_me:14938: $lt_compile\"" >&5)
14911
14939
   (eval "$lt_compile" 2>conftest.err)
14912
14940
   ac_status=$?
14913
14941
   cat conftest.err >&5
14914
 
   echo "$as_me:14914: \$? = $ac_status" >&5
 
14942
   echo "$as_me:14942: \$? = $ac_status" >&5
14915
14943
   if (exit $ac_status) && test -s "$ac_outfile"; then
14916
14944
     # The compiler can only warn and ignore the option if not recognized
14917
14945
     # So say no if there are warnings other than the usual output.
15011
15039
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15012
15040
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15013
15041
   -e 's:$: $lt_compiler_flag:'`
15014
 
   (eval echo "\"\$as_me:15014: $lt_compile\"" >&5)
 
15042
   (eval echo "\"\$as_me:15042: $lt_compile\"" >&5)
15015
15043
   (eval "$lt_compile" 2>out/conftest.err)
15016
15044
   ac_status=$?
15017
15045
   cat out/conftest.err >&5
15018
 
   echo "$as_me:15018: \$? = $ac_status" >&5
 
15046
   echo "$as_me:15046: \$? = $ac_status" >&5
15019
15047
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15020
15048
   then
15021
15049
     # The compiler can only warn and ignore the option if not recognized
17231
17259
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17232
17260
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17233
17261
   -e 's:$: $lt_compiler_flag:'`
17234
 
   (eval echo "\"\$as_me:17234: $lt_compile\"" >&5)
 
17262
   (eval echo "\"\$as_me:17262: $lt_compile\"" >&5)
17235
17263
   (eval "$lt_compile" 2>conftest.err)
17236
17264
   ac_status=$?
17237
17265
   cat conftest.err >&5
17238
 
   echo "$as_me:17238: \$? = $ac_status" >&5
 
17266
   echo "$as_me:17266: \$? = $ac_status" >&5
17239
17267
   if (exit $ac_status) && test -s "$ac_outfile"; then
17240
17268
     # The compiler can only warn and ignore the option if not recognized
17241
17269
     # So say no if there are warnings other than the usual output.
17521
17549
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17522
17550
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17523
17551
   -e 's:$: $lt_compiler_flag:'`
17524
 
   (eval echo "\"\$as_me:17524: $lt_compile\"" >&5)
 
17552
   (eval echo "\"\$as_me:17552: $lt_compile\"" >&5)
17525
17553
   (eval "$lt_compile" 2>conftest.err)
17526
17554
   ac_status=$?
17527
17555
   cat conftest.err >&5
17528
 
   echo "$as_me:17528: \$? = $ac_status" >&5
 
17556
   echo "$as_me:17556: \$? = $ac_status" >&5
17529
17557
   if (exit $ac_status) && test -s "$ac_outfile"; then
17530
17558
     # The compiler can only warn and ignore the option if not recognized
17531
17559
     # So say no if there are warnings other than the usual output.
17625
17653
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17626
17654
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17627
17655
   -e 's:$: $lt_compiler_flag:'`
17628
 
   (eval echo "\"\$as_me:17628: $lt_compile\"" >&5)
 
17656
   (eval echo "\"\$as_me:17656: $lt_compile\"" >&5)
17629
17657
   (eval "$lt_compile" 2>out/conftest.err)
17630
17658
   ac_status=$?
17631
17659
   cat out/conftest.err >&5
17632
 
   echo "$as_me:17632: \$? = $ac_status" >&5
 
17660
   echo "$as_me:17660: \$? = $ac_status" >&5
17633
17661
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17634
17662
   then
17635
17663
     # The compiler can only warn and ignore the option if not recognized
22921
22949
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
22922
22950
  lt_status=$lt_dlunknown
22923
22951
  cat > conftest.$ac_ext <<EOF
22924
 
#line 22924 "configure"
 
22952
#line 22952 "configure"
22925
22953
#include "confdefs.h"
22926
22954
 
22927
22955
#if HAVE_DLFCN_H
27879
27907
 
27880
27908
done
27881
27909
 
 
27910
        { echo "$as_me:$LINENO: checking for getfsquota in -lquota" >&5
 
27911
echo $ECHO_N "checking for getfsquota in -lquota... $ECHO_C" >&6; }
 
27912
if test "${ac_cv_lib_quota_getfsquota+set}" = set; then
 
27913
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
27914
else
 
27915
  ac_check_lib_save_LIBS=$LIBS
 
27916
LIBS="-lquota -lprop -lrpcsvc $LIBS"
 
27917
cat >conftest.$ac_ext <<_ACEOF
 
27918
/* confdefs.h.  */
 
27919
_ACEOF
 
27920
cat confdefs.h >>conftest.$ac_ext
 
27921
cat >>conftest.$ac_ext <<_ACEOF
 
27922
/* end confdefs.h.  */
 
27923
 
 
27924
/* Override any GCC internal prototype to avoid an error.
 
27925
   Use char because int might match the return type of a GCC
 
27926
   builtin and then its argument prototype would still apply.  */
 
27927
#ifdef __cplusplus
 
27928
extern "C"
 
27929
#endif
 
27930
char getfsquota ();
 
27931
int
 
27932
main ()
 
27933
{
 
27934
return getfsquota ();
 
27935
  ;
 
27936
  return 0;
 
27937
}
 
27938
_ACEOF
 
27939
rm -f conftest.$ac_objext conftest$ac_exeext
 
27940
if { (ac_try="$ac_link"
 
27941
case "(($ac_try" in
 
27942
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27943
  *) ac_try_echo=$ac_try;;
 
27944
esac
 
27945
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27946
  (eval "$ac_link") 2>conftest.er1
 
27947
  ac_status=$?
 
27948
  grep -v '^ *+' conftest.er1 >conftest.err
 
27949
  rm -f conftest.er1
 
27950
  cat conftest.err >&5
 
27951
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27952
  (exit $ac_status); } && {
 
27953
         test -z "$ac_c_werror_flag" ||
 
27954
         test ! -s conftest.err
 
27955
       } && test -s conftest$ac_exeext &&
 
27956
       $as_test_x conftest$ac_exeext; then
 
27957
  ac_cv_lib_quota_getfsquota=yes
 
27958
else
 
27959
  echo "$as_me: failed program was:" >&5
 
27960
sed 's/^/| /' conftest.$ac_ext >&5
 
27961
 
 
27962
        ac_cv_lib_quota_getfsquota=no
 
27963
fi
 
27964
 
 
27965
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27966
      conftest$ac_exeext conftest.$ac_ext
 
27967
LIBS=$ac_check_lib_save_LIBS
 
27968
fi
 
27969
{ echo "$as_me:$LINENO: result: $ac_cv_lib_quota_getfsquota" >&5
 
27970
echo "${ECHO_T}$ac_cv_lib_quota_getfsquota" >&6; }
 
27971
if test $ac_cv_lib_quota_getfsquota = yes; then
 
27972
  QUOTA_LIBS="-lquota -lprop -lrpcsvc"
 
27973
 
 
27974
cat >>confdefs.h <<\_ACEOF
 
27975
#define HAVE_LIBQUOTA 1
 
27976
_ACEOF
 
27977
 
 
27978
fi
 
27979
 
27882
27980
        else
27883
27981
                netatalk_cv_quotasupport="no"
27884
27982
 
29451
29549
fi
29452
29550
 
29453
29551
 
29454
 
 
29455
29552
# Check whether --enable-redhat was given.
29456
29553
if test "${enable_redhat+set}" = set; then
29457
29554
  enableval=$enable_redhat;
 
29555
        echo "ERROR: --enable-redhat is obsoleted. Use --enable-redhat-sysv or --enable-redhat-systemd."
 
29556
        echo "exit 1"
 
29557
        exit 1
 
29558
 
 
29559
 
 
29560
fi
 
29561
 
 
29562
 
 
29563
# Check whether --enable-redhat-sysv was given.
 
29564
if test "${enable_redhat_sysv+set}" = set; then
 
29565
  enableval=$enable_redhat_sysv;
29458
29566
        if test "$enableval" = "yes"; then
29459
 
                sysv_style=redhat
 
29567
                sysv_style=redhat-sysv
29460
29568
        fi
29461
29569
        { echo "$as_me:$LINENO: result: enabling redhat-style sysv support" >&5
29462
29570
echo "${ECHO_T}enabling redhat-style sysv support" >&6; }
29465
29573
fi
29466
29574
 
29467
29575
 
 
29576
# Check whether --enable-redhat-systemd was given.
 
29577
if test "${enable_redhat_systemd+set}" = set; then
 
29578
  enableval=$enable_redhat_systemd;
 
29579
        if test "$enableval" = "yes"; then
 
29580
                sysv_style=redhat-systemd
 
29581
        fi
 
29582
        { echo "$as_me:$LINENO: result: enabling redhat-style systemd support" >&5
 
29583
echo "${ECHO_T}enabling redhat-style systemd support" >&6; }
 
29584
 
 
29585
 
 
29586
fi
 
29587
 
 
29588
 
29468
29589
# Check whether --enable-suse was given.
29469
29590
if test "${enable_suse+set}" = set; then
29470
29591
  enableval=$enable_suse;
29491
29612
fi
29492
29613
 
29493
29614
 
29494
 
# Check whether --enable-cobalt was given.
29495
 
if test "${enable_cobalt+set}" = set; then
29496
 
  enableval=$enable_cobalt; if test "$enableval" = "yes"; then
29497
 
                sysv_style=cobalt
29498
 
        fi
29499
 
        { echo "$as_me:$LINENO: result: enabling cobalt-style sysv support" >&5
29500
 
echo "${ECHO_T}enabling cobalt-style sysv support" >&6; }
29501
 
 
29502
 
fi
29503
 
 
29504
 
 
29505
29615
# Check whether --enable-netbsd was given.
29506
29616
if test "${enable_netbsd+set}" = set; then
29507
29617
  enableval=$enable_netbsd; if test "x$enableval" = "xyes"; then
29775
29885
 
29776
29886
case "$host_os" in
29777
29887
        *aix*)                          this_os=aix ;;
 
29888
        *kfreebsd*-gnu)                 this_os=kfreebsd-gnu ;;
29778
29889
        *freebsd*)                      this_os=freebsd ;;
29779
29890
        *hpux11*)                       this_os=hpux11 ;;
29780
29891
        *irix*)                         this_os=irix ;;
29801
29912
_ACEOF
29802
29913
 
29803
29914
        ;;
 
29915
     kfreebsd-gnu)
 
29916
cat >>confdefs.h <<\_ACEOF
 
29917
#define _GNU_SOURCE 1
 
29918
_ACEOF
 
29919
 
 
29920
        ;;
29804
29921
esac
29805
29922
 
29806
29923
 
29845
29962
 
29846
29963
fi
29847
29964
 
 
29965
if test x"$this_os" = "xkfreebsd-gnu"; then
 
29966
        { echo "$as_me:$LINENO: result:  * GNU/kFreeBSD specific configuration" >&5
 
29967
echo "${ECHO_T} * GNU/kFreeBSD specific configuration" >&6; }
 
29968
 
 
29969
cat >>confdefs.h <<\_ACEOF
 
29970
#define BSD4_4 1
 
29971
_ACEOF
 
29972
 
 
29973
 
 
29974
cat >>confdefs.h <<\_ACEOF
 
29975
#define FREEBSD 1
 
29976
_ACEOF
 
29977
 
 
29978
 
 
29979
cat >>confdefs.h <<\_ACEOF
 
29980
#define SENDFILE_FLAVOR_BSD 1
 
29981
_ACEOF
 
29982
 
 
29983
 
 
29984
cat >>confdefs.h <<\_ACEOF
 
29985
#define OPEN_NOFOLLOW_ERRNO EMLINK
 
29986
_ACEOF
 
29987
 
 
29988
fi
 
29989
 
29848
29990
if test x"$this_os" = "xhpux11"; then
29849
29991
        { echo "$as_me:$LINENO: result:  * HP-UX 11 specific configuration" >&5
29850
29992
echo "${ECHO_T} * HP-UX 11 specific configuration" >&6; }
31330
31472
    trybdbdir=""
31331
31473
    dobdbsearch=yes
31332
31474
    bdb_search_dirs="/usr/local /usr"
31333
 
    search_subdirs="/ /db5 /db5.0 /db50 /db4.8 /db48 /db4.7 /db47 /db4.6 /db46 /db4"
 
31475
    search_subdirs="/ /db5 /db5.1 /db51 /db5.0 /db50 /db4.8 /db48 /db4.7 /db47 /db4.6 /db46 /db4"
31334
31476
 
31335
31477
    bdbfound=no
31336
31478
    savedcflags="$CFLAGS"
33345
33487
         test ! -s conftest.err
33346
33488
       } && test -s conftest$ac_exeext &&
33347
33489
       $as_test_x conftest$ac_exeext; then
33348
 
  samba_cv_HAVE_ACL_GET_PERM_NP=yes
 
33490
  netatalk_cv_HAVE_ACL_GET_PERM_NP=yes
33349
33491
else
33350
33492
  echo "$as_me: failed program was:" >&5
33351
33493
sed 's/^/| /' conftest.$ac_ext >&5
33352
33494
 
33353
 
        samba_cv_HAVE_ACL_GET_PERM_NP=no
 
33495
        netatalk_cv_HAVE_ACL_GET_PERM_NP=no
33354
33496
fi
33355
33497
 
33356
33498
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33360
33502
fi
33361
33503
{ echo "$as_me:$LINENO: result: $netatalk_cv_HAVE_ACL_GET_PERM_NP" >&5
33362
33504
echo "${ECHO_T}$netatalk_cv_HAVE_ACL_GET_PERM_NP" >&6; }
33363
 
                        if test x"netatalk_cv_HAVE_ACL_GET_PERM_NP" = x"yes"; then
 
33505
                        if test x"$netatalk_cv_HAVE_ACL_GET_PERM_NP" = x"yes"; then
33364
33506
 
33365
33507
cat >>confdefs.h <<\_ACEOF
33366
33508
#define HAVE_ACL_GET_PERM_NP 1
33367
33509
_ACEOF
33368
33510
 
33369
33511
                        fi
 
33512
 
 
33513
                        { echo "$as_me:$LINENO: checking for acl_from_mode" >&5
 
33514
echo $ECHO_N "checking for acl_from_mode... $ECHO_C" >&6; }
 
33515
if test "${netatalk_cv_HAVE_ACL_FROM_MODE+set}" = set; then
 
33516
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
33517
else
 
33518
 
 
33519
                                acl_LIBS=$LIBS
 
33520
                                LIBS="$LIBS $ACL_LIBS"
 
33521
 
 
33522
for ac_func in acl_from_mode
 
33523
do
 
33524
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
33525
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
33526
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
33527
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
33528
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
33529
else
 
33530
  cat >conftest.$ac_ext <<_ACEOF
 
33531
/* confdefs.h.  */
 
33532
_ACEOF
 
33533
cat confdefs.h >>conftest.$ac_ext
 
33534
cat >>conftest.$ac_ext <<_ACEOF
 
33535
/* end confdefs.h.  */
 
33536
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
33537
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
33538
#define $ac_func innocuous_$ac_func
 
33539
 
 
33540
/* System header to define __stub macros and hopefully few prototypes,
 
33541
    which can conflict with char $ac_func (); below.
 
33542
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
33543
    <limits.h> exists even on freestanding compilers.  */
 
33544
 
 
33545
#ifdef __STDC__
 
33546
# include <limits.h>
 
33547
#else
 
33548
# include <assert.h>
 
33549
#endif
 
33550
 
 
33551
#undef $ac_func
 
33552
 
 
33553
/* Override any GCC internal prototype to avoid an error.
 
33554
   Use char because int might match the return type of a GCC
 
33555
   builtin and then its argument prototype would still apply.  */
 
33556
#ifdef __cplusplus
 
33557
extern "C"
 
33558
#endif
 
33559
char $ac_func ();
 
33560
/* The GNU C library defines this for functions which it implements
 
33561
    to always fail with ENOSYS.  Some functions are actually named
 
33562
    something starting with __ and the normal name is an alias.  */
 
33563
#if defined __stub_$ac_func || defined __stub___$ac_func
 
33564
choke me
 
33565
#endif
 
33566
 
 
33567
int
 
33568
main ()
 
33569
{
 
33570
return $ac_func ();
 
33571
  ;
 
33572
  return 0;
 
33573
}
 
33574
_ACEOF
 
33575
rm -f conftest.$ac_objext conftest$ac_exeext
 
33576
if { (ac_try="$ac_link"
 
33577
case "(($ac_try" in
 
33578
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33579
  *) ac_try_echo=$ac_try;;
 
33580
esac
 
33581
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33582
  (eval "$ac_link") 2>conftest.er1
 
33583
  ac_status=$?
 
33584
  grep -v '^ *+' conftest.er1 >conftest.err
 
33585
  rm -f conftest.er1
 
33586
  cat conftest.err >&5
 
33587
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33588
  (exit $ac_status); } && {
 
33589
         test -z "$ac_c_werror_flag" ||
 
33590
         test ! -s conftest.err
 
33591
       } && test -s conftest$ac_exeext &&
 
33592
       $as_test_x conftest$ac_exeext; then
 
33593
  eval "$as_ac_var=yes"
 
33594
else
 
33595
  echo "$as_me: failed program was:" >&5
 
33596
sed 's/^/| /' conftest.$ac_ext >&5
 
33597
 
 
33598
        eval "$as_ac_var=no"
 
33599
fi
 
33600
 
 
33601
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33602
      conftest$ac_exeext conftest.$ac_ext
 
33603
fi
 
33604
ac_res=`eval echo '${'$as_ac_var'}'`
 
33605
               { echo "$as_me:$LINENO: result: $ac_res" >&5
 
33606
echo "${ECHO_T}$ac_res" >&6; }
 
33607
if test `eval echo '${'$as_ac_var'}'` = yes; then
 
33608
  cat >>confdefs.h <<_ACEOF
 
33609
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
33610
_ACEOF
 
33611
 netatalk_cv_HAVE_ACL_FROM_MODE=yes
 
33612
else
 
33613
  netatalk_cv_HAVE_ACL_FROM_MODE=no
 
33614
fi
 
33615
done
 
33616
 
 
33617
                                LIBS=$acl_LIBS
 
33618
 
 
33619
fi
 
33620
{ echo "$as_me:$LINENO: result: $netatalk_cv_HAVE_ACL_FROM_MODE" >&5
 
33621
echo "${ECHO_T}$netatalk_cv_HAVE_ACL_FROM_MODE" >&6; }
 
33622
                        if test x"netatalk_cv_HAVE_ACL_FROM_MODE" = x"yes"; then
 
33623
 
 
33624
cat >>confdefs.h <<\_ACEOF
 
33625
#define HAVE_ACL_FROM_MODE 1
 
33626
_ACEOF
 
33627
 
 
33628
                        fi
 
33629
 
 
33630
 
33370
33631
                else
33371
33632
                        { echo "$as_me:$LINENO: ACL support is not avaliable" >&5
33372
33633
echo "$as_me: ACL support is not avaliable" >&6;}
33382
33643
 
33383
33644
if test x"$with_acl_support" = x"yes" ; then
33384
33645
 
 
33646
for ac_header in acl/libacl.h
 
33647
do
 
33648
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
33649
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
33650
  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
33651
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
33652
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
33653
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
33654
fi
 
33655
ac_res=`eval echo '${'$as_ac_Header'}'`
 
33656
               { echo "$as_me:$LINENO: result: $ac_res" >&5
 
33657
echo "${ECHO_T}$ac_res" >&6; }
 
33658
else
 
33659
  # Is the header compilable?
 
33660
{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
33661
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
33662
cat >conftest.$ac_ext <<_ACEOF
 
33663
/* confdefs.h.  */
 
33664
_ACEOF
 
33665
cat confdefs.h >>conftest.$ac_ext
 
33666
cat >>conftest.$ac_ext <<_ACEOF
 
33667
/* end confdefs.h.  */
 
33668
$ac_includes_default
 
33669
#include <$ac_header>
 
33670
_ACEOF
 
33671
rm -f conftest.$ac_objext
 
33672
if { (ac_try="$ac_compile"
 
33673
case "(($ac_try" in
 
33674
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33675
  *) ac_try_echo=$ac_try;;
 
33676
esac
 
33677
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33678
  (eval "$ac_compile") 2>conftest.er1
 
33679
  ac_status=$?
 
33680
  grep -v '^ *+' conftest.er1 >conftest.err
 
33681
  rm -f conftest.er1
 
33682
  cat conftest.err >&5
 
33683
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33684
  (exit $ac_status); } && {
 
33685
         test -z "$ac_c_werror_flag" ||
 
33686
         test ! -s conftest.err
 
33687
       } && test -s conftest.$ac_objext; then
 
33688
  ac_header_compiler=yes
 
33689
else
 
33690
  echo "$as_me: failed program was:" >&5
 
33691
sed 's/^/| /' conftest.$ac_ext >&5
 
33692
 
 
33693
        ac_header_compiler=no
 
33694
fi
 
33695
 
 
33696
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
33697
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
33698
echo "${ECHO_T}$ac_header_compiler" >&6; }
 
33699
 
 
33700
# Is the header present?
 
33701
{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
33702
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
33703
cat >conftest.$ac_ext <<_ACEOF
 
33704
/* confdefs.h.  */
 
33705
_ACEOF
 
33706
cat confdefs.h >>conftest.$ac_ext
 
33707
cat >>conftest.$ac_ext <<_ACEOF
 
33708
/* end confdefs.h.  */
 
33709
#include <$ac_header>
 
33710
_ACEOF
 
33711
if { (ac_try="$ac_cpp conftest.$ac_ext"
 
33712
case "(($ac_try" in
 
33713
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33714
  *) ac_try_echo=$ac_try;;
 
33715
esac
 
33716
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33717
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
33718
  ac_status=$?
 
33719
  grep -v '^ *+' conftest.er1 >conftest.err
 
33720
  rm -f conftest.er1
 
33721
  cat conftest.err >&5
 
33722
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33723
  (exit $ac_status); } >/dev/null && {
 
33724
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
33725
         test ! -s conftest.err
 
33726
       }; then
 
33727
  ac_header_preproc=yes
 
33728
else
 
33729
  echo "$as_me: failed program was:" >&5
 
33730
sed 's/^/| /' conftest.$ac_ext >&5
 
33731
 
 
33732
  ac_header_preproc=no
 
33733
fi
 
33734
 
 
33735
rm -f conftest.err conftest.$ac_ext
 
33736
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
33737
echo "${ECHO_T}$ac_header_preproc" >&6; }
 
33738
 
 
33739
# So?  What about this header?
 
33740
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
33741
  yes:no: )
 
33742
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
33743
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
33744
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
33745
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
33746
    ac_header_preproc=yes
 
33747
    ;;
 
33748
  no:yes:* )
 
33749
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
33750
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
33751
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
33752
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
33753
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
33754
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
33755
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
33756
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
33757
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
33758
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
33759
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
33760
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
33761
 
 
33762
    ;;
 
33763
esac
 
33764
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
33765
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
33766
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
33767
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
33768
else
 
33769
  eval "$as_ac_Header=\$ac_header_preproc"
 
33770
fi
 
33771
ac_res=`eval echo '${'$as_ac_Header'}'`
 
33772
               { echo "$as_me:$LINENO: result: $ac_res" >&5
 
33773
echo "${ECHO_T}$ac_res" >&6; }
 
33774
 
 
33775
fi
 
33776
if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
33777
  cat >>confdefs.h <<_ACEOF
 
33778
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
33779
_ACEOF
 
33780
 
 
33781
fi
 
33782
 
 
33783
done
 
33784
 
 
33785
 
33385
33786
cat >>confdefs.h <<\_ACEOF
33386
33787
#define HAVE_ACLS 1
33387
33788
_ACEOF
35622
36023
  DEFAULT_HOOK_FALSE=
35623
36024
fi
35624
36025
 
35625
 
 if test x$sysv_style = xcobalt; then
35626
 
  USE_COBALT_TRUE=
35627
 
  USE_COBALT_FALSE='#'
35628
 
else
35629
 
  USE_COBALT_TRUE='#'
35630
 
  USE_COBALT_FALSE=
35631
 
fi
35632
 
 
35633
36026
 if test x$sysv_style = xnetbsd; then
35634
36027
  USE_NETBSD_TRUE=
35635
36028
  USE_NETBSD_FALSE='#'
35638
36031
  USE_NETBSD_FALSE=
35639
36032
fi
35640
36033
 
35641
 
 if test x$sysv_style = xredhat; then
35642
 
  USE_REDHAT_TRUE=
35643
 
  USE_REDHAT_FALSE='#'
35644
 
else
35645
 
  USE_REDHAT_TRUE='#'
35646
 
  USE_REDHAT_FALSE=
 
36034
 if test x$sysv_style = xredhat-sysv; then
 
36035
  USE_REDHAT_SYSV_TRUE=
 
36036
  USE_REDHAT_SYSV_FALSE='#'
 
36037
else
 
36038
  USE_REDHAT_SYSV_TRUE='#'
 
36039
  USE_REDHAT_SYSV_FALSE=
 
36040
fi
 
36041
 
 
36042
 if test x$sysv_style = xredhat-systemd; then
 
36043
  USE_REDHAT_SYSTEMD_TRUE=
 
36044
  USE_REDHAT_SYSTEMD_FALSE='#'
 
36045
else
 
36046
  USE_REDHAT_SYSTEMD_TRUE='#'
 
36047
  USE_REDHAT_SYSTEMD_FALSE=
35647
36048
fi
35648
36049
 
35649
36050
 if test x$sysv_style = xsuse; then
35728
36129
 
35729
36130
 
35730
36131
 
35731
 
ac_config_files="$ac_config_files Makefile bin/Makefile bin/ad/Makefile bin/adv1tov2/Makefile bin/aecho/Makefile bin/afppasswd/Makefile bin/cnid/Makefile bin/cnid/cnid2_create bin/getzones/Makefile bin/megatron/Makefile bin/misc/Makefile bin/nbp/Makefile bin/pap/Makefile bin/psorder/Makefile bin/uniconv/Makefile config/Makefile config/pam/Makefile contrib/Makefile contrib/macusers/Makefile contrib/macusers/macusers contrib/printing/Makefile contrib/shell_utils/Makefile contrib/shell_utils/afpd-mtab.pl contrib/shell_utils/apple_dump contrib/shell_utils/asip-status.pl contrib/timelord/Makefile contrib/a2boot/Makefile distrib/Makefile distrib/config/Makefile distrib/config/netatalk-config distrib/initscripts/Makefile distrib/m4/Makefile doc/Makefile etc/Makefile etc/afpd/Makefile etc/atalkd/Makefile etc/cnid_dbd/Makefile etc/uams/Makefile etc/uams/uams_krb4/Makefile etc/papd/Makefile etc/psf/Makefile include/Makefile include/atalk/Makefile libatalk/Makefile libatalk/acl/Makefile libatalk/adouble/Makefile libatalk/asp/Makefile libatalk/atp/Makefile libatalk/bstring/Makefile libatalk/cnid/Makefile libatalk/cnid/cdb/Makefile libatalk/cnid/last/Makefile libatalk/cnid/dbd/Makefile libatalk/cnid/tdb/Makefile libatalk/compat/Makefile libatalk/dsi/Makefile libatalk/nbp/Makefile libatalk/netddp/Makefile libatalk/util/Makefile libatalk/tdb/Makefile libatalk/unicode/Makefile libatalk/unicode/charsets/Makefile libatalk/vfs/Makefile macros/Makefile man/Makefile man/man1/Makefile man/man3/Makefile man/man4/Makefile man/man5/Makefile man/man8/Makefile sys/Makefile sys/generic/Makefile sys/generic/sys/Makefile sys/netatalk/Makefile sys/netbsd/Makefile sys/netbsd/netatalk/Makefile sys/solaris/Makefile sys/sunos/Makefile sys/ultrix/Makefile test/Makefile test/afpd/Makefile"
 
36132
ac_config_files="$ac_config_files Makefile bin/Makefile bin/ad/Makefile bin/adv1tov2/Makefile bin/aecho/Makefile bin/afppasswd/Makefile bin/cnid/Makefile bin/cnid/cnid2_create bin/getzones/Makefile bin/megatron/Makefile bin/misc/Makefile bin/nbp/Makefile bin/pap/Makefile bin/psorder/Makefile bin/uniconv/Makefile config/Makefile config/pam/Makefile contrib/Makefile contrib/macusers/Makefile contrib/macusers/macusers contrib/misc/Makefile contrib/printing/Makefile contrib/shell_utils/Makefile contrib/shell_utils/apple_dump contrib/shell_utils/asip-status.pl contrib/timelord/Makefile contrib/a2boot/Makefile distrib/Makefile distrib/config/Makefile distrib/config/netatalk-config distrib/initscripts/Makefile distrib/m4/Makefile doc/Makefile etc/Makefile etc/afpd/Makefile etc/atalkd/Makefile etc/cnid_dbd/Makefile etc/uams/Makefile etc/uams/uams_krb4/Makefile etc/papd/Makefile etc/psf/Makefile include/Makefile include/atalk/Makefile libatalk/Makefile libatalk/acl/Makefile libatalk/adouble/Makefile libatalk/asp/Makefile libatalk/atp/Makefile libatalk/bstring/Makefile libatalk/cnid/Makefile libatalk/cnid/cdb/Makefile libatalk/cnid/last/Makefile libatalk/cnid/dbd/Makefile libatalk/cnid/tdb/Makefile libatalk/compat/Makefile libatalk/dsi/Makefile libatalk/nbp/Makefile libatalk/netddp/Makefile libatalk/util/Makefile libatalk/tdb/Makefile libatalk/unicode/Makefile libatalk/unicode/charsets/Makefile libatalk/vfs/Makefile macros/Makefile man/Makefile man/man1/Makefile man/man3/Makefile man/man4/Makefile man/man5/Makefile man/man8/Makefile sys/Makefile sys/generic/Makefile sys/generic/sys/Makefile sys/netatalk/Makefile sys/netbsd/Makefile sys/netbsd/netatalk/Makefile sys/solaris/Makefile sys/sunos/Makefile sys/ultrix/Makefile test/Makefile test/afpd/Makefile"
35732
36133
 
35733
36134
ac_config_commands="$ac_config_commands default"
35734
36135
 
35828
36229
LTLIBOBJS=$ac_ltlibobjs
35829
36230
 
35830
36231
 
 
36232
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
36233
  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
36234
Usually this means the macro was only invoked conditionally." >&5
 
36235
echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
36236
Usually this means the macro was only invoked conditionally." >&2;}
 
36237
   { (exit 1); exit 1; }; }
 
36238
fi
35831
36239
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
35832
36240
  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
35833
36241
Usually this means the macro was only invoked conditionally." >&5
36003
36411
Usually this means the macro was only invoked conditionally." >&2;}
36004
36412
   { (exit 1); exit 1; }; }
36005
36413
fi
36006
 
if test -z "${USE_COBALT_TRUE}" && test -z "${USE_COBALT_FALSE}"; then
36007
 
  { { echo "$as_me:$LINENO: error: conditional \"USE_COBALT\" was never defined.
36008
 
Usually this means the macro was only invoked conditionally." >&5
36009
 
echo "$as_me: error: conditional \"USE_COBALT\" was never defined.
36010
 
Usually this means the macro was only invoked conditionally." >&2;}
36011
 
   { (exit 1); exit 1; }; }
36012
 
fi
36013
36414
if test -z "${USE_NETBSD_TRUE}" && test -z "${USE_NETBSD_FALSE}"; then
36014
36415
  { { echo "$as_me:$LINENO: error: conditional \"USE_NETBSD\" was never defined.
36015
36416
Usually this means the macro was only invoked conditionally." >&5
36017
36418
Usually this means the macro was only invoked conditionally." >&2;}
36018
36419
   { (exit 1); exit 1; }; }
36019
36420
fi
36020
 
if test -z "${USE_REDHAT_TRUE}" && test -z "${USE_REDHAT_FALSE}"; then
36021
 
  { { echo "$as_me:$LINENO: error: conditional \"USE_REDHAT\" was never defined.
36022
 
Usually this means the macro was only invoked conditionally." >&5
36023
 
echo "$as_me: error: conditional \"USE_REDHAT\" was never defined.
 
36421
if test -z "${USE_REDHAT_SYSV_TRUE}" && test -z "${USE_REDHAT_SYSV_FALSE}"; then
 
36422
  { { echo "$as_me:$LINENO: error: conditional \"USE_REDHAT_SYSV\" was never defined.
 
36423
Usually this means the macro was only invoked conditionally." >&5
 
36424
echo "$as_me: error: conditional \"USE_REDHAT_SYSV\" was never defined.
 
36425
Usually this means the macro was only invoked conditionally." >&2;}
 
36426
   { (exit 1); exit 1; }; }
 
36427
fi
 
36428
if test -z "${USE_REDHAT_SYSTEMD_TRUE}" && test -z "${USE_REDHAT_SYSTEMD_FALSE}"; then
 
36429
  { { echo "$as_me:$LINENO: error: conditional \"USE_REDHAT_SYSTEMD\" was never defined.
 
36430
Usually this means the macro was only invoked conditionally." >&5
 
36431
echo "$as_me: error: conditional \"USE_REDHAT_SYSTEMD\" was never defined.
36024
36432
Usually this means the macro was only invoked conditionally." >&2;}
36025
36433
   { (exit 1); exit 1; }; }
36026
36434
fi
36583
36991
    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
36584
36992
    "contrib/macusers/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/macusers/Makefile" ;;
36585
36993
    "contrib/macusers/macusers") CONFIG_FILES="$CONFIG_FILES contrib/macusers/macusers" ;;
 
36994
    "contrib/misc/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/misc/Makefile" ;;
36586
36995
    "contrib/printing/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/printing/Makefile" ;;
36587
36996
    "contrib/shell_utils/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/shell_utils/Makefile" ;;
36588
 
    "contrib/shell_utils/afpd-mtab.pl") CONFIG_FILES="$CONFIG_FILES contrib/shell_utils/afpd-mtab.pl" ;;
36589
36997
    "contrib/shell_utils/apple_dump") CONFIG_FILES="$CONFIG_FILES contrib/shell_utils/apple_dump" ;;
36590
36998
    "contrib/shell_utils/asip-status.pl") CONFIG_FILES="$CONFIG_FILES contrib/shell_utils/asip-status.pl" ;;
36591
36999
    "contrib/timelord/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/timelord/Makefile" ;;
36782
37190
AMTAR!$AMTAR$ac_delim
36783
37191
am__tar!$am__tar$ac_delim
36784
37192
am__untar!$am__untar$ac_delim
 
37193
MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 
37194
MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 
37195
MAINT!$MAINT$ac_delim
36785
37196
CC!$CC$ac_delim
36786
37197
CFLAGS!$CFLAGS$ac_delim
36787
37198
LDFLAGS!$LDFLAGS$ac_delim
36801
37212
LN_S!$LN_S$ac_delim
36802
37213
SED!$SED$ac_delim
36803
37214
EGREP!$EGREP$ac_delim
 
37215
_ACEOF
 
37216
 
 
37217
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
37218
    break
 
37219
  elif $ac_last_try; then
 
37220
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
37221
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
37222
   { (exit 1); exit 1; }; }
 
37223
  else
 
37224
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
37225
  fi
 
37226
done
 
37227
 
 
37228
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
37229
if test -n "$ac_eof"; then
 
37230
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
37231
  ac_eof=`expr $ac_eof + 1`
 
37232
fi
 
37233
 
 
37234
cat >>$CONFIG_STATUS <<_ACEOF
 
37235
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
37236
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
37237
_ACEOF
 
37238
sed '
 
37239
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
37240
s/^/s,@/; s/!/@,|#_!!_#|/
 
37241
:n
 
37242
t n
 
37243
s/'"$ac_delim"'$/,g/; t
 
37244
s/$/\\/; p
 
37245
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
37246
' >>$CONFIG_STATUS <conf$$subs.sed
 
37247
rm -f conf$$subs.sed
 
37248
cat >>$CONFIG_STATUS <<_ACEOF
 
37249
CEOF$ac_eof
 
37250
_ACEOF
 
37251
 
 
37252
 
 
37253
ac_delim='%!_!# '
 
37254
for ac_last_try in false false false false false :; do
 
37255
  cat >conf$$subs.sed <<_ACEOF
36804
37256
ECHO!$ECHO$ac_delim
36805
37257
AR!$AR$ac_delim
36806
37258
RANLIB!$RANLIB$ac_delim
36807
 
_ACEOF
36808
 
 
36809
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
36810
 
    break
36811
 
  elif $ac_last_try; then
36812
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
36813
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
36814
 
   { (exit 1); exit 1; }; }
36815
 
  else
36816
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
36817
 
  fi
36818
 
done
36819
 
 
36820
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
36821
 
if test -n "$ac_eof"; then
36822
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
36823
 
  ac_eof=`expr $ac_eof + 1`
36824
 
fi
36825
 
 
36826
 
cat >>$CONFIG_STATUS <<_ACEOF
36827
 
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
36828
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
36829
 
_ACEOF
36830
 
sed '
36831
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
36832
 
s/^/s,@/; s/!/@,|#_!!_#|/
36833
 
:n
36834
 
t n
36835
 
s/'"$ac_delim"'$/,g/; t
36836
 
s/$/\\/; p
36837
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
36838
 
' >>$CONFIG_STATUS <conf$$subs.sed
36839
 
rm -f conf$$subs.sed
36840
 
cat >>$CONFIG_STATUS <<_ACEOF
36841
 
CEOF$ac_eof
36842
 
_ACEOF
36843
 
 
36844
 
 
36845
 
ac_delim='%!_!# '
36846
 
for ac_last_try in false false false false false :; do
36847
 
  cat >conf$$subs.sed <<_ACEOF
36848
37259
DSYMUTIL!$DSYMUTIL$ac_delim
36849
37260
NMEDIT!$NMEDIT$ac_delim
36850
37261
CPP!$CPP$ac_delim
36939
37350
COMPILE_A2BOOT_FALSE!$COMPILE_A2BOOT_FALSE$ac_delim
36940
37351
HAVE_LIBGCRYPT_TRUE!$HAVE_LIBGCRYPT_TRUE$ac_delim
36941
37352
HAVE_LIBGCRYPT_FALSE!$HAVE_LIBGCRYPT_FALSE$ac_delim
 
37353
_ACEOF
 
37354
 
 
37355
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
37356
    break
 
37357
  elif $ac_last_try; then
 
37358
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
37359
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
37360
   { (exit 1); exit 1; }; }
 
37361
  else
 
37362
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
37363
  fi
 
37364
done
 
37365
 
 
37366
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
37367
if test -n "$ac_eof"; then
 
37368
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
37369
  ac_eof=`expr $ac_eof + 1`
 
37370
fi
 
37371
 
 
37372
cat >>$CONFIG_STATUS <<_ACEOF
 
37373
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
37374
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
37375
_ACEOF
 
37376
sed '
 
37377
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
37378
s/^/s,@/; s/!/@,|#_!!_#|/
 
37379
:n
 
37380
t n
 
37381
s/'"$ac_delim"'$/,g/; t
 
37382
s/$/\\/; p
 
37383
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
37384
' >>$CONFIG_STATUS <conf$$subs.sed
 
37385
rm -f conf$$subs.sed
 
37386
cat >>$CONFIG_STATUS <<_ACEOF
 
37387
CEOF$ac_eof
 
37388
_ACEOF
 
37389
 
 
37390
 
 
37391
ac_delim='%!_!# '
 
37392
for ac_last_try in false false false false false :; do
 
37393
  cat >conf$$subs.sed <<_ACEOF
36942
37394
HAVE_OPENSSL_TRUE!$HAVE_OPENSSL_TRUE$ac_delim
36943
37395
HAVE_OPENSSL_FALSE!$HAVE_OPENSSL_FALSE$ac_delim
36944
37396
HAVE_ACLS_TRUE!$HAVE_ACLS_TRUE$ac_delim
36945
 
_ACEOF
36946
 
 
36947
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
36948
 
    break
36949
 
  elif $ac_last_try; then
36950
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
36951
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
36952
 
   { (exit 1); exit 1; }; }
36953
 
  else
36954
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
36955
 
  fi
36956
 
done
36957
 
 
36958
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
36959
 
if test -n "$ac_eof"; then
36960
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
36961
 
  ac_eof=`expr $ac_eof + 1`
36962
 
fi
36963
 
 
36964
 
cat >>$CONFIG_STATUS <<_ACEOF
36965
 
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
36966
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
36967
 
_ACEOF
36968
 
sed '
36969
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
36970
 
s/^/s,@/; s/!/@,|#_!!_#|/
36971
 
:n
36972
 
t n
36973
 
s/'"$ac_delim"'$/,g/; t
36974
 
s/$/\\/; p
36975
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
36976
 
' >>$CONFIG_STATUS <conf$$subs.sed
36977
 
rm -f conf$$subs.sed
36978
 
cat >>$CONFIG_STATUS <<_ACEOF
36979
 
CEOF$ac_eof
36980
 
_ACEOF
36981
 
 
36982
 
 
36983
 
ac_delim='%!_!# '
36984
 
for ac_last_try in false false false false false :; do
36985
 
  cat >conf$$subs.sed <<_ACEOF
36986
37397
HAVE_ACLS_FALSE!$HAVE_ACLS_FALSE$ac_delim
36987
37398
HAVE_LDAP_TRUE!$HAVE_LDAP_TRUE$ac_delim
36988
37399
HAVE_LDAP_FALSE!$HAVE_LDAP_FALSE$ac_delim
37004
37415
USE_PGP_FALSE!$USE_PGP_FALSE$ac_delim
37005
37416
DEFAULT_HOOK_TRUE!$DEFAULT_HOOK_TRUE$ac_delim
37006
37417
DEFAULT_HOOK_FALSE!$DEFAULT_HOOK_FALSE$ac_delim
37007
 
USE_COBALT_TRUE!$USE_COBALT_TRUE$ac_delim
37008
 
USE_COBALT_FALSE!$USE_COBALT_FALSE$ac_delim
37009
37418
USE_NETBSD_TRUE!$USE_NETBSD_TRUE$ac_delim
37010
37419
USE_NETBSD_FALSE!$USE_NETBSD_FALSE$ac_delim
37011
 
USE_REDHAT_TRUE!$USE_REDHAT_TRUE$ac_delim
37012
 
USE_REDHAT_FALSE!$USE_REDHAT_FALSE$ac_delim
 
37420
USE_REDHAT_SYSV_TRUE!$USE_REDHAT_SYSV_TRUE$ac_delim
 
37421
USE_REDHAT_SYSV_FALSE!$USE_REDHAT_SYSV_FALSE$ac_delim
 
37422
USE_REDHAT_SYSTEMD_TRUE!$USE_REDHAT_SYSTEMD_TRUE$ac_delim
 
37423
USE_REDHAT_SYSTEMD_FALSE!$USE_REDHAT_SYSTEMD_FALSE$ac_delim
37013
37424
USE_SUSE_TRUE!$USE_SUSE_TRUE$ac_delim
37014
37425
USE_SUSE_FALSE!$USE_SUSE_FALSE$ac_delim
37015
37426
USE_SHADOWPW_TRUE!$USE_SHADOWPW_TRUE$ac_delim
37033
37444
LTLIBOBJS!$LTLIBOBJS$ac_delim
37034
37445
_ACEOF
37035
37446
 
37036
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 48; then
 
37447
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 51; then
37037
37448
    break
37038
37449
  elif $ac_last_try; then
37039
37450
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
37723
38134
        fi
37724
38135
        { echo "$as_me:$LINENO: result:     AFP:" >&5
37725
38136
echo "${ECHO_T}    AFP:" >&6; }
37726
 
        { echo "$as_me:$LINENO: result:          AFP 3.x calls activated: $afp3" >&5
37727
 
echo "${ECHO_T}         AFP 3.x calls activated: $afp3" >&6; }
37728
 
        if test "x$afp3" = "xyes"; then
37729
 
                { echo "$as_me:$LINENO: result:          Large file support (>2GB) for AFP3: $wx_largefile" >&5
 
38137
        { echo "$as_me:$LINENO: result:          Large file support (>2GB) for AFP3: $wx_largefile" >&5
37730
38138
echo "${ECHO_T}         Large file support (>2GB) for AFP3: $wx_largefile" >&6; }
37731
 
        fi
37732
38139
        { echo "$as_me:$LINENO: result:          Extended Attributes: $neta_cv_eas" >&5
37733
38140
echo "${ECHO_T}         Extended Attributes: $neta_cv_eas" >&6; }
37734
38141
        { echo "$as_me:$LINENO: result:     CNID:" >&5
37776
38183
echo "${ECHO_T}    Options:" >&6; }
37777
38184
        { echo "$as_me:$LINENO: result:          DDP (AppleTalk) support: $netatalk_cv_ddp_enabled" >&5
37778
38185
echo "${ECHO_T}         DDP (AppleTalk) support: $netatalk_cv_ddp_enabled" >&6; }
37779
 
        { echo "$as_me:$LINENO: result:          CUPS support:            $netatalk_cv_use_cups" >&5
 
38186
        if test "x$netatalk_cv_ddp_enabled" = "xyes"; then
 
38187
                { echo "$as_me:$LINENO: result:          CUPS support:            $netatalk_cv_use_cups" >&5
37780
38188
echo "${ECHO_T}         CUPS support:            $netatalk_cv_use_cups" >&6; }
 
38189
                { echo "$as_me:$LINENO: result:          Apple 2 boot support:    $compile_a2boot" >&5
 
38190
echo "${ECHO_T}         Apple 2 boot support:    $compile_a2boot" >&6; }
 
38191
        fi
37781
38192
        { echo "$as_me:$LINENO: result:          SLP support:             $netatalk_cv_srvloc" >&5
37782
38193
echo "${ECHO_T}         SLP support:             $netatalk_cv_srvloc" >&6; }
37783
38194
        { echo "$as_me:$LINENO: result:          Zeroconf support:        $netatalk_cv_zeroconf" >&5
37796
38207
echo "${ECHO_T}         dropbox kludge:          $netatalk_cv_dropkludge" >&6; }
37797
38208
        { echo "$as_me:$LINENO: result:          force volume uid/gid:    $netatalk_cv_force_uidgid" >&5
37798
38209
echo "${ECHO_T}         force volume uid/gid:    $netatalk_cv_force_uidgid" >&6; }
37799
 
        { echo "$as_me:$LINENO: result:          Apple 2 boot support:    $compile_a2boot" >&5
37800
 
echo "${ECHO_T}         Apple 2 boot support:    $compile_a2boot" >&6; }
37801
38210
        { echo "$as_me:$LINENO: result:          ACL support:             $with_acl_support" >&5
37802
38211
echo "${ECHO_T}         ACL support:             $with_acl_support" >&6; }
 
38212
        { echo "$as_me:$LINENO: result:          LDAP support:            $with_ldap" >&5
 
38213
echo "${ECHO_T}         LDAP support:            $with_ldap" >&6; }
37803
38214
        if test x"$use_pam_so" = x"yes" -a x"$netatalk_cv_install_pam" = x"no"; then
37804
38215
                { echo "$as_me:$LINENO: result: " >&5
37805
38216
echo "${ECHO_T}" >&6; }