configure.ac: autoupdate

The preprocessor macro 'STDC_HEADERS' is obsolete.
This commit is contained in:
Sevan Janiyan
2025-02-11 01:48:21 +00:00
parent 36c40295b4
commit a4d2eefb02

View File

@@ -36,8 +36,8 @@ m4_define( proj_version, [?])
# Setup
#-------------------------------------------------------------------------
AC_INIT(proj_name,proj_version,proj_maintainer,proj_abbreviation)
AC_LANG_CPLUSPLUS
AC_INIT([proj_name],[proj_version],[proj_maintainer],[proj_abbreviation])
AC_LANG([C++])
AC_CONFIG_SRCDIR([riscv/common.h])
AC_CONFIG_AUX_DIR([scripts])
AC_CANONICAL_BUILD
@@ -75,12 +75,6 @@ AC_C_BIGENDIAN
MCPPBS_PROG_INSTALL
#-------------------------------------------------------------------------
# Checks for header files
#-------------------------------------------------------------------------
AC_HEADER_STDC
#-------------------------------------------------------------------------
# Checks for type
#-------------------------------------------------------------------------