mirror of
https://github.com/riscv-software-src/riscv-isa-sim.git
synced 2025-10-14 02:07:30 +08:00
configure.ac: autoupdate
The preprocessor macro 'STDC_HEADERS' is obsolete.
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -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
|
||||
#-------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user