Commit f5f18af0 authored by Bruce Momjian's avatar Bruce Momjian

Configure cleanup for /usr/ucb patch.

parent aff479b4
This diff is collapsed.
...@@ -259,7 +259,8 @@ dnl AC_SUBST(HAVECXX) ...@@ -259,7 +259,8 @@ dnl AC_SUBST(HAVECXX)
dnl **************************************************************** dnl ****************************************************************
HAVECXX='HAVE_Cplusplus=false' HAVECXX='HAVE_Cplusplus=false'
AC_SUBST(HAVECXX) 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" if test $INSTALL = "NONE"
then then
echo "- No Install Script found - aborting." echo "- No Install Script found - aborting."
......
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