You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
672 B

  1. --- a/m4/stdint.m4
  2. +++ b/m4/stdint.m4
  3. @@ -15,7 +15,7 @@ AC_DEFUN_ONCE([gl_STDINT_H],
  4. AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
  5. AC_REQUIRE([gl_LIMITS_H])
  6. - AC_REQUIRE([gt_TYPE_WINT_T])
  7. + AC_REQUIRE([gt_TYPE_WINT_T_FO])
  8. dnl Check for long long int and unsigned long long int.
  9. AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
  10. --- a/m4/wint_t.m4
  11. +++ b/m4/wint_t.m4
  12. @@ -9,7 +9,7 @@ dnl Test whether <wchar.h> has the 'wint
  13. dnl <wchar.h> or <wctype.h> would, if present, override 'wint_t'.
  14. dnl Prerequisite: AC_PROG_CC
  15. -AC_DEFUN([gt_TYPE_WINT_T],
  16. +AC_DEFUN([gt_TYPE_WINT_T_FO],
  17. [
  18. AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t],
  19. [AC_COMPILE_IFELSE(