]> git.ipfire.org Git - thirdparty/automake.git/commit
lib: Add Automake::Utils module
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Mon, 4 Jun 2018 09:49:36 +0000 (11:49 +0200)
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 22 Jun 2018 12:17:42 +0000 (14:17 +0200)
commitb26d06e0ffdb6e50c5e59f89b15a2b7c26cea003
treee2a5150fcd188659d5340b661a0be0680c6df457
parentbe2458dd8998b75b64429303ff099ec06e524af9
lib: Add Automake::Utils module

This module contains utility methods to be used in bin/automake.

* lib/Automake/Utils.pm: New utility module.
* var_SUFFIXES_trigger: Moved to the Automake::Utils module.
* locate_aux_dir: Moved to the Automake::Utils module.
bin/automake.in
lib/Automake/Utils.pm [new file with mode: 0644]