From: Sami Kerola Date: Thu, 24 Dec 2020 11:12:14 +0000 (+0000) Subject: build-sys: update to autoconf 2.70 X-Git-Tag: v2.37-rc1~187^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4230b2d47a26e3ab406d2dda3551a401142dadbd;p=thirdparty%2Futil-linux.git build-sys: update to autoconf 2.70 Reference: https://lwn.net/Articles/839395/ Reviewed-by: Chris Hofstaedtler Signed-off-by: Sami Kerola --- diff --git a/configure.ac b/configure.ac index 181304d9a0..03645b3f33 100644 --- a/configure.ac +++ b/configure.ac @@ -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