This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: acinclude.m4 required everywhere
- From: Raja R Harinath <harinath at cs dot umn dot edu>
- To: Patrick Welche <prlw1 at newn dot cam dot ac dot uk>
- Cc: automake at gnu dot org
- Cc: libtool at gnu dot org
- Date: Sat, 26 Apr 2003 18:51:56 -0500
- Subject: Re: acinclude.m4 required everywhere
- References: <20030427003737.A22938@quartz.newn.cam.ac.uk>
Hi,
Patrick Welche <prlw1 at newn dot cam dot ac dot uk> writes:
> Cross posting, as I don't know whether this is a new change in automake, or
> a failure in libtool, but I'm getting
>
> === Running depdemo-make.test
> Making in ../depdemo
> gmake[2]: Entering directory `/usr/src/local/libtool/depdemo'
> Making all in l1
> gmake[3]: Entering directory `/usr/src/local/libtool/depdemo/l1'
> gmake[3]: *** No rule to make target `acinclude.m4', needed by `/usr/src/local/libtool/tests/../depdemo/aclocal.m4'. Stop.
> gmake[3]: Leaving directory `/usr/src/local/libtool/depdemo/l1'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory `/usr/src/local/libtool/depdemo'
> FAIL: depdemo-make.test
>
> in make check in libtool, but as far as I know, there never has been an
> acinclude.m4 in there, so was there a change in automake? (Both from today's
> CVS)
Try bootstrapping libtool again. The bootstrap script has:
for sub in . libltdl cdemo demo depdemo mdemo pdemo tagdemo f77demo; do
#...
rm -f acinclude.m4 aclocal.m4 Makefile configure
for file in $acfiles; do
cat $file >> ./acinclude.m4
done
#...
done
- Hari
--
Raja R Harinath ------------------------------ harinath at cs dot umn dot edu