headers,crt: Upgrade to autoconf 2.71 and automake 1.16.3

Signed-off-by: Liu Hao <lh_mouse@126.com>
This commit is contained in:
Liu Hao 2021-04-03 17:34:46 +08:00
parent 7faa2f348c
commit 35db61bfde
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
# Process this file with autoconf to produce a configure script.
# Use AM_MAINTANER_MODE somewhere in this file once reconfigurations settle down.
AC_PREREQ([2.69])
AC_PREREQ([2.71])
AC_INIT([mingw-w64-runtime],[4.0b],[mingw-w64-public@lists.sourceforge.net])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.14 foreign subdir-objects])
AM_MAINTAINER_MODE
@ -269,7 +269,7 @@ AS_CASE([$arg],
[all], [enable_dfp=yes; enable_printf128=yes; enable_registeredprintf=yes; enable_softmath=yes; ],
[yes], [enable_dfp=yes; enable_printf128=yes; enable_registeredprintf=yes; enable_softmath=yes; ],
[no], [enable_dfp=no; enable_printf128=no; enable_registeredprintf=no; enable_softmath=no; ],
[AC_MSG_ERROR([Unknown option \"$experiment\"])]
[AC_MSG_ERROR([Unknown option "$arg"])]
)
done

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_PREREQ([2.71])
AC_INIT([mingw-w64-headers],[4.0b],[mingw-w64-public@lists.sourceforge.net])
AC_CONFIG_SRCDIR([crt/_mingw.h.in])
AC_CONFIG_AUX_DIR([build-aux])