mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
30664: Jun T.: fix some Yodl version issues
This commit is contained in:
parent
21e1894f7e
commit
d88365d964
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2012-09-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* Jun T.: 30664: configure.ac: fix some Yodl version issues.
|
||||||
|
|
||||||
2012-09-08 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2012-09-08 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* users/17236: Src/builtin.c: r and other fc output didn't
|
* users/17236: Src/builtin.c: r and other fc output didn't
|
||||||
|
@ -147,5 +151,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5717 $
|
* $Revision: 1.5718 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -565,7 +565,8 @@ AC_CHECK_PROGS([YODL], [yodl], [: yodl])
|
||||||
YODL_OPTIONS=''
|
YODL_OPTIONS=''
|
||||||
if test "x$ac_cv_prog_YODL" = xyodl; then
|
if test "x$ac_cv_prog_YODL" = xyodl; then
|
||||||
case `yodl --version` in
|
case `yodl --version` in
|
||||||
*"version 3."*) YODL_OPTIONS='-L' ;;
|
*"version 2."*) YODL_OPTIONS='-k' ;;
|
||||||
|
*"version 3."*) YODL_OPTIONS='-k -L' ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
AC_SUBST(YODL_OPTIONS)
|
AC_SUBST(YODL_OPTIONS)
|
||||||
|
|
Loading…
Reference in a new issue