From 07276895ce27c64cb98798319aa6021d2148e933 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 27 Jun 2000 21:28:31 +0000 Subject: [PATCH] One bug and one fluff: need to use the '.' shell ``command'' to source the file; and remove error message first time APR's configure is run, and APRVAR doesn't exist. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85705 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index aa097de5a3..aced5dac45 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ APR_PRELOAD dnl ## Run configure for packages Apache uses APACHE_RUN_SUBDIR_CONFIG_NOW(lib/apr) -source lib/apr/APRVARS +. ./lib/apr/APRVARS dnl ## Check for programs -- 2.40.0