texlive[72380] Build/source: reautoconf
commits+karl at tug.org
commits+karl at tug.org
Wed Sep 25 17:34:46 CEST 2024
Revision: 72380
https://tug.org/svn/texlive?view=revision&revision=72380
Author: karl
Date: 2024-09-25 17:34:46 +0200 (Wed, 25 Sep 2024)
Log Message:
-----------
reautoconf
Modified Paths:
--------------
trunk/Build/source/configure
trunk/Build/source/libs/configure
trunk/Build/source/texk/configure
trunk/Build/source/utils/configure
Modified: trunk/Build/source/configure
===================================================================
--- trunk/Build/source/configure 2024-09-25 06:35:13 UTC (rev 72379)
+++ trunk/Build/source/configure 2024-09-25 15:34:46 UTC (rev 72380)
@@ -856,6 +856,7 @@
enable_luajithbtex
enable_mp
enable_pmp
+enable_texprof
enable_upmp
enable_xetex
enable_xetex_synctex
@@ -1679,6 +1680,7 @@
--disable-luajithbtex do not compile and install LuaHBJITTeX
--disable-mp do not compile and install MetaPost
--disable-pmp do not compile and install pMetaPost
+ --disable-texprof do not compile and install TeXprof
--disable-upmp do not compile and install upMetaPost
--disable-xetex do not compile and install XeTeX
--disable-xetex-synctex build XeTeX without SyncTeX support
@@ -5904,6 +5906,17 @@
need_libpng=yes
need_ptexenc=yes
}
+# Check whether --enable-texprof was given.
+if test ${enable_texprof+y}
+then :
+ enableval=$enable_texprof;
+fi
+case $enable_texprof in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_texprof=yes ;;
+esac
# Check whether --enable-upmp was given.
if test ${enable_upmp+y}
then :
Modified: trunk/Build/source/libs/configure
===================================================================
--- trunk/Build/source/libs/configure 2024-09-25 06:35:13 UTC (rev 72379)
+++ trunk/Build/source/libs/configure 2024-09-25 15:34:46 UTC (rev 72380)
@@ -799,6 +799,7 @@
enable_luajithbtex
enable_mp
enable_pmp
+enable_texprof
enable_upmp
enable_xetex
enable_xetex_synctex
@@ -1599,6 +1600,7 @@
--disable-luajithbtex do not compile and install LuaHBJITTeX
--disable-mp do not compile and install MetaPost
--disable-pmp do not compile and install pMetaPost
+ --disable-texprof do not compile and install TeXprof
--disable-upmp do not compile and install upMetaPost
--disable-xetex do not compile and install XeTeX
--disable-xetex-synctex build XeTeX without SyncTeX support
@@ -5028,6 +5030,17 @@
need_libpng=yes
need_ptexenc=yes
}
+# Check whether --enable-texprof was given.
+if test ${enable_texprof+y}
+then :
+ enableval=$enable_texprof;
+fi
+case $enable_texprof in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_texprof=yes ;;
+esac
# Check whether --enable-upmp was given.
if test ${enable_upmp+y}
then :
Modified: trunk/Build/source/texk/configure
===================================================================
--- trunk/Build/source/texk/configure 2024-09-25 06:35:13 UTC (rev 72379)
+++ trunk/Build/source/texk/configure 2024-09-25 15:34:46 UTC (rev 72380)
@@ -799,6 +799,7 @@
enable_luajithbtex
enable_mp
enable_pmp
+enable_texprof
enable_upmp
enable_xetex
enable_xetex_synctex
@@ -1599,6 +1600,7 @@
--disable-luajithbtex do not compile and install LuaHBJITTeX
--disable-mp do not compile and install MetaPost
--disable-pmp do not compile and install pMetaPost
+ --disable-texprof do not compile and install TeXprof
--disable-upmp do not compile and install upMetaPost
--disable-xetex do not compile and install XeTeX
--disable-xetex-synctex build XeTeX without SyncTeX support
@@ -5028,6 +5030,17 @@
need_libpng=yes
need_ptexenc=yes
}
+# Check whether --enable-texprof was given.
+if test ${enable_texprof+y}
+then :
+ enableval=$enable_texprof;
+fi
+case $enable_texprof in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_texprof=yes ;;
+esac
# Check whether --enable-upmp was given.
if test ${enable_upmp+y}
then :
Modified: trunk/Build/source/utils/configure
===================================================================
--- trunk/Build/source/utils/configure 2024-09-25 06:35:13 UTC (rev 72379)
+++ trunk/Build/source/utils/configure 2024-09-25 15:34:46 UTC (rev 72380)
@@ -799,6 +799,7 @@
enable_luajithbtex
enable_mp
enable_pmp
+enable_texprof
enable_upmp
enable_xetex
enable_xetex_synctex
@@ -1599,6 +1600,7 @@
--disable-luajithbtex do not compile and install LuaHBJITTeX
--disable-mp do not compile and install MetaPost
--disable-pmp do not compile and install pMetaPost
+ --disable-texprof do not compile and install TeXprof
--disable-upmp do not compile and install upMetaPost
--disable-xetex do not compile and install XeTeX
--disable-xetex-synctex build XeTeX without SyncTeX support
@@ -5028,6 +5030,17 @@
need_libpng=yes
need_ptexenc=yes
}
+# Check whether --enable-texprof was given.
+if test ${enable_texprof+y}
+then :
+ enableval=$enable_texprof;
+fi
+case $enable_texprof in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_texprof=yes ;;
+esac
# Check whether --enable-upmp was given.
if test ${enable_upmp+y}
then :
More information about the tex-live-commits
mailing list.