Fix path for helpers/PrintPath which is in $srcdir.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85509 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sascha Schumann
2000-06-11 10:46:59 +00:00
parent b1db065a4d
commit 9a8238a10b

View File

@ -213,7 +213,7 @@ progname=$progname
AC_TYPE_RLIM_T
perlbin=`./helpers/PrintPath perl`
perlbin=`$srcdir/helpers/PrintPath perl`
AC_SUBST(perlbin)
AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs)