Skip to content

Commit

Permalink
Merge commit 'a857ec6aada08d8c334c389c7b682198d749b6c9^' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
tschwinge committed Mar 19, 2024
2 parents 136c428 + 2c92551 commit 6eba95e
Show file tree
Hide file tree
Showing 1,226 changed files with 43,184 additions and 7,738 deletions.
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2023-12-13 Arsen Arsenović <[email protected]>

* Makefile.def (gettext): Disable (via missing)
{install-,}{pdf,html,info,dvi} and TAGS targets. Set no_install
to true. Add --disable-threads --disable-libasprintf. Drop the
lib_path (as there are no shared libs).
* Makefile.in: Regenerate.

2023-12-12 Paul Iannetta <[email protected]>

* MAINTAINERS: Add myself to write after approval

2023-12-12 Feng Wang <[email protected]>

* MAINTAINERS: Update my email address

2023-12-12 Feng Wang <[email protected]>

* MAINTAINERS: Add myself to write after approval

2023-11-23 Nathaniel Shead <[email protected]>

* MAINTAINERS: Add myself to write after approval and DCO
Expand Down
2 changes: 2 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ Dominique d'Humieres <[email protected]>
Andy Hutchinson <[email protected]>
Joel Hutton <[email protected]>
Lewis Hyatt <[email protected]>
Paul Iannetta <[email protected]>
Roland Illig <[email protected]>
Meador Inge <[email protected]>
Bernardo Innocenti <[email protected]>
Expand Down Expand Up @@ -706,6 +707,7 @@ Marcel Vollweiler <[email protected]>
Ville Voutilainen <[email protected]>
Nenad Vukicevic <[email protected]>
Feng Wang <[email protected]>
Feng Wang <[email protected]>
Hongyu Wang <[email protected]>
Jiong Wang <[email protected]>
Stephen M. Webb <[email protected]>
Expand Down
13 changes: 11 additions & 2 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,17 @@ host_modules= { module= gettext; bootstrap=true; no_install=true;
// need it in some configuratons, which is determined via nontrivial tests.
// Always enabling pic seems to make sense for something tied to
// user-facing output.
extra_configure_flags='--disable-shared --disable-java --disable-csharp --with-pic';
lib_path=intl/.libs; };
extra_configure_flags='--disable-shared --disable-threads --disable-java --disable-csharp --with-pic --disable-libasprintf';
missing= pdf;
missing= html;
missing= info;
missing= dvi;
missing= install-pdf;
missing= install-html;
missing= install-info;
missing= install-dvi;
missing= TAGS;
no_install= true; };
host_modules= { module= tcl;
missing=mostlyclean; };
host_modules= { module= itcl; };
Expand Down
Loading

0 comments on commit 6eba95e

Please sign in to comment.