summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-09-02 02:04:39 +0000
committerBruce Momjian <bruce@momjian.us>1998-09-02 02:04:39 +0000
commit21b9968d115a11746592a25ef0b10293dc3a0b47 (patch)
treedb7ccbb976a6b7abf60f3e417f0e7b0652972343
parentec47d20cf908cec990ec7c0d6df2971eef1e61a0 (diff)
install file search fix
-rw-r--r--src/configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/configure.in b/src/configure.in
index 0782ea83a14..a57ada82dc4 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -356,19 +356,19 @@ AC_SUBST(HAVECXX)
AC_PATH_PROGS(INSTALL, ginstall, NONE, "/usr/ucb:$PATH:`pwd`")
if test "$INSTALL" = "NONE"
-AC_PATH_PROGS(INSTALL, installbsd, NONE, "/usr/ucb:$PATH:`pwd`")
+then AC_PATH_PROGS(INSTALL, installbsd, NONE, "/usr/ucb:$PATH:`pwd`")
fi
if test "$INSTALL" = "NONE"
-AC_PATH_PROGS(INSTALL, bsdinst, NONE, "/usr/ucb:$PATH:`pwd`")
+then AC_PATH_PROGS(INSTALL, bsdinst, NONE, "/usr/ucb:$PATH:`pwd`")
fi
if test "$INSTALL" = "NONE"
-AC_PATH_PROGS(INSTALL, scoinst, NONE, "/usr/ucb:$PATH:`pwd`")
+then AC_PATH_PROGS(INSTALL, scoinst, NONE, "/usr/ucb:$PATH:`pwd`")
fi
if test "$INSTALL" = "NONE"
-AC_PATH_PROGS(INSTALL, install, NONE, "/usr/ucb:$PATH:`pwd`")
+then AC_PATH_PROGS(INSTALL, install, NONE, "/usr/ucb:$PATH:`pwd`")
fi
if test "$INSTALL" = "NONE"
-AC_PATH_PROGS(INSTALL, install-sh, NONE, "/usr/ucb:$PATH:`pwd`")
+then AC_PATH_PROGS(INSTALL, install-sh, NONE, "/usr/ucb:$PATH:`pwd`")
fi
if test "$INSTALL" = "NONE"
then