texlive[43246] Build/source/utils: eliminate extra dvisvgm.ac and

commits+karl at tug.org commits+karl at tug.org
Thu Feb 16 19:45:03 CET 2017


Revision: 43246
          http://tug.org/svn/texlive?view=revision&revision=43246
Author:   karl
Date:     2017-02-16 19:45:03 +0100 (Thu, 16 Feb 2017)
Log Message:
-----------
eliminate extra dvisvgm.ac and libgs.ac from configure; peb email -> tex-live at tug.org

Modified Paths:
--------------
    trunk/Build/source/Makefile.in
    trunk/Build/source/configure
    trunk/Build/source/doc/Makefile.in
    trunk/Build/source/libs/Makefile.in
    trunk/Build/source/libs/configure
    trunk/Build/source/texk/ChangeLog
    trunk/Build/source/texk/Makefile.in
    trunk/Build/source/texk/configure
    trunk/Build/source/texk/configure.ac
    trunk/Build/source/texk/dvisvgm/ChangeLog
    trunk/Build/source/texk/dvisvgm/ac/withenable.ac
    trunk/Build/source/utils/Makefile.in
    trunk/Build/source/utils/configure

Property Changed:
----------------
    trunk/Build/source/texk/configure.ac
    trunk/Build/source/texk/dvisvgm/ac/withenable.ac

Modified: trunk/Build/source/Makefile.in
===================================================================
--- trunk/Build/source/Makefile.in	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/Makefile.in	2017-02-16 18:45:03 UTC (rev 43246)
@@ -153,8 +153,6 @@
 	$(top_srcdir)/texk/dvipos/ac/withenable.ac \
 	$(top_srcdir)/texk/dvipsk/ac/withenable.ac \
 	$(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 \
@@ -287,9 +285,10 @@
 	$(top_srcdir)/build-aux/install-sh \
 	$(top_srcdir)/build-aux/ltmain.sh \
 	$(top_srcdir)/build-aux/missing ChangeLog README \
-	build-aux/compile build-aux/config.guess build-aux/config.sub \
-	build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
-	build-aux/missing build-aux/texinfo.tex build-aux/ylwrap
+	build-aux/ar-lib build-aux/compile build-aux/config.guess \
+	build-aux/config.sub build-aux/depcomp build-aux/install-sh \
+	build-aux/ltmain.sh build-aux/missing build-aux/texinfo.tex \
+	build-aux/ylwrap
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)

Modified: trunk/Build/source/configure
===================================================================
--- trunk/Build/source/configure	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/configure	2017-02-16 18:45:03 UTC (rev 43246)
@@ -864,10 +864,6 @@
 enable_dvipos
 enable_dvipsk
 enable_dvisvgm
-with_libgs
-with_system_libgs
-with_libgs_includes
-with_libgs_libdir
 enable_gregorio
 enable_gsftopk
 enable_lcdf_typetools
@@ -1749,12 +1745,6 @@
                           [texworks --position=%d "%s"]
   --with-mf-x-toolkit     use X toolkit for METAFONT
   --with-gs=/PATH/TO/gs   Hard-wire the location of GhostScript
-  --without-libgs         build dvisvgm without PostScript support
-  --with-system-libgs     build dvisvgm with installed gs headers and library
-                          [default: no]
-  --with-libgs-includes=DIR
-                          libgs headers installed in DIR
-  --with-libgs-libdir=DIR libgs library installed in DIR
   --with-xdvi-x-toolkit=KIT
                           Use toolkit KIT (motif/xaw/xaw3d/neXtaw) for xdvi
                           [default: Motif if available, else Xaw]
@@ -5221,7 +5211,8 @@
   need_kpathsea=yes
 }
 
-## texk/dvisvgm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
+# $Id$
+# texk/dvisvgm/ac/withenable.ac: configure.ac fragment
 ## configure options and TL libraries required for dvisvgm
 # Check whether --enable-dvisvgm was given.
 if test "${enable_dvisvgm+set}" = set; then :
@@ -5246,39 +5237,6 @@
   need_zlib=yes
 }
 
