Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e
Modified Files:
configure.in
Log Message:
Fix evaluation of LOCALEDIR with new autosomething. Remove fsstd option.
===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -3 -r1.218 -r1.219
--- configure.in 28 Jul 2007 14:09:08 -0000 1.218
+++ configure.in 7 Aug 2007 14:08:39 -0000 1.219
@@ -74,10 +74,6 @@
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.12.1])
-AC_ARG_ENABLE(fsstd,
- [ --enable-fsstd install files following FSSTD
@<:@default=yes@:>@],,
- enable_fsstd=yes)
-
AC_ARG_ENABLE(sound,
[ --enable-sound compile with sound support @<:@default=yes@:>@],,
enable_sound=yes)
@@ -91,14 +87,8 @@
fi
AM_CONDITIONAL(ENABLE_GNOME, test "x$enable_hints_gnome" = "xyes")
-if test "x$enable_fsstd" = "xyes"; then
- LOCALEDIR=`eval echo ${datadir}/locale`
-else
- datadir=${prefix}
- exec_prefix=${prefix}/e16
- LOCALEDIR=${prefix}/e16/locale
-fi
DATADIR=`eval echo ${datadir}`
+LOCALEDIR=`eval echo ${DATADIR}/locale`
ENLIGHTENMENT_ROOT=`eval echo ${DATADIR}/e16`
ENLIGHTENMENT_BIN=`eval echo ${bindir}`
ENLIGHTENMENT_LIB=`eval echo ${libdir}`
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs