1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Search for ginstall before the other installs...

As requested by Dr. Andrew C.R. Martin
This commit is contained in:
Marc G. Fournier 1997-07-15 23:11:38 +00:00
parent 441648d955
commit 012cb6d8c8
2 changed files with 184 additions and 184 deletions

366
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

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