(AC_SYS_LARGEFILE_FLAGS,
authorJim Meyering <jim@meyering.net>
Tue, 6 Jun 2000 20:30:34 +0000 (20:30 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 6 Jun 2000 20:30:34 +0000 (20:30 +0000)
commit3e42921b40b3789fc9b36a0e8ff6b3559c39a1c3
treef25b891925cf78101af8a32cde467eb3daa70868
parent4e4ca06d243665309fd638c7a5a9b7e10b8adeb3
(AC_SYS_LARGEFILE_FLAGS,
AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
(AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
(AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
All uses changed.
Instead of inspecting the output of getconf, try to compile the
test program without and with the macro definition.
(AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
for getconf.  Instead, check for the needed flags by compiling
test programs.
m4/largefile.m4