1 dnl SMB Build Environment Perl Checks
2 dnl -------------------------------------------------------
3 dnl Copyright (C) Stefan (metze) Metzmacher 2004
4 dnl Released under the GNU GPL
5 dnl -------------------------------------------------------
8 AC_DEFUN([AC_SAMBA_PERL],
12 # On IRIX, we prefer Freeware or Nekoware Perl, because the
13 # system perl is so ancient.
14 AC_PATH_PROG(PERL, perl, "", "/usr/freeware/bin:/usr/nekoware/bin:$PATH")
17 AC_PATH_PROG(PERL, perl)
21 if test x"$PERL" = x""; then
22 AC_MSG_WARN([No version of perl was found!])
25 if test x"$debug" = x"yes";then