From e1a0f0638788fdcc24e9e4fa21689386e459ab21 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 31 Oct 2001 18:39:34 +0000 Subject: [PATCH] * automake.in (transform): Update documentation. --- ChangeLog | 4 ++++ automake.in | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 28ccdcdd..6b4adabd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-31 Alexandre Duret-Lutz + + * automake.in (transform): Update documentation. + 2001-10-31 Alexandre Duret-Lutz * m4/gcj.m4 (AM_PROG_GCJ): Define GCJFLAGS if unset. diff --git a/automake.in b/automake.in index 0661edb8..18cbdc41 100755 --- a/automake.in +++ b/automake.in @@ -7243,8 +7243,9 @@ sub file_contents ($%) # ------------------- # Foreach ($TOKEN, $VAL) in %PAIRS produce a replacement expression suitable # for file_contents which: -# - replaces @$TOKEN@ with $VALUE, -# - enables/disables ?$TOKEN?. +# - replaces %$TOKEN% with $VAL, +# - enables/disables ?$TOKEN? and ?!$TOKEN?, +# - replaces %?$TOKEN% with TRUE or FALSE. sub transform (%) { my (%pairs) = @_; -- 2.43.5