On 3/26/06, Laurence Vanek <[EMAIL PROTECTED]> wrote: > > checking for nl_langinfo... yes > ./configure: line 22440: syntax error near unexpected token `echo' > ./configure: line 22440: `echo "$as_me:$LINENO: checking for pow in -lm" > >&5' > =========== > > This looks familiar, thought this got fixed some time ago. > > I had no problems building libast.
IIRC, the problem is not with with the code, it's the build environment. You probably installed libast to /usr/local, which means libast.m4 is in /usr/local/share/aclocal. For aclocal to find this file, you need to set ACLOCAL_FLAGS="-I /usr/local/share/aclocal" and re-run autogen.sh. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
