35d0de6683
inputs from many, ok espie@
20 lines
617 B
Plaintext
20 lines
617 B
Plaintext
$OpenBSD: patch-automake_in,v 1.1.1.1 2005/07/30 23:35:31 aanriot Exp $
|
|
--- automake.in.orig Thu Jun 30 23:17:13 2005
|
|
+++ automake.in Sat Jul 30 23:57:24 2005
|
|
@@ -4649,6 +4649,7 @@ sub scan_autoconf_traces ($)
|
|
_LT_AC_TAGCONFIG => 0,
|
|
m4_include => 1,
|
|
m4_sinclude => 1,
|
|
+ include => 1,
|
|
sinclude => 1,
|
|
);
|
|
|
|
@@ -4669,6 +4670,7 @@ sub scan_autoconf_traces ($)
|
|
my ($here, @args) = split (/::/);
|
|
my $where = new Automake::Location $here;
|
|
my $macro = $args[0];
|
|
+ next if ($macro eq "include");
|
|
|
|
prog_error ("unrequested trace `$macro'")
|
|
unless exists $traced{$macro};
|