diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-09-03 06:54:44 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-09-03 06:54:44 +0000 |
commit | b68fdf390576139fff64c47bbeada70465f0b9c0 (patch) | |
tree | 9bf81f6d7cc901d45cf1ec694da05a8a8501f8a5 /Build/source/configure | |
parent | a566129f4c9eb331f64cb35747f858517a9a9571 (diff) |
Integrating gregorio-4.0.0-beta2
git-svn-id: svn://tug.org/texlive/trunk@38285 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/configure b/Build/source/configure index c805f8f194c..2cc336b4276 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -867,6 +867,7 @@ with_libgs with_system_libgs with_libgs_includes with_libgs_libdir +enable_gregorio enable_gsftopk enable_lcdf_typetools enable_cfftot1 @@ -1673,6 +1674,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 @@ -5255,6 +5257,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. |