Skip to content

Conversation

@glebfm
Copy link

@glebfm glebfm commented May 15, 2025

The workaround for Large File Support (LFS) was needed because the config.h header is included after the system headers. Also, the workaround is broken with autoconf 2.72 (see also #36).

glebfm added 2 commits May 15, 2025 15:00
To be effective, the autoconf configuration header must be included
before any other headers.

Link: https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Configuration-Headers.html
The workaround was necessary because config.h was included after the
system headers, which rendered AC_SYS_LARGEFILE ineffective.  However,
the workaround no longer works with autoconf 2.72, as the cache variable
ac_cv_sys_file_offset_bits is no longer implemented.

Link: autotools-mirror/autoconf@cf09f48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant