Commit b0297d80 authored by Bruce Momjian's avatar Bruce Momjian

autoconf

parent a186b57b
...@@ -1352,8 +1352,8 @@ fi ...@@ -1352,8 +1352,8 @@ fi
INSTALLPATH="`echo /usr/ucb:$PATH:\`pwd\` | sed 's/:/ /g'`" INSTALLPATH="`echo /usr/ucb:$PATH | sed 's/:/ /g'`"
for ac_prog in ginstall installbsd bsdinst scoinst install install-sh for ac_prog in ginstall installbsd bsdinst scoinst install
do do
# Extract the first word of "$ac_prog", so it can be a program name with args. # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2 set dummy $ac_prog; ac_word=$2
...@@ -1392,8 +1392,8 @@ test -n "$INSTALL" || INSTALL="NONE" ...@@ -1392,8 +1392,8 @@ test -n "$INSTALL" || INSTALL="NONE"
if test "$INSTALL" = "NONE" if test "$INSTALL" = "NONE"
then then
echo "- No Install Script found - aborting." # fall back on our own script
exit 0 INSTALL=`pwd`/install-sh
fi fi
INSTLOPTS="-m 444" INSTLOPTS="-m 444"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment