SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
37
devel/autoconf/2.62/patches/patch-bin_autom4te_in
Normal file
37
devel/autoconf/2.62/patches/patch-bin_autom4te_in
Normal file
|
@ -0,0 +1,37 @@
|
|||
--- bin/autom4te.in.orig Sun Apr 6 01:04:48 2008
|
||||
+++ bin/autom4te.in Fri Aug 15 14:07:50 2008
|
||||
@@ -89,16 +89,9 @@ my $freeze = 0;
|
||||
|
||||
# $M4.
|
||||
my $m4 = $ENV{"M4"} || '@M4@';
|
||||
-# Some non-GNU m4's don't reject the --help option, so give them /dev/null.
|
||||
-fatal "need GNU m4 1.4 or later: $m4"
|
||||
- if system "$m4 --help </dev/null 2>&1 | grep reload-state >/dev/null";
|
||||
|
||||
-# Set some high recursion limit as the default limit, 250, has already
|
||||
-# been hit with AC_OUTPUT. Don't override the user's choice.
|
||||
-$m4 .= ' --nesting-limit=1024'
|
||||
- if " $m4 " !~ / (--nesting-limit(=[0-9]+)?|-L[0-9]*) /;
|
||||
+$m4 .= " -g -D__gnu__";
|
||||
|
||||
-
|
||||
# @M4_BUILTIN -- M4 builtins and a useful comment.
|
||||
my @m4_builtin = `echo dumpdef | $m4 2>&1 >/dev/null`;
|
||||
map { s/:.*//;s/\W// } @m4_builtin;
|
||||
@@ -474,11 +467,11 @@ sub handle_m4 ($@)
|
||||
# We don't output directly to the cache files, to avoid problems
|
||||
# when we are interrupted (that leaves corrupted files).
|
||||
xsystem ("$m4"
|
||||
- . join (' --include=', '', map { shell_quote ($_) } @include)
|
||||
- . ' --debug=aflq'
|
||||
- . (!exists $ENV{'AUTOM4TE_NO_FATAL'} ? ' --fatal-warning' : '')
|
||||
- . " @M4_DEBUGFILE@=" . shell_quote ("$tcache" . $req->id . "t")
|
||||
- . join (' --trace=', '', sort @macro)
|
||||
+ . join (' -I', '', map { shell_quote ($_) } @include)
|
||||
+ . ' -daflq'
|
||||
+# . (!exists $ENV{'AUTOM4TE_NO_FATAL'} ? ' --fatal-warning' : '')
|
||||
+ . " -o" . shell_quote ($tcache . $req->id . "t")
|
||||
+ . join (' -t', '', sort @macro)
|
||||
. " " . files_to_options (@ARGV)
|
||||
. " > " . shell_quote ("$ocache" . $req->id . "t"));
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue