Superseded in all its current uses by '&verbatim'. * automake.in (almost_verbatim): Delete.
Signed-off-by: Stefano Lattarini <[email protected]> --- automake.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/automake.in b/automake.in index 796ef45..596b529 100644 --- a/automake.in +++ b/automake.in @@ -5765,18 +5765,6 @@ sub preprocess_file ($%) return $_; } -# almost_verbatim ($NAME, [%TRANSFORM]) -# ------------------------------------- -# Load a "$libdir/am/$NAME.am", apply the %TRANSFORM, and append the -# result to the '$output_verbatim'. No extra parsing or post-processing -# is done (i.e., recognition of rules declaration or of make variables -# definitions). -sub almost_verbatim ($%) -{ - my $name = shift; - $output_verbatim .= preprocess_file ("$libdir/am/$name.am", @_); -} - # verbatim ($NAME) # ---------------- # Load a "$libdir/am/$NAME.mk", stripping any '##'-style comment. No -- 1.7.12.rc0
