build-sys: update to autoconf 2.70

Reference: https://lwn.net/Articles/839395/
Reviewed-by: Chris Hofstaedtler <zeha@debian.org>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2020-12-24 11:12:14 +00:00
parent a7d5efbb9a
commit 4230b2d47a
No known key found for this signature in database
GPG Key ID: 0D46FEF7E61DBB46
1 changed files with 4 additions and 5 deletions

View File

@ -1,15 +1,15 @@
AC_INIT([util-linux],
m4_esyscmd([tools/git-version-gen .tarball-version]),
[kzak@redhat.com],,
[kzak@redhat.com], [],
[http://www.kernel.org/pub/linux/utils/util-linux/])
AC_PREREQ([2.60])
AC_PREREQ([2.64])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([m4])
dnl AC_USE_SYSTEM_EXTENSIONS must be called before any macros that run
dnl the compiler (like AC_PROG_LIBTOOL) to avoid autoconf errors.
dnl the compiler (like LT_INIT) to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects])
@ -109,10 +109,9 @@ AS_IF([test "x$SYSCONFSTATICDIR" = x],
[sysconfstaticdir=$SYSCONFSTATICDIR])
AC_SUBST([sysconfstaticdir])
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_MKDIR_P
AC_PROG_CC_STDC
AC_PROG_YACC
AC_CANONICAL_HOST
AC_C_CONST