Attempt to fix autofoo breakage (with some autotool versions?).

SVN revision: 26941
This commit is contained in:
Kim Woelders 2006-11-04 08:23:16 +00:00
parent d8dcbc390b
commit 8a2f14250f
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ else
exec_prefix=${prefix}/e16
LOCALEDIR=${prefix}/e16/locale
fi
ENLIGHTENMENT_ROOT=`eval echo ${datadir}/e16`
DATADIR=`eval echo ${datadir}`
ENLIGHTENMENT_ROOT=`eval echo ${DATADIR}/e16`
ENLIGHTENMENT_BIN=`eval echo ${bindir}`
ENLIGHTENMENT_LIB=`eval echo ${libdir}`
AC_SUBST(ENLIGHTENMENT_ROOT)