Hi, I finally have the time to do what Kees Cook suggested. I updated my local cvs dir just now and did "./autogen.sh", which throws at the end:
---output---
checking for autoconf >= 2.52 ... yes (version 2.57) checking for automake >= 1.6 ... yes (version 1.7.6) checking for glib-gettextize >= 2.0.0 ... yes (version 2.2.3) checking for intltool >= 0.17 ... yes (version 0.27.2) Copying file po/Makefile.in.in
Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /opt/gnome/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/.
patching file po/Makefile.in.in
---/output---
What should I do? Where do I copy the files from /opt/gnome/share/aclocal to?
If I do "make distclean" it says:
---Quote---
make: *** No hay ninguna regla para construir el objetivo `distclean'. Alto.
---/Quote...
Which means: There ain't no such thing as 'distclean' bro. or similar.
Suggestions?
Thank you for yoru efforts,