Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e Modified Files: configure.in Log Message: Fix for autoconf-2.60 (datadir). =================================================================== RCS file: /cvs/e/e16/e/configure.in,v retrieving revision 1.158 retrieving revision 1.159 diff -u -3 -r1.158 -r1.159 --- configure.in 18 Jul 2006 00:18:48 -0000 1.158 +++ configure.in 23 Jul 2006 23:09:07 -0000 1.159 @@ -103,13 +103,15 @@ dnl ${DATADIRNAME} being defined. if test "x$enable_fsstd" = "xyes"; then + DATADIR=${prefix}/${DATADIRNAME} LOCALEDIR=${prefix}/${DATADIRNAME}/locale else datadir=${prefix} + DATADIR=${datadir} exec_prefix=${prefix}/e16 LOCALEDIR=${prefix}/e16/locale fi -ENLIGHTENMENT_ROOT=`eval echo ${datadir}/e16` +ENLIGHTENMENT_ROOT=`eval echo ${DATADIR}/e16` ENLIGHTENMENT_BIN=`eval echo ${bindir}` AC_SUBST(ENLIGHTENMENT_ROOT) AC_SUBST(ENLIGHTENMENT_BIN) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs