diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | m4/efl.m4 | 19 |
3 files changed, 15 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index d1d2d49512..f98ec62066 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -15,6 +15,7 @@ | |||
15 | Makefile | 15 | Makefile |
16 | Makefile.in | 16 | Makefile.in |
17 | tags | 17 | tags |
18 | .DS_Store | ||
18 | .deps | 19 | .deps |
19 | .libs | 20 | .libs |
20 | *.trs | 21 | *.trs |
diff --git a/doc/Makefile.am b/doc/Makefile.am index 7c94bce163..c20d1677db 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -54,7 +54,7 @@ include images.mk | |||
54 | 54 | ||
55 | all-local: | 55 | all-local: |
56 | @rm -f images.tmp; \ | 56 | @rm -f images.tmp; \ |
57 | echo $(ECHO_N) 'EXTRA_DIST += ' > images.tmp; \ | 57 | echo 'EXTRA_DIST += \\' > images.tmp; \ |
58 | (cd $(srcdir) && find ./img -type f -print | cut -d/ -f2- | grep -v '~' | sort | tr '\n' ' ') >> images.tmp && \ | 58 | (cd $(srcdir) && find ./img -type f -print | cut -d/ -f2- | grep -v '~' | sort | tr '\n' ' ') >> images.tmp && \ |
59 | echo >> images.tmp && \ | 59 | echo >> images.tmp && \ |
60 | if ! cmp "$(srcdir)/images.mk" images.tmp >/dev/null; then \ | 60 | if ! cmp "$(srcdir)/images.mk" images.tmp >/dev/null; then \ |
@@ -49,7 +49,7 @@ dnl want_color: yes or no | |||
49 | AC_DEFUN([EFL_COLOR], | 49 | AC_DEFUN([EFL_COLOR], |
50 | [dnl | 50 | [dnl |
51 | case "$TERM" in | 51 | case "$TERM" in |
52 | xterm|xterm-color|Eterm|aterm|kterm|rxvt*|screen|gnome|interix) | 52 | xterm|xterm-color|xterm-256color|Eterm|aterm|kterm|rxvt*|screen|gnome|interix) |
53 | want_color="${WANT_COLOR:-yes}" | 53 | want_color="${WANT_COLOR:-yes}" |
54 | ;; | 54 | ;; |
55 | *) | 55 | *) |
@@ -58,10 +58,17 @@ case "$TERM" in | |||
58 | esac | 58 | esac |
59 | 59 | ||
60 | if test "${want_color}" = "yes"; then | 60 | if test "${want_color}" = "yes"; then |
61 | COLOR_YES=`echo -e "\033@<:@1;32m"` | 61 | if test `echo -e` = -e; then |
62 | COLOR_NO=`echo -e "\033@<:@1;31m"` | 62 | echoopt= |
63 | COLOR_OTHER=`echo -e "\033@<:@1;36m"` | 63 | else |
64 | COLOR_RESET=`echo -e "\033@<:@0m"` | 64 | echoopt=-e |
65 | fi | ||
66 | |||
67 | COLOR_YES=`echo $echoopt "\033@<:@1;32m"` | ||
68 | COLOR_NO=`echo $echoopt "\033@<:@1;31m"` | ||
69 | COLOR_OTHER=`echo $echoopt "\033@<:@1;36m"` | ||
70 | COLOR_RESET=`echo $echoopt "\033@<:@0m"` | ||
71 | |||
65 | else | 72 | else |
66 | COLOR_YES="" | 73 | COLOR_YES="" |
67 | COLOR_NO="" | 74 | COLOR_NO="" |
@@ -358,7 +365,7 @@ m4_defn([UP])_LDFLAGS="${EFL_COV_LDFLAGS} ${EFL_LDFLAGS} ${m4_defn([UP])_LDFLAGS | |||
358 | m4_defn([UP])_LIBS=" ${m4_defn([UP])_LDFLAGS} ${EFL_COV_LIBS} ${EFL_LIBS} ${m4_defn([UP])_LIBS} ${requirements_internal_libs_[]m4_defn([DOWN])} ${requirements_internal_deps_libs_[]m4_defn([DOWN])} ${requirements_public_libs_[]m4_defn([DOWN])} ${requirements_libs_[]m4_defn([DOWN])} ${requirements_libs_efl} " | 365 | m4_defn([UP])_LIBS=" ${m4_defn([UP])_LDFLAGS} ${EFL_COV_LIBS} ${EFL_LIBS} ${m4_defn([UP])_LIBS} ${requirements_internal_libs_[]m4_defn([DOWN])} ${requirements_internal_deps_libs_[]m4_defn([DOWN])} ${requirements_public_libs_[]m4_defn([DOWN])} ${requirements_libs_[]m4_defn([DOWN])} ${requirements_libs_efl} " |
359 | m4_defn([UP])_INTERNAL_LIBS="${m4_defn([UP])_INTERNAL_LIBS} ${requirements_internal_libs_[]m4_defn([DOWN])}" | 366 | m4_defn([UP])_INTERNAL_LIBS="${m4_defn([UP])_INTERNAL_LIBS} ${requirements_internal_libs_[]m4_defn([DOWN])}" |
360 | USE_[]m4_defn([UP])_LIBS="${m4_defn([UP])_LIBS} lib/${libdirname}/lib${libname}.la" | 367 | USE_[]m4_defn([UP])_LIBS="${m4_defn([UP])_LIBS} lib/${libdirname}/lib${libname}.la" |
361 | USE_[]m4_defn([UP])_INTERNAL_LIBS="${m4_defn([UP])_INTERNAL_LIBS} lib/${libdirname}/lib${libname}.la ${requirements_internal_deps_libs_[]m4_defn([DOWN])}" | 368 | USE_[]m4_defn([UP])_INTERNAL_LIBS="${m4_defn([UP])_INTERNAL_LIBS} lib/${libdirname}/lib${libname}.la" |
362 | m4_defn([UP])_CFLAGS="${EFL_COV_CFLAGS} ${EFL_CFLAGS} ${m4_defn([UP])_CFLAGS} -I\$(top_srcdir)/src/lib/${libdirname} -I\$(top_builddir)/src/lib/${libdirname} ${requirements_cflags_[]m4_defn([DOWN])} ${requirements_cflags_efl} -DEFL_[]m4_defn([UP])_BUILD=1" | 369 | m4_defn([UP])_CFLAGS="${EFL_COV_CFLAGS} ${EFL_CFLAGS} ${m4_defn([UP])_CFLAGS} -I\$(top_srcdir)/src/lib/${libdirname} -I\$(top_builddir)/src/lib/${libdirname} ${requirements_cflags_[]m4_defn([DOWN])} ${requirements_cflags_efl} -DEFL_[]m4_defn([UP])_BUILD=1" |
363 | requirements_pc_[]m4_defn([DOWN])="${requirements_pc_[]m4_defn([DOWN])} ${requirements_pc_efl}" | 370 | requirements_pc_[]m4_defn([DOWN])="${requirements_pc_[]m4_defn([DOWN])} ${requirements_pc_efl}" |
364 | requirements_pc_deps_[]m4_defn([DOWN])="${requirements_pc_deps_[]m4_defn([DOWN])} ${requirements_pc_deps_efl}" | 371 | requirements_pc_deps_[]m4_defn([DOWN])="${requirements_pc_deps_[]m4_defn([DOWN])} ${requirements_pc_deps_efl}" |