emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs can't be built without recent makeinfo


From: Magnus Henoch
Subject: Re: Emacs can't be built without recent makeinfo
Date: Sat, 26 Apr 2008 00:47:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix)

Nick Roberts <address@hidden> writes:

> From configure:
>
>   if test "$MAKEINFO" = "no"; then
>     { { echo "$as_me:$LINENO: error: makeinfo >= 4.6 is required " >&5
>   echo "$as_me: error: makeinfo >= 4.6 is required " >&2;}
>      { (exit 1); exit 1; }; }
>   fi
>
> Do we really want to stop the build process completely just because the online
> manuals can't be properly built?

The "missing" script could handle this.  When it doesn't find makeinfo,
it touches the info file if it exists, or otherwise gives an error.

Magnus





reply via email to

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