aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-09-20 05:01:04 +0000
committerBruce Momjian <bruce@momjian.us>1998-09-20 05:01:04 +0000
commitb0297d806bc8e0357d34b12c8c7f732a27b8e749 (patch)
tree37a9298db740dbdfa0dcfecea487406d0bf49df3 /src
parenta186b57bff6307176f03ceeccbf91fecdcbc213a (diff)
downloadpostgresql-b0297d806bc8e0357d34b12c8c7f732a27b8e749.tar.gz
postgresql-b0297d806bc8e0357d34b12c8c7f732a27b8e749.zip
autoconf
Diffstat (limited to 'src')
-rwxr-xr-xsrc/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/configure b/src/configure
index 793125fe214..69a1d5e6b09 100755
--- a/src/configure
+++ b/src/configure
@@ -1352,8 +1352,8 @@ fi
-INSTALLPATH="`echo /usr/ucb:$PATH:\`pwd\` | sed 's/:/ /g'`"
-for ac_prog in ginstall installbsd bsdinst scoinst install install-sh
+INSTALLPATH="`echo /usr/ucb:$PATH | sed 's/:/ /g'`"
+for ac_prog in ginstall installbsd bsdinst scoinst install
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -1392,8 +1392,8 @@ test -n "$INSTALL" || INSTALL="NONE"
if test "$INSTALL" = "NONE"
then
- echo "- No Install Script found - aborting."
- exit 0
+ # fall back on our own script
+ INSTALL=`pwd`/install-sh
fi
INSTLOPTS="-m 444"