]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: update to autoconf 2.70
authorSami Kerola <kerolasa@iki.fi>
Thu, 24 Dec 2020 11:12:14 +0000 (11:12 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 11 Jan 2021 16:29:56 +0000 (16:29 +0000)
Reference: https://lwn.net/Articles/839395/
Reviewed-by: Chris Hofstaedtler <zeha@debian.org>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
configure.ac

index 181304d9a07dc183e517f23fd6e22b3df3bbbf1a..03645b3f33e14ce7cb0ae04be7603dba048df948 100644 (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