my $output = '-';
-# Should we normalize the output?
-my $normalize = 0;
-
# Mode of the output file except for traces.
my $mode = "0666";
-v, --verbose verbosely report processing
-d, --debug don\'t remove temporary files
-o, --output=FILE save output in FILE (defaults to \`-\', stdout)
- --normalize smash successive empty lines
-f, --force don\'t rely on cached values
-W, --warnings=CATEGORY report the warnings falling in CATEGORY
-l, --language=LANG specify the set of M4 macros to use
(
# Operation modes:
"o|output=s" => \$output,
- "normalize" => \$normalize,
"W|warnings=s" => \@warning,
"m|mode=s" => \$mode,
"M|melt" => \$melt,
unless $out;
my $in = new Autom4te::XFile ($ocache . $req->id);
- my $separate = 0;
- my $oline = 0;
my %prohibited;
my $res;
while ($_ = $in->getline)
{
s/\s+$//;
- if ($normalize && /^$/)
- {
- $separate = 1;
- next;
- }
-
- if ($separate)
- {
- $oline++;
- print $out "\n";
- }
- $separate = 0;
-
- $oline++;
- s/__oline__/$oline/g;
-
+ s/__oline__/$./g;
s/\@<:\@/[/g;
s/\@:>\@/]/g;
s/\@S\|\@/\$/g;
unless /^\#\s*(if|include|endif|ifdef|ifndef|define)\b/;
foreach (split (/\W+/))
{
- $prohibited{$_} = $oline
+ $prohibited{$_} = $.
if /$forbidden/o && !/$allowed/o && ! exists $prohibited{$_};
}
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.52e for GNU Autoconf 2.52g.
+# Generated by GNU Autoconf 2.52g for GNU Autoconf 2.52g.
#
# Report bugs to <bug-autoconf@gnu.org>.
#
if $ac_init_version; then
cat <<\_ACEOF
GNU Autoconf configure 2.52g
-generated by GNU Autoconf 2.52e
+generated by GNU Autoconf 2.52g
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
running configure, to aid debugging if configure makes a mistake.
It was created by GNU Autoconf $as_me 2.52g, which was
-generated by GNU Autoconf 2.52e. Invocation command line was
+generated by GNU Autoconf 2.52g. Invocation command line was
$ $0 $@
cat >&5 <<_CSEOF
This file was extended by GNU Autoconf $as_me 2.52g, which was
-generated by GNU Autoconf 2.52e. Invocation command line was
+generated by GNU Autoconf 2.52g. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
GNU Autoconf config.status 2.52g
-configured by $0, generated by GNU Autoconf 2.52e,
+configured by $0, generated by GNU Autoconf 2.52g,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001