]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
New maccode map: identity to pass through characters.
[netatalk.git] / configure.in
index 872332a52dd0e035407a476648c469fd08cd1987..a40e958aff987e4604f5c7d2c74452c3ba4ab9cc 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.179 2003-03-09 19:55:33 didg Exp $
+dnl $Id: configure.in,v 1.181 2003-06-06 18:28:10 srittau Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -315,8 +315,6 @@ NETATALK_SRVLOC
 
 dnl Check for PAM libs
 AC_PATH_PAM([
-       PAPD_LIBS="$PAPD_LIBS $PAM_LIBS"
-       AFPD_LIBS="$AFPD_LIBS $PAM_LIBS"
        use_pam_so=yes
        compile_pam=yes
        AC_DEFINE(USE_PAM, 1, [Define to enable PAM support])
@@ -345,10 +343,11 @@ AC_ARG_WITH(tcp-wrappers,
        [  --with-tcp-wrappers     enable TCP wrappers support],
        AC_CHECK_LIB(wrap, tcpd_warn,
                AC_DEFINE(TCPWRAP, 1, [Define if TCP wrappers should be used])
-               AFPD_LIBS="$AFPD_LIBS -lwrap"
+               WRAP_LIBS="-lwrap"
                AC_MSG_RESULT([enabling TCP wrappers support])
        )
 )
+AC_SUBST(WRAP_LIBS)
 
 AC_ARG_ENABLE(redhat,
        [  --enable-redhat         use redhat-style sysv configuration ],
@@ -658,8 +657,6 @@ AC_MSG_RESULT([$OVERWRITE_CONFIG])
 dnl --------------------- last minute substitutions
 
 AC_SUBST(LIBS)
-AC_SUBST(AFPD_LIBS)
-AC_SUBST(PAPD_LIBS)
 AC_SUBST(CFLAGS)
 AC_SUBST(OVERWRITE_CONFIG)
 
@@ -707,6 +704,7 @@ AC_OUTPUT([Makefile
        contrib/shell_utils/apple_mv
        contrib/shell_utils/apple_rm
        contrib/shell_utils/cleanappledouble.pl
+       contrib/shell_utils/lp2pap.sh
        contrib/shell_utils/netatalkshorternamelinks.pl
        contrib/timelord/Makefile
        contrib/a2boot/Makefile