Enlightenment CVS committal

Author  : mekius
Project : e17
Module  : proto

Dir     : e17/proto/empower


Modified Files:
        autogen.sh configure.in empower.spec.in 


Log Message:
Disabled ETK build by default.  I don't have the time nor motivation to fix it. 
 Also did a small update to the spec file.

===================================================================
RCS file: /cvs/e/e17/proto/empower/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- autogen.sh  3 Apr 2006 00:06:53 -0000       1.1
+++ autogen.sh  15 Mar 2007 03:35:51 -0000      1.2
@@ -12,5 +12,5 @@
 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
 
 if [ -z "$NOCONFIGURE" ]; then
-       ./configure "$@"
+       ./configure --disable-etk "$@"
 fi
===================================================================
RCS file: /cvs/e/e17/proto/empower/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in        10 Mar 2007 10:06:16 -0000      1.5
+++ configure.in        15 Mar 2007 03:35:51 -0000      1.6
@@ -123,7 +123,7 @@
 
 AC_ARG_ENABLE(etk,
         AC_HELP_STRING([--enable-etk/--disable-etk],
-        [enable/disable etk version (default=autodetect)]),
+        [enable/disable etk version (default=disabled)]),
         [enable_etk=$enableval], [enable_etk=default])
 
 if test "x$enable_etk" = "xdefault" || test "x$enable_etk" = "xyes"; then
===================================================================
RCS file: /cvs/e/e17/proto/empower/empower.spec.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- empower.spec.in     3 Apr 2006 00:06:53 -0000       1.1
+++ empower.spec.in     15 Mar 2007 03:35:51 -0000      1.2
@@ -4,7 +4,7 @@
 Release: 0.%(date '+%Y%m%d')
 License: 3-clause BSD
 Group: Applications/Admin
-URL: http://www.enlightenment.org.au/
+URL: http://www.satus.net/empower
 Source: %{name}-%{version}.tar.gz
 Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston <[EMAIL 
PROTECTED]>}
 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment 
Project (http://www.enlightenment.org.au/)}



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