mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -213,7 +213,7 @@ progname=$progname
|
|||||||
|
|
||||||
AC_TYPE_RLIM_T
|
AC_TYPE_RLIM_T
|
||||||
|
|
||||||
perlbin=`./helpers/PrintPath perl`
|
perlbin=`$srcdir/helpers/PrintPath perl`
|
||||||
AC_SUBST(perlbin)
|
AC_SUBST(perlbin)
|
||||||
|
|
||||||
AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs)
|
AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs)
|
||||||
|
Reference in New Issue
Block a user