bug-automake
[Top][All Lists]
Advanced

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

bug#13514: unintentional regression with AC_CONFIG_MACRO_DIR in 1.13.1


From: Eric Blake
Subject: bug#13514: unintentional regression with AC_CONFIG_MACRO_DIR in 1.13.1
Date: Mon, 21 Jan 2013 06:31:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

See https://bugzilla.redhat.com/show_bug.cgi?id=901333 for details; but
the short summary is:

The xorg-x11-drv-wacom uses AC_CONFIG_MACRO_DIR([m4]) to tell libtool
where to dump m4 macros, but has no m4 macros of its own.  Therefore, it
does not ship an m4 directory in its git project.  When libtoolize is
run, the directory is populated, and after that point, aclocal will
work; but prior to the first libtool run (and considering that
autoreconf runs aclocal prior to libtool), the directory doesn't exist,
so the new check in newer automake that fails if AC_CONFIG_MACRO_DIR
doesn't exist is preventing bootstrap of the package.

It sounds like our sanity check of whether the macro dir exists is too
strict, and that there are legitimate reasons why even the primary
directory won't exist on the first aclocal run.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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