Fix evaluation of LOCALEDIR with new autosomething. Remove fsstd option.

SVN revision: 31205
This commit is contained in:
Kim Woelders 2007-08-07 14:08:39 +00:00
parent dc757acd61
commit 5dca3495ff
1 changed files with 1 additions and 11 deletions

View File

@ -74,10 +74,6 @@ AM_LANGINFO_CODESET
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 @@ if test "x$enable_hints_gnome" = "xyes"; then
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}`