--- configure | 9 --------- configure.ac | 3 --- libs/configure | 6 ------ texk/configure | 6 ------ texk/dvipdfm-x/configure | 2 +- texk/dvipdfm-x/configure.ac | 2 +- texk/dvisvgm/ac/libgs.ac | 3 --- utils/configure | 6 ------ 8 files changed, 2 insertions(+), 35 deletions(-) --- configure.ac +++ configure.ac 2011-09-13 14:11:39.000000000 +0000 @@ -126,9 +126,6 @@ KPSE_FOR_PKGS([sys_libs], [m4_sinclude([ if test "x$syslib_status" = xno; then AC_MSG_ERROR([some requested system libraries failed]) fi -if test "x$syslib_used:$enable_native_texlive_build" = xyes:yes; then - AC_MSG_ERROR([you can not use system libraries for a native TeX Live build]) -fi KPSE_RESTORE_FLAGS AM_CONDITIONAL([cross], [test "x$cross_compiling" = xyes]) --- configure +++ configure 2015-03-26 09:27:45.318018917 +0000 @@ -5087,12 +5087,6 @@ if test "${with_libgs_libdir+set}" = set fi -## texk/dvisvgm/ac/libgs.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/ -## configure checks for dvisvgm and libgs -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/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. @@ -21190,9 +21184,6 @@ fi if test "x$syslib_status" = xno; then as_fn_error $? "some requested system libraries failed" "$LINENO" 5 fi -if test "x$syslib_used:$enable_native_texlive_build" = xyes:yes; then - as_fn_error $? "you can not use system libraries for a native TeX Live build" "$LINENO" 5 -fi CPPFLAGS=$kpse_save_CPPFLAGS LIBS=$kpse_save_LIBS --- libs/configure +++ libs/configure 2015-03-26 09:28:44.382019625 +0000 @@ -4337,12 +4337,6 @@ if test "${with_libgs_libdir+set}" = set fi -## texk/dvisvgm/ac/libgs.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/ -## configure checks for dvisvgm and libgs -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/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. --- texk/configure +++ texk/configure 2015-03-26 09:37:13.349518912 +0000 @@ -4350,12 +4350,6 @@ if test "${with_libgs_libdir+set}" = set fi -## texk/dvisvgm/ac/libgs.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/ -## configure checks for dvisvgm and libgs -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/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. --- texk/dvipdfm-x/configure.ac +++ texk/dvipdfm-x/configure.ac 2015-03-26 09:30:34.909518259 +0000 @@ -6,7 +6,7 @@ dnl This file is free software; the co dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -AC_INIT([dvipdfm-x (TeX Live)], [20140317], [tex-k@tug.org]) +AC_INIT([dvipdfmx (TeX Live)], [20140317], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([agl.c]) AC_CONFIG_AUX_DIR([../../build-aux]) --- texk/dvipdfm-x/configure +++ texk/dvipdfm-x/configure 2015-03-26 09:36:34.993519313 +0000 @@ -7892,7 +7892,7 @@ fi # Define the identity of the package. - PACKAGE='dvipdfm-x--tex-live-' + PACKAGE='dvipdfmx' VERSION='20140317' --- texk/dvisvgm/ac/libgs.ac +++ texk/dvisvgm/ac/libgs.ac 2011-09-13 14:12:03.000000000 +0000 @@ -4,6 +4,3 @@ dnl Copyright (C) 2009 Peter Breitenlohn dnl You may freely use, modify and/or distribute this file. dnl ## configure checks for dvisvgm and libgs -if test "x$enable_native_texlive_build:$with_system_libgs" = xyes:yes; then - AC_MSG_ERROR([you can not use system libraries for a native TeX Live build]) -fi --- utils/configure +++ utils/configure 2015-03-26 09:37:31.906018530 +0000 @@ -4329,12 +4329,6 @@ if test "${with_libgs_libdir+set}" = set fi -## texk/dvisvgm/ac/libgs.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/ -## configure checks for dvisvgm and libgs -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/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.