| On Fri, May 31, 2002 at 09:46:45AM -0700, Paul Eggert developed
| a new theory of relativity and: 
| > > From: Jason Spence <[EMAIL PROTECTED]>
| > > 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:[EMAIL PROTECTED]:/cvsroot/commoncpp co commoncpp2
| cvs -d :pserver:[EMAIL PROTECTED]:/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