]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: refactor, break up 'require_file_internal'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 7 Oct 2011 19:58:20 +0000 (21:58 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 8 Oct 2011 19:44:24 +0000 (21:44 +0200)
commit75ce360ef4fde820ba6f1f974c6a1a9911b68461
treeda9211c88a93cdad2f6863567e5c602998068cfd
parent7318775d14414207c3254775b4d1232cf09e602b
automake: refactor, break up 'require_file_internal'

This refactoring is only required in view of future changes.

* automake.in (require_file_internal): Move the guts of this
function ...
(required_file_check_or_copy): ... into this new function.  This
ensures that calls to `push_required_file' and code that copies
required files are placed in separate functions; this will be
very useful for reorganizing de-serialization of file installs
in future changes.
ChangeLog
automake.in