autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_SYS_LARGEFILE_REQUIRED vs. AC_SYS_YEAR2038_REQUIRED on MSVC


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.

+[AC_REQUIRE([AC_CANONICAL_HOST])
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.

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]