Discussion:
[SCM] GNU Autoconf source repository branch, master, updated. v2.69-64-g33545d7
Paul Eggert
2013-01-16 17:27:53 UTC
Permalink
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=33545d77b236dc4a49e91745ecf63d2de92163c5

The branch, master has been updated
via 33545d77b236dc4a49e91745ecf63d2de92163c5 (commit)
from ce48964f646970abd69061590b1b82454780e3e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 33545d77b236dc4a49e91745ecf63d2de92163c5
Author: Paul Eggert <***@cs.ucla.edu>
Date: Wed Jan 16 09:27:15 2013 -0800

AC_SYS_LARGEFILE: port better to Mac OS X 10.5.

* lib/autoconf/specific.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>.

-----------------------------------------------------------------------

Summary of changes:
lib/autoconf/specific.m4 | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4
index bbfa24a..0d173f2 100644
--- a/lib/autoconf/specific.m4
+++ b/lib/autoconf/specific.m4
@@ -168,11 +168,8 @@ if test "$enable_largefile" != no; then
[_AC_SYS_LARGEFILE_TEST_INCLUDES])
fi

- AH_VERBATIM([_DARWIN_USE_64_BIT_INODE],
-[/* Enable large inode numbers on Mac OS X 10.5. */
-#ifndef _DARWIN_USE_64_BIT_INODE
-# define _DARWIN_USE_64_BIT_INODE 1
-#endif])
+ AC_DEFINE([_DARWIN_USE_64_BIT_INODE], [1],
+ [Enable large inode numbers on Mac OS X 10.5.])
fi
])# AC_SYS_LARGEFILE



hooks/post-receive
--
GNU Autoconf source repository
Loading...