unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: rgm@gnu.org, dbueno@gmail.com, emacs-devel@gnu.org
Subject: Re: CVS HEAD: configure: error: makeinfo >= 4.6 is required on Mac OS X
Date: Fri, 14 Sep 2007 21:41:34 +0200	[thread overview]
Message-ID: <87hclxt4pd.fsf@ambire.localdomain> (raw)
In-Reply-To: <ups0ljcmk.fsf@gnu.org> (Eli Zaretskii's message of "Fri\, 14 Sep 2007 22\:00\:35 +0300")

() Eli Zaretskii <eliz@gnu.org>
() Fri, 14 Sep 2007 22:00:35 +0300

   also use the --enable-encoding command-line switch

ok, here's a revised sketch:

+ echo @documentencoding ISO-8859-1 > conftest.texi
+ echo @indent >> conftest.texi
+ if test "$MAKEINFO" != "no" ; then
+    if $MAKEINFO --enable-encoding conftest.texi >dev/null 2>&1
+       then :
+       else MAKEINFO=no
+    fi
+ fi
+ rm -f conftest.texi conftest.info

btw, the cleanup is more thorough, too.  (basically, as we expand
our needs we expand the test in some convex-hull fashion.)

thi

  reply	other threads:[~2007-09-14 19:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-14 16:37 CVS HEAD: configure: error: makeinfo >= 4.6 is required on Mac OS X Denis Bueno
2007-09-14 17:25 ` Glenn Morris
2007-09-14 17:57   ` Thien-Thi Nguyen
2007-09-14 19:00     ` Eli Zaretskii
2007-09-14 19:41       ` Thien-Thi Nguyen [this message]
2007-09-15 13:57         ` Denis Bueno
2007-09-15 18:22           ` Thien-Thi Nguyen
2007-09-15 19:52             ` Denis Bueno
2007-09-15 19:46         ` Glenn Morris

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87hclxt4pd.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=dbueno@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.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.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).