Michael Jennings said:
> On Monday, 14 July 2003, at 16:10:39 (-0400),
> [EMAIL PROTECTED] wrote:
>
>> what's wrong with ./configure --prefix=/usr/whatever/enlightenment
behaviortting it tack the /bin on that?
>
> if test "x$enable_fsstd" = "xyes"; then
>         ENLIGHTENMENT_ROOT=${datadir}/enlightenment
>         ENLIGHTENMENT_BIN=${bindir}
>         LOCALEDIR=${prefix}/${DATADIRNAME}/locale
>         USE_FSSTD=yes
> else
>         ENLIGHTENMENT_ROOT=${prefix}/enlightenment
>         ENLIGHTENMENT_BIN=${prefix}/enlightenment/bin
>         LOCALEDIR=${prefix}/enlightenment/locale
>         USE_FSSTD=no
> fi

Wouldn't  "configure --prefix=/opt/enlightenment --datadir=/opt" prove
the same layout as the non-fsstd code?  Perhaps it would be simplest
to strip the non-fsstd code out and make a note on how to get the old
behaviour back if they really want it.

Or just fix the non-fsstd build, although that's just one more thing
that needs to be maintained then.

Why not hold a vote and go with the majority.


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to