-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Eric Blake on 12/26/2006 2:34 PM: > Is there any reason that using the clean-temp module does not AC_REQUIRE > ([AC_SYS_LARGEFILE]) in the configure script? Without that, it is possible > on > some hosts that temporary files are artificially capped at 2GiB, even though > enabling largefile support could make things behave otherwise. As a result, > there is a regression in M4 1.4.8 (1.4.7 used the mkstemp module, but 1.4.8 > switched to clean-temp).
OK to apply this patch? 2007-01-03 Eric Blake <[EMAIL PROTECTED]> * modules/clean-temp (configure.ac): Allow large temp files. Index: modules/clean-temp =================================================================== RCS file: /sources/gnulib/gnulib/modules/clean-temp,v retrieving revision 1.3 diff -u -p -r1.3 clean-temp - --- modules/clean-temp 17 Oct 2006 13:01:43 -0000 1.3 +++ modules/clean-temp 4 Jan 2007 05:18:37 -0000 @@ -20,6 +20,7 @@ gettext-h configure.ac: AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.]) +AC_REQUIRE([AC_SYS_LARGEFILE]) Makefile.am: lib_SOURCES += clean-temp.h clean-temp.c - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFnI7+84KuGfSFAYARAgvRAJ9EJ0buGOYaWLbBRguQdvhZRMXrAACg2YaW qIPAt4Jlc9RxkzR7F2D4afQ= =lRHB -----END PGP SIGNATURE-----