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

Commit21b9968

Browse files
committed
install file search fix
1 parentec47d20 commit21b9968

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/configure.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,19 +356,19 @@ AC_SUBST(HAVECXX)
356356

357357
AC_PATH_PROGS(INSTALL, ginstall, NONE, "/usr/ucb:$PATH:`pwd`")
358358
if test "$INSTALL" = "NONE"
359-
AC_PATH_PROGS(INSTALL, installbsd, NONE, "/usr/ucb:$PATH:`pwd`")
359+
thenAC_PATH_PROGS(INSTALL, installbsd, NONE, "/usr/ucb:$PATH:`pwd`")
360360
fi
361361
if test "$INSTALL" = "NONE"
362-
AC_PATH_PROGS(INSTALL, bsdinst, NONE, "/usr/ucb:$PATH:`pwd`")
362+
thenAC_PATH_PROGS(INSTALL, bsdinst, NONE, "/usr/ucb:$PATH:`pwd`")
363363
fi
364364
if test "$INSTALL" = "NONE"
365-
AC_PATH_PROGS(INSTALL, scoinst, NONE, "/usr/ucb:$PATH:`pwd`")
365+
thenAC_PATH_PROGS(INSTALL, scoinst, NONE, "/usr/ucb:$PATH:`pwd`")
366366
fi
367367
if test "$INSTALL" = "NONE"
368-
AC_PATH_PROGS(INSTALL, install, NONE, "/usr/ucb:$PATH:`pwd`")
368+
thenAC_PATH_PROGS(INSTALL, install, NONE, "/usr/ucb:$PATH:`pwd`")
369369
fi
370370
if test "$INSTALL" = "NONE"
371-
AC_PATH_PROGS(INSTALL, install-sh, NONE, "/usr/ucb:$PATH:`pwd`")
371+
thenAC_PATH_PROGS(INSTALL, install-sh, NONE, "/usr/ucb:$PATH:`pwd`")
372372
fi
373373
if test "$INSTALL" = "NONE"
374374
then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp