unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dave Hart <davehart@gmail.com>
To: Nick Bowler <nbowler@draconx.ca>,
	GNU Automake mailing list <automake@gnu.org>
Cc: 71487-close@debbugs.gnu.org
Subject: bug#71487: automake-1.16.92 released
Date: Sun, 30 Jun 2024 17:34:37 +0000	[thread overview]
Message-ID: <CAMbSiYABSsKdqY49YVsp+QaA7jUa5=o2tt7EwPLrEoYKTOsjNw__42269.285120868$1719768979$gmane$org@mail.gmail.com> (raw)
In-Reply-To: <8d162a85-27d2-47ea-9308-e35cf6a91405@draconx.ca>

[-- Attachment #1: Type: text/plain, Size: 1887 bytes --]

On Sun, 30 Jun 2024 at 05:03, Nick Bowler <nbowler@draconx.ca> wrote:

> [...]
>
> autoreconf decides to run libtoolize based on an m4 trace right after
> it runs aclocal, looking for expansion of LT_INIT (or the older
> AC_PROG_LIBTOOL).
>
> This means that for this to work at all:
>
>  (1) a macro definition of LT_INIT must be available at this time, and
>  (2) the LT_INIT macro must actually be expanded directly, and
>  (3) tracing must not be disabled.
>
> Normally aclocal will take care of (1).  Since this tool is part of
> Automake, this is something you have changed in your setup so it's
> plausible this is the underlying cause of your problem.
>
> aclocal works basically by grepping your configure.ac and all the files
> it knows about looking for things that look like macro definitions and
> things that look like macro expansions, and copying in any missing
> definitions.  So for this to work:
>
>   (1.1) aclocal must know where to find the definition of LT_INIT.
>   (1.2) aclocal must see the place where LT_INIT is expanded.
>
> Normally, aclocal and libtool are installed to the same prefix, libtool
> will install its macros into the default aclocal search path, and
> aclocal will find the macro definitions.  If they are installed into
> different prefixes, aclocal will need help, you can use the dirlist
> mechanism (recommended for a permanent installation) or for a quick fix,
> set the ACLOCAL_PATH environment variable to the installed location of
> the libtool macros.
>

Thanks for explaining this, Nick, and in fact the problem was
self-inflicted as I was installing the prerelease Automake versions to a
different prefix than libtool (and the base automake) without taking steps
to help aclocal find the libtool macro definitions.

After installing Libtool to the same prefix as the prerelease Automake, the
problem disappeared.

Cheers,
Dave Hart

[-- Attachment #2: Type: text/html, Size: 3238 bytes --]

       reply	other threads:[~2024-06-30 17:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m2iky2q3dd.fsf@meyering.net>
     [not found] ` <CAMbSiYCqkA92BkOE=-rqmwJiOKbZLM4g1F9p3fq3MDoMQ=1drw@mail.gmail.com>
     [not found]   ` <8d162a85-27d2-47ea-9308-e35cf6a91405@draconx.ca>
2024-06-30 17:34     ` Dave Hart [this message]
     [not found]     ` <CAMbSiYABSsKdqY49YVsp+QaA7jUa5=o2tt7EwPLrEoYKTOsjNw@mail.gmail.com>
2024-06-30 18:39       ` bug#71487: automake-1.16.92 released Stefan Kangas

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='CAMbSiYABSsKdqY49YVsp+QaA7jUa5=o2tt7EwPLrEoYKTOsjNw__42269.285120868$1719768979$gmane$org@mail.gmail.com' \
    --to=davehart@gmail.com \
    --cc=71487-close@debbugs.gnu.org \
    --cc=automake@gnu.org \
    --cc=nbowler@draconx.ca \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).