From 4470580881a7b821b52fb5635102ef3e27aa5af4 Mon Sep 17 00:00:00 2001 From: Eric Blake 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 --- ChangeLog | 5 +++++ modules/largefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 72e761139..3fd0c4766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-08-08 Eric Blake + + largefile: fix typo that regressed large file support + * modules/largefile (configure.ac-early): Fix section name. + 2011-08-06 Karl Berry * MODULES.html.sh (func_all_files): _Noreturn is no longer diff --git a/modules/largefile b/modules/largefile index d4a2e4b11..ca10d480e 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.11.0