From: Alexandre Duret-Lutz Date: Wed, 31 Oct 2001 18:39:34 +0000 (+0000) Subject: * automake.in (transform): Update documentation. X-Git-Tag: Release-1-5b~50 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=e1a0f0638788fdcc24e9e4fa21689386e459ab21;p=automake.git * automake.in (transform): Update documentation. --- 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) = @_;