From: Sascha Schumann Date: Sun, 11 Jun 2000 10:46:59 +0000 (+0000) Subject: Fix path for helpers/PrintPath which is in $srcdir. X-Git-Tag: APACHE_2_0_ALPHA_5~380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a8238a10b6960f04981adc0760ea65e43671cae;p=apache 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 --- diff --git a/configure.in b/configure.in index aa84f85d81..445dfae559 100644 --- a/configure.in +++ b/configure.in @@ -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)