largefile: port better to Mac OS X 10.5
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Jan 2013 17:35:20 +0000 (09:35 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Jan 2013 17:35:49 +0000 (09:35 -0800)
commitd4027e3c77dfd69b191e40c7d1e3652b2af50016
tree4c2b8b5b9c872857473c965eb6a42baf18c4fdea
parentdef66597e1402974e3fedcca2de1f17c1d1faf20
largefile: port better to Mac OS X 10.5

This patch is backported from Autoconf git.
* m4/largefile.m4 (AC_SYS_LARGEFILE): Use AC_DEFINE, not
AH_VERBATIM, to define _DARWIN_USE_64_BIT_INODE, to avoid problems
with ino_t size being different for configuration time versus
build/run time.  Problem reported by PHO in
<http://lists.gnu.org/archive/html/bug-autoconf/2013-01/msg00040.html>.
ChangeLog
m4/largefile.m4