Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : alarm

Dir     : e_modules/alarm


Modified Files:
        configure.in 


Log Message:
Make it possible to install in homedir

===================================================================
RCS file: /cvs/e/e_modules/alarm/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- configure.in        13 Nov 2007 06:39:02 -0000      1.9
+++ configure.in        13 Nov 2007 06:51:33 -0000      1.10
@@ -43,8 +43,11 @@
 AC_SUBST(e_cflags)
 AC_SUBST(e_libs)
 
-dnl TODO: Fix better install for homedir
 datadir="${e_modules}/${PACKAGE}"    
+AC_ARG_ENABLE(homedir-install,
+  AS_HELP_STRING([--enable-homedir-install], [Install module in homedir]),
+  [ datadir="${HOME}/.e/e/modules/${PACKAGE}" ]
+)
 
 edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc"
 AC_ARG_WITH(edje-cc,



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to