all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: Ergus <spacibba@aol.com>
Cc: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: Issue with makeinfo dependency
Date: Mon, 18 May 2020 07:48:02 -0400	[thread overview]
Message-ID: <CAM-tV-8prEwCJStf+y829NDUd9sUxEBuz_P0oObxbjkXNh8nKQ@mail.gmail.com> (raw)
In-Reply-To: <577616580.513554.1589800404625@mail.yahoo.com>

On Mon, 18 May 2020 at 07:13, Ergus <spacibba@aol.com> wrote:

> I am building emacs in a new system and I have seen that by default there is a dependency with makeinfo. The latest releases of most popular distributions like Arch, Debian or Ubuntu doesn't provide such program anymore cause they provide texi2html as a modern replacement.

Debian provides makeinfo in the package called texinfo:
https://packages.debian.org/search?searchon=contents&keywords=makeinfo&suite=testing

Arch has texinfo as well:
https://www.archlinux.org/packages/core/x86_64/texinfo/

> The real issue is that emacs' configure doesn't detect this and I only get an error at the end of the build.
>
> make[2]: Entering directory '/mnt/almacen/repo/gits/emacs/build_debian/doc/misc'
>   GEN      ../../../doc/misc/../../info/efaq.info
> /bin/bash: makeinfo: command not found

configure.ac does have a check for it, so I'm not sure why it wouldn't
be working for you:

## Require makeinfo >= 4.13 (last of the 4.x series) to build the manuals.
if test "${MAKEINFO:=makeinfo}" != "no"; then
  case `($MAKEINFO --version) 2>/dev/null` in
    *' (GNU texinfo) '4.1[[3-9]]* | \
    *' (GNU texinfo) '[[5-9]]* | \
    *' (GNU texinfo) '[[1-9][0-9]]* ) ;;
    *) MAKEINFO=no;;
  esac
fi



  reply	other threads:[~2020-05-18 11:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <577616580.513554.1589800404625.ref@mail.yahoo.com>
2020-05-18 11:13 ` Issue with makeinfo dependency Ergus
2020-05-18 11:48   ` Noam Postavsky [this message]
2020-05-18 17:33     ` Paul Eggert

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

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

  git send-email \
    --in-reply-to=CAM-tV-8prEwCJStf+y829NDUd9sUxEBuz_P0oObxbjkXNh8nKQ@mail.gmail.com \
    --to=npostavs@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=spacibba@aol.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.