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

REL6_5_PATCHES
Bruce Momjian 27 years ago
parent 58e539e574
commit dfe4304879
  1. 2
      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
]

Loading…
Cancel
Save