largefile: fix typo that regressed large file support
authorEric Blake <eblake@redhat.com>
Mon, 8 Aug 2011 15:35:14 +0000 (09:35 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 8 Aug 2011 15:35:14 +0000 (09:35 -0600)
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
modules/largefile

index 72e7611..3fd0c47 100644 (file)
--- 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
index d4a2e4b..ca10d48 100644 (file)
@@ -6,7 +6,7 @@ m4/largefile.m4
 
 Depends-on:
 
-configure.ac:
+configure.ac-early:
 AC_REQUIRE([AC_SYS_LARGEFILE])
 
 configure.ac: