mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
Configure cleanup for /usr/ucb patch.
This commit is contained in:
parent
aff479b4d1
commit
f5f18af02b
351
src/configure
vendored
351
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user