-## texk/dvisvgm/ac/dvisvgm.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
-## configure options for dvisvgm
-
-# Check whether --with-libgs was given.
-if test "${with_libgs+set}" = set; then :
-  withval=$with_libgs;
-fi
-
-
-# Check whether --with-system-libgs was given.
-if test "${with_system_libgs+set}" = set; then :
-  withval=$with_system_libgs;
-fi
-
-
-# Check whether --with-libgs-includes was given.
-if test "${with_libgs_includes+set}" = set; then :
-  withval=$with_libgs_includes;
-fi
-
-
-# Check whether --with-libgs-libdir was given.
-if test "${with_libgs_libdir+set}" = set; then :
-  withval=$with_libgs_libdir;
-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.

Modified: trunk/Build/source/doc/Makefile.in
===================================================================
--- trunk/Build/source/doc/Makefile.in	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/doc/Makefile.in	2017-02-16 18:45:03 UTC (rev 43246)
@@ -153,8 +153,6 @@
 	$(top_srcdir)/texk/dvipos/ac/withenable.ac \
 	$(top_srcdir)/texk/dvipsk/ac/withenable.ac \
 	$(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 \

Modified: trunk/Build/source/libs/Makefile.in
===================================================================
--- trunk/Build/source/libs/Makefile.in	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/libs/Makefile.in	2017-02-16 18:45:03 UTC (rev 43246)
@@ -151,8 +151,6 @@
 	$(top_srcdir)/../texk/dvipos/ac/withenable.ac \
 	$(top_srcdir)/../texk/dvipsk/ac/withenable.ac \
 	$(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 \
@@ -265,11 +263,12 @@
 	$(top_srcdir)/../build-aux/config.guess \
 	$(top_srcdir)/../build-aux/config.sub \
 	$(top_srcdir)/../build-aux/install-sh \
-	$(top_srcdir)/../build-aux/missing ../build-aux/compile \
-	../build-aux/config.guess ../build-aux/config.sub \
-	../build-aux/depcomp ../build-aux/install-sh \
-	../build-aux/ltmain.sh ../build-aux/missing \
-	../build-aux/texinfo.tex ../build-aux/ylwrap ChangeLog README
+	$(top_srcdir)/../build-aux/missing ../build-aux/ar-lib \
+	../build-aux/compile ../build-aux/config.guess \
+	../build-aux/config.sub ../build-aux/depcomp \
+	../build-aux/install-sh ../build-aux/ltmain.sh \
+	../build-aux/missing ../build-aux/texinfo.tex \
+	../build-aux/ylwrap ChangeLog README
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)

Modified: trunk/Build/source/libs/configure
===================================================================
--- trunk/Build/source/libs/configure	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/libs/configure	2017-02-16 18:45:03 UTC (rev 43246)
@@ -775,10 +775,6 @@
 enable_dvipos
 enable_dvipsk
 enable_dvisvgm
-with_libgs
-with_system_libgs
-with_libgs_includes
-with_libgs_libdir
 enable_gregorio
 enable_gsftopk
 enable_lcdf_typetools
@@ -1648,12 +1644,6 @@
                           [texworks --position=%d "%s"]
   --with-mf-x-toolkit     use X toolkit for METAFONT
   --with-gs=/PATH/TO/gs   Hard-wire the location of GhostScript
-  --without-libgs         build dvisvgm without PostScript support
-  --with-system-libgs     build dvisvgm with installed gs headers and library
-                          [default: no]
-  --with-libgs-includes=DIR
-                          libgs headers installed in DIR
-  --with-libgs-libdir=DIR libgs library installed in DIR
   --with-xdvi-x-toolkit=KIT
                           Use toolkit KIT (motif/xaw/xaw3d/neXtaw) for xdvi
                           [default: Motif if available, else Xaw]
@@ -4419,7 +4409,8 @@
   need_kpathsea=yes
 }
 
-## texk/dvisvgm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
+# $Id$
+# texk/dvisvgm/ac/withenable.ac: configure.ac fragment
 ## configure options and TL libraries required for dvisvgm
 # Check whether --enable-dvisvgm was given.
 if test "${enable_dvisvgm+set}" = set; then :
@@ -4444,39 +4435,6 @@
   need_zlib=yes
 }
 
-## texk/dvisvgm/ac/dvisvgm.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
-## configure options for dvisvgm
-
-# Check whether --with-libgs was given.
-if test "${with_libgs+set}" = set; then :
-  withval=$with_libgs;
-fi
-
-
-# Check whether --with-system-libgs was given.
-if test "${with_system_libgs+set}" = set; then :
-  withval=$with_system_libgs;
-fi
-
-
-# Check whether --with-libgs-includes was given.
-if test "${with_libgs_includes+set}" = set; then :
-  withval=$with_libgs_includes;
-fi
-
-
-# Check whether --with-libgs-libdir was given.
-if test "${with_libgs_libdir+set}" = set; then :
-  withval=$with_libgs_libdir;
-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.

