Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* run autoupdate in ipadic and jumadic * use AC_CONFIG_FILES instead of AC_OUTPUT * use AC_LANG instead of AC_LANG_CPLUSPLUS * CHECK_CXX_STL: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * check for const_cast: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * check for const_cast: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * check for static_cast<>: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * check for reinterpret_cast: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * check for namespaces: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * __thread keyword: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * fix syntax error * fix indent * template <class T>: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * C++11 atomic operations: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * GCC native atomic operations: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * OSX native atomic operations: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * GCC fallthrough attribute: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * GNU fallthrough attribute: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * clang fallthrough attribute: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * C++17 fallthrough attribute: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE * use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER * remove AC_CYGWIN * use AC_CHECK_INCLUDES_DEFAULT and AC_PROG_EGREP instead of AC_HEADER_STDC * use LT_INIT and AC_SEARCH_LIBS * comment out AC_CHECK_INCLUDES_DEFAULT
- Loading branch information