Re: automake & autoconf

Date view Thread view Subject view Author view

From: Godmar Back (gback@cs.utah.edu)
Date: Sat Jan 09 1999 - 17:03:36 EST


> > How about if we made it such that if you check kaffe out and do a
> > ./configure; make, it will work as it used to work?
>
> Did you try that? t works. checkout is not the same as update,
> though.
>

So, I did that (checkout) and still am getting the

cd /n/marker/q/gback/kaffe/libltdl && aclocal
cd /n/marker/q/gback/kaffe/libltdl && automake --foreign Makefile
Makefile.am:18: invalid variable `noinst_LTLIBRARIES'
Makefile.am:18: invalid variable `noinst_LTLIBRARIES'
*** Error code 1

Okay, so I'll follow your advice and do a:

gmake AUTOCONF="./missing autoconf" AUTOMAKE="./missing automake" \
      ACLOCAL="./missing aclocal" AUTOHEADER="./missing autoheader"

But this breaks with:

make[1]: Leaving directory `/q/gback/obj/include'
Making all in libltdl
make[1]: Entering directory `/q/gback/obj/libltdl'
cd /n/marker/q/gback/kaffe/libltdl && ./missing autoconf
./missing: not found
make[1]: *** [/n/marker/q/gback/kaffe/libltdl/configure] Error 127
make[1]: Leaving directory `/q/gback/obj/libltdl'
make: *** [all-recursive] Error 1

What now?

        Godmar


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:33 EDT