From b68fdf390576139fff64c47bbeada70465f0b9c0 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 3 Sep 2015 06:54:44 +0000 Subject: Integrating gregorio-4.0.0-beta2 git-svn-id: svn://tug.org/texlive/trunk@38285 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/configure | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'Build/source/texk/configure') diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 1bc08b4c435..f0a12aa6f95 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -778,6 +778,7 @@ with_libgs with_system_libgs with_libgs_includes with_libgs_libdir +enable_gregorio enable_gsftopk enable_lcdf_typetools enable_cfftot1 @@ -872,6 +873,7 @@ dvipng dvipos dvipsk dvisvgm +gregorio gsftopk lcdf-typetools makeindexk @@ -1588,6 +1590,7 @@ Optional Features: --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-gregorio do not build the gregorio package --disable-gsftopk do not build the gsftopk package --disable-lcdf-typetools do not build the lcdf-typetools package @@ -4463,6 +4466,28 @@ if test "x$enable_native_texlive_build:$with_system_libgs" = xyes:yes; then as_fn_error $? "you can not use system libraries for a native TeX Live build" "$LINENO" 5 fi +## texk/gregorio/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/gregorio/ +## configure options and TL libraries required for gregorio +# Check whether --enable-gregorio was given. +if test "${enable_gregorio+set}" = set; then : + enableval=$enable_gregorio; +fi +case $enable_gregorio in #( + yes|no) : + ;; #( + *) : + + enable_gregorio=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-gregorio=$enable_gregorio'" >&5 +$as_echo "$as_me: Assuming \`--enable-gregorio=$enable_gregorio'" >&6;} + ac_configure_args="$ac_configure_args '--enable-gregorio=$enable_gregorio'" + ;; +esac + +test "x$enable_gregorio" = xno || { + need_kpathsea=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. @@ -6524,6 +6549,14 @@ if test -x $srcdir/dvisvgm/configure; then fi fi +if test -x $srcdir/gregorio/configure; then + test "x$enable_gregorio" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS gregorio" + CONF_SUBDIRS="$CONF_SUBDIRS gregorio" + if false; then + subdirs="$subdirs gregorio" + + fi +fi if test -x $srcdir/gsftopk/configure; then test "x$enable_gsftopk" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS gsftopk" CONF_SUBDIRS="$CONF_SUBDIRS gsftopk" -- cgit v1.2.3