Configure cleanup for /usr/ucb patch.

This commit is contained in:
Bruce Momjian 1997-07-31 01:37:56 +00:00
parent aff479b4d1
commit f5f18af02b
2 changed files with 178 additions and 176 deletions

351
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -259,7 +259,8 @@ dnl AC_SUBST(HAVECXX)
dnl ****************************************************************
HAVECXX='HAVE_Cplusplus=false'
AC_SUBST(HAVECXX)
AC_PATH_PROGS(INSTALL, ginstall installbsd bsdinst scoinst install, NONE, /usr/ucb:$PATH)
INSTALLPATH="/usr/ucb:$PATH"
AC_PATH_PROGS(INSTALL, ginstall installbsd bsdinst scoinst install, NONE, $INSTALLPATH)
if test $INSTALL = "NONE"
then
echo "- No Install Script found - aborting."