From: jmarcus Date: Thu, 7 Feb 2002 05:09:59 +0000 (+0000) Subject: Change the name of the Perl-check macro to reflect the fact we are now using X-Git-Tag: point-backport-1-5-2~58 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=7ac00a42dd5ad0f5f664ff7da4cf8c7aa2528e0a;p=netatalk.git Change the name of the Perl-check macro to reflect the fact we are now using a standard version. Also, add support for the cnid_maint script. --- diff --git a/configure.in b/configure.in index 40f9c0fb..d4b2242c 100644 --- a/configure.in +++ b/configure.in @@ -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