autoconf
[Top][All Lists]
Advanced

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

Re: Latest autoconf breaks ccAudio, ccRTP


From: Jason Spence
Subject: Re: Latest autoconf breaks ccAudio, ccRTP
Date: Fri, 31 May 2002 10:10:32 -0700
User-agent: Mutt/1.2.5i

On Fri, May 31, 2002 at 09:46:45AM -0700, Paul Eggert developed
a new theory of relativity and: 
> > From: Jason Spence <address@hidden>
> > Date: Fri, 31 May 2002 01:18:36 -0700
> > 
> > aclocal.m4:770: error: m4_defn: undefined macro: _m4_divert_diversion
> > autoconf/general.m4:2000: AC_TRY_EVAL is expanded from...
> > aclocal.m4:770: the top level
> > autoheader: autom4te failed with exit status: 1
> >  at /usr/autotool/devel/bin/autoheader line 163
> > configure.in:22: required file `src/config.h.in' not found
> > aclocal.m4:770: error: m4_defn: undefined macro: _m4_divert_diversion
> > autoconf/general.m4:2000: AC_TRY_EVAL is expanded from...
> > aclocal.m4:770: the top level
> 
> Can you supply a complete self-contained test case that illustrates
> the problem?  Or perhaps you could point us at a URL that contains the
> source code in question.

It's here:
http://savannah.gnu.org/projects/ccaudio

I'd recommend you do this:

cvs -d :pserver:address@hidden:/cvsroot/commoncpp co commoncpp2
cvs -d :pserver:address@hidden:/cvsroot/ccaudio co ccaudio

cd commoncpp2 && ./reconfig && ./configure && make && make install
cd ..
cd ccaudio && ./reconfig && ./configure && make && make install

The reason for installing Common C++ is that it installs an m4 macro
for use by ccaudio.  The reconfig process for ccaudio won't work
without it installed.

-- 
 - Jason

There is no time like the pleasant.



reply via email to

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