automake: stop supporting "%KEY?iftrue:iffalse%" transforms
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 14 Jun 2012 21:45:08 +0000 (23:45 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 14 Jun 2012 21:45:08 +0000 (23:45 +0200)
commit4de5cb063668bce6690d7ff1f0af6e46616836a5
treee6a21307be7d16621cd70c1a15ad98a92001df1d
parented1dc9dddc2a3d5746ccf5722336ecc9dcf5ed29
automake: stop supporting "%KEY?iftrue:iffalse%" transforms

And the similar "reduced forms" "%KEY:iffalse%" and "%KEY?iftrue%"
as well.

They are convoluted, never used (after the previous change), and will
get in the way in the Automake-NG branch, where we'll soon want to use
GNU make static pattern rules in our internal '*.am' fragments.

* automake.in (preprocess_file, transform): Simplify not to support
those transform patterns.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in