]> git.ipfire.org Git - thirdparty/automake.git/commit
Add support for the Algol 68 programming language.
authorJose Marchesi <jemarch@gnu.org>
Sun, 2 Feb 2025 18:11:24 +0000 (10:11 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 2 Feb 2025 18:11:24 +0000 (10:11 -0800)
commitbbb06167cc9aac0c28a28db70e042bf9f1aa7c0c
tree0a60f17443894476e1acaec016717b8004f892d3
parentfc1c3f658517be4fe70bdf33bc6cd594d3faa0b2
Add support for the Algol 68 programming language.

* bin/automake.in: Call register_language for Algol 68.
  (resolve_linker): handle A68LINK.
  (%_am_macro_for_cond): Add entry for am__fastdepGA68.
* configure.ac: Look for ga68 and set GNU_GA68 and GNU_A68FLAGS
    if found.
* lib/Automake/Variable.pm (%_ac_macro_for_var): Add entries for GA68
  and GA68FLAGS.
* t/a68-demo.sh: New test.
* doc/automake.texi (Algol 68 Support): New section.
* NEWS: Add entry for Algol 68.
NEWS
bin/automake.in
configure.ac
doc/automake.texi
lib/Automake/Variable.pm
t/a68-demo.sh [new file with mode: 0644]