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: Stefan Monnier
Subject: Re: Emacs can't be built without recent makeinfo
Date: Fri, 25 Apr 2008 09:45:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> 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?

Indeed, no.  Especially since they are supposed to be pre-built in
the tarball.  The test should/could be moved to the Makefile, maybe?


        Stefan




reply via email to

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