Configure: make it possible to have generated generators
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Nov 2019 13:58:20 +0000 (14:58 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 29 Nov 2019 08:51:17 +0000 (09:51 +0100)
commitcff64af5532d3a1b0e2e9adf88454887efba01b2
treeef243c48c13483f360b2848ed0cc568525d7e35d
parentb0940b33a60cbfab03153287181372d0066410a6
Configure: make it possible to have generated generators

This makes it possible to chain GENERATOR statements, which allows
constructs like this:

    GENERATE[something.html]=something.pod
    GENERATE[something.pod]=something.pod.in

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6236)
Configure