File source-configure.dif of Package texlive

---
 configure                   |    9 ---------
 configure.ac                |    3 ---
 libs/configure              |    6 ------
 texk/configure              |    6 ------
 texk/dvipdfm-x/configure    |    8 ++++----
 texk/dvipdfm-x/configure.ac |    2 +-
 texk/dvisvgm/ac/libgs.ac    |    3 ---
 utils/configure             |    6 ------
 8 files changed, 5 insertions(+), 38 deletions(-)

--- configure.ac
+++ configure.ac	2016-06-07 12:51:38.568729621 +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	2016-06-07 12:54:03.241986672 +0000
@@ -5273,12 +5273,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/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.
@@ -22181,9 +22175,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	2016-06-07 12:54:22.137628386 +0000
@@ -4471,12 +4471,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/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.
--- texk/configure
+++ texk/configure	2016-06-07 12:54:40.781274871 +0000
@@ -4483,12 +4483,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/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.
--- texk/dvipdfm-x/configure.ac
+++ texk/dvipdfm-x/configure.ac	2016-06-07 12:55:15.332619702 +0000
@@ -7,7 +7,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)], [20160307], [tex-k@tug.org])
+AC_INIT([dvipdfmx (TeX Live)], [20160307], [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	2016-06-07 12:56:53.574756684 +0000
@@ -588,10 +588,10 @@ MFLAGS=
 MAKEFLAGS=
 
 # Identity of this package.
-PACKAGE_NAME='dvipdfm-x (TeX Live)'
-PACKAGE_TARNAME='dvipdfm-x--tex-live-'
+PACKAGE_NAME='dvipdfmx (TeX Live)'
+PACKAGE_TARNAME='dvipdfmx'
 PACKAGE_VERSION='20160307'
-PACKAGE_STRING='dvipdfm-x (TeX Live) 20160307'
+PACKAGE_STRING='dvipdfmx (TeX Live) 20160307'
 PACKAGE_BUGREPORT='tex-k@tug.org'
 PACKAGE_URL=''
 
@@ -8074,7 +8074,7 @@ fi
 
 
 # Define the identity of the package.
- PACKAGE='dvipdfm-x--tex-live-'
+ PACKAGE='dvipdfmx'
  VERSION='20160307'
 
 
--- texk/dvisvgm/ac/libgs.ac
+++ texk/dvisvgm/ac/libgs.ac	2016-06-07 12:51:38.616728710 +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	2016-06-07 12:57:20.806240245 +0000
@@ -4464,12 +4464,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/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.
openSUSE Build Service is sponsored by