diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-07 21:44:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-07 21:44:58 +0000 |
commit | d36a299077e13d73c7cf097784c5674fa9826e8e (patch) | |
tree | fabf369018c0a7f5a00444a68603cdb88317c023 /Build | |
parent | 39716eb000e94233660cbfec4da9957bb47859b8 (diff) |
reautoconf tree
git-svn-id: svn://tug.org/texlive/trunk@69342 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/ChangeLog | 4 | ||||
-rwxr-xr-x | Build/source/configure | 4 | ||||
-rwxr-xr-x | Build/source/libs/configure | 4 | ||||
-rwxr-xr-x | Build/source/reautoconf | 6 | ||||
-rwxr-xr-x | Build/source/texk/configure | 4 | ||||
-rwxr-xr-x | Build/source/utils/configure | 4 |
6 files changed, 17 insertions, 9 deletions
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index 4f3e2af8ac4..80de5a62621 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,7 @@ +2023-12-31 Karl Berry <karl@freefriends.org> + + * reautoconf: add -f / --force option to pass to autoreconf. + 2023-12-26 Karl Berry <karl@freefriends.org> * reautoconf: don't bother with environment variables; diff --git a/Build/source/configure b/Build/source/configure index 8e7da5e155d..38502dfedd9 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -1662,7 +1662,7 @@ Optional Features: --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 @@ case $enable_eptex in #( yes | no) : ;; #( *) : - enable_eptex=yes ;; + enable_eptex=no ;; esac # Check whether --enable-eptex-synctex was given. diff --git a/Build/source/libs/configure b/Build/source/libs/configure index a149782b0bb..af970279106 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -1550,7 +1550,7 @@ Optional Features: --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 @@ case $enable_eptex in #( yes | no) : ;; #( *) : - enable_eptex=yes ;; + enable_eptex=no ;; esac # Check whether --enable-eptex-synctex was given. diff --git a/Build/source/reautoconf b/Build/source/reautoconf index 2c7df7e5bdd..6282ff55b68 100755 --- a/Build/source/reautoconf +++ b/Build/source/reautoconf @@ -32,6 +32,7 @@ usage="Usage: $0 [OPTION]... [DIR]... 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 @@ Version: $Id$ do_cmd=eval do_say=echo +force= verbose=-v warn_obsolete=-Wno-obsolete @@ -59,6 +61,7 @@ list= 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 @@ for dir in $list; do 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`." diff --git a/Build/source/texk/configure b/Build/source/texk/configure index d634ea71511..3f4e1703efc 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -1550,7 +1550,7 @@ Optional Features: --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 @@ case $enable_eptex in #( yes | no) : ;; #( *) : - enable_eptex=yes ;; + enable_eptex=no ;; esac # Check whether --enable-eptex-synctex was given. diff --git a/Build/source/utils/configure b/Build/source/utils/configure index 75e0e4748cb..4b41a096ec5 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -1550,7 +1550,7 @@ Optional Features: --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 @@ case $enable_eptex in #( yes | no) : ;; #( *) : - enable_eptex=yes ;; + enable_eptex=no ;; esac # Check whether --enable-eptex-synctex was given. |