This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compiling snapshots of 19980623 or 19980620


Keith Wright <kwright@tiac.net> writes:

> > From: Keith Wright <kwright@tiac.net>
> >  Well, autoconf says: 
> > 
> > autoconf: Undefined macros:
> > configure.in:317:CY_AC_WITH_THREADS
> > 
> 
> A couple of people have sent me procedures for getting *.x files to be
> made.  Thank you for responding, although that's not my problem.  I
> guess I gave too much background info.  The problem is the undefined
> macro.

aclocal is only supposed to be run by developers.  developers must
maintainer their collection of aclocal m4-macros:

  Copy guile.m4 and threads.m4 to /usr/local/share/aclocal

(Here I presumed that your automake package was installed with prefix
 /usr/local.  Modify the prefix if necessary.)

/mdj