mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Fix for memory leak, configure path fix, from Tom Lane.
This commit is contained in:
@ -354,12 +354,12 @@ AC_ARG_WITH(CXX,
|
|||||||
[ AC_PROG_CXX])
|
[ AC_PROG_CXX])
|
||||||
AC_SUBST(HAVECXX)
|
AC_SUBST(HAVECXX)
|
||||||
|
|
||||||
INSTALLPATH="`echo /usr/ucb:$PATH:\`pwd\` | sed 's/:/ /g'`"
|
INSTALLPATH="`echo /usr/ucb:$PATH | sed 's/:/ /g'`"
|
||||||
AC_PATH_PROGS(INSTALL, ginstall installbsd bsdinst scoinst install install-sh, NONE, $INSTALLPATH )
|
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."
|
# fall back on our own script
|
||||||
exit 0
|
INSTALL=`pwd`/install-sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
INSTLOPTS="-m 444"
|
INSTLOPTS="-m 444"
|
||||||
|
Reference in New Issue
Block a user