diff options
author | Denis Bitouzé <dbitouze@wanadoo.fr> | 2021-02-25 18:23:07 +0000 |
---|---|---|
committer | Denis Bitouzé <dbitouze@wanadoo.fr> | 2021-02-25 18:23:07 +0000 |
commit | c6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch) | |
tree | 1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/m4/kpse-largefile.m4 | |
parent | 07ee7222e389b0777456b427a55c22d0e6ffd267 (diff) |
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/kpse-largefile.m4')
-rw-r--r-- | Build/source/m4/kpse-largefile.m4 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Build/source/m4/kpse-largefile.m4 b/Build/source/m4/kpse-largefile.m4 deleted file mode 100644 index b9af9acee3f..00000000000 --- a/Build/source/m4/kpse-largefile.m4 +++ /dev/null @@ -1,25 +0,0 @@ -# Public macros for the TeX Live (TL) tree. -# Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org> -# -# This file is free software; the copyright holder -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# KPSE_LARGEFILE(MAKE-VAR,[EXTRA-DEFINE]) -# --------------------------------------- -# Append -D's required for largefile support to MAKE-VAR. -AC_DEFUN([KPSE_LARGEFILE], [dnl -AC_REQUIRE([AC_SYS_LARGEFILE])[]dnl -AC_REQUIRE([AC_FUNC_FSEEKO])[]dnl -if test "x$enable_largefile" != xno; then - AS_CASE([$ac_cv_sys_file_offset_bits], - [no], [], - [unknown], [AS_CASE([$ac_cv_sys_large_files], - [no | unknown], [], - [$1="$$1 -D_LARGE_FILES"])], - [$1="$$1 m4_ifval([$2], [-D$2 ])-D_FILE_OFFSET_BITS=64"]) -fi -AS_CASE([$ac_cv_sys_largefile_source], - [no | unknown], [], - [$1="$$1 -D_LARGEFILE_SOURCE"]) -]) # KPSE_LARGEFILE |