Enlightenment CVS committal

Author  : mej
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        Makefile.am 


Log Message:
Tue Mar 13 13:14:28 2007                        Michael Jennings (mej)

Fix "make distcheck" by replacing $sysconfdir with a value that
doesn't contain $prefix if, and only if, $prefix is /usr or
/usr/local.  Otherwise, the user must specify --sysconfdir if they
want configuration outside $prefix.

Use AC_PATH_PROG() to determine $xbin value.

Fix init script to work with LSB-standard chkconfig.

Move IPC socket and PID file to proper location in /var/run, not in
/var or /var/lib.

entrance_login belongs in sbin.  entrance_wrapper belongs in bin.
NEITHER belongs in /usr/lib, though /usr/libexec might be acceptable.

Re-enabled verbose mode for debugging.

Added -debug option to force launching of Xnest instead of the
configured X server.

FYI, this version fixes the messed up startup size, at least for me.
----------------------------------------------------------------------

===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/client/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- Makefile.am 13 Aug 2006 04:18:27 -0000      1.21
+++ Makefile.am 13 Mar 2007 23:19:39 -0000      1.22
@@ -4,12 +4,10 @@
 INCLUDES = @EDJE_CFLAGS@ @ECORE_CFLAGS@ @EVAS_CFLAGS@ \
 @ESMART_CFLAGS@
 
-entrancelibdir = $(libdir)/$(PACKAGE)
-
 #bin_PROGRAMS = entrance entrance_edit
 bin_PROGRAMS = entrance
 
-entrancelib_PROGRAMS = entrance_login
+sbin_PROGRAMS = entrance_login
 
 entrance_SOURCES = \
        entrance_auth.c entrance_auth.h \



-------------------------------------------------------------------------
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

Reply via email to