summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-26 08:25:06 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-26 08:25:06 +0000
commitd8f9241fec4ea21d3a5290483650c66967bc0771 (patch)
treea36dc5a4dcd18909d4c613d7096e61d114438619 /Build
parent51a19b2b56f05db4c0a548cedab2ec5ba3450e52 (diff)
build system update
git-svn-id: svn://tug.org/texlive/trunk@13478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/libs/Makefile.in1
-rwxr-xr-xBuild/source/libs/configure22
-rw-r--r--Build/source/texk/kpathsea/xt.ac13
-rw-r--r--Build/source/texlive.ac2
-rw-r--r--Build/source/utils/Makefile.in1
-rwxr-xr-xBuild/source/utils/configure22
6 files changed, 0 insertions, 61 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in
index b0bd74ff3db..95b20ffca45 100644
--- a/Build/source/libs/Makefile.in
+++ b/Build/source/libs/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/libs/configure b/Build/source/libs/configure
index e3e9ad6a792..021c56a66b8 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -729,7 +729,6 @@ enable_dtl
enable_dvi2tty
enable_dvidvi
enable_dviljk
-enable_dvipdfm
enable_dvipdfmx
enable_dvipng
enable_debug
@@ -1494,7 +1493,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
@@ -2688,26 +2686,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.
diff --git a/Build/source/texk/kpathsea/xt.ac b/Build/source/texk/kpathsea/xt.ac
deleted file mode 100644
index c1f8217ee17..00000000000
--- a/Build/source/texk/kpathsea/xt.ac
+++ /dev/null
@@ -1,13 +0,0 @@
-dnl Included by web2c and xdvik to handle the obsolete --with-x-toolkit option.
-
-AC_ARG_WITH([x-toolkit],
-[ --with-x-toolkit=KIT OBSOLETE: use --with-mf-x-toolkit and/or
- --with-xdvi-x-toolkit instead.],
-[
- AC_MSG_WARN(dnl
-[the --with-x-toolkit option is obsolete; please use --with-mf-x-toolkit
-and/or --with-xdvi-x-toolkit instead. (Assuming default toolkit.)])
- with_xdvi_x_toolkit=yes
- with_mf_x_toolkit=yes
-])
-dnl Included by web2c and xdvik to handle --with-x-toolkit.
diff --git a/Build/source/texlive.ac b/Build/source/texlive.ac
deleted file mode 100644
index c36c7b92ab4..00000000000
--- a/Build/source/texlive.ac
+++ /dev/null
@@ -1,2 +0,0 @@
-: ${with_cxx_runtime_hack=yes}
-export with_cxx_runtime_hack
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.