From 4470580881a7b821b52fb5635102ef3e27aa5af4 Mon Sep 17 00:00:00 2001
From: Eric Blake <eblake@redhat.com>
Date: Mon, 8 Aug 2011 09:35:14 -0600
Subject: [PATCH] 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>
---
 ChangeLog         | 5 +++++
 modules/largefile | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 72e7611391..3fd0c4766a 100644
--- 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
diff --git a/modules/largefile b/modules/largefile
index d4a2e4b113..ca10d480ea 100644
--- a/modules/largefile
+++ b/modules/largefile
@@ -6,7 +6,7 @@ m4/largefile.m4
 
 Depends-on:
 
-configure.ac:
+configure.ac-early:
 AC_REQUIRE([AC_SYS_LARGEFILE])
 
 configure.ac:
-- 
2.30.2