]> arthur.barton.de Git - netatalk.git/commitdiff
Change the name of the Perl-check macro to reflect the fact we are now using
authorjmarcus <jmarcus>
Thu, 7 Feb 2002 05:09:59 +0000 (05:09 +0000)
committerjmarcus <jmarcus>
Thu, 7 Feb 2002 05:09:59 +0000 (05:09 +0000)
a standard version.  Also, add support for the cnid_maint script.

configure.in

index 40f9c0fb80ab7d61053dccc361448f732a62de27..d4b2242c4625238fe4332a6b752595726ff83d5a 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.152 2002-02-07 05:09:59 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
@@ -634,6 +636,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