From 3abca69ae2714caba89314bd9d7c003b10801c6c Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 24 Oct 2013 14:26:46 +0000 Subject: libs/paper: Add libpaper 1.1.24+nmu2 git-svn-id: svn://tug.org/texlive/trunk@31986 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/configure | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'Build/source/texk/configure') diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 0ff97ea4ff8..af91b2504f4 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -822,6 +822,9 @@ with_gd_includes with_gd_libdir with_system_freetype2 with_system_libpng +with_system_paper +with_paper_includes +with_paper_libdir with_system_zlib with_zlib_includes with_zlib_libdir @@ -1688,6 +1691,10 @@ Optional Packages: (requires freetype-config) --with-system-libpng use installed libpng headers and library (requires pkg-config) + --with-system-paper use installed paper headers and library + --with-paper-includes=DIR + paper headers installed in DIR + --with-paper-libdir=DIR paper library installed in DIR --with-system-zlib use installed zlib headers and library --with-zlib-includes=DIR zlib headers installed in DIR @@ -5181,6 +5188,36 @@ test "x$need_libpng" = xyes && { need_zlib=yes } +## libs/paper/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/paper/ +## configure options and TL libraries required for paper + +# Check whether --with-system-paper was given. +if test "${with_system_paper+set}" = set; then : + withval=$with_system_paper; +fi + +# Check whether --with-paper-includes was given. +if test "${with_paper_includes+set}" = set; then : + withval=$with_paper_includes; +fi + +# Check whether --with-paper-libdir was given. +if test "${with_paper_libdir+set}" = set; then : + withval=$with_paper_libdir; +fi +if test "x$with_system_paper" = x; then + if test -f $srcdir/../libs/paper/configure; then + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`paper' headers and library from TL tree" >&5 +$as_echo "$as_me: Assuming \`paper' headers and library from TL tree" >&6;} + with_system_paper=no + else + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming installed \`paper' headers and library" >&5 +$as_echo "$as_me: Assuming installed \`paper' headers and library" >&6;} + with_system_paper=yes + fi + ac_configure_args="$ac_configure_args '--with-system-paper=$with_system_paper'" +fi + ## libs/lua52/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/lua52/ ## configure options and TL libraries required for lua52 -- cgit v1.2.3