This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".
The branch, master has been updated
via b5827bab0c770db93d37aca42e683d33f1d855e8 (commit)
from 73e0faebc4c14e92cdc3f3fb070783b7cd5d2468 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=b5827bab0c770db93d37aca42e683d33f1d855e8
commit b5827bab0c770db93d37aca42e683d33f1d855e8
Author: Mats Erik Andersson <[email protected]>
Date: Tue Nov 10 23:17:43 2020 +0100
Autoconf 2.64 is now required by Gnulib.
diff --git a/ChangeLog b/ChangeLog
index 59f8473..eaf4034 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-11-10 Mats Erik Andersson <[email protected]>
+
+ * configure.ac (AC_PREREQ): Require autoconf 2.64, caused
+ by changes in Gnulib.
+
2020-06-05 Mats Erik Andersson <[email protected]>
* ifconfig/system/linux.c (linux_if_nameindex): New, incompatible
diff --git a/configure.ac b/configure.ac
index a8bdae5..639d993 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see `http://www.gnu.org/licenses/'.
-AC_PREREQ(2.63)
+AC_PREREQ(2.64)
AC_INIT([GNU inetutils],
m4_esyscmd([build-aux/git-version-gen .tarball-version
's/inetutils-/v/;s/_/./g']),
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
configure.ac | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
hooks/post-receive
--
GNU Inetutils
_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils