libtool
[Top][All Lists]
Advanced

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

Re: acinclude.m4 required everywhere


From: Raja R Harinath
Subject: Re: acinclude.m4 required everywhere
Date: Sat, 26 Apr 2003 18:51:56 -0500
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux)

Hi,

Patrick Welche <address@hidden> 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 ------------------------------ address@hidden




reply via email to

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