summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng/ac
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/texk/dvipng/ac
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (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/texk/dvipng/ac')
-rw-r--r--Build/source/texk/dvipng/ac/dvipng.ac18
-rw-r--r--Build/source/texk/dvipng/ac/withenable.ac8
2 files changed, 0 insertions, 26 deletions
diff --git a/Build/source/texk/dvipng/ac/dvipng.ac b/Build/source/texk/dvipng/ac/dvipng.ac
deleted file mode 100644
index 27d4bf31525..00000000000
--- a/Build/source/texk/dvipng/ac/dvipng.ac
+++ /dev/null
@@ -1,18 +0,0 @@
-## texk/dvipng/ac/dvipng.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipng/
-dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
-dnl You may freely use, modify and/or distribute this file.
-dnl
-## configure options for dvipng
-m4_define_default([kpse_indent_26], [26])[]dnl
-AC_ARG_ENABLE([debug],
- AC_HELP_STRING([--disable-debug],
- [Compile without debug (-d) option],
- kpse_indent_26))
-AC_ARG_ENABLE([timing],
- AC_HELP_STRING([--enable-timing],
- [Output execution time of dvipng],
- kpse_indent_26))
-AC_ARG_WITH([gs],
- AC_HELP_STRING([--with-gs=/PATH/TO/gs],
- [Hard-wire the location of GhostScript]))
diff --git a/Build/source/texk/dvipng/ac/withenable.ac b/Build/source/texk/dvipng/ac/withenable.ac
deleted file mode 100644
index c29e49af72f..00000000000
--- a/Build/source/texk/dvipng/ac/withenable.ac
+++ /dev/null
@@ -1,8 +0,0 @@
-## texk/dvipng/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipng/
-dnl
-dnl Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
-dnl You may freely use, modify and/or distribute this file.
-dnl
-## configure options and TL libraries required for dvipng
-KPSE_ENABLE_PROG([dvipng], [kpathsea gd])
-m4_include(kpse_TL[texk/dvipng/ac/dvipng.ac])