zsh-workers
 help / color / mirror / code / Atom feed
From: "Jun T." <takimoto-j@kba.biglobe.ne.jp>
To: "zsh-workers@zsh.org" <zsh-workers@zsh.org>
Subject: Re: Zsh on Precise Pangolin; META-FAQ does not build properly under recent yodl
Date: Mon, 10 Sep 2012 00:06:44 +0900	[thread overview]
Message-ID: <38C5E612-05A4-44DF-857D-B62450EF67FF@kba.biglobe.ne.jp> (raw)
In-Reply-To: <CAH+w=7bVd8bxBfC2E_p_AFkXho9c8BUdAJxwuW1tgjbhk31uXQ@mail.gmail.com>

Sorry, the patch was broken.

Index: configure.ac
===================================================================
RCS file: /cvsroot/zsh/zsh/configure.ac,v
retrieving revision 1.141
diff -u -r1.141 configure.ac
--- configure.ac	17 Aug 2012 11:12:34 -0000	1.141
+++ configure.ac	9 Sep 2012 13:47:49 -0000
@@ -565,7 +565,8 @@
 YODL_OPTIONS=''
 if test "x$ac_cv_prog_YODL" = xyodl; then
     case `yodl --version` in
-      *"version 3."*) YODL_OPTIONS='-L' ;;
+      *"version 2."*) YODL_OPTIONS='-k' ;;
+      *"version 3."*) YODL_OPTIONS='-k -L' ;;
     esac
 fi
 AC_SUBST(YODL_OPTIONS)




      parent reply	other threads:[~2012-09-09 15:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-06 18:14 Bart Schaefer
2012-09-06 20:47 ` Axel Beckert
2012-09-07  8:52 ` Peter Stephenson
2012-09-09 14:02 ` 滝本 淳一
2012-09-09 15:06 ` Jun T. [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38C5E612-05A4-44DF-857D-B62450EF67FF@kba.biglobe.ne.jp \
    --to=takimoto-j@kba.biglobe.ne.jp \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).