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>
+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
Depends-on:
-configure.ac:
+configure.ac-early:
AC_REQUIRE([AC_SYS_LARGEFILE])
configure.ac: