[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] update to autoconf 2.69
From: |
Jan Engelhardt |
Subject: |
Re: [Acl-devel] update to autoconf 2.69 |
Date: |
Tue, 30 Apr 2013 18:15:52 +0200 (CEST) |
User-agent: |
Alpine 2.01 (LNX 1266 2009-07-14) |
On Tuesday 2013-04-30 17:17, Brandon Philips wrote:
>On Wed, Apr 3, 2013 at 8:33 AM, Mike Frysinger <address@hidden> wrote:
>> you guys are "fixing" your packages the wrong way. you should improve rpm to
>> automatically update config.{sub,guess} files with the latest ones.
>
>If I wanted to fix this in the git tree how would I do that? Run
>autoreconf? If I do that I get errors:
>
>configure.in:39: error: possibly undefined macro: AC_PACKAGE_GLOBALS
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
>configure.in:40: error: possibly undefined macro: AC_PACKAGE_UTILITIES
>configure.in:41: error: possibly undefined macro: AC_MANUAL_FORMAT
>configure.in:42: error: possibly undefined macro: AC_MULTILIB
>autoreconf: /usr/bin/autoconf failed with exit status: 1
>
>Those macros are all defined in the m4/ directory. Thanks for any pointers.
You need ACLOCAL_AMFLAGS = -I m4 in Makefile.am.