diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-13 14:43:15 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-13 14:43:15 +0000 |
commit | 4b03955aab00a38ad11244687daec832f83a350a (patch) | |
tree | 0d638f8a003f7c17642ca0b11779ba01779870ae /Build/source/texk/configure | |
parent | 56cd2a40f239fb8a84ff7fcfa393f449bec2d41d (diff) |
Import dvisvgm-0.8.7
git-svn-id: svn://tug.org/texlive/trunk@16003 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index f54caa8f4d6..5f7c4e9458d 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -694,6 +694,7 @@ enable_timing with_gs enable_dvipos enable_dvipsk +enable_dvisvgm enable_gsftopk enable_lacheck enable_lcdf_typetools @@ -775,6 +776,7 @@ dvipdfmx dvipng dvipos dvipsk +dvisvgm gsftopk lacheck lcdf-typetools @@ -1469,6 +1471,7 @@ Optional Features: --enable-timing Output execution time of dvipng --disable-dvipos do not build the dvipos package --disable-dvipsk do not build the dvipsk package + --disable-dvisvgm do not build the dvisvgm package --disable-gsftopk do not build the gsftopk package --disable-lacheck do not build the lacheck package --disable-lcdf-typetools @@ -2903,6 +2906,31 @@ test "x$enable_dvipsk" = xno || { } +## texk/dvisvgm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/ +## configure options and TL libraries required for dvisvgm +# Check whether --enable-dvisvgm was given. +if test "${enable_dvisvgm+set}" = set; then : + enableval=$enable_dvisvgm; +fi +case $enable_dvisvgm in #( + yes|no) : + ;; #( + *) : + + enable_dvisvgm=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-dvisvgm=$enable_dvisvgm'" >&5 +$as_echo "$as_me: Assuming \`--enable-dvisvgm=$enable_dvisvgm'" >&6;} + ac_configure_args="$ac_configure_args '--enable-dvisvgm=$enable_dvisvgm'" + ;; +esac + +test "x$enable_dvisvgm" = xno || { + need_kpathsea=yes + need_freetype2=yes + need_zlib=yes +} + + ## texk/gsftopk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/gsftopk/ ## configure options and TL libraries required for gsftopk # Check whether --enable-gsftopk was given. @@ -3592,6 +3620,7 @@ test "x$need_gd" = xyes && { ## libs/freetype2/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/freetype2/ +## configure options and TL libraries required for freetype2 # Check whether --with-system-freetype2 was given. if test "${with_system_freetype2+set}" = set; then : @@ -4431,6 +4460,16 @@ if test -x $srcdir/dvipsk/configure; then fi +if test -x $srcdir/dvisvgm/configure; then + test "x$enable_dvisvgm" = xno || SUBTEXK="$SUBTEXK dvisvgm" + DIST_SUBTEXK="$DIST_SUBTEXK dvisvgm" + if false; then + subdirs="$subdirs dvisvgm" + + fi +fi + + if test -x $srcdir/gsftopk/configure; then test "x$enable_gsftopk" = xno || SUBTEXK="$SUBTEXK gsftopk" DIST_SUBTEXK="$DIST_SUBTEXK gsftopk" |