summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng/ac
diff options
context:
space:
mode:
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])