diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 09:14:51 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 09:14:51 +0000 |
commit | 61188c7d28820c6dfb0d7bd90f29e235ffdc5435 (patch) | |
tree | c87a37848960066653c9fb4ab7490ba6337184bc /Build/source/texk/dvipng/ac | |
parent | 2eec8af74453f6a52c6cba1ff56bea80e4196e67 (diff) |
dvipng: now without t1lib
git-svn-id: svn://tug.org/texlive/trunk@30889 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng/ac')
-rw-r--r-- | Build/source/texk/dvipng/ac/withenable.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipng/ac/withenable.ac b/Build/source/texk/dvipng/ac/withenable.ac index 07865f537fb..c29e49af72f 100644 --- a/Build/source/texk/dvipng/ac/withenable.ac +++ b/Build/source/texk/dvipng/ac/withenable.ac @@ -1,8 +1,8 @@ ## texk/dvipng/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipng/ dnl -dnl Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> +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 t1lib]) +KPSE_ENABLE_PROG([dvipng], [kpathsea gd]) m4_include(kpse_TL[texk/dvipng/ac/dvipng.ac]) |