]> git.ipfire.org Git - thirdparty/automake.git/commit
Add the HandleConfigure module
authorMatthias Paulmier <matt@mpaulmier.home>
Tue, 3 Jul 2018 12:33:17 +0000 (14:33 +0200)
committerMatthias Paulmier <matt@mpaulmier.home>
Tue, 3 Jul 2018 13:48:35 +0000 (15:48 +0200)
commit9881260ad22a14ae731f29c15bc5df81c0002271
tree14a601bec8b308c9ea552814cf44cb56c7202c85
parentfb3c374ad2d7fc970a0cd9ad87be10df26e31756
Add the HandleConfigure module

This module handles the configure.ac files on the Automake side.  It required
to modify a bit the scan_autoconf_[file|traces] functions so we can pass them
the environment var for autoconf as arguments from the main file (otherwise it
wouldn't work).

* lib/Automake/HandleConfigure.pm: Module for handling configure.ac for automake.
* lib/Automake/Utils.pm: Add some necessary functions for the new
  HandleConfigure module.
bin/automake.in
lib/Automake/Global.pm
lib/Automake/HandleConfigure.pm [new file with mode: 0644]
lib/Automake/Utils.pm
lib/Automake/local.mk