]> sourceware.org Git - automake.git/commitdiff
* automake.in (transform): Update documentation.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 31 Oct 2001 18:39:34 +0000 (18:39 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 31 Oct 2001 18:39:34 +0000 (18:39 +0000)
ChangeLog
automake.in

index 28ccdcddf962c53c492fd815d3f73c2b128d5e20..6b4adabd812e8bb076a6208ce3abaa9fd0737033 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * automake.in (transform): Update documentation.
+
 2001-10-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * m4/gcj.m4 (AM_PROG_GCJ): Define GCJFLAGS if unset.
index 0661edb81548a962baa7c531317e1eb10b7ce21d..18cbdc4115aa22ed33a31c083a9d951f064dbc04 100755 (executable)
@@ -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) = @_;
This page took 0.048986 seconds and 5 git commands to generate.