On Fri, 2001-10-05 at 20:41, Zbigniew Chyla wrote: > > $ ./autogen.sh --prefix=/opt --with-openldap=yes --with-db3=/opt/db-3.1.17 > (...) > 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. cheers -- Rodrigo Moya <[EMAIL PROTECTED]> - <[EMAIL PROTECTED]> http://www.gnome-db.org/ - http://www.ximian.com/ _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
