"/replace/with/path/to/perl/interpreter" for the path when
substituting in split-logfiles et al so that an unlucky user
will have a better clue about why these programs won't work
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88622
13f79535-47bb-0310-9956-
ffa450edef68
[Location of the source for the current MPM])
perlbin=`$ac_aux_dir/PrintPath perl`
+if test "x$perlbin" = "x"; then
+ perlbin="/replace/with/path/to/perl/interpreter"
+fi
AC_SUBST(perlbin)
dnl If we are running on BSD/OS, we need to use the BSD .include syntax.