no more autopoint. now it's causing other issues like depending on cvs.

enough. go back to automake 1.9 if u insist on building e from cvs.


SVN revision: 26903
This commit is contained in:
Carsten Haitzler 2006-11-02 16:10:08 +00:00
parent c6cdf7fe8d
commit 1adc1f32ee
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,9 @@ rm -f aclocal.m4 ltmain.sh
touch README
echo "Running autopoint..." ; autopoint -f || exit 1
# no more autopoint. cuases too many hassles. too bad gentoo users - go back
# to automake 1.9 :(
#echo "Running autopoint..." ; autopoint -f || exit 1
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
echo "Running autoconf..." ; autoconf || exit 1
echo "Running autoheader..." ; autoheader || exit 1

View File

@ -748,6 +748,8 @@ e_fm2_fop_delete_add(Evas_Object *obj, E_Fm2_Icon_Info *ici)
* not null, readdir till end (when at end remove item) and per item
* if it is a file or link - delete it directly, if it is a dir, prepend to
* fop queue.
* per fop item processed, if obj is attached to fop - report status usig
* the status overlay for the fm edj obj.
*/
}