This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients christian.heimes, pablogsal
Date 2021-05-04.16:58:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620147514.31.0.864280114209.issue44035@roundup.psfhosted.org>
In-reply-to
Content
I have installed autoconf-archive and autoconf 2.69 and tried to regenerate the configure script and it fails:


$ ls /share/aclocal/ax_* | wc -l
572

$ autoconf --version
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

$ autoreconf -v -f -i
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /opt/bb/bin/autoconf --force
autoreconf: running: /opt/bb/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'

$ ./configure
configure: error: Please install autoconf-archive package and re-run autoreconf
History
Date User Action Args
2021-05-04 16:58:34pablogsalsetrecipients: + pablogsal, christian.heimes
2021-05-04 16:58:34pablogsalsetmessageid: <1620147514.31.0.864280114209.issue44035@roundup.psfhosted.org>
2021-05-04 16:58:34pablogsallinkissue44035 messages
2021-05-04 16:58:34pablogsalcreate