mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Search for ginstall before the other installs...
As requested by Dr. Andrew C.R. Martin
This commit is contained in:
parent
441648d955
commit
012cb6d8c8
2 changed files with 184 additions and 184 deletions
366
src/configure
vendored
366
src/configure
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -259,7 +259,7 @@ dnl ****************************************************************
|
|||
HAVECXX='HAVE_Cplusplus=false'
|
||||
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"
|
||||
then
|
||||
echo "- No Install Script found - aborting."
|
||||
|
|
|
|||
Loading…
Reference in a new issue