# HG changeset patch # User Eric Blake # Date 1312817714 21600 # Node ID d362847afa5a893dfa346794075f9d33e9282a2a # Parent b3a795f03c75996939b650388c1d4bd9c72fd263 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 diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/largefile +++ b/modules/largefile @@ -6,7 +6,7 @@ Depends-on: -configure.ac: +configure.ac-early: AC_REQUIRE([AC_SYS_LARGEFILE]) configure.ac: