Enlightenment CVS committal Author : xcomputerman Project : e17 Module : apps/entrance
Dir : e17/apps/entrance Modified Files: configure.in Log Message: * Make Xsession path a configurable option. * Fix compile warning. =================================================================== RCS file: /cvs/e/e17/apps/entrance/configure.in,v retrieving revision 1.55 retrieving revision 1.56 diff -u -3 -r1.55 -r1.56 --- configure.in 13 May 2006 05:31:48 -0000 1.55 +++ configure.in 3 Jun 2006 07:24:49 -0000 1.56 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(configure.in) -AM_INIT_AUTOMAKE(entrance, 0.9.0.007) +AM_INIT_AUTOMAKE(entrance, 0.9.0.008) AM_CONFIG_HEADER(src/config.h) AC_ISC_POSIX @@ -157,6 +157,10 @@ # what Xsession file we're using xsession=/etc/X11/xdm/Xsession +if test ! -x "$xsession" ; then + xsession=/etc/X11/Xsession +fi + AC_ARG_WITH(xsession, [ --with-xsession=PATH Specify the location of system Xsession file], [ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs