]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
Disable DDP, atalk and papd by default. From HAT
[netatalk.git] / configure.in
index bdedc2084ca7179d5f4ce788813d6b9e9ea48eb0..70379e6d5036fa16bdc75cdccd6d511815591eee 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.215 2009-04-10 11:21:18 franklahm Exp $
+dnl $Id: configure.in,v 1.218 2009-09-03 12:47:33 franklahm Exp $
 dnl configure.in for netatalk
 
 AC_INIT(etc/afpd/main.c)
@@ -22,6 +22,8 @@ AC_PROG_PERL
 AC_PROG_GREP
 AC_PROG_PS
 
+AM_PROG_CC_C_O
+
 dnl *********************************************************************
 dnl FIXME! FIXME! These should be selectable properly, and should produce
 dnl the proper flags and defines...
@@ -204,22 +206,6 @@ NETATALK_AFS_CHECK
 
 NETATALK_CONFIG_DIRS
 
-AC_MSG_CHECKING([whether to force logfile])
-AC_ARG_WITH(logfile,
-       [  --with-logfile=PATH     force logging to file PATH],[
-        if test x"$withval" = x"no"; then
-               AC_MSG_RESULT([no, syslog])
-       elif test "$withval" != "yes"; then
-               AC_DEFINE_UNQUOTED(LOGFILEPATH, "$withval", [Path to the log file])
-               AC_MSG_RESULT([$withval])
-       else
-               AC_DEFINE_UNQUOTED(LOGFILEPATH, "/var/log/netatalk.log", [Path to the log file])
-               AC_MSG_RESULT([/var/log/netatalk.log]) 
-       fi],[
-       AC_MSG_RESULT([no, syslog])
-       ]
-)
-
 netatalk_cv_with_cracklib=no
 AC_ARG_WITH(cracklib,
        [  --with-cracklib=DICT    enable/set location of cracklib dictionary],[
@@ -1141,8 +1127,8 @@ AC_OUTPUT([Makefile
        contrib/shell_utils/apple_cp
        contrib/shell_utils/apple_mv
        contrib/shell_utils/apple_rm
+       contrib/shell_utils/apple_cleanup
        contrib/shell_utils/asip-status.pl
-       contrib/shell_utils/cleanappledouble.pl
        contrib/timelord/Makefile
        contrib/a2boot/Makefile
        distrib/Makefile