Files
binutils-gdb/config
Matthieu Longo bcbbe25eb4 autoconf: delete obsolete unused m4 file
config/uintmax_t.m4 contains only one function: jm_AC_TYPE_UINTMAX_T.
After a grep, I could not find any usage of it.

jm_AC_TYPE_UINTMAX_T seems to be an old implementation of the officially
suppported AC_TYPE_UINTMAX_T.
Doc: https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/
     autoconf-2.72/autoconf.html#index-AC_005fTYPE_005fUINTMAX_005fT-1

config/stdint.m4 seems to have taken over. The usage of
AC_REQUIRE([AC_TYPE_UINTMAX_T]) is not garded or inside a function, so it
will also automatically be run for the configure.ac files using
AC_CONFIG_MACRO_DIRS([../config]) instead of m4_include([../config/stdint.m4]).

It seems that people replaced jm_AC_TYPE_UINTMAX_T occurences by
AC_TYPE_UINTMAX_T, and forgot to delete uintmax_t.m4.
Deleting the file and regenerating the build scripts results in no diff,
so it looks safe to delete it from the repository.
2024-06-10 08:25:56 +09:30
..
2021-05-18 17:46:55 -04:00
2022-01-01 12:49:07 -05:00
2023-11-30 10:14:30 +01:00
2022-11-15 15:24:29 -08:00
2023-11-15 12:53:04 +00:00
2023-11-30 10:14:30 +01:00
2023-11-15 12:53:04 +00:00
2023-11-15 12:53:04 +00:00
2022-09-28 13:37:31 +09:30
2023-01-04 13:23:54 +10:30
2022-11-07 14:32:10 +01:00