On 2001.10.05 21:16:03 +0200 Rodrigo Moya wrote: > > processing ./libical > > deletefiles is > > Running libtoolize... > > You should update your `aclocal.m4' by running aclocal. > > Putting files in AC_CONFIG_AUX_DIR, `..'. > > Running aclocal -I /opt/share/aclocal -I /gnome2/share/aclocal ... > > Running autoheader... > > Running automake --gnu ... > > src/libical/Makefile.am: CLEANFILES must be set with `=' before using `+=' > > **Error**: automake failed. > > > hmm, you're using debian unstable, right? Since I've had this same > problem with the latest debian packages of auto*. I've got: > > ii autoconf 2.52-2 automatic configure script builder > ii automake 1.5-1 A tool for generating GNU > Standards-compliant > > The quick-and-dirty solution is to just change that line to be > 'CLEANFILES = ...', that is, remove the +=. > > If you find the real solution, please tell me.
i dont edit anything i do this.. ./autogen.sh then manually again (sounds strange but do it) automake -a autoconf then i use ./configure for everything else.. this often work without problems. if you then get 'sed' error then move XML-I18n..... in the configure.in file exacly below AC_INIT.... -- Name....: Ali Akcaagac Status..: Student Of Computer & Economic Science E-Mail..: mailto:[EMAIL PROTECTED] WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
