]> arthur.barton.de Git - netatalk.git/blob - macros/perl-check.m4
Added proper comments.
[netatalk.git] / macros / perl-check.m4
1 dnl Autoconf macro to check for the existence of Perl
2 dnl $Id: perl-check.m4,v 1.2 2002-01-17 05:48:00 srittau Exp $
3
4 dnl FIXME: This needs to be a proper check
5 AC_DEFUN([NETATALK_PROG_PERL], [
6         PERL=/usr/bin/perl
7 ])
8
9 AC_SUBST(PERL)