autoconf
[Top][All Lists]
Advanced

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

Re: Latest autoconf breaks ccAudio, ccRTP


From: Akim Demaille
Subject: Re: Latest autoconf breaks ccAudio, ccRTP
Date: 31 May 2002 19:32:37 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| 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.

What is the contents of the line (and a bit of context) it is
complaining about? (aclocal.m4:770).

Please, note that many of the macros I can see there in m4/ don't
quote macro names.  There is a dangerous game.



reply via email to

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