[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: textutils-2.0/m4/jm-macros.m4 requires unrelease autoconf-2.14.1
From: |
Jim Meyering |
Subject: |
Re: textutils-2.0/m4/jm-macros.m4 requires unrelease autoconf-2.14.1 |
Date: |
07 Feb 2001 10:32:02 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.98 |
Thanks for the report.
The next major release of the packages I maintain will
most certainly use a publicly available version of autoconf.
Scheduling constraints will determine whether I use a test
release like the upcoming 1.49d or a major release.
"Adam J. Richter" <address@hidden> wrote:
| textutils-2.0/m4/jm-macros.m4 requires what apparently is
| an unreleased version of autoconf: 2.14.1. From the ChangeLog,
| I infer that the only change was renaming AM_FUNC_MKTIME to
| AC_FUNC_MKTIME. I can check in a change to our source tree
| to reverse that change and eliminate the AC_PREREQ(2.14.1)
| from textutils-2.0/m4/jm-macros.m4, but I thought I should point
| this out so that you can resolve it in the your releases,
| presumably either with a new release of textutils that does not
| require autoconf 2.14.1 or with a release of autoconf 2.14.1 or
| newer.