changeset 15501:d362847afa5a

largefile: fix typo that regressed large file support With no configure.ac-early, and two configure.ac sections, gnulib-tool only picked up the second (empty) section, and thus completely skipped any AC_SYS_LARGEFILE call altogether. * modules/largefile (configure.ac-early): Fix section name. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Mon, 08 Aug 2011 09:35:14 -0600
parents b3a795f03c75
children 5bbc9e0b9275
files ChangeLog modules/largefile
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-08  Eric Blake  <eblake@redhat.com>
+
+	largefile: fix typo that regressed large file support
+	* modules/largefile (configure.ac-early): Fix section name.
+
 2011-08-06  Karl Berry  <karl@gnu.org>
 
 	* MODULES.html.sh (func_all_files): _Noreturn is no longer
--- a/modules/largefile
+++ b/modules/largefile
@@ -6,7 +6,7 @@
 
 Depends-on:
 
-configure.ac:
+configure.ac-early:
 AC_REQUIRE([AC_SYS_LARGEFILE])
 
 configure.ac: