Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita186b57

Browse files
committed
Fix for memory leak, configure path fix, from Tom Lane.
1 parentaa158a7 commita186b57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/configure.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,12 @@ AC_ARG_WITH(CXX,
354354
[ AC_PROG_CXX])
355355
AC_SUBST(HAVECXX)
356356

357-
INSTALLPATH="`echo /usr/ucb:$PATH:\`pwd\` | sed 's/:/ /g'`"
358-
AC_PATH_PROGS(INSTALL, ginstall installbsd bsdinst scoinst install install-sh, NONE, $INSTALLPATH )
357+
INSTALLPATH="`echo /usr/ucb:$PATH | sed 's/:/ /g'`"
358+
AC_PATH_PROGS(INSTALL, ginstall installbsd bsdinst scoinst install, NONE, $INSTALLPATH )
359359
if test "$INSTALL" = "NONE"
360360
then
361-
echo "- No Install Script found - aborting."
362-
exit 0
361+
# fall back on our own script
362+
INSTALL=`pwd`/install-sh
363363
fi
364364

365365
INSTLOPTS="-m 444"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp