bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: clean-temp and large files


From: Eric Blake
Subject: Re: clean-temp and large files
Date: Wed, 03 Jan 2007 22:22:06 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666

-----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  <address@hidden>

        * 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             address@hidden
-----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-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]