[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Should ‘./configure’ fail when makeinfo is missing?
From: |
Ludovic Courtès |
Subject: |
Re: Should ‘./configure’ fail when makeinfo is missing? |
Date: |
Sat, 07 Sep 2013 15:08:31 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Nikita Karetnikov <address@hidden> skribis:
> Should ‘./configure’ check for makeinfo? ‘make’ will fail when makeinfo
> isn’t installed.
Per the GCS, release tarballs ship with an up-to-date .info file (if you
find that it’s not the case, please report it to bug-guix), so
‘makeinfo’ is not needed, and thus ‘configure’ does not check for it.
When building from a checkout, ‘makeinfo’ is needed, but it’s the
developer’s responsibility to install it.
Ludo’.