On Sat, Jan 05, 2002 at 03:25:41PM -0600, Bob Friesenhahn wrote: > Using the exact files from libtool CVS, and the current released > autoconf and automake, I get this error at the 'make' stage: > > Making all in libltdl > gmake[1]: Entering directory `/home/bfriesen/src/gnu/libtool/libltdl' > gmake[1]: *** No rule to make target `@MAINTAINER_MODE_TRUE@', needed by `Makefile'. > Stop. > gmake[1]: Leaving directory `/home/bfriesen/src/gnu/libtool/libltdl' > gmake: *** [all-recursive] Error 1 > > Ideas?
I just did the following (Solaris 8/SPARC): $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/libtool login $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/libtool co libtool $ cd libtool $ PATH=$PATH:/opt/TWWfsw/autoconf25/bin:/opt/TWWfsw/automake15 \ sh -x bootstrap $ CC=cc CXX=CC ./configure $ gmake [success] $ grep MAINTAINER_MODE_TRUE Makefile.in libltdl/Makefile.in [nothing] No problems. What procedure are you using? This is with Autoconf 2.52 and Automake 1.5. -- albert chin ([EMAIL PROTECTED]) _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
