1999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * automake.in (handle_configure): Replace multiple occurrences of
+ @STAMP@ in the same line; completes the patch for remake-hdr.am
+ below.
+
* automake.in (handle_dependencies): Fix test for `autodep'
support.
$xform .= 's,\@CONFIG_HEADER\@,' . "${cn_sans_dir}" . ',;';
$xform .= 's,\@CONFIG_HEADER_IN\@,' . "${ch_sans_dir}" . ',;';
$xform .= 's,\@CONFIG_HEADER_FULL\@,' . "${one_fullname}" . ',;';
- $xform .= 's,\@STAMP\@,' . "${stamp_dir}${stamp_name}" . ',;';
+ $xform .= 's,\@STAMP\@,' . "${stamp_dir}${stamp_name}" . ',g;';
$output_rules .= &file_contents_with_transform ($xform,
'remake-hdr');