Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
touchup configure --help output
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -3 -r1.119 -r1.120
--- configure.in        23 Oct 2005 16:09:22 -0000      1.119
+++ configure.in        29 Oct 2005 02:30:36 -0000      1.120
@@ -130,7 +130,7 @@
 ecore_txt_libs="";
 
 AC_ARG_ENABLE(ecore-txt, 
-  [  --disable-ecore-txt              disable the ecore_txt module],
+  [  --disable-ecore-txt           disable the ecore_txt module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
@@ -237,7 +237,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, 
-  [  --disable-ecore-x                disable the ecore_x module], [
+  [  --disable-ecore-x             disable the ecore_x module], [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
     else
@@ -427,7 +427,7 @@
 ecore_job_libs="";
 
 AC_ARG_ENABLE(ecore-job, 
-  [  --disable-ecore-job              disable the ecore_job module],
+  [  --disable-ecore-job           disable the ecore_job module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
@@ -460,7 +460,7 @@
 AC_MSG_CHECKING(whether ecore_dfb module is to be built)
 
 AC_ARG_ENABLE(ecore-dfb, 
-  [  --disable-ecore-dfb               disable the ecore_dfb module],
+  [  --disable-ecore-dfb           disable the ecore_dfb module],
   [
     if test "$enableval" = "yes" ; then  
       AC_MSG_RESULT(yes)
@@ -498,7 +498,7 @@
 AC_MSG_CHECKING(whether ecore_fb module is to be built)
 
 AC_ARG_ENABLE(ecore-fb, 
-  [  --disable-ecore-fb               disable the ecore_fb module],
+  [  --disable-ecore-fb            disable the ecore_fb module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
@@ -539,7 +539,7 @@
 
 AC_MSG_CHECKING(whether ecore_evas module is to be built)
 AC_ARG_ENABLE(ecore-evas, 
-  [  --disable-ecore-evas             disable the ecore_evas module],
+  [  --disable-ecore-evas          disable the ecore_evas module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
@@ -575,7 +575,7 @@
 
 AC_MSG_CHECKING(whether ecore_evas gl support is to be built)
 AC_ARG_ENABLE(ecore-evas-gl, 
-  [  --disable-ecore-evas-gl          disable gl in the ecore_evas module],
+  [  --disable-ecore-evas-gl       disable gl in the ecore_evas module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
@@ -617,7 +617,7 @@
 
 AC_MSG_CHECKING(whether ecore_evas xrender support is to be built)
 AC_ARG_ENABLE(ecore-evas-xrender, 
-  [  --disable-ecore-evas-xrender     disable xrender in the ecore_evas 
module],
+  [  --disable-ecore-evas-xrender  disable xrender in the ecore_evas module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
@@ -659,7 +659,7 @@
 
 AC_MSG_CHECKING(whether ecore_evas DirectFB support is to be built)
 AC_ARG_ENABLE(ecore-evas-dfb, 
-  [  --disable-ecore-evas-dfb          disable DirectFB in the ecore_evas 
module],
+  [  --disable-ecore-evas-dfb      disable DirectFB in the ecore_evas module],
   [
     if test "$enableval" = "yes" ; then  
       AC_MSG_RESULT(yes)
@@ -694,7 +694,7 @@
 
 AC_MSG_CHECKING(whether ecore_evas fb support is to be built)
 AC_ARG_ENABLE(ecore-evas-fb, 
-  [  --disable-ecore-evas-fb          disable fb in the ecore_evas module],
+  [  --disable-ecore-evas-fb       disable fb in the ecore_evas module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
@@ -728,7 +728,7 @@
 
 AC_MSG_CHECKING(whether ecore_evas buffer support is to be built)
 AC_ARG_ENABLE(ecore-evas-buffer, 
-  [  --disable-ecore-evas-buffer          disable buffer in the ecore_evas 
module],
+  [  --disable-ecore-evas-buffer   disable buffer in the ecore_evas module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
@@ -766,7 +766,7 @@
 ecore_con_libs="";
 
 AC_ARG_ENABLE(ecore-con, 
-  [  --disable-ecore-con              disable the ecore_con module],
+  [  --disable-ecore-con           disable the ecore_con module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
@@ -792,7 +792,7 @@
 AC_SUBST(ecore_con_libs)
 
 AC_ARG_ENABLE(openssl,
-  [  --enable-openssl        enable openssl support (default: autodetect)],
+  [  --enable-openssl              enable openssl support 
@<:@default=auto@:>@],
   [ use_openssl=$enableval ],
   [ use_openssl=yes ]
 )
@@ -815,7 +815,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, 
-    [  --disable-ecore-ipc              disable the ecore_ipc module],
+    [  --disable-ecore-ipc           disable the ecore_ipc module],
     [
       if test x"$enableval" = x"yes" ; then  
         AC_MSG_RESULT(yes)
@@ -856,7 +856,7 @@
 dbus_libs="";
 
 AC_ARG_ENABLE(ecore-dbus,
-  [  --disable-ecore-dbus              disable the ecore_dbus module],
+  [  --disable-ecore-dbus          disable the ecore_dbus module],
   [
     if test x"$enableval" = x"yes" ; then
       AC_MSG_RESULT(yes)
@@ -900,7 +900,7 @@
 ecore_config_libs="";
 
 AC_ARG_ENABLE(ecore-config, 
-  [  --disable-ecore-config              disable the ecore_config module],
+  [  --disable-ecore-config        disable the ecore_config module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
@@ -941,7 +941,7 @@
 
 AC_MSG_CHECKING(whether ecore_file module is to be built)
 AC_ARG_ENABLE(ecore-file, 
-  [  --disable-ecore-file              disable the ecore_file module],
+  [  --disable-ecore-file          disable the ecore_file module],
   [
     if test "$enableval" = "yes"; then  
       AC_MSG_RESULT(yes)
@@ -967,7 +967,7 @@
   dnl We need to check if the right inotify version is accessible
   AC_MSG_CHECKING(whether inotify is to be used for filemonitoring)
   AC_ARG_ENABLE(inotify, 
-    [  --disable-inotify              disable inotify in the ecore_file 
module],
+    [  --disable-inotify             disable inotify in the ecore_file module],
     [
       if test "$enableval" = "yes"; then  
         AC_MSG_RESULT(yes)
@@ -1030,7 +1030,7 @@
   
   AC_MSG_CHECKING(whether polling is to be used for filemonitoring)
   AC_ARG_ENABLE(poll, 
-    [  --disable-poll              disable poll in the ecore_file module],
+    [  --disable-poll                disable poll in the ecore_file module],
     [
       if test "$enableval" = "yes"; then  
         AC_MSG_RESULT(yes)
@@ -1050,7 +1050,7 @@
   use_curl="no"
   AC_MSG_CHECKING(whether CURL is to be used for file download)
   AC_ARG_ENABLE(curl, 
-    [  --enable-curl              enable curl in the ecore_file module],
+    [  --enable-curl                 enable curl in the ecore_file module],
     [
       if test "$enableval" = "yes"; then  
         AC_MSG_RESULT(yes)
@@ -1079,7 +1079,7 @@
 AC_SUBST(ecore_file_libs)
 
 AC_ARG_ENABLE(pthreads,
-  [--disable-pthreads            disable building with pthread support],
+  [  --disable-pthreads            disable building with pthread support],
   [
     if test x$enableval = xyes; then
       pthreads=yes




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to