mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
configure: use AC_PATH_PROG to find ksh
This commit is contained in:
parent
3f8c84b752
commit
8b065d9110
1 changed files with 1 additions and 11 deletions
|
@ -252,17 +252,7 @@ AC_FUNC_FORK
|
||||||
|
|
||||||
dnl programs
|
dnl programs
|
||||||
|
|
||||||
dnl we have to treat ksh specially, as we need it's full path for
|
AC_PATH_PROG(KSH, ksh)
|
||||||
dnl various scripts.
|
|
||||||
|
|
||||||
KSH_PATH="`which ksh`"
|
|
||||||
if test -z "$KSH_PATH"
|
|
||||||
then
|
|
||||||
AC_MSG_ERROR([Could not find the Korn shell (ksh). Please install it.]);
|
|
||||||
else
|
|
||||||
AC_SUBST(KSH, $KSH_PATH, [Path to ksh])
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
AC_CHECK_PROGS(BDFTOPCF, bdftopcf)
|
AC_CHECK_PROGS(BDFTOPCF, bdftopcf)
|
||||||
AC_CHECK_PROGS(MKFONTIDR, mkfontdir)
|
AC_CHECK_PROGS(MKFONTIDR, mkfontdir)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue