Fix AC_SYS_LARGEFILE on GNU/Linux alpha, s390x
commit103514e40da5f20aebf83a3446452ccebe5172bb
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Jun 2023 21:04:29 +0000 (19 14:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Jun 2023 21:06:21 +0000 (19 14:06 -0700)
tree749c28f8cce3f31e05d8df63cc7e82d74b2196a7
parent8e7281d7bebb5e389befe6e9a5afbb7b2ae13ae0
Fix AC_SYS_LARGEFILE on GNU/Linux alpha, s390x

Problem reported by Matoro <https://bugs.gnu.org/64123>.
* lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_TEST_CODE):
New overridable macro FTYPE, to test types other than off_t.
(_AC_SYS_LARGEFILE_TEST_CODE): Test ino_t for
-D_FILE_OFFSETBITS=64 too, if no flags are needed for off_t.
Needed for GNU/Linux on alpha and s390x.
lib/autoconf/specific.m4