Superseded in all its current uses by '&verbatim'.
* automake.in (almost_verbatim): Delete.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
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