]> arthur.barton.de Git - netatalk.git/blob - macros/perl-check.m4
a9142cc268828639a82b7c4e4b9f302e2b19ec10
[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.3.2.1 2002-02-07 23:41:09 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)