Modified: trunk/Build/source/texk/ChangeLog
===================================================================
--- trunk/Build/source/texk/ChangeLog	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/texk/ChangeLog	2017-02-16 18:45:03 UTC (rev 43246)
@@ -1,3 +1,7 @@
+2017-02-16  Karl Berry  <karl at freefriends.org>
+
+	* configure.ac (AC_INIT): tex-live at tug.org instead of peb.
+
 2016-01-16  Karl Berry  <karl at tug.org>
 
 	(web2c/Makefile): do not try to make the nonexistent subtexk target.
@@ -1097,3 +1101,5 @@
 	* Makefile.in (*install*): Only do program directories.
 	(most targets): Add `else true' for stupid sh's.
 	* README: Update appropriately.
+
+(This ChangeLog file public domain.)

Modified: trunk/Build/source/texk/Makefile.in
===================================================================
--- trunk/Build/source/texk/Makefile.in	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/texk/Makefile.in	2017-02-16 18:45:03 UTC (rev 43246)
@@ -151,8 +151,6 @@
 	$(top_srcdir)/../texk/dvipos/ac/withenable.ac \
 	$(top_srcdir)/../texk/dvipsk/ac/withenable.ac \
 	$(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 \
@@ -265,11 +263,12 @@
 	$(top_srcdir)/../build-aux/config.guess \
 	$(top_srcdir)/../build-aux/config.sub \
 	$(top_srcdir)/../build-aux/install-sh \
-	$(top_srcdir)/../build-aux/missing ../build-aux/compile \
-	../build-aux/config.guess ../build-aux/config.sub \
-	../build-aux/depcomp ../build-aux/install-sh \
-	../build-aux/ltmain.sh ../build-aux/missing \
-	../build-aux/texinfo.tex ../build-aux/ylwrap ChangeLog README
+	$(top_srcdir)/../build-aux/missing ../build-aux/ar-lib \
+	../build-aux/compile ../build-aux/config.guess \
+	../build-aux/config.sub ../build-aux/depcomp \
+	../build-aux/install-sh ../build-aux/ltmain.sh \
+	../build-aux/missing ../build-aux/texinfo.tex \
+	../build-aux/ylwrap ChangeLog README
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)

Modified: trunk/Build/source/texk/configure
===================================================================
--- trunk/Build/source/texk/configure	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/texk/configure	2017-02-16 18:45:03 UTC (rev 43246)
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for TeX Live texk 2017/dev.
 #
-# Report bugs to <peb at mppmu.mpg.de>.
+# Report bugs to <tex-live at tug.org>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -265,7 +265,7 @@
     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
-    $as_echo "$0: Please tell bug-autoconf at gnu.org and peb at mppmu.mpg.de
+    $as_echo "$0: Please tell bug-autoconf at gnu.org and tex-live at tug.org
 $0: about your system, including any error possibly output
 $0: before this message. Then install a modern shell, or
 $0: manually run the script under such a shell if you do
@@ -581,7 +581,7 @@
 PACKAGE_TARNAME='tex-live-texk'
 PACKAGE_VERSION='2017/dev'
 PACKAGE_STRING='TeX Live texk 2017/dev'
-PACKAGE_BUGREPORT='peb at mppmu.mpg.de'
+PACKAGE_BUGREPORT='tex-live at tug.org'
 PACKAGE_URL=''
 
 ac_unique_file="../build-aux/missing"
@@ -775,10 +775,6 @@
 enable_dvipos
 enable_dvipsk
 enable_dvisvgm
-with_libgs
-with_system_libgs
-with_libgs_includes
-with_libgs_libdir
 enable_gregorio
 enable_gsftopk
 enable_lcdf_typetools
@@ -1660,12 +1656,6 @@
                           [texworks --position=%d "%s"]
   --with-mf-x-toolkit     use X toolkit for METAFONT
   --with-gs=/PATH/TO/gs   Hard-wire the location of GhostScript
-  --without-libgs         build dvisvgm without PostScript support
-  --with-system-libgs     build dvisvgm with installed gs headers and library
-                          [default: no]
-  --with-libgs-includes=DIR
-                          libgs headers installed in DIR
-  --with-libgs-libdir=DIR libgs library installed in DIR
   --with-xdvi-x-toolkit=KIT
                           Use toolkit KIT (motif/xaw/xaw3d/neXtaw) for xdvi
                           [default: Motif if available, else Xaw]
@@ -1732,7 +1722,7 @@
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <peb at mppmu.mpg.de>.
+Report bugs to <tex-live at tug.org>.
 _ACEOF
 ac_status=$?
 fi
@@ -4431,7 +4421,8 @@
   need_kpathsea=yes
 }
 
-## texk/dvisvgm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
+# $Id$
+# texk/dvisvgm/ac/withenable.ac: configure.ac fragment
 ## configure options and TL libraries required for dvisvgm
 # Check whether --enable-dvisvgm was given.
 if test "${enable_dvisvgm+set}" = set; then :
@@ -4456,39 +4447,6 @@
   need_zlib=yes
 }
 
-## texk/dvisvgm/ac/dvisvgm.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
-## configure options for dvisvgm
-
-# Check whether --with-libgs was given.
-if test "${with_libgs+set}" = set; then :
-  withval=$with_libgs;
-fi
-
-
-# Check whether --with-system-libgs was given.
-if test "${with_system_libgs+set}" = set; then :
-  withval=$with_system_libgs;
-fi
-
-
-# Check whether --with-libgs-includes was given.
-if test "${with_libgs_includes+set}" = set; then :
-  withval=$with_libgs_includes;
-fi
-
-
-# Check whether --with-libgs-libdir was given.
-if test "${with_libgs_libdir+set}" = set; then :
-  withval=$with_libgs_libdir;
-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.
@@ -7351,7 +7309,7 @@
 Configuration commands:
 $config_commands
 
-Report bugs to <peb at mppmu.mpg.de>."
+Report bugs to <tex-live at tug.org>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1

Modified: trunk/Build/source/texk/configure.ac
===================================================================
--- trunk/Build/source/texk/configure.ac	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/texk/configure.ac	2017-02-16 18:45:03 UTC (rev 43246)
@@ -1,6 +1,8 @@
+# $Id$
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl   Copyright (C) 2009-2013 Peter Breitenlohner <tex-live at tug.org>
+dnl   Copyright 2017      Karl Berry <tex-live at tug.org>
+dnl   Copyright 2009-2013 Peter Breitenlohner <tex-live at tug.org>
 dnl
 dnl   This file is free software; the copyright holder
 dnl   gives unlimited permission to copy and/or distribute it,
@@ -7,7 +9,7 @@
 dnl   with or without modifications, as long as this notice is preserved.
 dnl
 m4_include([../version.ac])[] dnl define tex_live_version
-AC_INIT([TeX Live texk], tex_live_version(), [peb at mppmu.mpg.de])
+AC_INIT([TeX Live texk], tex_live_version(), [tex-live at tug.org])
 AC_PREREQ([2.65])
 AC_CONFIG_SRCDIR([../build-aux/missing])
 AC_CONFIG_AUX_DIR([../build-aux])


Property changes on: trunk/Build/source/texk/configure.ac
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/Build/source/texk/dvisvgm/ChangeLog
===================================================================
--- trunk/Build/source/texk/dvisvgm/ChangeLog	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/texk/dvisvgm/ChangeLog	2017-02-16 18:45:03 UTC (rev 43246)
@@ -1,3 +1,7 @@
+2017-02-16  Karl Berry  <karl at freefriends.org>
+
+	* ac/withenable.ac: just KPSE_ENABLE_PROG.
+
 2017-02-13  Karl Berry  <karl at tug.org>
 
 	* Import 2.1.2 with follow-up patches from Martin.

Modified: trunk/Build/source/texk/dvisvgm/ac/withenable.ac
===================================================================
--- trunk/Build/source/texk/dvisvgm/ac/withenable.ac	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/texk/dvisvgm/ac/withenable.ac	2017-02-16 18:45:03 UTC (rev 43246)
@@ -1,9 +1,9 @@
-## texk/dvisvgm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
+# $Id$
+# texk/dvisvgm/ac/withenable.ac: configure.ac fragment
 dnl
-dnl Copyright (C) 2009-2013 Peter Breitenlohner <tex-live at tug.org>
+dnl Copyright 2017      Karl Berry <tex-live at tug.org>
+dnl Copyright 2009-2013 Peter Breitenlohner <tex-live at tug.org>
 dnl You may freely use, modify and/or distribute this file.
 dnl
 ## configure options and TL libraries required for dvisvgm
 KPSE_ENABLE_PROG([dvisvgm], [kpathsea potrace freetype2 zlib])
-m4_include(kpse_TL[texk/dvisvgm/ac/dvisvgm.ac])
-m4_include(kpse_TL[texk/dvisvgm/ac/libgs.ac])


Property changes on: trunk/Build/source/texk/dvisvgm/ac/withenable.ac
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/Build/source/utils/Makefile.in
===================================================================
--- trunk/Build/source/utils/Makefile.in	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/utils/Makefile.in	2017-02-16 18:45:03 UTC (rev 43246)
@@ -151,8 +151,6 @@
 	$(top_srcdir)/../texk/dvipos/ac/withenable.ac \
 	$(top_srcdir)/../texk/dvipsk/ac/withenable.ac \
 	$(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 \
@@ -265,11 +263,12 @@
 	$(top_srcdir)/../build-aux/config.guess \
 	$(top_srcdir)/../build-aux/config.sub \
 	$(top_srcdir)/../build-aux/install-sh \
-	$(top_srcdir)/../build-aux/missing ../build-aux/compile \
-	../build-aux/config.guess ../build-aux/config.sub \
-	../build-aux/depcomp ../build-aux/install-sh \
-	../build-aux/ltmain.sh ../build-aux/missing \
-	../build-aux/texinfo.tex ../build-aux/ylwrap ChangeLog README
+	$(top_srcdir)/../build-aux/missing ../build-aux/ar-lib \
+	../build-aux/compile ../build-aux/config.guess \
+	../build-aux/config.sub ../build-aux/depcomp \
+	../build-aux/install-sh ../build-aux/ltmain.sh \
+	../build-aux/missing ../build-aux/texinfo.tex \
+	../build-aux/ylwrap ChangeLog README
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)

Modified: trunk/Build/source/utils/configure
===================================================================
--- trunk/Build/source/utils/configure	2017-02-16 17:58:38 UTC (rev 43245)
+++ trunk/Build/source/utils/configure	2017-02-16 18:45:03 UTC (rev 43246)
@@ -775,10 +775,6 @@
 enable_dvipos
 enable_dvipsk
 enable_dvisvgm
-with_libgs
-with_system_libgs
-with_libgs_includes
-with_libgs_libdir
 enable_gregorio
 enable_gsftopk
 enable_lcdf_typetools
@@ -1641,12 +1637,6 @@
                           [texworks --position=%d "%s"]
   --with-mf-x-toolkit     use X toolkit for METAFONT
   --with-gs=/PATH/TO/gs   Hard-wire the location of GhostScript
-  --without-libgs         build dvisvgm without PostScript support
-  --with-system-libgs     build dvisvgm with installed gs headers and library
-                          [default: no]
-  --with-libgs-includes=DIR
-                          libgs headers installed in DIR
-  --with-libgs-libdir=DIR libgs library installed in DIR
   --with-xdvi-x-toolkit=KIT
                           Use toolkit KIT (motif/xaw/xaw3d/neXtaw) for xdvi
                           [default: Motif if available, else Xaw]
@@ -4412,7 +4402,8 @@
   need_kpathsea=yes
 }
 
-## texk/dvisvgm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
+# $Id$
+# texk/dvisvgm/ac/withenable.ac: configure.ac fragment
 ## configure options and TL libraries required for dvisvgm
 # Check whether --enable-dvisvgm was given.
 if test "${enable_dvisvgm+set}" = set; then :
@@ -4437,39 +4428,6 @@
   need_zlib=yes
 }
 
-## texk/dvisvgm/ac/dvisvgm.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
-## configure options for dvisvgm
-
-# Check whether --with-libgs was given.
-if test "${with_libgs+set}" = set; then :
-  withval=$with_libgs;
-fi
-
-
-# Check whether --with-system-libgs was given.
-if test "${with_system_libgs+set}" = set; then :
-  withval=$with_system_libgs;
-fi
-
-
-# Check whether --with-libgs-includes was given.
-if test "${with_libgs_includes+set}" = set; then :
-  withval=$with_libgs_includes;
-fi
-
-
-# Check whether --with-libgs-libdir was given.
-if test "${with_libgs_libdir+set}" = set; then :
-  withval=$with_libgs_libdir;
-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.



More information about the tex-live-commits mailing list