From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 28 Dec 1998 05:37:50 +0000 (+0000)
Subject: Fix for current dir not in path, from stan's report.
X-Git-Tag: REL6_5~863
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfe4304879f8da03e02f4f9510acbe055db10e0e;p=postgresql

Fix for current dir not in path, from stan's report.
---

diff --git a/src/configure.in b/src/configure.in
index c3c37ccc74..307e7fe2f2 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -147,7 +147,7 @@ dnl the IDENTIFIER: lines translated, then source it.
 [
 rm -f conftest.sh
 sed 's/^\([A-Za-z_]*\):\(.*\)$/\1="\2"/' "template/$TEMPLATE" >conftest.sh
-. conftest.sh
+. ./conftest.sh
 rm -f conftest.sh
 ]