summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-10-10 07:16:54 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-10-10 07:16:54 +0000
commit9ca480758d9c1627299b19f1cb7419c84b57980f (patch)
treec074a72701f339181bc7dce7e0fcefa304cf145a /Build/source/libs/configure
parent797af7cfbc26309d5da4a63df5c0353bca06ed7c (diff)
libs/obsdcompat: No longer used and therefore removed
git-svn-id: svn://tug.org/texlive/trunk@27934 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-xBuild/source/libs/configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 1d23a9e6fef..f4ca2d696a7 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -852,7 +852,6 @@ gd
freetype2
freetype
t1lib
-obsdcompat
libpng
zlib'
@@ -3652,7 +3651,6 @@ fi
test "x$enable_web2c:$enable_pdftex" = xyes:yes && {
need_xpdf=yes
need_libpng=yes
- need_obsdcompat=yes
}
# Check whether --enable-luatex was given.
if test "${enable_luatex+set}" = set; then :
@@ -3668,7 +3666,6 @@ esac
test "x$enable_web2c:$enable_luatex" = xyes:yes && {
need_poppler=yes
need_libpng=yes
- need_obsdcompat=yes
need_zziplib=yes
}
# Check whether --enable-xetex was given.
@@ -4975,10 +4972,6 @@ $as_echo "$as_me: Assuming installed \`t1lib' headers and library" >&6;}
fi
-## libs/obsdcompat/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/obsdcompat/
-## configure options and TL libraries required for obsdcompat
-
-
## libs/libpng/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/libpng/
## configure options and TL libraries required for libpng
@@ -6005,19 +5998,6 @@ if test -x $srcdir/t1lib/configure; then
fi
-if test -x $srcdir/obsdcompat/configure; then
- if test "x$with_system_obsdcompat" != xyes && \
- test "x$need_obsdcompat" = xyes; then
- SUBLIBS="obsdcompat $SUBLIBS"
- fi
- DIST_SUBLIBS="obsdcompat $DIST_SUBLIBS"
- if false; then
- subdirs="$subdirs obsdcompat"
-
- fi
-fi
-
-
if test -x $srcdir/libpng/configure; then
if test "x$with_system_libpng" != xyes && \
test "x$need_libpng" = xyes; then