On Sun, 19 Jun 2005 21:31:17 +0200 Andreas Schneider <[EMAIL PROTECTED]>
babbled:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> what I really miss in all configure scripts is a --enable-libsuffix=
> option. This should add a suffix to the libdir so that you can install
> 64 bit binaries in /usr/lib64, /opt/enlightenment/lib64 etc.
>
> It allows you to install 32bit and 64bit binaries on the same machine.
>
> AC_ARG_ENABLE(libsuffix,
> AC_HELP_STRING([--enable-libsuffix],
> [/lib directory suffix (64,32,none[=default])]),
> elibsuff=$enableval)
> if test "$elibsuff" = "no"; then
> elibsuff=
> fi
> if test -z "$elibsuff"; then
> AC_MSG_RESULT([not using lib directory suffix])
> AC_DEFINE(ELIBSUFF, [""], Suffix for lib directories)
> else
> if test "$libdir" = '${exec_prefix}/lib'; then
> libdir="$libdir${elibsuff}"
> AC_SUBST([libdir], ["$libdir"])
> fi
> AC_DEFINE_UNQUOTED(ELIBSUFF, ["${elibsuff}"], Suffix for lib
> directories)
> AC_MSG_RESULT([using lib directory suffix $elibsuff])
> fi
what spanky said :)
--
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler) [EMAIL PROTECTED]
裸好多 [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel