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/libs/Makefile.in | 1 + Build/source/libs/configure | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) (limited to 'Build/source/libs') diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index 009a139ffc3..e14c0c92be2 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -152,6 +152,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../texk/dvisvgm/ac/withenable.ac \ $(top_srcdir)/../texk/dvisvgm/ac/dvisvgm.ac \ $(top_srcdir)/../texk/dvisvgm/ac/libgs.ac \ + $(top_srcdir)/../texk/gregorio/ac/withenable.ac \ $(top_srcdir)/../texk/gsftopk/ac/withenable.ac \ $(top_srcdir)/../texk/lcdf-typetools/ac/withenable.ac \ $(top_srcdir)/../texk/lcdf-typetools/ac/lcdf-typetools.ac \ diff --git a/Build/source/libs/configure b/Build/source/libs/configure index b1272113389..5798c96ddd3 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/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 @@ -1578,6 +1579,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 @@ -4453,6 +4455,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. -- cgit v1.2.3