(AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
authorJim Meyering <jim@meyering.net>
Sat, 6 May 2000 14:01:39 +0000 (14:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 6 May 2000 14:01:39 +0000 (14:01 +0000)
commit0b5a75e761c770f269931bb525780216b178b82f
tree5314d95a26cb208b21af5073cf9189d7f29b2804
parentd3c78ad771677aff2918be73290dd46796b9ccb3
(AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
be 500, instead of _GNU_SOURCE to be 1, to work around glibc
2.1.3 bug.  This avoids a clash when files like regex.c define
_GNU_SOURCE.
m4/largefile.m4