unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: "Denis Bueno" <dbueno@gmail.com>
Cc: "Emacs Dev \[emacs-devel\]" <emacs-devel@gnu.org>
Subject: Re: CVS HEAD: configure: error: makeinfo >= 4.6 is required on Mac OS X
Date: Fri, 14 Sep 2007 13:25:50 -0400	[thread overview]
Message-ID: <f7wsutcg69.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <6dbd4d000709140937o5785b899wa7b4ff58d603bd87@mail.gmail.com> (Denis Bueno's message of "Fri, 14 Sep 2007 12:37:21 -0400")

"Denis Bueno" wrote:

>     checking for makeinfo... /opt/local/bin/makeinfo
>     configure: error: makeinfo >= 4.6 is required
>
> But:
>
>     emacs[38] > /opt/local/bin/makeinfo --version
>     makeinfo (GNU texinfo) 4.11

Sorry, my fault. Please try this patch to configure.in, followed by
running autoconf (or wait for me to check in a new configure if you
don't have a suitable autoconf).


*** configure.in	12 Sep 2007 07:03:30 -0000	1.474
--- configure.in	14 Sep 2007 17:20:46 -0000
***************
*** 1347,1353 ****
  dnl By this stage, configure has already checked for egrep and set EGREP, 
  dnl or exited with an error if no egrep was found.
  if test "$MAKEINFO" != "no" && \
!   test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[[^0-9]]*([[5-9]]|4\.[[6-9]])'`" = x; then
     MAKEINFO=no    
  fi
  
--- 1347,1353 ----
  dnl By this stage, configure has already checked for egrep and set EGREP, 
  dnl or exited with an error if no egrep was found.
  if test "$MAKEINFO" != "no" && \
!   test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[[^0-9]]*([[1-4]][[0-9]]+|[[5-9]]|4\.[[6-9]]|4\.[[1-5]][[0-9]]+)'`" = x; then
     MAKEINFO=no    
  fi

  reply	other threads:[~2007-09-14 17:25 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 [this message]
2007-09-14 17:57   ` Thien-Thi Nguyen
2007-09-14 19:00     ` Eli Zaretskii
2007-09-14 19:41       ` Thien-Thi Nguyen
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=f7wsutcg69.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=dbueno@gmail.com \
    --cc=emacs-devel@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).