diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-26 08:25:06 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-26 08:25:06 +0000 |
commit | d8f9241fec4ea21d3a5290483650c66967bc0771 (patch) | |
tree | a36dc5a4dcd18909d4c613d7096e61d114438619 /Build/source/utils | |
parent | 51a19b2b56f05db4c0a548cedab2ec5ba3450e52 (diff) |
build system update
git-svn-id: svn://tug.org/texlive/trunk@13478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rw-r--r-- | Build/source/utils/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/utils/configure | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/Build/source/utils/Makefile.in b/Build/source/utils/Makefile.in index 2b258a9834b..cfc2ef28ad6 100644 --- a/Build/source/utils/Makefile.in +++ b/Build/source/utils/Makefile.in @@ -84,7 +84,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \ $(top_srcdir)/../texk/dvi2tty/ac/withenable.ac \ $(top_srcdir)/../texk/dvidvi/ac/withenable.ac \ $(top_srcdir)/../texk/dviljk/ac/withenable.ac \ - $(top_srcdir)/../texk/dvipdfm/ac/withenable.ac \ $(top_srcdir)/../texk/dvipdfmx/ac/withenable.ac \ $(top_srcdir)/../texk/dvipng/ac/withenable.ac \ $(top_srcdir)/../texk/dvipng/ac/dvipng.ac \ diff --git a/Build/source/utils/configure b/Build/source/utils/configure index 26c9648984f..9cc3507c641 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -729,7 +729,6 @@ enable_dtl enable_dvi2tty enable_dvidvi enable_dviljk -enable_dvipdfm enable_dvipdfmx enable_dvipng enable_debug @@ -1491,7 +1490,6 @@ Optional Features: --disable-dvi2tty do not build the dvi2tty package --disable-dvidvi do not build the dvidvi package --disable-dviljk do not build the dviljk package - --disable-dvipdfm do not build the dvipdfm package --disable-dvipdfmx do not build the dvipdfmx package --disable-dvipng do not build the dvipng package --disable-debug Compile without debug (-d) option @@ -2685,26 +2683,6 @@ test "x$enable_dviljk" = xno || { } -## texk/dvipdfm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipdfm/ -## configure options and TL libraries required for dvipdfm -# Check whether --enable-dvipdfm was given. -if test "${enable_dvipdfm+set}" = set; then - enableval=$enable_dvipdfm; -fi -case $enable_dvipdfm in #( - yes|no);; #( - *) enable_dvipdfm=$enable_all_pkgs - { $as_echo "$as_me:$LINENO: Assuming \`--enable-dvipdfm=$enable_dvipdfm'" >&5 -$as_echo "$as_me: Assuming \`--enable-dvipdfm=$enable_dvipdfm'" >&6;} - ac_configure_args="$ac_configure_args '--enable-dvipdfm=$enable_dvipdfm'";; -esac - -test "x$enable_dvipdfm" = xno || { - need_kpathsea=yes - need_libpng=yes -} - - ## texk/dvipdfmx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipdfmx/ ## configure options and TL libraries required for dvipdfmx # Check whether --enable-dvipdfmx was given. |