Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 782985 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- a/bin/autom4te.in
0
++ b/bin/autom4te.in
Lines 898-903 sub up_to_date ($) Link Here
898
{
898
{
899
  my ($req) = @_;
899
  my ($req) = @_;
900
900
901
  return 0;
902
901
  return 0
903
  return 0
902
    if ! $req->valid;
904
    if ! $req->valid;
903
905

Return to bug 782985