Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
Updated help message.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- configure.in        31 Dec 2003 22:15:32 -0000      1.30
+++ configure.in        2 Jan 2004 04:42:04 -0000       1.31
@@ -110,7 +110,7 @@
 ecore_txt_libs="";
 
 AC_ARG_ENABLE(ecore-txt, 
-[  --enable-ecore-txt              enable the ecore_txt module], [
+[  --disable-ecore-txt              disable the ecore_txt module], [
   if [ test "$enableval" = "yes" ]; then  
     AC_MSG_RESULT(yes)
     have_ecore_txt="yes"
@@ -177,7 +177,7 @@
 if test "x$have_ecore_txt" = "xyes"; then
   AC_MSG_CHECKING(whether ecore_x module is to be built)
   AC_ARG_ENABLE(ecore-x, 
-  [  --enable-ecore-x                enable the ecore_x module], [
+  [  --disable-ecore-x                disable the ecore_x module], [
     if [ test "$enableval" = "yes" ]; then  
       AC_MSG_RESULT(yes)
       have_ecore_x="yes"
@@ -221,7 +221,7 @@
 ecore_job_libs="";
 
 AC_ARG_ENABLE(ecore-job, 
-[  --enable-ecore-job              enable the ecore_job module], [
+[  --disable-ecore-job              disable the ecore_job module], [
   if [ test "$enableval" = "yes" ]; then  
     AC_MSG_RESULT(yes)
     have_ecore_job="yes"
@@ -252,7 +252,7 @@
 AC_MSG_CHECKING(whether ecore_fb module is to be built)
 
 AC_ARG_ENABLE(ecore-fb, 
-[  --enable-ecore-fb               enable the ecore_fb module], [
+[  --disable-ecore-fb               disable the ecore_fb module], [
   if [ test "$enableval" = "yes" ]; then  
     AC_MSG_RESULT(yes)
     have_ecore_fb="yes"
@@ -302,7 +302,7 @@
 
 AC_MSG_CHECKING(whether ecore_evas module is to be built)
 AC_ARG_ENABLE(ecore-evas, 
-[  --enable-ecore-evas             enable the ecore_evas module], [
+[  --disable-ecore-evas             disable the ecore_evas module], [
   if [ test "$enableval" = "yes" ]; then  
     AC_MSG_RESULT(yes)
     have_ecore_evas="yes";
@@ -342,7 +342,7 @@
 AC_MSG_CHECKING(whether ecore_evas gl support is to be built)
 
 AC_ARG_ENABLE(ecore-evas-gl, 
-[  --enable-ecore-evas-gl          enable gl in the ecore_evas module], [
+[  --disable-ecore-evas-gl          disable gl in the ecore_evas module], [
   if [ test "$enableval" = "yes" ]; then  
     AC_MSG_RESULT(yes)
     have_ecore_evas_gl="yes"
@@ -373,7 +373,7 @@
 AC_MSG_CHECKING(whether ecore_evas fb support is to be built)
 
 AC_ARG_ENABLE(ecore-evas-fb, 
-[  --enable-ecore-evas-fb          enable fb in the ecore_evas module], [
+[  --disable-ecore-evas-fb          disable fb in the ecore_evas module], [
   if [ test "$enableval" = "yes" ]; then  
     AC_MSG_RESULT(yes)
     have_ecore_evas_fb="yes"
@@ -406,7 +406,7 @@
 ecore_con_libs="";
 
 AC_ARG_ENABLE(ecore-con, 
-[  --enable-ecore-con              enable the ecore_con module], [
+[  --disable-ecore-con              disable the ecore_con module], [
   if [ test "$enableval" = "yes" ]; then  
     AC_MSG_RESULT(yes)
     have_ecore_con="yes"
@@ -437,7 +437,7 @@
 if test "x$have_ecore_con" = "xyes"; then
 AC_MSG_CHECKING(whether ecore_ipc module is to be built)
   AC_ARG_ENABLE(ecore-ipc, 
-  [  --enable-ecore-ipc              enable the ecore_ipc module], [
+  [  --disable-ecore-ipc              disable the ecore_ipc module], [
     if [ test "$enableval" = "yes" ]; then  
       AC_MSG_RESULT(yes)
       have_ecore_ipc="yes"
@@ -477,7 +477,7 @@
 AC_SUBST(ewl_libs)
 
 AC_ARG_ENABLE(ecore-config, 
-[  --enable-ecore-config              enable the ecore_config module], [
+[  --disable-ecore-config              disable the ecore_config module], [
   if [ test "$enableval" = "yes" ]; then  
     AC_MSG_RESULT(yes)
     have_ecore_config="yes";




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to