texlive[69342] Build/source: reautoconf tree
commits+karl at tug.org
commits+karl at tug.org
Sun Jan 7 22:44:58 CET 2024
Revision: 69342
https://tug.org/svn/texlive?view=revision&revision=69342
Author: karl
Date: 2024-01-07 22:44:58 +0100 (Sun, 07 Jan 2024)
Log Message:
-----------
reautoconf tree
Modified Paths:
--------------
trunk/Build/source/ChangeLog
trunk/Build/source/configure
trunk/Build/source/libs/configure
trunk/Build/source/reautoconf
trunk/Build/source/texk/configure
trunk/Build/source/utils/configure
Modified: trunk/Build/source/ChangeLog
===================================================================
--- trunk/Build/source/ChangeLog 2024-01-07 21:28:53 UTC (rev 69341)
+++ trunk/Build/source/ChangeLog 2024-01-07 21:44:58 UTC (rev 69342)
@@ -1,3 +1,7 @@
+2023-12-31 Karl Berry <karl at freefriends.org>
+
+ * reautoconf: add -f / --force option to pass to autoreconf.
+
2023-12-26 Karl Berry <karl at freefriends.org>
* reautoconf: don't bother with environment variables;
Modified: trunk/Build/source/configure
===================================================================
--- trunk/Build/source/configure 2024-01-07 21:28:53 UTC (rev 69341)
+++ trunk/Build/source/configure 2024-01-07 21:44:58 UTC (rev 69342)
@@ -1662,7 +1662,7 @@
--disable-etex-synctex build e-TeX without SyncTeX support
--enable-ptex compile and install pTeX
--disable-ptex-synctex build pTeX without SyncTeX support
- --disable-eptex do not compile and install e-pTeX
+ --enable-eptex compile and install e-pTeX
--disable-eptex-synctex build e-pTeX without SyncTeX support
--enable-uptex compile and install upTeX
--disable-uptex-synctex build upTeX without SyncTeX support
@@ -5504,7 +5504,7 @@
yes | no) :
;; #(
*) :
- enable_eptex=yes ;;
+ enable_eptex=no ;;
esac
# Check whether --enable-eptex-synctex was given.
Modified: trunk/Build/source/libs/configure
===================================================================
--- trunk/Build/source/libs/configure 2024-01-07 21:28:53 UTC (rev 69341)
+++ trunk/Build/source/libs/configure 2024-01-07 21:44:58 UTC (rev 69342)
@@ -1550,7 +1550,7 @@
--disable-etex-synctex build e-TeX without SyncTeX support
--enable-ptex compile and install pTeX
--disable-ptex-synctex build pTeX without SyncTeX support
- --disable-eptex do not compile and install e-pTeX
+ --enable-eptex compile and install e-pTeX
--disable-eptex-synctex build e-pTeX without SyncTeX support
--enable-uptex compile and install upTeX
--disable-uptex-synctex build upTeX without SyncTeX support
@@ -4552,7 +4552,7 @@
yes | no) :
;; #(
*) :
- enable_eptex=yes ;;
+ enable_eptex=no ;;
esac
# Check whether --enable-eptex-synctex was given.
Modified: trunk/Build/source/reautoconf
===================================================================
--- trunk/Build/source/reautoconf 2024-01-07 21:28:53 UTC (rev 69341)
+++ trunk/Build/source/reautoconf 2024-01-07 21:44:58 UTC (rev 69342)
@@ -32,6 +32,7 @@
because you want to spend time fixing them), use --warn-obsolete.
Options:
+ -f, --force pass --force to autoreconf
-h, --help display this help and exit successfully
-n, --dry-run don't run any commands; just print them
-q, --quiet don't echo commands
@@ -51,6 +52,7 @@
do_cmd=eval
do_say=echo
+force=
verbose=-v
warn_obsolete=-Wno-obsolete
@@ -59,6 +61,7 @@
for option
do
case $option in
+ -f | --force) force=--force ;;
-h | --help | --version) echo "$usage"; exit 0 ;;
-n | --dry-run) do_cmd=: ;;
-q | --quiet) do_say=:; verbose= ;;
@@ -120,7 +123,8 @@
else
extra_dirs=
fi
- do_it autoreconf $verbose --no-recursive $warn_obsolete $dir $extra_dirs
+ do_it autoreconf $verbose --no-recursive \
+ $warn_obsolete $force $dir $extra_dirs
done
echo "$0: done at `date`."
Modified: trunk/Build/source/texk/configure
===================================================================
--- trunk/Build/source/texk/configure 2024-01-07 21:28:53 UTC (rev 69341)
+++ trunk/Build/source/texk/configure 2024-01-07 21:44:58 UTC (rev 69342)
@@ -1550,7 +1550,7 @@
--disable-etex-synctex build e-TeX without SyncTeX support
--enable-ptex compile and install pTeX
--disable-ptex-synctex build pTeX without SyncTeX support
- --disable-eptex do not compile and install e-pTeX
+ --enable-eptex compile and install e-pTeX
--disable-eptex-synctex build e-pTeX without SyncTeX support
--enable-uptex compile and install upTeX
--disable-uptex-synctex build upTeX without SyncTeX support
@@ -4552,7 +4552,7 @@
yes | no) :
;; #(
*) :
- enable_eptex=yes ;;
+ enable_eptex=no ;;
esac
# Check whether --enable-eptex-synctex was given.
Modified: trunk/Build/source/utils/configure
===================================================================
--- trunk/Build/source/utils/configure 2024-01-07 21:28:53 UTC (rev 69341)
+++ trunk/Build/source/utils/configure 2024-01-07 21:44:58 UTC (rev 69342)
@@ -1550,7 +1550,7 @@
--disable-etex-synctex build e-TeX without SyncTeX support
--enable-ptex compile and install pTeX
--disable-ptex-synctex build pTeX without SyncTeX support
- --disable-eptex do not compile and install e-pTeX
+ --enable-eptex compile and install e-pTeX
--disable-eptex-synctex build e-pTeX without SyncTeX support
--enable-uptex compile and install upTeX
--disable-uptex-synctex build upTeX without SyncTeX support
@@ -4552,7 +4552,7 @@
yes | no) :
;; #(
*) :
- enable_eptex=yes ;;
+ enable_eptex=no ;;
esac
# Check whether --enable-eptex-synctex was given.
More information about the tex-live-commits
mailing list.