[E-devel] debian control file of exml

2007-01-26 Thread Wang Xu
Hi list, It seems that libxslt1-dev should also be list as build-dep package of exml, since the configure script need xslt-config, which is included in that package in debian sid. -- Wang Xu - Take Surveys. Earn Cash. Influ

[E-devel] debian/rules file of ecore

2007-01-26 Thread Wang Xu
Hi list, It seems that ``--enable-ecore-fb'' option was missed in the last line of ``debian/rules'' file of ecore: DEB_CONFIGURE_EXTRA_FLAGS := --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb clean:: if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr --d

Re: [E-devel] E CVS: apps/e shorne

2007-01-26 Thread Michael Jennings
On Saturday, 27 January 2007, at 01:00:58 (-0500), Enlightenment CVS wrote: > -#echo "Running autopoint..." ; autopoint -f || exit 1 > +echo "Running autopoint..." ; autopoint -f || exit 1 > echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 > echo "Running autoconf..." ; autocon