diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-03-04 15:40:50 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-03-04 15:40:50 +0000 |
commit | 972561d9678987af1cd222c8697ad3d4651867a7 (patch) | |
tree | 599cf642f06bfda2a7766f2cee6819de5f3e6c3b /Build/source/texk/kpathsea/common.ac | |
parent | 621311703ee3ada314ee131fa479786e3ee0c88c (diff) |
more autotools updates, add large file support
git-svn-id: svn://tug.org/texlive/trunk@6846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/common.ac')
-rw-r--r-- | Build/source/texk/kpathsea/common.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/common.ac b/Build/source/texk/kpathsea/common.ac index f2e73b6f7e9..793715a7384 100644 --- a/Build/source/texk/kpathsea/common.ac +++ b/Build/source/texk/kpathsea/common.ac @@ -14,6 +14,9 @@ sinclude(../libtool.m4) AC_PROG_LIBTOOL +AC_SYS_LARGEFILE +AC_FUNC_FSEEKO + AC_HEADER_DIRENT AC_HEADER_STDC AC_FUNC_CLOSEDIR_VOID |