emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS HEAD: configure: error: makeinfo >= 4.6 is required on Mac OS X


From: Glenn Morris
Subject: Re: CVS HEAD: configure: error: makeinfo >= 4.6 is required on Mac OS X
Date: Fri, 14 Sep 2007 13:25:50 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

"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 via email to

[Prev in Thread] Current Thread [Next in Thread]