bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16714: make check failures


From: Mike Frysinger
Subject: bug#16714: make check failures
Date: Tue, 18 Jan 2022 06:02:17 +0000 (UTC)

retitle 16714 make check failures when ACLOCAL=aclocal is in environment
tag 16714 = confirmed
thankyou

looks like your redundant $ACLOCAL in the environment is breaking things.
there should be no reason to have that:
  ACLOCAL=aclocal -I /usr/share/aclocal

that said, we shouldn't be blowing up with $ACLOCAL is set in the env.
i can repro with that pretty easily under current git:
  ./configure
  make
  make check
  <no failures>
  ACLOCAL=aclocal make check
  <lots of failures>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]