Re: [Cppunit-devel] Re: [patch] fix aclocal warning
Brought to you by:
blep
From: Brad H. <br...@fr...> - 2005-07-16 00:14:06
|
On Sat, 16 Jul 2005 03:36 am, Baptiste Lepilleur wrote: > This patch does fix the warning, but it break the build: > > ./autogen.sh > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-acloc= al > Putting files in AC_CONFIG_AUX_DIR, `config'. > doc/Makefile.am:16: DOC does not appear in AM_CONDITIONAL > > =3D> the error reported concerning doc/Makefile.am cause autogen.sh to ab= ort > and the 'configure' script is not generated. DOC is defined in > config/bb_enable_doxygen.m4 but no longer seems visible in > doc/Makefile.am... I'm having trouble seeing how my patch changed this, but I'll take another= =20 look. Can you tell me what automake version you are using? Brad |