Updated help message.

SVN revision: 8249
This commit is contained in:
rbdpngn 2004-01-02 04:42:04 +00:00 committed by rbdpngn
parent dc2fa35658
commit 49a4982ea9
1 changed files with 10 additions and 10 deletions

View File

@ -110,7 +110,7 @@ ecore_txt_cflags="";
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 @@ x_ldflags="";
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_cflags="";
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 @@ ecore_fb_libs="";
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 @@ EVAS_CONFIG=$PROG_CONFIG
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 @@ have_ecore_evas_gl="";
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 @@ have_ecore_evas_fb="";
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_cflags="";
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 @@ ecore_ipc_libs="";
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_cflags)
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";