Enlightenment CVS committal

Author  : atmosphere
Project : misc
Module  : elogin

Dir     : misc/elogin


Modified Files:
        AUTHORS acconfig.h configure.in 


Log Message:
JeopardE rules, thanks dude

this is handling everything much much nicer spawner wise.
it now sources your /etc/profile so your environment is right for users as
well


===================================================================
RCS file: /cvsroot/enlightenment/misc/elogin/AUTHORS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- AUTHORS     6 May 2002 17:56:06 -0000       1.4
+++ AUTHORS     18 Jan 2003 04:02:46 -0000      1.5
@@ -1,2 +1,3 @@
 Julien Boulnois <[EMAIL PROTECTED]>
 Corey Donohoe <[EMAIL PROTECTED]>
+Ibukun Olumuyiwa<[EMAIL PROTECTED]>
===================================================================
RCS file: /cvsroot/enlightenment/misc/elogin/acconfig.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- acconfig.h  6 May 2002 17:59:28 -0000       1.3
+++ acconfig.h  18 Jan 2003 04:02:46 -0000      1.4
@@ -8,3 +8,5 @@
 #undef PACKAGE_LOCALE_DIR
 #undef PACKAGE_DATA_DIR
 #undef PACKAGE_SOURCE_DIR
+#undef PREFIX
+
===================================================================
RCS file: /cvsroot/enlightenment/misc/elogin/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in        16 Oct 2002 02:05:12 -0000      1.5
+++ configure.in        18 Jan 2003 04:02:46 -0000      1.6
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(elogin, 0.0.1)
+AM_INIT_AUTOMAKE(elogin, 0.0.2)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX
@@ -20,6 +20,12 @@
   AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}")
 fi
 
+if test "x${prefix}" = "xNONE"; then
+    AC_DEFINE_UNQUOTED(PREFIX, "/usr/local/")
+else
+    AC_DEFINE_UNQUOTED(PREFIX, "${prefix}")
+fi
+
 dnl Set PACKAGE_SOURCE_DIR in config.h.
 packagesrcdir=`cd $srcdir && pwd`
 AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}")
@@ -106,10 +112,14 @@
     VRFY="verify-pam"
     AC_DEFINE(HAVE_PAM)])
 
+#AC_CONFIG_FILES([src/daemon/elogin_wrapper:src/daemon/elogin_wrapper.in],
+#                              [chmod a+x src/daemon/elogin_wrapper])
+
 AC_OUTPUT([
 Makefile
 src/Makefile
 src/client/Makefile
 src/daemon/Makefile
+src/daemon/elogin_wrapper
 ])
 




-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to