Skip to content

Commit

Permalink
build: use largefile module and update to latest gnulib
Browse files Browse the repository at this point in the history
* configure.ac: Remove AC_SYS_LARGEFILE, subsumed by ...
* bootstrap.conf (gnulib_modules): ...this.  Use largefile module.
* gnulib: Update to latest.
  • Loading branch information
Jim Meyering committed Aug 10, 2011
1 parent 8832cf0 commit 3edb801
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions bootstrap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ gnupload
hard-locale
inttostr
inttypes
largefile
maintainer-makefile
manywarnings
mbrtowc
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ AM_MISSING_PROG([HELP2MAN], [help2man])
AC_PROG_RANLIB
gl_EARLY
gl_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
gl_INIT

AC_ARG_ENABLE([gcc-warnings],
Expand Down
2 changes: 1 addition & 1 deletion gnulib
Submodule gnulib updated from 8068b5 to e0a783

0 comments on commit 3edb801

Please sign in to comment.