On Mon, 13 Feb 2006 07:40:04 +0900
David Stevenson <[EMAIL PROTECTED]> wrote:

> On 2/13/06, Gerald Dachs <[EMAIL PROTECTED]> wrote:
> >
> > can somebody explain me this part from configure.in?
> >
> >         AC_PREFIX_DEFAULT(${HOME}/.e/e)
> >         if test "x$prefix" = "xNONE"; then
> >           datarootdir=${ac_default_prefix}
> >         else
> >           datarootdir=${ac_default_prefix}/share
> >         fi
> >         localedir=${datarootdir}/locale
> >         AC_SUBST(LOCALEDIR, "${localedir}")
> >
> > should it not be like this?
> >
> >         AC_PREFIX_DEFAULT(${HOME}/.e/e)
> >         if test "x$prefix" = "xNONE"; then
> >           datarootdir=${ac_default_prefix}
> >         else
> >           datarootdir=${prefix}/share
> >         fi
> >         localedir=${datarootdir}/locale
> >         AC_SUBST(LOCALEDIR, "${localedir}")
> >
> > I am not sure what the idea of the orignal was.
> 
> 
> Oops... the original idea was the same as yours, but the implementation was
> screwed.
> Thanks!
> 
> David

This has sound for me that you wanted to fix it, it has still not happend ;)

Gerald


-------------------------------------------------------
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&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to