]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
Fix for two things:
[netatalk.git] / configure.in
index 40f9c0fb80ab7d61053dccc361448f732a62de27..cc1d7933a8ec5b39da026ecd749202de25d64336 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.151 2002-01-17 07:11:12 srittau Exp $
+dnl $Id: configure.in,v 1.153 2002-02-08 16:42:31 jmarcus Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -18,7 +18,9 @@ AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AC_LIBTOOL_DLOPEN
 AM_PROG_LIBTOOL
-NETATALK_PROG_PERL
+AC_PROG_PERL
+AC_PROG_GREP
+AC_PROG_PS
 
 dnl *********************************************************************
 dnl FIXME! FIXME! These should be selectable properly, and should produce
@@ -559,6 +561,7 @@ if test x"$this_os" = "xtru64"; then
        dnl AC_DEFINE(USE_UFS_QUOTA_H)
        AC_DEFINE(TRU64)
        AC_CHECK_LIB(security,set_auth_parameters)
+       AC_CHECK_LIB(db,main)
        CFLAGS="-I\$(top_srcdir)/sys/tru64 $CFLAGS"
        need_dash_r=no
        sysv_style=tru64
@@ -634,6 +637,7 @@ AC_OUTPUT([Makefile
        bin/afile/Makefile
        bin/afppasswd/Makefile
        bin/cnid/Makefile
+       bin/cnid/cnid_maint
        bin/getzones/Makefile
        bin/megatron/Makefile
        bin/nbp/Makefile