|
From: | Paul Eggert |
Subject: | Re: AC_SYS_LARGEFILE_REQUIRED vs. AC_SYS_YEAR2038_REQUIRED on MSVC |
Date: | Sat, 15 Apr 2023 22:39:43 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
Thanks for looking into this.
Is there some way we can do this without requiring AC_CANONICAL_HOST? We're close to a release for Autoconf, and requiring this at the last minute for AC_SYS_LARGEFILE is a bit of a stretch.+[AC_REQUIRE([AC_CANONICAL_HOST])
That is, instead of AS_CASE([$host_os], ...) canĀ we use AC_PREPROC_IFELSE with the appropriate C preprocessor tests? Or perhaps do the AC_REQUIRE only if gl_LARGEFILE is defined?
[Prev in Thread] | Current Thread | [Next in Thread] |