aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/embryo
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-04-22 09:19:23 +1000
committerDavid Walter Seikel2012-04-22 09:19:23 +1000
commitc963d75dfdeec11f82e79e727062fbf89afa2c04 (patch)
tree895633dbf641110be46f117c29890c49b3ffc0bd /libraries/embryo
parentAdding the new extantz viewer and grid manager. (diff)
downloadSledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.zip
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.gz
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.bz2
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.xz
Update EFL to latest beta.
Diffstat (limited to 'libraries/embryo')
-rw-r--r--libraries/embryo/ChangeLog9
-rw-r--r--libraries/embryo/Makefile.in5
-rw-r--r--libraries/embryo/README3
-rw-r--r--libraries/embryo/aclocal.m463
-rwxr-xr-xlibraries/embryo/config.guess149
-rw-r--r--libraries/embryo/config.h.in7
-rwxr-xr-xlibraries/embryo/config.sub47
-rwxr-xr-xlibraries/embryo/configure700
-rw-r--r--libraries/embryo/configure.ac33
-rw-r--r--libraries/embryo/doc/Makefile.in5
-rw-r--r--[-rwxr-xr-x]libraries/embryo/doc/img/e.pngbin3825 -> 3825 bytes
-rw-r--r--[-rwxr-xr-x]libraries/embryo/doc/img/e_big.pngbin30052 -> 30052 bytes
-rw-r--r--[-rwxr-xr-x]libraries/embryo/doc/img/edoxy.css0
-rw-r--r--[-rwxr-xr-x]libraries/embryo/doc/img/foot_bg.pngbin173 -> 173 bytes
-rw-r--r--[-rwxr-xr-x]libraries/embryo/doc/img/head_bg.pngbin214 -> 214 bytes
-rw-r--r--[-rwxr-xr-x]libraries/embryo/doc/img/menu_bg.pngbin192 -> 192 bytes
-rw-r--r--[-rwxr-xr-x]libraries/embryo/doc/img/menu_bg_current.pngbin1200 -> 1200 bytes
-rw-r--r--[-rwxr-xr-x]libraries/embryo/doc/img/menu_bg_hover.pngbin3278 -> 3278 bytes
-rw-r--r--[-rwxr-xr-x]libraries/embryo/doc/img/menu_bg_last.pngbin637 -> 637 bytes
-rw-r--r--[-rwxr-xr-x]libraries/embryo/doc/img/menu_bg_unsel.pngbin1596 -> 1596 bytes
-rw-r--r--libraries/embryo/embryo.spec2
-rw-r--r--libraries/embryo/include/Makefile.in5
-rwxr-xr-xlibraries/embryo/ltmain.sh4
-rw-r--r--libraries/embryo/m4/efl_fnmatch.m42
-rw-r--r--libraries/embryo/src/Makefile.in5
-rw-r--r--libraries/embryo/src/bin/Makefile.in5
-rw-r--r--libraries/embryo/src/bin/embryo_cc_sc5.scp2
-rw-r--r--libraries/embryo/src/bin/embryo_cc_sc7.scp2
-rw-r--r--libraries/embryo/src/lib/Embryo.h2
-rw-r--r--libraries/embryo/src/lib/Makefile.am3
-rw-r--r--libraries/embryo/src/lib/Makefile.in8
-rw-r--r--libraries/embryo/src/lib/embryo_amx.c4
-rw-r--r--libraries/embryo/src/lib/embryo_str.c45
-rw-r--r--libraries/embryo/src/lib/embryo_time.c6
34 files changed, 672 insertions, 444 deletions
diff --git a/libraries/embryo/ChangeLog b/libraries/embryo/ChangeLog
index a9a410a..297abf1 100644
--- a/libraries/embryo/ChangeLog
+++ b/libraries/embryo/ChangeLog
@@ -18,3 +18,12 @@
182011-12-02 Carsten Haitzler (The Rasterman) 182011-12-02 Carsten Haitzler (The Rasterman)
19 19
20 1.1.0 release 20 1.1.0 release
21
222012-02-24 Cedric Bail
23
24 * Add exotic support
25
262012-03-07 Vincent Torri
27
28 * Fix windows compilation issues
29
diff --git a/libraries/embryo/Makefile.in b/libraries/embryo/Makefile.in
index 4652fe5..b7f26fd 100644
--- a/libraries/embryo/Makefile.in
+++ b/libraries/embryo/Makefile.in
@@ -45,6 +45,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \ 45am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
46 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \ 46 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \
47 $(top_srcdir)/m4/efl_fnmatch.m4 \ 47 $(top_srcdir)/m4/efl_fnmatch.m4 \
48 $(top_srcdir)/m4/efl_gettimeofday.m4 \
48 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \ 49 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \
49 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 50 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
50 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 51 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
@@ -174,6 +175,8 @@ EMBRYO_CPPFLAGS = @EMBRYO_CPPFLAGS@
174EVIL_CFLAGS = @EVIL_CFLAGS@ 175EVIL_CFLAGS = @EVIL_CFLAGS@
175EVIL_LIBS = @EVIL_LIBS@ 176EVIL_LIBS = @EVIL_LIBS@
176EXEEXT = @EXEEXT@ 177EXEEXT = @EXEEXT@
178EXOTIC_CFLAGS = @EXOTIC_CFLAGS@
179EXOTIC_LIBS = @EXOTIC_LIBS@
177FGREP = @FGREP@ 180FGREP = @FGREP@
178GREP = @GREP@ 181GREP = @GREP@
179INSTALL = @INSTALL@ 182INSTALL = @INSTALL@
@@ -206,6 +209,8 @@ PACKAGE_URL = @PACKAGE_URL@
206PACKAGE_VERSION = @PACKAGE_VERSION@ 209PACKAGE_VERSION = @PACKAGE_VERSION@
207PATH_SEPARATOR = @PATH_SEPARATOR@ 210PATH_SEPARATOR = @PATH_SEPARATOR@
208PKG_CONFIG = @PKG_CONFIG@ 211PKG_CONFIG = @PKG_CONFIG@
212PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
213PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
209RANLIB = @RANLIB@ 214RANLIB = @RANLIB@
210SED = @SED@ 215SED = @SED@
211SET_MAKE = @SET_MAKE@ 216SET_MAKE = @SET_MAKE@
diff --git a/libraries/embryo/README b/libraries/embryo/README
index 36cfe09..f2cd749 100644
--- a/libraries/embryo/README
+++ b/libraries/embryo/README
@@ -1,4 +1,4 @@
1Embryo 1Embryo 1.2.0
2 2
3****************************************************************************** 3******************************************************************************
4 4
@@ -13,7 +13,6 @@ Requirements:
13Must: 13Must:
14 eina 14 eina
15 libc 15 libc
16 libm
17 16
18WARNING: gcc compatibility!!! 17WARNING: gcc compatibility!!!
19There seems to be some bug (or disagreement) between embryo and gcc 3.2.x 18There seems to be some bug (or disagreement) between embryo and gcc 3.2.x
diff --git a/libraries/embryo/aclocal.m4 b/libraries/embryo/aclocal.m4
index 14faac2..d3a77dd 100644
--- a/libraries/embryo/aclocal.m4
+++ b/libraries/embryo/aclocal.m4
@@ -13,13 +13,14 @@
13 13
14m4_ifndef([AC_AUTOCONF_VERSION], 14m4_ifndef([AC_AUTOCONF_VERSION],
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, 16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
17[m4_warning([this file was generated for autoconf 2.65. 17[m4_warning([this file was generated for autoconf 2.67.
18You have another version of autoconf. It may work, but is not guaranteed to. 18You have another version of autoconf. It may work, but is not guaranteed to.
19If you have problems, you may need to regenerate the build system entirely. 19If you have problems, you may need to regenerate the build system entirely.
20To do so, use the procedure documented by the package, typically `autoreconf'.])]) 20To do so, use the procedure documented by the package, typically `autoreconf'.])])
21 21
22# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 22# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
23# serial 1 (pkg-config-0.24)
23# 24#
24# Copyright © 2004 Scott James Remnant <scott@netsplit.com>. 25# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
25# 26#
@@ -47,7 +48,10 @@ To do so, use the procedure documented by the package, typically `autoreconf'.])
47AC_DEFUN([PKG_PROG_PKG_CONFIG], 48AC_DEFUN([PKG_PROG_PKG_CONFIG],
48[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) 49[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
49m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) 50m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
50AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl 51AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
52AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
53AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
54
51if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 55if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
52 AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) 56 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
53fi 57fi
@@ -60,7 +64,6 @@ if test -n "$PKG_CONFIG"; then
60 AC_MSG_RESULT([no]) 64 AC_MSG_RESULT([no])
61 PKG_CONFIG="" 65 PKG_CONFIG=""
62 fi 66 fi
63
64fi[]dnl 67fi[]dnl
65])# PKG_PROG_PKG_CONFIG 68])# PKG_PROG_PKG_CONFIG
66 69
@@ -69,34 +72,31 @@ fi[]dnl
69# Check to see whether a particular set of modules exists. Similar 72# Check to see whether a particular set of modules exists. Similar
70# to PKG_CHECK_MODULES(), but does not set variables or print errors. 73# to PKG_CHECK_MODULES(), but does not set variables or print errors.
71# 74#
72# 75# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
73# Similar to PKG_CHECK_MODULES, make sure that the first instance of 76# only at the first occurence in configure.ac, so if the first place
74# this or PKG_CHECK_MODULES is called, or make sure to call 77# it's called might be skipped (such as if it is within an "if", you
75# PKG_CHECK_EXISTS manually 78# have to call PKG_CHECK_EXISTS manually
76# -------------------------------------------------------------- 79# --------------------------------------------------------------
77AC_DEFUN([PKG_CHECK_EXISTS], 80AC_DEFUN([PKG_CHECK_EXISTS],
78[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl 81[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
79if test -n "$PKG_CONFIG" && \ 82if test -n "$PKG_CONFIG" && \
80 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then 83 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
81 m4_ifval([$2], [$2], [:]) 84 m4_default([$2], [:])
82m4_ifvaln([$3], [else 85m4_ifvaln([$3], [else
83 $3])dnl 86 $3])dnl
84fi]) 87fi])
85 88
86
87# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) 89# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
88# --------------------------------------------- 90# ---------------------------------------------
89m4_define([_PKG_CONFIG], 91m4_define([_PKG_CONFIG],
90[if test -n "$PKG_CONFIG"; then 92[if test -n "$$1"; then
91 if test -n "$$1"; then 93 pkg_cv_[]$1="$$1"
92 pkg_cv_[]$1="$$1" 94 elif test -n "$PKG_CONFIG"; then
93 else 95 PKG_CHECK_EXISTS([$3],
94 PKG_CHECK_EXISTS([$3], 96 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
95 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], 97 [pkg_failed=yes])
96 [pkg_failed=yes]) 98 else
97 fi 99 pkg_failed=untried
98else
99 pkg_failed=untried
100fi[]dnl 100fi[]dnl
101])# _PKG_CONFIG 101])# _PKG_CONFIG
102 102
@@ -138,16 +138,17 @@ and $1[]_LIBS to avoid the need to call pkg-config.
138See the pkg-config man page for more details.]) 138See the pkg-config man page for more details.])
139 139
140if test $pkg_failed = yes; then 140if test $pkg_failed = yes; then
141 AC_MSG_RESULT([no])
141 _PKG_SHORT_ERRORS_SUPPORTED 142 _PKG_SHORT_ERRORS_SUPPORTED
142 if test $_pkg_short_errors_supported = yes; then 143 if test $_pkg_short_errors_supported = yes; then
143 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` 144 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
144 else 145 else
145 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` 146 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
146 fi 147 fi
147 # Put the nasty error message in config.log where it belongs 148 # Put the nasty error message in config.log where it belongs
148 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD 149 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
149 150
150 ifelse([$4], , [AC_MSG_ERROR(dnl 151 m4_default([$4], [AC_MSG_ERROR(
151[Package requirements ($2) were not met: 152[Package requirements ($2) were not met:
152 153
153$$1_PKG_ERRORS 154$$1_PKG_ERRORS
@@ -155,25 +156,24 @@ $$1_PKG_ERRORS
155Consider adjusting the PKG_CONFIG_PATH environment variable if you 156Consider adjusting the PKG_CONFIG_PATH environment variable if you
156installed software in a non-standard prefix. 157installed software in a non-standard prefix.
157 158
158_PKG_TEXT 159_PKG_TEXT])[]dnl
159])], 160 ])
160 [AC_MSG_RESULT([no])
161 $4])
162elif test $pkg_failed = untried; then 161elif test $pkg_failed = untried; then
163 ifelse([$4], , [AC_MSG_FAILURE(dnl 162 AC_MSG_RESULT([no])
163 m4_default([$4], [AC_MSG_FAILURE(
164[The pkg-config script could not be found or is too old. Make sure it 164[The pkg-config script could not be found or is too old. Make sure it
165is in your PATH or set the PKG_CONFIG environment variable to the full 165is in your PATH or set the PKG_CONFIG environment variable to the full
166path to pkg-config. 166path to pkg-config.
167 167
168_PKG_TEXT 168_PKG_TEXT
169 169
170To get pkg-config, see <http://pkg-config.freedesktop.org/>.])], 170To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
171 [$4]) 171 ])
172else 172else
173 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS 173 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
174 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS 174 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
175 AC_MSG_RESULT([yes]) 175 AC_MSG_RESULT([yes])
176 ifelse([$3], , :, [$3]) 176 $3
177fi[]dnl 177fi[]dnl
178])# PKG_CHECK_MODULES 178])# PKG_CHECK_MODULES
179 179
@@ -1173,6 +1173,7 @@ m4_include([m4/ac_attribute.m4])
1173m4_include([m4/efl_binary.m4]) 1173m4_include([m4/efl_binary.m4])
1174m4_include([m4/efl_doxygen.m4]) 1174m4_include([m4/efl_doxygen.m4])
1175m4_include([m4/efl_fnmatch.m4]) 1175m4_include([m4/efl_fnmatch.m4])
1176m4_include([m4/efl_gettimeofday.m4])
1176m4_include([m4/efl_path_max.m4]) 1177m4_include([m4/efl_path_max.m4])
1177m4_include([m4/libtool.m4]) 1178m4_include([m4/libtool.m4])
1178m4_include([m4/ltoptions.m4]) 1179m4_include([m4/ltoptions.m4])
diff --git a/libraries/embryo/config.guess b/libraries/embryo/config.guess
index e3a2116..c2246a4 100755
--- a/libraries/embryo/config.guess
+++ b/libraries/embryo/config.guess
@@ -1,10 +1,10 @@
1#! /bin/sh 1#! /bin/sh
2# Attempt to guess a canonical system name. 2# Attempt to guess a canonical system name.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5# Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
6 6
7timestamp='2009-06-10' 7timestamp='2009-12-30'
8 8
9# This file is free software; you can redistribute it and/or modify it 9# This file is free software; you can redistribute it and/or modify it
10# under the terms of the GNU General Public License as published by 10# under the terms of the GNU General Public License as published by
@@ -27,16 +27,16 @@ timestamp='2009-06-10'
27# the same distribution terms that you use for the rest of that program. 27# the same distribution terms that you use for the rest of that program.
28 28
29 29
30# Originally written by Per Bothner <per@bothner.com>. 30# Originally written by Per Bothner. Please send patches (context
31# Please send patches to <config-patches@gnu.org>. Submit a context 31# diff format) to <config-patches@gnu.org> and include a ChangeLog
32# diff and a properly formatted ChangeLog entry. 32# entry.
33# 33#
34# This script attempts to guess a canonical system name similar to 34# This script attempts to guess a canonical system name similar to
35# config.sub. If it succeeds, it prints the system name on stdout, and 35# config.sub. If it succeeds, it prints the system name on stdout, and
36# exits with 0. Otherwise, it exits with 1. 36# exits with 0. Otherwise, it exits with 1.
37# 37#
38# The plan is that this can be called by configure scripts if you 38# You can get the latest version of this script from:
39# don't specify an explicit build system type. 39# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
40 40
41me=`echo "$0" | sed -e 's,.*/,,'` 41me=`echo "$0" | sed -e 's,.*/,,'`
42 42
@@ -56,8 +56,9 @@ version="\
56GNU config.guess ($timestamp) 56GNU config.guess ($timestamp)
57 57
58Originally written by Per Bothner. 58Originally written by Per Bothner.
59Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 59Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
602002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 602001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
61Software Foundation, Inc.
61 62
62This is free software; see the source for copying conditions. There is NO 63This is free software; see the source for copying conditions. There is NO
63warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 64warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -333,6 +334,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
333 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) 334 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
334 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 335 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
335 exit ;; 336 exit ;;
337 i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
338 echo i386-pc-auroraux${UNAME_RELEASE}
339 exit ;;
336 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) 340 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
337 eval $set_cc_for_build 341 eval $set_cc_for_build
338 SUN_ARCH="i386" 342 SUN_ARCH="i386"
@@ -807,12 +811,12 @@ EOF
807 i*:PW*:*) 811 i*:PW*:*)
808 echo ${UNAME_MACHINE}-pc-pw32 812 echo ${UNAME_MACHINE}-pc-pw32
809 exit ;; 813 exit ;;
810 *:Interix*:[3456]*) 814 *:Interix*:*)
811 case ${UNAME_MACHINE} in 815 case ${UNAME_MACHINE} in
812 x86) 816 x86)
813 echo i586-pc-interix${UNAME_RELEASE} 817 echo i586-pc-interix${UNAME_RELEASE}
814 exit ;; 818 exit ;;
815 EM64T | authenticamd | genuineintel) 819 authenticamd | genuineintel | EM64T)
816 echo x86_64-unknown-interix${UNAME_RELEASE} 820 echo x86_64-unknown-interix${UNAME_RELEASE}
817 exit ;; 821 exit ;;
818 IA64) 822 IA64)
@@ -854,6 +858,20 @@ EOF
854 i*86:Minix:*:*) 858 i*86:Minix:*:*)
855 echo ${UNAME_MACHINE}-pc-minix 859 echo ${UNAME_MACHINE}-pc-minix
856 exit ;; 860 exit ;;
861 alpha:Linux:*:*)
862 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
863 EV5) UNAME_MACHINE=alphaev5 ;;
864 EV56) UNAME_MACHINE=alphaev56 ;;
865 PCA56) UNAME_MACHINE=alphapca56 ;;
866 PCA57) UNAME_MACHINE=alphapca56 ;;
867 EV6) UNAME_MACHINE=alphaev6 ;;
868 EV67) UNAME_MACHINE=alphaev67 ;;
869 EV68*) UNAME_MACHINE=alphaev68 ;;
870 esac
871 objdump --private-headers /bin/sh | grep -q ld.so.1
872 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
873 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
874 exit ;;
857 arm*:Linux:*:*) 875 arm*:Linux:*:*)
858 eval $set_cc_for_build 876 eval $set_cc_for_build
859 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ 877 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
@@ -876,6 +894,17 @@ EOF
876 frv:Linux:*:*) 894 frv:Linux:*:*)
877 echo frv-unknown-linux-gnu 895 echo frv-unknown-linux-gnu
878 exit ;; 896 exit ;;
897 i*86:Linux:*:*)
898 LIBC=gnu
899 eval $set_cc_for_build
900 sed 's/^ //' << EOF >$dummy.c
901 #ifdef __dietlibc__
902 LIBC=dietlibc
903 #endif
904EOF
905 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
906 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
907 exit ;;
879 ia64:Linux:*:*) 908 ia64:Linux:*:*)
880 echo ${UNAME_MACHINE}-unknown-linux-gnu 909 echo ${UNAME_MACHINE}-unknown-linux-gnu
881 exit ;; 910 exit ;;
@@ -901,39 +930,18 @@ EOF
901 #endif 930 #endif
902 #endif 931 #endif
903EOF 932EOF
904 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 933 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
905 /^CPU/{
906 s: ::g
907 p
908 }'`"
909 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 934 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
910 ;; 935 ;;
911 or32:Linux:*:*) 936 or32:Linux:*:*)
912 echo or32-unknown-linux-gnu 937 echo or32-unknown-linux-gnu
913 exit ;; 938 exit ;;
914 ppc:Linux:*:*)
915 echo powerpc-unknown-linux-gnu
916 exit ;;
917 ppc64:Linux:*:*)
918 echo powerpc64-unknown-linux-gnu
919 exit ;;
920 alpha:Linux:*:*)
921 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
922 EV5) UNAME_MACHINE=alphaev5 ;;
923 EV56) UNAME_MACHINE=alphaev56 ;;
924 PCA56) UNAME_MACHINE=alphapca56 ;;
925 PCA57) UNAME_MACHINE=alphapca56 ;;
926 EV6) UNAME_MACHINE=alphaev6 ;;
927 EV67) UNAME_MACHINE=alphaev67 ;;
928 EV68*) UNAME_MACHINE=alphaev68 ;;
929 esac
930 objdump --private-headers /bin/sh | grep -q ld.so.1
931 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
932 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
933 exit ;;
934 padre:Linux:*:*) 939 padre:Linux:*:*)
935 echo sparc-unknown-linux-gnu 940 echo sparc-unknown-linux-gnu
936 exit ;; 941 exit ;;
942 parisc64:Linux:*:* | hppa64:Linux:*:*)
943 echo hppa64-unknown-linux-gnu
944 exit ;;
937 parisc:Linux:*:* | hppa:Linux:*:*) 945 parisc:Linux:*:* | hppa:Linux:*:*)
938 # Look for CPU level 946 # Look for CPU level
939 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in 947 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
@@ -942,8 +950,11 @@ EOF
942 *) echo hppa-unknown-linux-gnu ;; 950 *) echo hppa-unknown-linux-gnu ;;
943 esac 951 esac
944 exit ;; 952 exit ;;
945 parisc64:Linux:*:* | hppa64:Linux:*:*) 953 ppc64:Linux:*:*)
946 echo hppa64-unknown-linux-gnu 954 echo powerpc64-unknown-linux-gnu
955 exit ;;
956 ppc:Linux:*:*)
957 echo powerpc-unknown-linux-gnu
947 exit ;; 958 exit ;;
948 s390:Linux:*:* | s390x:Linux:*:*) 959 s390:Linux:*:* | s390x:Linux:*:*)
949 echo ${UNAME_MACHINE}-ibm-linux 960 echo ${UNAME_MACHINE}-ibm-linux
@@ -966,58 +977,6 @@ EOF
966 xtensa*:Linux:*:*) 977 xtensa*:Linux:*:*)
967 echo ${UNAME_MACHINE}-unknown-linux-gnu 978 echo ${UNAME_MACHINE}-unknown-linux-gnu
968 exit ;; 979 exit ;;
969 i*86:Linux:*:*)
970 # The BFD linker knows what the default object file format is, so
971 # first see if it will tell us. cd to the root directory to prevent
972 # problems with other programs or directories called `ld' in the path.
973 # Set LC_ALL=C to ensure ld outputs messages in English.
974 ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
975 | sed -ne '/supported targets:/!d
976 s/[ ][ ]*/ /g
977 s/.*supported targets: *//
978 s/ .*//
979 p'`
980 case "$ld_supported_targets" in
981 elf32-i386)
982 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
983 ;;
984 esac
985 # Determine whether the default compiler is a.out or elf
986 eval $set_cc_for_build
987 sed 's/^ //' << EOF >$dummy.c
988 #include <features.h>
989 #ifdef __ELF__
990 # ifdef __GLIBC__
991 # if __GLIBC__ >= 2
992 LIBC=gnu
993 # else
994 LIBC=gnulibc1
995 # endif
996 # else
997 LIBC=gnulibc1
998 # endif
999 #else
1000 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
1001 LIBC=gnu
1002 #else
1003 LIBC=gnuaout
1004 #endif
1005 #endif
1006 #ifdef __dietlibc__
1007 LIBC=dietlibc
1008 #endif
1009EOF
1010 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
1011 /^LIBC/{
1012 s: ::g
1013 p
1014 }'`"
1015 test x"${LIBC}" != x && {
1016 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
1017 exit
1018 }
1019 test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
1020 ;;
1021 i*86:DYNIX/ptx:4*:*) 980 i*86:DYNIX/ptx:4*:*)
1022 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. 981 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
1023 # earlier versions are messed up and put the nodename in both 982 # earlier versions are messed up and put the nodename in both
@@ -1247,6 +1206,16 @@ EOF
1247 *:Darwin:*:*) 1206 *:Darwin:*:*)
1248 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown 1207 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1249 case $UNAME_PROCESSOR in 1208 case $UNAME_PROCESSOR in
1209 i386)
1210 eval $set_cc_for_build
1211 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1212 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1213 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1214 grep IS_64BIT_ARCH >/dev/null
1215 then
1216 UNAME_PROCESSOR="x86_64"
1217 fi
1218 fi ;;
1250 unknown) UNAME_PROCESSOR=powerpc ;; 1219 unknown) UNAME_PROCESSOR=powerpc ;;
1251 esac 1220 esac
1252 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} 1221 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
diff --git a/libraries/embryo/config.h.in b/libraries/embryo/config.h.in
index 331fd3f..cd3ce40 100644
--- a/libraries/embryo/config.h.in
+++ b/libraries/embryo/config.h.in
@@ -16,6 +16,9 @@
16/* Define to 1 if using `alloca.c'. */ 16/* Define to 1 if using `alloca.c'. */
17#undef C_ALLOCA 17#undef C_ALLOCA
18 18
19/* Defined if gettimeofday is available. */
20#undef EFL_HAVE_GETTIMEOFDAY
21
19/* Define to 1 if you have `alloca', as a function or macro. */ 22/* Define to 1 if you have `alloca', as a function or macro. */
20#undef HAVE_ALLOCA 23#undef HAVE_ALLOCA
21 24
@@ -29,8 +32,8 @@
29/* Set to 1 if Evil library is installed */ 32/* Set to 1 if Evil library is installed */
30#undef HAVE_EVIL 33#undef HAVE_EVIL
31 34
32/* Define to 1 if you have the `gettimeofday' function. */ 35/* Define to 1 if you have Exotic. */
33#undef HAVE_GETTIMEOFDAY 36#undef HAVE_EXOTIC
34 37
35/* Define to 1 if you have the <inttypes.h> header file. */ 38/* Define to 1 if you have the <inttypes.h> header file. */
36#undef HAVE_INTTYPES_H 39#undef HAVE_INTTYPES_H
diff --git a/libraries/embryo/config.sub b/libraries/embryo/config.sub
index eb0389a..c2d1257 100755
--- a/libraries/embryo/config.sub
+++ b/libraries/embryo/config.sub
@@ -1,10 +1,10 @@
1#! /bin/sh 1#! /bin/sh
2# Configuration validation subroutine script. 2# Configuration validation subroutine script.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5# Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
6 6
7timestamp='2009-06-11' 7timestamp='2010-01-22'
8 8
9# This file is (in principle) common to ALL GNU software. 9# This file is (in principle) common to ALL GNU software.
10# The presence of a machine in this file suggests that SOME GNU software 10# The presence of a machine in this file suggests that SOME GNU software
@@ -32,13 +32,16 @@ timestamp='2009-06-11'
32 32
33 33
34# Please send patches to <config-patches@gnu.org>. Submit a context 34# Please send patches to <config-patches@gnu.org>. Submit a context
35# diff and a properly formatted ChangeLog entry. 35# diff and a properly formatted GNU ChangeLog entry.
36# 36#
37# Configuration subroutine to validate and canonicalize a configuration type. 37# Configuration subroutine to validate and canonicalize a configuration type.
38# Supply the specified configuration type as an argument. 38# Supply the specified configuration type as an argument.
39# If it is invalid, we print an error message on stderr and exit with code 1. 39# If it is invalid, we print an error message on stderr and exit with code 1.
40# Otherwise, we print the canonical config type on stdout and succeed. 40# Otherwise, we print the canonical config type on stdout and succeed.
41 41
42# You can get the latest version of this script from:
43# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
44
42# This file is supposed to be the same for all GNU packages 45# This file is supposed to be the same for all GNU packages
43# and recognize all the CPU types, system types and aliases 46# and recognize all the CPU types, system types and aliases
44# that are meaningful with *any* GNU software. 47# that are meaningful with *any* GNU software.
@@ -72,8 +75,9 @@ Report bugs and patches to <config-patches@gnu.org>."
72version="\ 75version="\
73GNU config.sub ($timestamp) 76GNU config.sub ($timestamp)
74 77
75Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 78Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
762002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 792001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
80Software Foundation, Inc.
77 81
78This is free software; see the source for copying conditions. There is NO 82This is free software; see the source for copying conditions. There is NO
79warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 83warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -149,7 +153,7 @@ case $os in
149 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ 153 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
150 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 154 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ 155 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
152 -apple | -axis | -knuth | -cray) 156 -apple | -axis | -knuth | -cray | -microblaze)
153 os= 157 os=
154 basic_machine=$1 158 basic_machine=$1
155 ;; 159 ;;
@@ -284,6 +288,7 @@ case $basic_machine in
284 | pdp10 | pdp11 | pj | pjl \ 288 | pdp10 | pdp11 | pj | pjl \
285 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ 289 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
286 | pyramid \ 290 | pyramid \
291 | rx \
287 | score \ 292 | score \
288 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 293 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
289 | sh64 | sh64le \ 294 | sh64 | sh64le \
@@ -291,13 +296,14 @@ case $basic_machine in
291 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ 296 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
292 | spu | strongarm \ 297 | spu | strongarm \
293 | tahoe | thumb | tic4x | tic80 | tron \ 298 | tahoe | thumb | tic4x | tic80 | tron \
299 | ubicom32 \
294 | v850 | v850e \ 300 | v850 | v850e \
295 | we32k \ 301 | we32k \
296 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ 302 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
297 | z8k | z80) 303 | z8k | z80)
298 basic_machine=$basic_machine-unknown 304 basic_machine=$basic_machine-unknown
299 ;; 305 ;;
300 m6811 | m68hc11 | m6812 | m68hc12) 306 m6811 | m68hc11 | m6812 | m68hc12 | picochip)
301 # Motorola 68HC11/12. 307 # Motorola 68HC11/12.
302 basic_machine=$basic_machine-unknown 308 basic_machine=$basic_machine-unknown
303 os=-none 309 os=-none
@@ -340,7 +346,7 @@ case $basic_machine in
340 | lm32-* \ 346 | lm32-* \
341 | m32c-* | m32r-* | m32rle-* \ 347 | m32c-* | m32r-* | m32rle-* \
342 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 348 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
343 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ 349 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
344 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ 350 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
345 | mips16-* \ 351 | mips16-* \
346 | mips64-* | mips64el-* \ 352 | mips64-* | mips64el-* \
@@ -368,15 +374,17 @@ case $basic_machine in
368 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ 374 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
369 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ 375 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
370 | pyramid-* \ 376 | pyramid-* \
371 | romp-* | rs6000-* \ 377 | romp-* | rs6000-* | rx-* \
372 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 378 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
373 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 379 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
374 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ 380 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
375 | sparclite-* \ 381 | sparclite-* \
376 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ 382 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
377 | tahoe-* | thumb-* \ 383 | tahoe-* | thumb-* \
378 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ 384 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
385 | tile-* | tilegx-* \
379 | tron-* \ 386 | tron-* \
387 | ubicom32-* \
380 | v850-* | v850e-* | vax-* \ 388 | v850-* | v850e-* | vax-* \
381 | we32k-* \ 389 | we32k-* \
382 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ 390 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
@@ -726,6 +734,9 @@ case $basic_machine in
726 basic_machine=ns32k-utek 734 basic_machine=ns32k-utek
727 os=-sysv 735 os=-sysv
728 ;; 736 ;;
737 microblaze)
738 basic_machine=microblaze-xilinx
739 ;;
729 mingw32) 740 mingw32)
730 basic_machine=i386-pc 741 basic_machine=i386-pc
731 os=-mingw32 742 os=-mingw32
@@ -1076,6 +1087,11 @@ case $basic_machine in
1076 basic_machine=tic6x-unknown 1087 basic_machine=tic6x-unknown
1077 os=-coff 1088 os=-coff
1078 ;; 1089 ;;
1090 # This must be matched before tile*.
1091 tilegx*)
1092 basic_machine=tilegx-unknown
1093 os=-linux-gnu
1094 ;;
1079 tile*) 1095 tile*)
1080 basic_machine=tile-unknown 1096 basic_machine=tile-unknown
1081 os=-linux-gnu 1097 os=-linux-gnu
@@ -1247,6 +1263,9 @@ case $os in
1247 # First match some system type aliases 1263 # First match some system type aliases
1248 # that might get confused with valid system types. 1264 # that might get confused with valid system types.
1249 # -solaris* is a basic system type, with this one exception. 1265 # -solaris* is a basic system type, with this one exception.
1266 -auroraux)
1267 os=-auroraux
1268 ;;
1250 -solaris1 | -solaris1.*) 1269 -solaris1 | -solaris1.*)
1251 os=`echo $os | sed -e 's|solaris1|sunos4|'` 1270 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1252 ;; 1271 ;;
@@ -1268,8 +1287,8 @@ case $os in
1268 # -sysv* is not here because it comes later, after sysvr4. 1287 # -sysv* is not here because it comes later, after sysvr4.
1269 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 1288 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1270 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ 1289 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1271 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 1290 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
1272 | -kopensolaris* \ 1291 | -sym* | -kopensolaris* \
1273 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ 1292 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1274 | -aos* | -aros* \ 1293 | -aos* | -aros* \
1275 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ 1294 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
@@ -1290,7 +1309,7 @@ case $os in
1290 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ 1309 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1291 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 1310 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1292 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 1311 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1293 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) 1312 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
1294 # Remember, each alternative MUST END IN *, to match a version number. 1313 # Remember, each alternative MUST END IN *, to match a version number.
1295 ;; 1314 ;;
1296 -qnx*) 1315 -qnx*)
@@ -1423,6 +1442,8 @@ case $os in
1423 -dicos*) 1442 -dicos*)
1424 os=-dicos 1443 os=-dicos
1425 ;; 1444 ;;
1445 -nacl*)
1446 ;;
1426 -none) 1447 -none)
1427 ;; 1448 ;;
1428 *) 1449 *)
diff --git a/libraries/embryo/configure b/libraries/embryo/configure
index 88e889b..7f04eec 100755
--- a/libraries/embryo/configure
+++ b/libraries/embryo/configure
@@ -1,13 +1,13 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.65 for embryo 1.1.99.67344. 3# Generated by GNU Autoconf 2.67 for embryo 1.2.0-alpha.
4# 4#
5# Report bugs to <enlightenment-devel@lists.sourceforge.net>. 5# Report bugs to <enlightenment-devel@lists.sourceforge.net>.
6# 6#
7# 7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10# Inc. 10# Foundation, Inc.
11# 11#
12# 12#
13# This configure script is free software; the Free Software Foundation 13# This configure script is free software; the Free Software Foundation
@@ -319,7 +319,7 @@ $as_echo X"$as_dir" |
319 test -d "$as_dir" && break 319 test -d "$as_dir" && break
320 done 320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs" 321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 322 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
323 323
324 324
325} # as_fn_mkdir_p 325} # as_fn_mkdir_p
@@ -359,19 +359,19 @@ else
359fi # as_fn_arith 359fi # as_fn_arith
360 360
361 361
362# as_fn_error ERROR [LINENO LOG_FD] 362# as_fn_error STATUS ERROR [LINENO LOG_FD]
363# --------------------------------- 363# ----------------------------------------
364# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 364# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 365# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366# script with status $?, using 1 if that was 0. 366# script with STATUS, using 1 if that was 0.
367as_fn_error () 367as_fn_error ()
368{ 368{
369 as_status=$?; test $as_status -eq 0 && as_status=1 369 as_status=$1; test $as_status -eq 0 && as_status=1
370 if test "$3"; then 370 if test "$4"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 371 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
373 fi 373 fi
374 $as_echo "$as_me: error: $1" >&2 374 $as_echo "$as_me: error: $2" >&2
375 as_fn_exit $as_status 375 as_fn_exit $as_status
376} # as_fn_error 376} # as_fn_error
377 377
@@ -682,7 +682,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null
682exec 6>&1 682exec 6>&1
683 683
684# Name of the host. 684# Name of the host.
685# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 685# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
686# so uname gets run too. 686# so uname gets run too.
687ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 687ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
688 688
@@ -701,8 +701,8 @@ MAKEFLAGS=
701# Identity of this package. 701# Identity of this package.
702PACKAGE_NAME='embryo' 702PACKAGE_NAME='embryo'
703PACKAGE_TARNAME='embryo' 703PACKAGE_TARNAME='embryo'
704PACKAGE_VERSION='1.1.99.67344' 704PACKAGE_VERSION='1.2.0-alpha'
705PACKAGE_STRING='embryo 1.1.99.67344' 705PACKAGE_STRING='embryo 1.2.0-alpha'
706PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net' 706PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net'
707PACKAGE_URL='' 707PACKAGE_URL=''
708 708
@@ -754,12 +754,16 @@ ALLOCA
754lt_enable_auto_import 754lt_enable_auto_import
755EMBRYO_CFLAGS 755EMBRYO_CFLAGS
756EMBRYO_CPPFLAGS 756EMBRYO_CPPFLAGS
757EXOTIC_LIBS
758EXOTIC_CFLAGS
757EINA_LIBS 759EINA_LIBS
758EINA_CFLAGS 760EINA_CFLAGS
759EFL_EMBRYO_BUILD 761EFL_EMBRYO_BUILD
760EVIL_LIBS 762EVIL_LIBS
761EVIL_CFLAGS 763EVIL_CFLAGS
762pkgconfig_requires_private 764pkgconfig_requires_private
765PKG_CONFIG_LIBDIR
766PKG_CONFIG_PATH
763PKG_CONFIG 767PKG_CONFIG
764EFL_BUILD_DOC_FALSE 768EFL_BUILD_DOC_FALSE
765EFL_BUILD_DOC_TRUE 769EFL_BUILD_DOC_TRUE
@@ -905,10 +909,14 @@ LIBS
905CPPFLAGS 909CPPFLAGS
906CPP 910CPP
907PKG_CONFIG 911PKG_CONFIG
912PKG_CONFIG_PATH
913PKG_CONFIG_LIBDIR
908EVIL_CFLAGS 914EVIL_CFLAGS
909EVIL_LIBS 915EVIL_LIBS
910EINA_CFLAGS 916EINA_CFLAGS
911EINA_LIBS' 917EINA_LIBS
918EXOTIC_CFLAGS
919EXOTIC_LIBS'
912 920
913 921
914# Initialize some variables set by options. 922# Initialize some variables set by options.
@@ -971,8 +979,9 @@ do
971 fi 979 fi
972 980
973 case $ac_option in 981 case $ac_option in
974 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 982 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
975 *) ac_optarg=yes ;; 983 *=) ac_optarg= ;;
984 *) ac_optarg=yes ;;
976 esac 985 esac
977 986
978 # Accept the important Cygnus configure options, so we can diagnose typos. 987 # Accept the important Cygnus configure options, so we can diagnose typos.
@@ -1017,7 +1026,7 @@ do
1017 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1026 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1018 # Reject names that are not valid shell variable names. 1027 # Reject names that are not valid shell variable names.
1019 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1028 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1020 as_fn_error "invalid feature name: $ac_useropt" 1029 as_fn_error $? "invalid feature name: $ac_useropt"
1021 ac_useropt_orig=$ac_useropt 1030 ac_useropt_orig=$ac_useropt
1022 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1031 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1023 case $ac_user_opts in 1032 case $ac_user_opts in
@@ -1043,7 +1052,7 @@ do
1043 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1052 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1044 # Reject names that are not valid shell variable names. 1053 # Reject names that are not valid shell variable names.
1045 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1054 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1046 as_fn_error "invalid feature name: $ac_useropt" 1055 as_fn_error $? "invalid feature name: $ac_useropt"
1047 ac_useropt_orig=$ac_useropt 1056 ac_useropt_orig=$ac_useropt
1048 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1057 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1049 case $ac_user_opts in 1058 case $ac_user_opts in
@@ -1247,7 +1256,7 @@ do
1247 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1256 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1248 # Reject names that are not valid shell variable names. 1257 # Reject names that are not valid shell variable names.
1249 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1258 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1250 as_fn_error "invalid package name: $ac_useropt" 1259 as_fn_error $? "invalid package name: $ac_useropt"
1251 ac_useropt_orig=$ac_useropt 1260 ac_useropt_orig=$ac_useropt
1252 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1261 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1253 case $ac_user_opts in 1262 case $ac_user_opts in
@@ -1263,7 +1272,7 @@ do
1263 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1272 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1264 # Reject names that are not valid shell variable names. 1273 # Reject names that are not valid shell variable names.
1265 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1274 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1266 as_fn_error "invalid package name: $ac_useropt" 1275 as_fn_error $? "invalid package name: $ac_useropt"
1267 ac_useropt_orig=$ac_useropt 1276 ac_useropt_orig=$ac_useropt
1268 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1277 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1269 case $ac_user_opts in 1278 case $ac_user_opts in
@@ -1293,8 +1302,8 @@ do
1293 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1302 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1294 x_libraries=$ac_optarg ;; 1303 x_libraries=$ac_optarg ;;
1295 1304
1296 -*) as_fn_error "unrecognized option: \`$ac_option' 1305 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1297Try \`$0 --help' for more information." 1306Try \`$0 --help' for more information"
1298 ;; 1307 ;;
1299 1308
1300 *=*) 1309 *=*)
@@ -1302,7 +1311,7 @@ Try \`$0 --help' for more information."
1302 # Reject names that are not valid shell variable names. 1311 # Reject names that are not valid shell variable names.
1303 case $ac_envvar in #( 1312 case $ac_envvar in #(
1304 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1313 '' | [0-9]* | *[!_$as_cr_alnum]* )
1305 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1314 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1306 esac 1315 esac
1307 eval $ac_envvar=\$ac_optarg 1316 eval $ac_envvar=\$ac_optarg
1308 export $ac_envvar ;; 1317 export $ac_envvar ;;
@@ -1320,13 +1329,13 @@ done
1320 1329
1321if test -n "$ac_prev"; then 1330if test -n "$ac_prev"; then
1322 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1331 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1323 as_fn_error "missing argument to $ac_option" 1332 as_fn_error $? "missing argument to $ac_option"
1324fi 1333fi
1325 1334
1326if test -n "$ac_unrecognized_opts"; then 1335if test -n "$ac_unrecognized_opts"; then
1327 case $enable_option_checking in 1336 case $enable_option_checking in
1328 no) ;; 1337 no) ;;
1329 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1338 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1330 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1339 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1331 esac 1340 esac
1332fi 1341fi
@@ -1349,7 +1358,7 @@ do
1349 [\\/$]* | ?:[\\/]* ) continue;; 1358 [\\/$]* | ?:[\\/]* ) continue;;
1350 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1359 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1351 esac 1360 esac
1352 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1361 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1353done 1362done
1354 1363
1355# There might be people who depend on the old broken behavior: `$host' 1364# There might be people who depend on the old broken behavior: `$host'
@@ -1363,8 +1372,8 @@ target=$target_alias
1363if test "x$host_alias" != x; then 1372if test "x$host_alias" != x; then
1364 if test "x$build_alias" = x; then 1373 if test "x$build_alias" = x; then
1365 cross_compiling=maybe 1374 cross_compiling=maybe
1366 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1375 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1367 If a cross compiler is detected then cross compile mode will be used." >&2 1376 If a cross compiler is detected then cross compile mode will be used" >&2
1368 elif test "x$build_alias" != "x$host_alias"; then 1377 elif test "x$build_alias" != "x$host_alias"; then
1369 cross_compiling=yes 1378 cross_compiling=yes
1370 fi 1379 fi
@@ -1379,9 +1388,9 @@ test "$silent" = yes && exec 6>/dev/null
1379ac_pwd=`pwd` && test -n "$ac_pwd" && 1388ac_pwd=`pwd` && test -n "$ac_pwd" &&
1380ac_ls_di=`ls -di .` && 1389ac_ls_di=`ls -di .` &&
1381ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1390ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1382 as_fn_error "working directory cannot be determined" 1391 as_fn_error $? "working directory cannot be determined"
1383test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1392test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1384 as_fn_error "pwd does not report name of working directory" 1393 as_fn_error $? "pwd does not report name of working directory"
1385 1394
1386 1395
1387# Find the source files, if location was not specified. 1396# Find the source files, if location was not specified.
@@ -1420,11 +1429,11 @@ else
1420fi 1429fi
1421if test ! -r "$srcdir/$ac_unique_file"; then 1430if test ! -r "$srcdir/$ac_unique_file"; then
1422 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1431 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1423 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1432 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1424fi 1433fi
1425ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1434ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1426ac_abs_confdir=`( 1435ac_abs_confdir=`(
1427 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1436 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1428 pwd)` 1437 pwd)`
1429# When building in place, set srcdir=. 1438# When building in place, set srcdir=.
1430if test "$ac_abs_confdir" = "$ac_pwd"; then 1439if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1450,7 +1459,7 @@ if test "$ac_init_help" = "long"; then
1450 # Omit some internal or obsolete options to make the list less imposing. 1459 # Omit some internal or obsolete options to make the list less imposing.
1451 # This message is too long to be a string in the A/UX 3.1 sh. 1460 # This message is too long to be a string in the A/UX 3.1 sh.
1452 cat <<_ACEOF 1461 cat <<_ACEOF
1453\`configure' configures embryo 1.1.99.67344 to adapt to many kinds of systems. 1462\`configure' configures embryo 1.2.0-alpha to adapt to many kinds of systems.
1454 1463
1455Usage: $0 [OPTION]... [VAR=VALUE]... 1464Usage: $0 [OPTION]... [VAR=VALUE]...
1456 1465
@@ -1464,7 +1473,7 @@ Configuration:
1464 --help=short display options specific to this package 1473 --help=short display options specific to this package
1465 --help=recursive display the short help of all the included packages 1474 --help=recursive display the short help of all the included packages
1466 -V, --version display version information and exit 1475 -V, --version display version information and exit
1467 -q, --quiet, --silent do not print \`checking...' messages 1476 -q, --quiet, --silent do not print \`checking ...' messages
1468 --cache-file=FILE cache test results in FILE [disabled] 1477 --cache-file=FILE cache test results in FILE [disabled]
1469 -C, --config-cache alias for \`--cache-file=config.cache' 1478 -C, --config-cache alias for \`--cache-file=config.cache'
1470 -n, --no-create do not create output files 1479 -n, --no-create do not create output files
@@ -1520,7 +1529,7 @@ fi
1520 1529
1521if test -n "$ac_init_help"; then 1530if test -n "$ac_init_help"; then
1522 case $ac_init_help in 1531 case $ac_init_help in
1523 short | recursive ) echo "Configuration of embryo 1.1.99.67344:";; 1532 short | recursive ) echo "Configuration of embryo 1.2.0-alpha:";;
1524 esac 1533 esac
1525 cat <<\_ACEOF 1534 cat <<\_ACEOF
1526 1535
@@ -1558,10 +1567,17 @@ Some influential environment variables:
1558 you have headers in a nonstandard directory <include dir> 1567 you have headers in a nonstandard directory <include dir>
1559 CPP C preprocessor 1568 CPP C preprocessor
1560 PKG_CONFIG path to pkg-config utility 1569 PKG_CONFIG path to pkg-config utility
1570 PKG_CONFIG_PATH
1571 directories to add to pkg-config's search path
1572 PKG_CONFIG_LIBDIR
1573 path overriding pkg-config's built-in search path
1561 EVIL_CFLAGS C compiler flags for EVIL, overriding pkg-config 1574 EVIL_CFLAGS C compiler flags for EVIL, overriding pkg-config
1562 EVIL_LIBS linker flags for EVIL, overriding pkg-config 1575 EVIL_LIBS linker flags for EVIL, overriding pkg-config
1563 EINA_CFLAGS C compiler flags for EINA, overriding pkg-config 1576 EINA_CFLAGS C compiler flags for EINA, overriding pkg-config
1564 EINA_LIBS linker flags for EINA, overriding pkg-config 1577 EINA_LIBS linker flags for EINA, overriding pkg-config
1578 EXOTIC_CFLAGS
1579 C compiler flags for EXOTIC, overriding pkg-config
1580 EXOTIC_LIBS linker flags for EXOTIC, overriding pkg-config
1565 1581
1566Use these variables to override the choices made by `configure' or to help 1582Use these variables to override the choices made by `configure' or to help
1567it to find libraries and programs with nonstandard names/locations. 1583it to find libraries and programs with nonstandard names/locations.
@@ -1629,10 +1645,10 @@ fi
1629test -n "$ac_init_help" && exit $ac_status 1645test -n "$ac_init_help" && exit $ac_status
1630if $ac_init_version; then 1646if $ac_init_version; then
1631 cat <<\_ACEOF 1647 cat <<\_ACEOF
1632embryo configure 1.1.99.67344 1648embryo configure 1.2.0-alpha
1633generated by GNU Autoconf 2.65 1649generated by GNU Autoconf 2.67
1634 1650
1635Copyright (C) 2009 Free Software Foundation, Inc. 1651Copyright (C) 2010 Free Software Foundation, Inc.
1636This configure script is free software; the Free Software Foundation 1652This configure script is free software; the Free Software Foundation
1637gives unlimited permission to copy, distribute and modify it. 1653gives unlimited permission to copy, distribute and modify it.
1638_ACEOF 1654_ACEOF
@@ -1736,7 +1752,7 @@ ac_fn_c_check_header_compile ()
1736 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738$as_echo_n "checking for $2... " >&6; } 1754$as_echo_n "checking for $2... " >&6; }
1739if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1755if eval "test \"\${$3+set}\"" = set; then :
1740 $as_echo_n "(cached) " >&6 1756 $as_echo_n "(cached) " >&6
1741else 1757else
1742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1779,7 +1795,7 @@ $as_echo "$ac_try_echo"; } >&5
1779 mv -f conftest.er1 conftest.err 1795 mv -f conftest.er1 conftest.err
1780 fi 1796 fi
1781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1782 test $ac_status = 0; } >/dev/null && { 1798 test $ac_status = 0; } > conftest.i && {
1783 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1799 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1784 test ! -s conftest.err 1800 test ! -s conftest.err
1785 }; then : 1801 }; then :
@@ -1845,7 +1861,7 @@ ac_fn_c_check_func ()
1845 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1861 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1847$as_echo_n "checking for $2... " >&6; } 1863$as_echo_n "checking for $2... " >&6; }
1848if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1864if eval "test \"\${$3+set}\"" = set; then :
1849 $as_echo_n "(cached) " >&6 1865 $as_echo_n "(cached) " >&6
1850else 1866else
1851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1912,10 +1928,10 @@ $as_echo "$ac_res" >&6; }
1912ac_fn_c_check_header_mongrel () 1928ac_fn_c_check_header_mongrel ()
1913{ 1929{
1914 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1930 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1915 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1931 if eval "test \"\${$3+set}\"" = set; then :
1916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1917$as_echo_n "checking for $2... " >&6; } 1933$as_echo_n "checking for $2... " >&6; }
1918if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1934if eval "test \"\${$3+set}\"" = set; then :
1919 $as_echo_n "(cached) " >&6 1935 $as_echo_n "(cached) " >&6
1920fi 1936fi
1921eval ac_res=\$$3 1937eval ac_res=\$$3
@@ -1951,7 +1967,7 @@ if ac_fn_c_try_cpp "$LINENO"; then :
1951else 1967else
1952 ac_header_preproc=no 1968 ac_header_preproc=no
1953fi 1969fi
1954rm -f conftest.err conftest.$ac_ext 1970rm -f conftest.err conftest.i conftest.$ac_ext
1955{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1971{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1956$as_echo "$ac_header_preproc" >&6; } 1972$as_echo "$ac_header_preproc" >&6; }
1957 1973
@@ -1974,17 +1990,15 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1974$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1990$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1991 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1976$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1992$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1977( cat <<\_ASBOX 1993( $as_echo "## -------------------------------------------------------- ##
1978## -------------------------------------------------------- ##
1979## Report this to enlightenment-devel@lists.sourceforge.net ## 1994## Report this to enlightenment-devel@lists.sourceforge.net ##
1980## -------------------------------------------------------- ## 1995## -------------------------------------------------------- ##"
1981_ASBOX
1982 ) | sed "s/^/$as_me: WARNING: /" >&2 1996 ) | sed "s/^/$as_me: WARNING: /" >&2
1983 ;; 1997 ;;
1984esac 1998esac
1985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1986$as_echo_n "checking for $2... " >&6; } 2000$as_echo_n "checking for $2... " >&6; }
1987if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2001if eval "test \"\${$3+set}\"" = set; then :
1988 $as_echo_n "(cached) " >&6 2002 $as_echo_n "(cached) " >&6
1989else 2003else
1990 eval "$3=\$ac_header_compiler" 2004 eval "$3=\$ac_header_compiler"
@@ -2000,8 +2014,8 @@ cat >config.log <<_ACEOF
2000This file contains any messages produced by compilers while 2014This file contains any messages produced by compilers while
2001running configure, to aid debugging if configure makes a mistake. 2015running configure, to aid debugging if configure makes a mistake.
2002 2016
2003It was created by embryo $as_me 1.1.99.67344, which was 2017It was created by embryo $as_me 1.2.0-alpha, which was
2004generated by GNU Autoconf 2.65. Invocation command line was 2018generated by GNU Autoconf 2.67. Invocation command line was
2005 2019
2006 $ $0 $@ 2020 $ $0 $@
2007 2021
@@ -2111,11 +2125,9 @@ trap 'exit_status=$?
2111 { 2125 {
2112 echo 2126 echo
2113 2127
2114 cat <<\_ASBOX 2128 $as_echo "## ---------------- ##
2115## ---------------- ##
2116## Cache variables. ## 2129## Cache variables. ##
2117## ---------------- ## 2130## ---------------- ##"
2118_ASBOX
2119 echo 2131 echo
2120 # The following way of writing the cache mishandles newlines in values, 2132 # The following way of writing the cache mishandles newlines in values,
2121( 2133(
@@ -2149,11 +2161,9 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2149) 2161)
2150 echo 2162 echo
2151 2163
2152 cat <<\_ASBOX 2164 $as_echo "## ----------------- ##
2153## ----------------- ##
2154## Output variables. ## 2165## Output variables. ##
2155## ----------------- ## 2166## ----------------- ##"
2156_ASBOX
2157 echo 2167 echo
2158 for ac_var in $ac_subst_vars 2168 for ac_var in $ac_subst_vars
2159 do 2169 do
@@ -2166,11 +2176,9 @@ _ASBOX
2166 echo 2176 echo
2167 2177
2168 if test -n "$ac_subst_files"; then 2178 if test -n "$ac_subst_files"; then
2169 cat <<\_ASBOX 2179 $as_echo "## ------------------- ##
2170## ------------------- ##
2171## File substitutions. ## 2180## File substitutions. ##
2172## ------------------- ## 2181## ------------------- ##"
2173_ASBOX
2174 echo 2182 echo
2175 for ac_var in $ac_subst_files 2183 for ac_var in $ac_subst_files
2176 do 2184 do
@@ -2184,11 +2192,9 @@ _ASBOX
2184 fi 2192 fi
2185 2193
2186 if test -s confdefs.h; then 2194 if test -s confdefs.h; then
2187 cat <<\_ASBOX 2195 $as_echo "## ----------- ##
2188## ----------- ##
2189## confdefs.h. ## 2196## confdefs.h. ##
2190## ----------- ## 2197## ----------- ##"
2191_ASBOX
2192 echo 2198 echo
2193 cat confdefs.h 2199 cat confdefs.h
2194 echo 2200 echo
@@ -2243,7 +2249,12 @@ _ACEOF
2243ac_site_file1=NONE 2249ac_site_file1=NONE
2244ac_site_file2=NONE 2250ac_site_file2=NONE
2245if test -n "$CONFIG_SITE"; then 2251if test -n "$CONFIG_SITE"; then
2246 ac_site_file1=$CONFIG_SITE 2252 # We do not want a PATH search for config.site.
2253 case $CONFIG_SITE in #((
2254 -*) ac_site_file1=./$CONFIG_SITE;;
2255 */*) ac_site_file1=$CONFIG_SITE;;
2256 *) ac_site_file1=./$CONFIG_SITE;;
2257 esac
2247elif test "x$prefix" != xNONE; then 2258elif test "x$prefix" != xNONE; then
2248 ac_site_file1=$prefix/share/config.site 2259 ac_site_file1=$prefix/share/config.site
2249 ac_site_file2=$prefix/etc/config.site 2260 ac_site_file2=$prefix/etc/config.site
@@ -2258,7 +2269,11 @@ do
2258 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2269 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2259$as_echo "$as_me: loading site script $ac_site_file" >&6;} 2270$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2260 sed 's/^/| /' "$ac_site_file" >&5 2271 sed 's/^/| /' "$ac_site_file" >&5
2261 . "$ac_site_file" 2272 . "$ac_site_file" \
2273 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2274$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2275as_fn_error $? "failed to load site script $ac_site_file
2276See \`config.log' for more details" "$LINENO" 5 ; }
2262 fi 2277 fi
2263done 2278done
2264 2279
@@ -2334,7 +2349,7 @@ if $ac_cache_corrupted; then
2334$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2349$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2350 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2336$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2351$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2337 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2352 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2338fi 2353fi
2339## -------------------- ## 2354## -------------------- ##
2340## Main body of script. ## 2355## Main body of script. ##
@@ -2360,16 +2375,22 @@ am__api_version='1.11'
2360 2375
2361ac_aux_dir= 2376ac_aux_dir=
2362for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 2377for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2363 for ac_t in install-sh install.sh shtool; do 2378 if test -f "$ac_dir/install-sh"; then
2364 if test -f "$ac_dir/$ac_t"; then 2379 ac_aux_dir=$ac_dir
2365 ac_aux_dir=$ac_dir 2380 ac_install_sh="$ac_aux_dir/install-sh -c"
2366 ac_install_sh="$ac_aux_dir/$ac_t -c" 2381 break
2367 break 2 2382 elif test -f "$ac_dir/install.sh"; then
2368 fi 2383 ac_aux_dir=$ac_dir
2369 done 2384 ac_install_sh="$ac_aux_dir/install.sh -c"
2385 break
2386 elif test -f "$ac_dir/shtool"; then
2387 ac_aux_dir=$ac_dir
2388 ac_install_sh="$ac_aux_dir/shtool install -c"
2389 break
2390 fi
2370done 2391done
2371if test -z "$ac_aux_dir"; then 2392if test -z "$ac_aux_dir"; then
2372 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 2393 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2373fi 2394fi
2374 2395
2375# These three variables are undocumented and unsupported, 2396# These three variables are undocumented and unsupported,
@@ -2485,11 +2506,11 @@ am_lf='
2485' 2506'
2486case `pwd` in 2507case `pwd` in
2487 *[\\\"\#\$\&\'\`$am_lf]*) 2508 *[\\\"\#\$\&\'\`$am_lf]*)
2488 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 2509 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2489esac 2510esac
2490case $srcdir in 2511case $srcdir in
2491 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2512 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2492 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 2513 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2493esac 2514esac
2494 2515
2495# Do `set' in a subshell so we don't clobber the current shell's 2516# Do `set' in a subshell so we don't clobber the current shell's
@@ -2511,7 +2532,7 @@ if (
2511 # if, for instance, CONFIG_SHELL is bash and it inherits a 2532 # if, for instance, CONFIG_SHELL is bash and it inherits a
2512 # broken ls alias from the environment. This has actually 2533 # broken ls alias from the environment. This has actually
2513 # happened. Such a system could not be considered "sane". 2534 # happened. Such a system could not be considered "sane".
2514 as_fn_error "ls -t appears to fail. Make sure there is not a broken 2535 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2515alias in your environment" "$LINENO" 5 2536alias in your environment" "$LINENO" 5
2516 fi 2537 fi
2517 2538
@@ -2521,7 +2542,7 @@ then
2521 # Ok. 2542 # Ok.
2522 : 2543 :
2523else 2544else
2524 as_fn_error "newly created file is older than distributed files! 2545 as_fn_error $? "newly created file is older than distributed files!
2525Check your system clock" "$LINENO" 5 2546Check your system clock" "$LINENO" 5
2526fi 2547fi
2527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -2759,7 +2780,7 @@ done
2759$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2780$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2760set x ${MAKE-make} 2781set x ${MAKE-make}
2761ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2782ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2762if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 2783if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2763 $as_echo_n "(cached) " >&6 2784 $as_echo_n "(cached) " >&6
2764else 2785else
2765 cat >conftest.make <<\_ACEOF 2786 cat >conftest.make <<\_ACEOF
@@ -2767,7 +2788,7 @@ SHELL = /bin/sh
2767all: 2788all:
2768 @echo '@@@%%%=$(MAKE)=@@@%%%' 2789 @echo '@@@%%%=$(MAKE)=@@@%%%'
2769_ACEOF 2790_ACEOF
2770# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 2791# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2771case `${MAKE-make} -f conftest.make 2>/dev/null` in 2792case `${MAKE-make} -f conftest.make 2>/dev/null` in
2772 *@@@%%%=?*=@@@%%%*) 2793 *@@@%%%=?*=@@@%%%*)
2773 eval ac_cv_prog_make_${ac_make}_set=yes;; 2794 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -2801,7 +2822,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then
2801 am__isrc=' -I$(srcdir)' 2822 am__isrc=' -I$(srcdir)'
2802 # test to see if srcdir already configured 2823 # test to see if srcdir already configured
2803 if test -f $srcdir/config.status; then 2824 if test -f $srcdir/config.status; then
2804 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2825 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2805 fi 2826 fi
2806fi 2827fi
2807 2828
@@ -2817,7 +2838,7 @@ fi
2817 2838
2818# Define the identity of the package. 2839# Define the identity of the package.
2819 PACKAGE='embryo' 2840 PACKAGE='embryo'
2820 VERSION='1.1.99.67344' 2841 VERSION='1.2.0-alpha'
2821 2842
2822 2843
2823cat >>confdefs.h <<_ACEOF 2844cat >>confdefs.h <<_ACEOF
@@ -2872,7 +2893,7 @@ AM_BACKSLASH='\'
2872 2893
2873# Make sure we can run config.sub. 2894# Make sure we can run config.sub.
2874$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2895$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2875 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2896 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2876 2897
2877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2878$as_echo_n "checking build system type... " >&6; } 2899$as_echo_n "checking build system type... " >&6; }
@@ -2883,16 +2904,16 @@ else
2883test "x$ac_build_alias" = x && 2904test "x$ac_build_alias" = x &&
2884 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2905 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2885test "x$ac_build_alias" = x && 2906test "x$ac_build_alias" = x &&
2886 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 2907 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2887ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2908ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2888 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2909 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2889 2910
2890fi 2911fi
2891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2892$as_echo "$ac_cv_build" >&6; } 2913$as_echo "$ac_cv_build" >&6; }
2893case $ac_cv_build in 2914case $ac_cv_build in
2894*-*-*) ;; 2915*-*-*) ;;
2895*) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 2916*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2896esac 2917esac
2897build=$ac_cv_build 2918build=$ac_cv_build
2898ac_save_IFS=$IFS; IFS='-' 2919ac_save_IFS=$IFS; IFS='-'
@@ -2917,7 +2938,7 @@ else
2917 ac_cv_host=$ac_cv_build 2938 ac_cv_host=$ac_cv_build
2918else 2939else
2919 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2940 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2920 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2941 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2921fi 2942fi
2922 2943
2923fi 2944fi
@@ -2925,7 +2946,7 @@ fi
2925$as_echo "$ac_cv_host" >&6; } 2946$as_echo "$ac_cv_host" >&6; }
2926case $ac_cv_host in 2947case $ac_cv_host in
2927*-*-*) ;; 2948*-*-*) ;;
2928*) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 2949*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
2929esac 2950esac
2930host=$ac_cv_host 2951host=$ac_cv_host
2931ac_save_IFS=$IFS; IFS='-' 2952ac_save_IFS=$IFS; IFS='-'
@@ -3631,8 +3652,8 @@ fi
3631 3652
3632test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3653test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3633$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3654$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3634as_fn_error "no acceptable C compiler found in \$PATH 3655as_fn_error $? "no acceptable C compiler found in \$PATH
3635See \`config.log' for more details." "$LINENO" 5; } 3656See \`config.log' for more details" "$LINENO" 5 ; }
3636 3657
3637# Provide some information about the compiler. 3658# Provide some information about the compiler.
3638$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3659$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -3746,9 +3767,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
3746 3767
3747{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3768{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3748$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3769$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3749{ as_fn_set_status 77 3770as_fn_error 77 "C compiler cannot create executables
3750as_fn_error "C compiler cannot create executables 3771See \`config.log' for more details" "$LINENO" 5 ; }
3751See \`config.log' for more details." "$LINENO" 5; }; }
3752else 3772else
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3754$as_echo "yes" >&6; } 3774$as_echo "yes" >&6; }
@@ -3790,8 +3810,8 @@ done
3790else 3810else
3791 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3811 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3792$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3812$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3793as_fn_error "cannot compute suffix of executables: cannot compile and link 3813as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3794See \`config.log' for more details." "$LINENO" 5; } 3814See \`config.log' for more details" "$LINENO" 5 ; }
3795fi 3815fi
3796rm -f conftest conftest$ac_cv_exeext 3816rm -f conftest conftest$ac_cv_exeext
3797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3817{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -3848,9 +3868,9 @@ $as_echo "$ac_try_echo"; } >&5
3848 else 3868 else
3849 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3869 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3850$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3870$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3851as_fn_error "cannot run C compiled programs. 3871as_fn_error $? "cannot run C compiled programs.
3852If you meant to cross compile, use \`--host'. 3872If you meant to cross compile, use \`--host'.
3853See \`config.log' for more details." "$LINENO" 5; } 3873See \`config.log' for more details" "$LINENO" 5 ; }
3854 fi 3874 fi
3855 fi 3875 fi
3856fi 3876fi
@@ -3901,8 +3921,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
3901 3921
3902{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3922{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3903$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3923$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3904as_fn_error "cannot compute suffix of object files: cannot compile 3924as_fn_error $? "cannot compute suffix of object files: cannot compile
3905See \`config.log' for more details." "$LINENO" 5; } 3925See \`config.log' for more details" "$LINENO" 5 ; }
3906fi 3926fi
3907rm -f conftest.$ac_cv_objext conftest.$ac_ext 3927rm -f conftest.$ac_cv_objext conftest.$ac_ext
3908fi 3928fi
@@ -4306,7 +4326,7 @@ esac
4306 done 4326 done
4307IFS=$as_save_IFS 4327IFS=$as_save_IFS
4308 if test -z "$ac_cv_path_SED"; then 4328 if test -z "$ac_cv_path_SED"; then
4309 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 4329 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4310 fi 4330 fi
4311else 4331else
4312 ac_cv_path_SED=$SED 4332 ac_cv_path_SED=$SED
@@ -4382,7 +4402,7 @@ esac
4382 done 4402 done
4383IFS=$as_save_IFS 4403IFS=$as_save_IFS
4384 if test -z "$ac_cv_path_GREP"; then 4404 if test -z "$ac_cv_path_GREP"; then
4385 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4405 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4386 fi 4406 fi
4387else 4407else
4388 ac_cv_path_GREP=$GREP 4408 ac_cv_path_GREP=$GREP
@@ -4448,7 +4468,7 @@ esac
4448 done 4468 done
4449IFS=$as_save_IFS 4469IFS=$as_save_IFS
4450 if test -z "$ac_cv_path_EGREP"; then 4470 if test -z "$ac_cv_path_EGREP"; then
4451 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4471 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4452 fi 4472 fi
4453else 4473else
4454 ac_cv_path_EGREP=$EGREP 4474 ac_cv_path_EGREP=$EGREP
@@ -4515,7 +4535,7 @@ esac
4515 done 4535 done
4516IFS=$as_save_IFS 4536IFS=$as_save_IFS
4517 if test -z "$ac_cv_path_FGREP"; then 4537 if test -z "$ac_cv_path_FGREP"; then
4518 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4538 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4519 fi 4539 fi
4520else 4540else
4521 ac_cv_path_FGREP=$FGREP 4541 ac_cv_path_FGREP=$FGREP
@@ -4631,7 +4651,7 @@ else
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4632$as_echo "no" >&6; } 4652$as_echo "no" >&6; }
4633fi 4653fi
4634test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 4654test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 4655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4636$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 4656$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4637if test "${lt_cv_prog_gnu_ld+set}" = set; then : 4657if test "${lt_cv_prog_gnu_ld+set}" = set; then :
@@ -4833,13 +4853,13 @@ if test "${lt_cv_nm_interface+set}" = set; then :
4833else 4853else
4834 lt_cv_nm_interface="BSD nm" 4854 lt_cv_nm_interface="BSD nm"
4835 echo "int some_variable = 0;" > conftest.$ac_ext 4855 echo "int some_variable = 0;" > conftest.$ac_ext
4836 (eval echo "\"\$as_me:4836: $ac_compile\"" >&5) 4856 (eval echo "\"\$as_me:4856: $ac_compile\"" >&5)
4837 (eval "$ac_compile" 2>conftest.err) 4857 (eval "$ac_compile" 2>conftest.err)
4838 cat conftest.err >&5 4858 cat conftest.err >&5
4839 (eval echo "\"\$as_me:4839: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 4859 (eval echo "\"\$as_me:4859: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4840 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 4860 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4841 cat conftest.err >&5 4861 cat conftest.err >&5
4842 (eval echo "\"\$as_me:4842: output\"" >&5) 4862 (eval echo "\"\$as_me:4862: output\"" >&5)
4843 cat conftest.out >&5 4863 cat conftest.out >&5
4844 if $GREP 'External.*some_variable' conftest.out > /dev/null; then 4864 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4845 lt_cv_nm_interface="MS dumpbin" 4865 lt_cv_nm_interface="MS dumpbin"
@@ -6042,7 +6062,7 @@ ia64-*-hpux*)
6042 ;; 6062 ;;
6043*-*-irix6*) 6063*-*-irix6*)
6044 # Find out which ABI we are using. 6064 # Find out which ABI we are using.
6045 echo '#line 6045 "configure"' > conftest.$ac_ext 6065 echo '#line 6065 "configure"' > conftest.$ac_ext
6046 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 6066 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6047 (eval $ac_compile) 2>&5 6067 (eval $ac_compile) 2>&5
6048 ac_status=$? 6068 ac_status=$?
@@ -6831,7 +6851,7 @@ else
6831 # Broken: fails on valid input. 6851 # Broken: fails on valid input.
6832continue 6852continue
6833fi 6853fi
6834rm -f conftest.err conftest.$ac_ext 6854rm -f conftest.err conftest.i conftest.$ac_ext
6835 6855
6836 # OK, works on sane cases. Now check whether nonexistent headers 6856 # OK, works on sane cases. Now check whether nonexistent headers
6837 # can be detected and how. 6857 # can be detected and how.
@@ -6847,11 +6867,11 @@ else
6847ac_preproc_ok=: 6867ac_preproc_ok=:
6848break 6868break
6849fi 6869fi
6850rm -f conftest.err conftest.$ac_ext 6870rm -f conftest.err conftest.i conftest.$ac_ext
6851 6871
6852done 6872done
6853# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6873# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6854rm -f conftest.err conftest.$ac_ext 6874rm -f conftest.i conftest.err conftest.$ac_ext
6855if $ac_preproc_ok; then : 6875if $ac_preproc_ok; then :
6856 break 6876 break
6857fi 6877fi
@@ -6890,7 +6910,7 @@ else
6890 # Broken: fails on valid input. 6910 # Broken: fails on valid input.
6891continue 6911continue
6892fi 6912fi
6893rm -f conftest.err conftest.$ac_ext 6913rm -f conftest.err conftest.i conftest.$ac_ext
6894 6914
6895 # OK, works on sane cases. Now check whether nonexistent headers 6915 # OK, works on sane cases. Now check whether nonexistent headers
6896 # can be detected and how. 6916 # can be detected and how.
@@ -6906,18 +6926,18 @@ else
6906ac_preproc_ok=: 6926ac_preproc_ok=:
6907break 6927break
6908fi 6928fi
6909rm -f conftest.err conftest.$ac_ext 6929rm -f conftest.err conftest.i conftest.$ac_ext
6910 6930
6911done 6931done
6912# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6932# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6913rm -f conftest.err conftest.$ac_ext 6933rm -f conftest.i conftest.err conftest.$ac_ext
6914if $ac_preproc_ok; then : 6934if $ac_preproc_ok; then :
6915 6935
6916else 6936else
6917 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 6937 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6918$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6938$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6919as_fn_error "C preprocessor \"$CPP\" fails sanity check 6939as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6920See \`config.log' for more details." "$LINENO" 5; } 6940See \`config.log' for more details" "$LINENO" 5 ; }
6921fi 6941fi
6922 6942
6923ac_ext=c 6943ac_ext=c
@@ -7046,8 +7066,7 @@ do :
7046 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7066 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7047ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 7067ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7048" 7068"
7049eval as_val=\$$as_ac_Header 7069if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7050 if test "x$as_val" = x""yes; then :
7051 cat >>confdefs.h <<_ACEOF 7070 cat >>confdefs.h <<_ACEOF
7052#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 7071#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7053_ACEOF 7072_ACEOF
@@ -7570,11 +7589,11 @@ else
7570 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7589 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7571 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7590 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7572 -e 's:$: $lt_compiler_flag:'` 7591 -e 's:$: $lt_compiler_flag:'`
7573 (eval echo "\"\$as_me:7573: $lt_compile\"" >&5) 7592 (eval echo "\"\$as_me:7592: $lt_compile\"" >&5)
7574 (eval "$lt_compile" 2>conftest.err) 7593 (eval "$lt_compile" 2>conftest.err)
7575 ac_status=$? 7594 ac_status=$?
7576 cat conftest.err >&5 7595 cat conftest.err >&5
7577 echo "$as_me:7577: \$? = $ac_status" >&5 7596 echo "$as_me:7596: \$? = $ac_status" >&5
7578 if (exit $ac_status) && test -s "$ac_outfile"; then 7597 if (exit $ac_status) && test -s "$ac_outfile"; then
7579 # The compiler can only warn and ignore the option if not recognized 7598 # The compiler can only warn and ignore the option if not recognized
7580 # So say no if there are warnings other than the usual output. 7599 # So say no if there are warnings other than the usual output.
@@ -7909,11 +7928,11 @@ else
7909 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7928 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7910 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7929 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7911 -e 's:$: $lt_compiler_flag:'` 7930 -e 's:$: $lt_compiler_flag:'`
7912 (eval echo "\"\$as_me:7912: $lt_compile\"" >&5) 7931 (eval echo "\"\$as_me:7931: $lt_compile\"" >&5)
7913 (eval "$lt_compile" 2>conftest.err) 7932 (eval "$lt_compile" 2>conftest.err)
7914 ac_status=$? 7933 ac_status=$?
7915 cat conftest.err >&5 7934 cat conftest.err >&5
7916 echo "$as_me:7916: \$? = $ac_status" >&5 7935 echo "$as_me:7935: \$? = $ac_status" >&5
7917 if (exit $ac_status) && test -s "$ac_outfile"; then 7936 if (exit $ac_status) && test -s "$ac_outfile"; then
7918 # The compiler can only warn and ignore the option if not recognized 7937 # The compiler can only warn and ignore the option if not recognized
7919 # So say no if there are warnings other than the usual output. 7938 # So say no if there are warnings other than the usual output.
@@ -8014,11 +8033,11 @@ else
8014 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8033 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8015 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8034 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8016 -e 's:$: $lt_compiler_flag:'` 8035 -e 's:$: $lt_compiler_flag:'`
8017 (eval echo "\"\$as_me:8017: $lt_compile\"" >&5) 8036 (eval echo "\"\$as_me:8036: $lt_compile\"" >&5)
8018 (eval "$lt_compile" 2>out/conftest.err) 8037 (eval "$lt_compile" 2>out/conftest.err)
8019 ac_status=$? 8038 ac_status=$?
8020 cat out/conftest.err >&5 8039 cat out/conftest.err >&5
8021 echo "$as_me:8021: \$? = $ac_status" >&5 8040 echo "$as_me:8040: \$? = $ac_status" >&5
8022 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8041 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8023 then 8042 then
8024 # The compiler can only warn and ignore the option if not recognized 8043 # The compiler can only warn and ignore the option if not recognized
@@ -8069,11 +8088,11 @@ else
8069 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8088 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8070 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8089 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8071 -e 's:$: $lt_compiler_flag:'` 8090 -e 's:$: $lt_compiler_flag:'`
8072 (eval echo "\"\$as_me:8072: $lt_compile\"" >&5) 8091 (eval echo "\"\$as_me:8091: $lt_compile\"" >&5)
8073 (eval "$lt_compile" 2>out/conftest.err) 8092 (eval "$lt_compile" 2>out/conftest.err)
8074 ac_status=$? 8093 ac_status=$?
8075 cat out/conftest.err >&5 8094 cat out/conftest.err >&5
8076 echo "$as_me:8076: \$? = $ac_status" >&5 8095 echo "$as_me:8095: \$? = $ac_status" >&5
8077 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8096 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8078 then 8097 then
8079 # The compiler can only warn and ignore the option if not recognized 8098 # The compiler can only warn and ignore the option if not recognized
@@ -10453,7 +10472,7 @@ else
10453 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10472 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10454 lt_status=$lt_dlunknown 10473 lt_status=$lt_dlunknown
10455 cat > conftest.$ac_ext <<_LT_EOF 10474 cat > conftest.$ac_ext <<_LT_EOF
10456#line 10456 "configure" 10475#line 10475 "configure"
10457#include "confdefs.h" 10476#include "confdefs.h"
10458 10477
10459#if HAVE_DLFCN_H 10478#if HAVE_DLFCN_H
@@ -10549,7 +10568,7 @@ else
10549 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10568 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10550 lt_status=$lt_dlunknown 10569 lt_status=$lt_dlunknown
10551 cat > conftest.$ac_ext <<_LT_EOF 10570 cat > conftest.$ac_ext <<_LT_EOF
10552#line 10552 "configure" 10571#line 10571 "configure"
10553#include "confdefs.h" 10572#include "confdefs.h"
10554 10573
10555#if HAVE_DLFCN_H 10574#if HAVE_DLFCN_H
@@ -10788,20 +10807,20 @@ _ACEOF
10788 10807
10789 10808
10790cat >>confdefs.h <<_ACEOF 10809cat >>confdefs.h <<_ACEOF
10791#define VMIN 1 10810#define VMIN 2
10792_ACEOF 10811_ACEOF
10793 10812
10794 10813
10795cat >>confdefs.h <<_ACEOF 10814cat >>confdefs.h <<_ACEOF
10796#define VMIC 99 10815#define VMIC 0
10797_ACEOF 10816_ACEOF
10798 10817
10799 10818
10800cat >>confdefs.h <<_ACEOF 10819cat >>confdefs.h <<_ACEOF
10801#define VREV 67344 10820#define VREV 0
10802_ACEOF 10821_ACEOF
10803 10822
10804version_info="2:99:1" 10823version_info="3:0:2"
10805release_info="" 10824release_info=""
10806 10825
10807 10826
@@ -11167,8 +11186,8 @@ fi
11167 11186
11168test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 11187test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11169$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 11188$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11170as_fn_error "no acceptable C compiler found in \$PATH 11189as_fn_error $? "no acceptable C compiler found in \$PATH
11171See \`config.log' for more details." "$LINENO" 5; } 11190See \`config.log' for more details" "$LINENO" 5 ; }
11172 11191
11173# Provide some information about the compiler. 11192# Provide some information about the compiler.
11174$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 11193$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -11699,6 +11718,10 @@ fi
11699 11718
11700 11719
11701 11720
11721
11722
11723
11724
11702if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 11725if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11703 if test -n "$ac_tool_prefix"; then 11726 if test -n "$ac_tool_prefix"; then
11704 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 11727 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
@@ -11811,7 +11834,6 @@ $as_echo "yes" >&6; }
11811$as_echo "no" >&6; } 11834$as_echo "no" >&6; }
11812 PKG_CONFIG="" 11835 PKG_CONFIG=""
11813 fi 11836 fi
11814
11815fi 11837fi
11816 11838
11817# Check whether pkg-config supports Requires.private 11839# Check whether pkg-config supports Requires.private
@@ -11835,11 +11857,10 @@ pkg_failed=no
11835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 11857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5
11836$as_echo_n "checking for EVIL... " >&6; } 11858$as_echo_n "checking for EVIL... " >&6; }
11837 11859
11838if test -n "$PKG_CONFIG"; then 11860if test -n "$EVIL_CFLAGS"; then
11839 if test -n "$EVIL_CFLAGS"; then 11861 pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS"
11840 pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" 11862 elif test -n "$PKG_CONFIG"; then
11841 else 11863 if test -n "$PKG_CONFIG" && \
11842 if test -n "$PKG_CONFIG" && \
11843 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 11864 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5
11844 ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 11865 ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5
11845 ac_status=$? 11866 ac_status=$?
@@ -11849,15 +11870,13 @@ if test -n "$PKG_CONFIG"; then
11849else 11870else
11850 pkg_failed=yes 11871 pkg_failed=yes
11851fi 11872fi
11852 fi 11873 else
11853else 11874 pkg_failed=untried
11854 pkg_failed=untried
11855fi 11875fi
11856if test -n "$PKG_CONFIG"; then 11876if test -n "$EVIL_LIBS"; then
11857 if test -n "$EVIL_LIBS"; then 11877 pkg_cv_EVIL_LIBS="$EVIL_LIBS"
11858 pkg_cv_EVIL_LIBS="$EVIL_LIBS" 11878 elif test -n "$PKG_CONFIG"; then
11859 else 11879 if test -n "$PKG_CONFIG" && \
11860 if test -n "$PKG_CONFIG" && \
11861 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 11880 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5
11862 ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 11881 ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5
11863 ac_status=$? 11882 ac_status=$?
@@ -11867,14 +11886,15 @@ if test -n "$PKG_CONFIG"; then
11867else 11886else
11868 pkg_failed=yes 11887 pkg_failed=yes
11869fi 11888fi
11870 fi 11889 else
11871else 11890 pkg_failed=untried
11872 pkg_failed=untried
11873fi 11891fi
11874 11892
11875 11893
11876 11894
11877if test $pkg_failed = yes; then 11895if test $pkg_failed = yes; then
11896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11897$as_echo "no" >&6; }
11878 11898
11879if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 11899if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11880 _pkg_short_errors_supported=yes 11900 _pkg_short_errors_supported=yes
@@ -11882,14 +11902,14 @@ else
11882 _pkg_short_errors_supported=no 11902 _pkg_short_errors_supported=no
11883fi 11903fi
11884 if test $_pkg_short_errors_supported = yes; then 11904 if test $_pkg_short_errors_supported = yes; then
11885 EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "evil >= 1.0.0"` 11905 EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "evil >= 1.0.0" 2>&1`
11886 else 11906 else
11887 EVIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "evil >= 1.0.0"` 11907 EVIL_PKG_ERRORS=`$PKG_CONFIG --print-errors "evil >= 1.0.0" 2>&1`
11888 fi 11908 fi
11889 # Put the nasty error message in config.log where it belongs 11909 # Put the nasty error message in config.log where it belongs
11890 echo "$EVIL_PKG_ERRORS" >&5 11910 echo "$EVIL_PKG_ERRORS" >&5
11891 11911
11892 as_fn_error "Package requirements (evil >= 1.0.0) were not met: 11912 as_fn_error $? "Package requirements (evil >= 1.0.0) were not met:
11893 11913
11894$EVIL_PKG_ERRORS 11914$EVIL_PKG_ERRORS
11895 11915
@@ -11898,12 +11918,13 @@ installed software in a non-standard prefix.
11898 11918
11899Alternatively, you may set the environment variables EVIL_CFLAGS 11919Alternatively, you may set the environment variables EVIL_CFLAGS
11900and EVIL_LIBS to avoid the need to call pkg-config. 11920and EVIL_LIBS to avoid the need to call pkg-config.
11901See the pkg-config man page for more details. 11921See the pkg-config man page for more details." "$LINENO" 5
11902" "$LINENO" 5
11903elif test $pkg_failed = untried; then 11922elif test $pkg_failed = untried; then
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11924$as_echo "no" >&6; }
11904 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 11925 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11905$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 11926$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11906as_fn_error "The pkg-config script could not be found or is too old. Make sure it 11927as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
11907is in your PATH or set the PKG_CONFIG environment variable to the full 11928is in your PATH or set the PKG_CONFIG environment variable to the full
11908path to pkg-config. 11929path to pkg-config.
11909 11930
@@ -11912,13 +11933,13 @@ and EVIL_LIBS to avoid the need to call pkg-config.
11912See the pkg-config man page for more details. 11933See the pkg-config man page for more details.
11913 11934
11914To get pkg-config, see <http://pkg-config.freedesktop.org/>. 11935To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11915See \`config.log' for more details." "$LINENO" 5; } 11936See \`config.log' for more details" "$LINENO" 5 ; }
11916else 11937else
11917 EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS 11938 EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS
11918 EVIL_LIBS=$pkg_cv_EVIL_LIBS 11939 EVIL_LIBS=$pkg_cv_EVIL_LIBS
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 11940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11920$as_echo "yes" >&6; } 11941$as_echo "yes" >&6; }
11921 : 11942
11922fi 11943fi
11923 11944
11924$as_echo "#define HAVE_EVIL 1" >>confdefs.h 11945$as_echo "#define HAVE_EVIL 1" >>confdefs.h
@@ -11935,46 +11956,44 @@ pkg_failed=no
11935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 11956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5
11936$as_echo_n "checking for EINA... " >&6; } 11957$as_echo_n "checking for EINA... " >&6; }
11937 11958
11938if test -n "$PKG_CONFIG"; then 11959if test -n "$EINA_CFLAGS"; then
11939 if test -n "$EINA_CFLAGS"; then 11960 pkg_cv_EINA_CFLAGS="$EINA_CFLAGS"
11940 pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" 11961 elif test -n "$PKG_CONFIG"; then
11941 else 11962 if test -n "$PKG_CONFIG" && \
11942 if test -n "$PKG_CONFIG" && \ 11963 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.2.0\""; } >&5
11943 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 11964 ($PKG_CONFIG --exists --print-errors "eina >= 1.2.0") 2>&5
11944 ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5
11945 ac_status=$? 11965 ac_status=$?
11946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 11966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11947 test $ac_status = 0; }; then 11967 test $ac_status = 0; }; then
11948 pkg_cv_EINA_CFLAGS=`$PKG_CONFIG --cflags "eina >= 1.1.0" 2>/dev/null` 11968 pkg_cv_EINA_CFLAGS=`$PKG_CONFIG --cflags "eina >= 1.2.0" 2>/dev/null`
11949else 11969else
11950 pkg_failed=yes 11970 pkg_failed=yes
11951fi 11971fi
11952 fi 11972 else
11953else 11973 pkg_failed=untried
11954 pkg_failed=untried
11955fi 11974fi
11956if test -n "$PKG_CONFIG"; then 11975if test -n "$EINA_LIBS"; then
11957 if test -n "$EINA_LIBS"; then 11976 pkg_cv_EINA_LIBS="$EINA_LIBS"
11958 pkg_cv_EINA_LIBS="$EINA_LIBS" 11977 elif test -n "$PKG_CONFIG"; then
11959 else 11978 if test -n "$PKG_CONFIG" && \
11960 if test -n "$PKG_CONFIG" && \ 11979 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.2.0\""; } >&5
11961 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 11980 ($PKG_CONFIG --exists --print-errors "eina >= 1.2.0") 2>&5
11962 ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5
11963 ac_status=$? 11981 ac_status=$?
11964 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 11982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11965 test $ac_status = 0; }; then 11983 test $ac_status = 0; }; then
11966 pkg_cv_EINA_LIBS=`$PKG_CONFIG --libs "eina >= 1.1.0" 2>/dev/null` 11984 pkg_cv_EINA_LIBS=`$PKG_CONFIG --libs "eina >= 1.2.0" 2>/dev/null`
11967else 11985else
11968 pkg_failed=yes 11986 pkg_failed=yes
11969fi 11987fi
11970 fi 11988 else
11971else 11989 pkg_failed=untried
11972 pkg_failed=untried
11973fi 11990fi
11974 11991
11975 11992
11976 11993
11977if test $pkg_failed = yes; then 11994if test $pkg_failed = yes; then
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11996$as_echo "no" >&6; }
11978 11997
11979if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 11998if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11980 _pkg_short_errors_supported=yes 11999 _pkg_short_errors_supported=yes
@@ -11982,14 +12001,14 @@ else
11982 _pkg_short_errors_supported=no 12001 _pkg_short_errors_supported=no
11983fi 12002fi
11984 if test $_pkg_short_errors_supported = yes; then 12003 if test $_pkg_short_errors_supported = yes; then
11985 EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eina >= 1.1.0"` 12004 EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eina >= 1.2.0" 2>&1`
11986 else 12005 else
11987 EINA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eina >= 1.1.0"` 12006 EINA_PKG_ERRORS=`$PKG_CONFIG --print-errors "eina >= 1.2.0" 2>&1`
11988 fi 12007 fi
11989 # Put the nasty error message in config.log where it belongs 12008 # Put the nasty error message in config.log where it belongs
11990 echo "$EINA_PKG_ERRORS" >&5 12009 echo "$EINA_PKG_ERRORS" >&5
11991 12010
11992 as_fn_error "Package requirements (eina >= 1.1.0) were not met: 12011 as_fn_error $? "Package requirements (eina >= 1.2.0) were not met:
11993 12012
11994$EINA_PKG_ERRORS 12013$EINA_PKG_ERRORS
11995 12014
@@ -11998,12 +12017,13 @@ installed software in a non-standard prefix.
11998 12017
11999Alternatively, you may set the environment variables EINA_CFLAGS 12018Alternatively, you may set the environment variables EINA_CFLAGS
12000and EINA_LIBS to avoid the need to call pkg-config. 12019and EINA_LIBS to avoid the need to call pkg-config.
12001See the pkg-config man page for more details. 12020See the pkg-config man page for more details." "$LINENO" 5
12002" "$LINENO" 5
12003elif test $pkg_failed = untried; then 12021elif test $pkg_failed = untried; then
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12023$as_echo "no" >&6; }
12004 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 12024 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12005$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 12025$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12006as_fn_error "The pkg-config script could not be found or is too old. Make sure it 12026as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
12007is in your PATH or set the PKG_CONFIG environment variable to the full 12027is in your PATH or set the PKG_CONFIG environment variable to the full
12008path to pkg-config. 12028path to pkg-config.
12009 12029
@@ -12012,13 +12032,93 @@ and EINA_LIBS to avoid the need to call pkg-config.
12012See the pkg-config man page for more details. 12032See the pkg-config man page for more details.
12013 12033
12014To get pkg-config, see <http://pkg-config.freedesktop.org/>. 12034To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12015See \`config.log' for more details." "$LINENO" 5; } 12035See \`config.log' for more details" "$LINENO" 5 ; }
12016else 12036else
12017 EINA_CFLAGS=$pkg_cv_EINA_CFLAGS 12037 EINA_CFLAGS=$pkg_cv_EINA_CFLAGS
12018 EINA_LIBS=$pkg_cv_EINA_LIBS 12038 EINA_LIBS=$pkg_cv_EINA_LIBS
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 12039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12020$as_echo "yes" >&6; } 12040$as_echo "yes" >&6; }
12021 : 12041
12042fi
12043
12044### Checks for portability layer
12045
12046
12047pkg_failed=no
12048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EXOTIC" >&5
12049$as_echo_n "checking for EXOTIC... " >&6; }
12050
12051if test -n "$EXOTIC_CFLAGS"; then
12052 pkg_cv_EXOTIC_CFLAGS="$EXOTIC_CFLAGS"
12053 elif test -n "$PKG_CONFIG"; then
12054 if test -n "$PKG_CONFIG" && \
12055 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"exotic\""; } >&5
12056 ($PKG_CONFIG --exists --print-errors "exotic") 2>&5
12057 ac_status=$?
12058 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12059 test $ac_status = 0; }; then
12060 pkg_cv_EXOTIC_CFLAGS=`$PKG_CONFIG --cflags "exotic" 2>/dev/null`
12061else
12062 pkg_failed=yes
12063fi
12064 else
12065 pkg_failed=untried
12066fi
12067if test -n "$EXOTIC_LIBS"; then
12068 pkg_cv_EXOTIC_LIBS="$EXOTIC_LIBS"
12069 elif test -n "$PKG_CONFIG"; then
12070 if test -n "$PKG_CONFIG" && \
12071 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"exotic\""; } >&5
12072 ($PKG_CONFIG --exists --print-errors "exotic") 2>&5
12073 ac_status=$?
12074 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12075 test $ac_status = 0; }; then
12076 pkg_cv_EXOTIC_LIBS=`$PKG_CONFIG --libs "exotic" 2>/dev/null`
12077else
12078 pkg_failed=yes
12079fi
12080 else
12081 pkg_failed=untried
12082fi
12083
12084
12085
12086if test $pkg_failed = yes; then
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12088$as_echo "no" >&6; }
12089
12090if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12091 _pkg_short_errors_supported=yes
12092else
12093 _pkg_short_errors_supported=no
12094fi
12095 if test $_pkg_short_errors_supported = yes; then
12096 EXOTIC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "exotic" 2>&1`
12097 else
12098 EXOTIC_PKG_ERRORS=`$PKG_CONFIG --print-errors "exotic" 2>&1`
12099 fi
12100 # Put the nasty error message in config.log where it belongs
12101 echo "$EXOTIC_PKG_ERRORS" >&5
12102
12103 enable_exotic="no"
12104elif test $pkg_failed = untried; then
12105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12106$as_echo "no" >&6; }
12107 enable_exotic="no"
12108else
12109 EXOTIC_CFLAGS=$pkg_cv_EXOTIC_CFLAGS
12110 EXOTIC_LIBS=$pkg_cv_EXOTIC_LIBS
12111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12112$as_echo "yes" >&6; }
12113 enable_exotic="yes"
12114fi
12115
12116if test "x${enable_exotic}" = "xyes"; then
12117 requirement_embryo="exotic ${requirement_embryo}"
12118
12119
12120$as_echo "#define HAVE_EXOTIC 1" >>confdefs.h
12121
12022fi 12122fi
12023 12123
12024### Checks for header files 12124### Checks for header files
@@ -12315,8 +12415,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12315 12415
12316 ;; #( 12416 ;; #(
12317 *) 12417 *)
12318 as_fn_error "unknown endianness 12418 as_fn_error $? "unknown endianness
12319 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 12419 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12320 esac 12420 esac
12321 12421
12322if test "x$CC" != xcc; then 12422if test "x$CC" != xcc; then
@@ -12328,7 +12428,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
12328fi 12428fi
12329set dummy $CC; ac_cc=`$as_echo "$2" | 12429set dummy $CC; ac_cc=`$as_echo "$2" |
12330 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 12430 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
12331if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : 12431if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
12332 $as_echo_n "(cached) " >&6 12432 $as_echo_n "(cached) " >&6
12333else 12433else
12334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13236,8 +13336,7 @@ if test $ac_cv_os_cray = yes; then
13236 for ac_func in _getb67 GETB67 getb67; do 13336 for ac_func in _getb67 GETB67 getb67; do
13237 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13337 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13238ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 13338ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13239eval as_val=\$$as_ac_var 13339if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13240 if test "x$as_val" = x""yes; then :
13241 13340
13242cat >>confdefs.h <<_ACEOF 13341cat >>confdefs.h <<_ACEOF
13243#define CRAY_STACKSEG_END $ac_func 13342#define CRAY_STACKSEG_END $ac_func
@@ -13337,7 +13436,7 @@ return fnmatch ();
13337 return 0; 13436 return 0;
13338} 13437}
13339_ACEOF 13438_ACEOF
13340for ac_lib in '' fnmatch evil iberty; do 13439for ac_lib in '' fnmatch evil exotic iberty; do
13341 if test -z "$ac_lib"; then 13440 if test -z "$ac_lib"; then
13342 ac_res="none required" 13441 ac_res="none required"
13343 else 13442 else
@@ -13384,31 +13483,83 @@ fi
13384if test "x$_efl_have_fnmatch" = "xyes"; then : 13483if test "x$_efl_have_fnmatch" = "xyes"; then :
13385 13484
13386else 13485else
13387 as_fn_error "Cannot find fnmatch()" "$LINENO" 5 13486 as_fn_error $? "Cannot find fnmatch()" "$LINENO" 5
13388fi 13487fi
13389 13488
13390 13489
13391 13490
13392case "$host_os" in 13491# gettimeofday
13393 mingw*)
13394 13492
13395$as_echo "#define HAVE_GETTIMEOFDAY 1" >>confdefs.h
13396 13493
13397 ;; 13494_efl_have_gettimeofday="no"
13398 *) 13495
13399 for ac_func in gettimeofday 13496cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13400do : 13497/* end confdefs.h. */
13401 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" 13498
13402if test "x$ac_cv_func_gettimeofday" = x""yes; then : 13499#include <stdlib.h>
13403 cat >>confdefs.h <<_ACEOF 13500#include <sys/time.h>
13404#define HAVE_GETTIMEOFDAY 1 13501
13502int
13503main ()
13504{
13505
13506int res;
13507res = gettimeofday(NULL, NULL);
13508
13509 ;
13510 return 0;
13511}
13405_ACEOF 13512_ACEOF
13513if ac_fn_c_try_link "$LINENO"; then :
13514 _efl_have_gettimeofday="yes"
13515else
13516 _efl_have_gettimeofday="no"
13517fi
13518rm -f core conftest.err conftest.$ac_objext \
13519 conftest$ac_exeext conftest.$ac_ext
13520
13521if test "x${_efl_have_gettimeofday}" = "xno" -a "x${enable_exotic}" = "xyes"; then
13522 SAVE_LIBS="${LIBS}"
13523 SAVE_CFLAGS="${CFLAGS}"
13524 LIBS="${LIBS} ${EXOTIC_LIBS}"
13525 CFLAGS="${CFLAGS} ${EXOTIC_CFLAGS}"
13526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13527/* end confdefs.h. */
13528
13529#include <Exotic.h>
13406 13530
13531int
13532main ()
13533{
13534
13535int res;
13536res = gettimeofday(NULL, NULL);
13537
13538 ;
13539 return 0;
13540}
13541_ACEOF
13542if ac_fn_c_try_link "$LINENO"; then :
13543 _efl_have_gettimeofday="yes"
13544else
13545 _efl_have_gettimeofday="no"
13546fi
13547rm -f core conftest.err conftest.$ac_objext \
13548 conftest$ac_exeext conftest.$ac_ext
13549fi
13550
13551if test "x${_efl_have_gettimeofday}" = "xyes"; then
13552
13553$as_echo "#define EFL_HAVE_GETTIMEOFDAY 1" >>confdefs.h
13554
13555fi
13556
13557if test "x${_efl_have_gettimeofday}" = "xyes"; then :
13558
13559else
13560 as_fn_error $? "Cannot find gettimeofday()" "$LINENO" 5
13407fi 13561fi
13408done
13409 13562
13410 ;;
13411esac
13412 13563
13413 13564
13414 13565
@@ -13499,6 +13650,7 @@ DEFS=-DHAVE_CONFIG_H
13499 13650
13500ac_libobjs= 13651ac_libobjs=
13501ac_ltlibobjs= 13652ac_ltlibobjs=
13653U=
13502for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 13654for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13503 # 1. Remove the extension, and $U if already installed. 13655 # 1. Remove the extension, and $U if already installed.
13504 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 13656 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
@@ -13522,23 +13674,23 @@ else
13522fi 13674fi
13523 13675
13524if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 13676if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13525 as_fn_error "conditional \"AMDEP\" was never defined. 13677 as_fn_error $? "conditional \"AMDEP\" was never defined.
13526Usually this means the macro was only invoked conditionally." "$LINENO" 5 13678Usually this means the macro was only invoked conditionally." "$LINENO" 5
13527fi 13679fi
13528if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 13680if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13529 as_fn_error "conditional \"am__fastdepCC\" was never defined. 13681 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13530Usually this means the macro was only invoked conditionally." "$LINENO" 5 13682Usually this means the macro was only invoked conditionally." "$LINENO" 5
13531fi 13683fi
13532if test -z "${BUILD_EMBRYO_CC_TRUE}" && test -z "${BUILD_EMBRYO_CC_FALSE}"; then 13684if test -z "${BUILD_EMBRYO_CC_TRUE}" && test -z "${BUILD_EMBRYO_CC_FALSE}"; then
13533 as_fn_error "conditional \"BUILD_EMBRYO_CC\" was never defined. 13685 as_fn_error $? "conditional \"BUILD_EMBRYO_CC\" was never defined.
13534Usually this means the macro was only invoked conditionally." "$LINENO" 5 13686Usually this means the macro was only invoked conditionally." "$LINENO" 5
13535fi 13687fi
13536if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 13688if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13537 as_fn_error "conditional \"am__fastdepCC\" was never defined. 13689 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13538Usually this means the macro was only invoked conditionally." "$LINENO" 5 13690Usually this means the macro was only invoked conditionally." "$LINENO" 5
13539fi 13691fi
13540if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then 13692if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then
13541 as_fn_error "conditional \"EFL_BUILD_DOC\" was never defined. 13693 as_fn_error $? "conditional \"EFL_BUILD_DOC\" was never defined.
13542Usually this means the macro was only invoked conditionally." "$LINENO" 5 13694Usually this means the macro was only invoked conditionally." "$LINENO" 5
13543fi 13695fi
13544 13696
@@ -13689,19 +13841,19 @@ export LANGUAGE
13689(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 13841(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13690 13842
13691 13843
13692# as_fn_error ERROR [LINENO LOG_FD] 13844# as_fn_error STATUS ERROR [LINENO LOG_FD]
13693# --------------------------------- 13845# ----------------------------------------
13694# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 13846# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13695# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 13847# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13696# script with status $?, using 1 if that was 0. 13848# script with STATUS, using 1 if that was 0.
13697as_fn_error () 13849as_fn_error ()
13698{ 13850{
13699 as_status=$?; test $as_status -eq 0 && as_status=1 13851 as_status=$1; test $as_status -eq 0 && as_status=1
13700 if test "$3"; then 13852 if test "$4"; then
13701 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 13853 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13702 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 13854 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13703 fi 13855 fi
13704 $as_echo "$as_me: error: $1" >&2 13856 $as_echo "$as_me: error: $2" >&2
13705 as_fn_exit $as_status 13857 as_fn_exit $as_status
13706} # as_fn_error 13858} # as_fn_error
13707 13859
@@ -13897,7 +14049,7 @@ $as_echo X"$as_dir" |
13897 test -d "$as_dir" && break 14049 test -d "$as_dir" && break
13898 done 14050 done
13899 test -z "$as_dirs" || eval "mkdir $as_dirs" 14051 test -z "$as_dirs" || eval "mkdir $as_dirs"
13900 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 14052 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13901 14053
13902 14054
13903} # as_fn_mkdir_p 14055} # as_fn_mkdir_p
@@ -13950,8 +14102,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13950# report actual input values of CONFIG_FILES etc. instead of their 14102# report actual input values of CONFIG_FILES etc. instead of their
13951# values after options handling. 14103# values after options handling.
13952ac_log=" 14104ac_log="
13953This file was extended by embryo $as_me 1.1.99.67344, which was 14105This file was extended by embryo $as_me 1.2.0-alpha, which was
13954generated by GNU Autoconf 2.65. Invocation command line was 14106generated by GNU Autoconf 2.67. Invocation command line was
13955 14107
13956 CONFIG_FILES = $CONFIG_FILES 14108 CONFIG_FILES = $CONFIG_FILES
13957 CONFIG_HEADERS = $CONFIG_HEADERS 14109 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -14016,11 +14168,11 @@ _ACEOF
14016cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 14168cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14017ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 14169ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14018ac_cs_version="\\ 14170ac_cs_version="\\
14019embryo config.status 1.1.99.67344 14171embryo config.status 1.2.0-alpha
14020configured by $0, generated by GNU Autoconf 2.65, 14172configured by $0, generated by GNU Autoconf 2.67,
14021 with options \\"\$ac_cs_config\\" 14173 with options \\"\$ac_cs_config\\"
14022 14174
14023Copyright (C) 2009 Free Software Foundation, Inc. 14175Copyright (C) 2010 Free Software Foundation, Inc.
14024This config.status script is free software; the Free Software Foundation 14176This config.status script is free software; the Free Software Foundation
14025gives unlimited permission to copy, distribute and modify it." 14177gives unlimited permission to copy, distribute and modify it."
14026 14178
@@ -14038,11 +14190,16 @@ ac_need_defaults=:
14038while test $# != 0 14190while test $# != 0
14039do 14191do
14040 case $1 in 14192 case $1 in
14041 --*=*) 14193 --*=?*)
14042 ac_option=`expr "X$1" : 'X\([^=]*\)='` 14194 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14043 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 14195 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14044 ac_shift=: 14196 ac_shift=:
14045 ;; 14197 ;;
14198 --*=)
14199 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14200 ac_optarg=
14201 ac_shift=:
14202 ;;
14046 *) 14203 *)
14047 ac_option=$1 14204 ac_option=$1
14048 ac_optarg=$2 14205 ac_optarg=$2
@@ -14064,6 +14221,7 @@ do
14064 $ac_shift 14221 $ac_shift
14065 case $ac_optarg in 14222 case $ac_optarg in
14066 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 14223 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14224 '') as_fn_error $? "missing file argument" ;;
14067 esac 14225 esac
14068 as_fn_append CONFIG_FILES " '$ac_optarg'" 14226 as_fn_append CONFIG_FILES " '$ac_optarg'"
14069 ac_need_defaults=false;; 14227 ac_need_defaults=false;;
@@ -14076,7 +14234,7 @@ do
14076 ac_need_defaults=false;; 14234 ac_need_defaults=false;;
14077 --he | --h) 14235 --he | --h)
14078 # Conflict between --help and --header 14236 # Conflict between --help and --header
14079 as_fn_error "ambiguous option: \`$1' 14237 as_fn_error $? "ambiguous option: \`$1'
14080Try \`$0 --help' for more information.";; 14238Try \`$0 --help' for more information.";;
14081 --help | --hel | -h ) 14239 --help | --hel | -h )
14082 $as_echo "$ac_cs_usage"; exit ;; 14240 $as_echo "$ac_cs_usage"; exit ;;
@@ -14085,7 +14243,7 @@ Try \`$0 --help' for more information.";;
14085 ac_cs_silent=: ;; 14243 ac_cs_silent=: ;;
14086 14244
14087 # This is an error. 14245 # This is an error.
14088 -*) as_fn_error "unrecognized option: \`$1' 14246 -*) as_fn_error $? "unrecognized option: \`$1'
14089Try \`$0 --help' for more information." ;; 14247Try \`$0 --help' for more information." ;;
14090 14248
14091 *) as_fn_append ac_config_targets " $1" 14249 *) as_fn_append ac_config_targets " $1"
@@ -14409,7 +14567,7 @@ do
14409 "src/bin/Makefile") CONFIG_FILES="$CONFIG_FILES src/bin/Makefile" ;; 14567 "src/bin/Makefile") CONFIG_FILES="$CONFIG_FILES src/bin/Makefile" ;;
14410 "embryo.spec") CONFIG_FILES="$CONFIG_FILES embryo.spec" ;; 14568 "embryo.spec") CONFIG_FILES="$CONFIG_FILES embryo.spec" ;;
14411 14569
14412 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 14570 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
14413 esac 14571 esac
14414done 14572done
14415 14573
@@ -14447,7 +14605,7 @@ $debug ||
14447{ 14605{
14448 tmp=./conf$$-$RANDOM 14606 tmp=./conf$$-$RANDOM
14449 (umask 077 && mkdir "$tmp") 14607 (umask 077 && mkdir "$tmp")
14450} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 14608} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14451 14609
14452# Set up the scripts for CONFIG_FILES section. 14610# Set up the scripts for CONFIG_FILES section.
14453# No need to generate them if there are no CONFIG_FILES. 14611# No need to generate them if there are no CONFIG_FILES.
@@ -14464,7 +14622,7 @@ if test "x$ac_cr" = x; then
14464fi 14622fi
14465ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 14623ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14466if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 14624if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14467 ac_cs_awk_cr='\r' 14625 ac_cs_awk_cr='\\r'
14468else 14626else
14469 ac_cs_awk_cr=$ac_cr 14627 ac_cs_awk_cr=$ac_cr
14470fi 14628fi
@@ -14478,18 +14636,18 @@ _ACEOF
14478 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 14636 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14479 echo "_ACEOF" 14637 echo "_ACEOF"
14480} >conf$$subs.sh || 14638} >conf$$subs.sh ||
14481 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 14639 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14482ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 14640ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14483ac_delim='%!_!# ' 14641ac_delim='%!_!# '
14484for ac_last_try in false false false false false :; do 14642for ac_last_try in false false false false false :; do
14485 . ./conf$$subs.sh || 14643 . ./conf$$subs.sh ||
14486 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 14644 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14487 14645
14488 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 14646 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14489 if test $ac_delim_n = $ac_delim_num; then 14647 if test $ac_delim_n = $ac_delim_num; then
14490 break 14648 break
14491 elif $ac_last_try; then 14649 elif $ac_last_try; then
14492 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 14650 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14493 else 14651 else
14494 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 14652 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14495 fi 14653 fi
@@ -14578,20 +14736,28 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14578else 14736else
14579 cat 14737 cat
14580fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 14738fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14581 || as_fn_error "could not setup config files machinery" "$LINENO" 5 14739 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
14582_ACEOF 14740_ACEOF
14583 14741
14584# VPATH may cause trouble with some makes, so we remove $(srcdir), 14742# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14585# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 14743# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
14586# trailing colons and then remove the whole line if VPATH becomes empty 14744# trailing colons and then remove the whole line if VPATH becomes empty
14587# (actually we leave an empty line to preserve line numbers). 14745# (actually we leave an empty line to preserve line numbers).
14588if test "x$srcdir" = x.; then 14746if test "x$srcdir" = x.; then
14589 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 14747 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14590s/:*\$(srcdir):*/:/ 14748h
14591s/:*\${srcdir}:*/:/ 14749s///
14592s/:*@srcdir@:*/:/ 14750s/^/:/
14593s/^\([^=]*=[ ]*\):*/\1/ 14751s/[ ]*$/:/
14752s/:\$(srcdir):/:/g
14753s/:\${srcdir}:/:/g
14754s/:@srcdir@:/:/g
14755s/^:*//
14594s/:*$// 14756s/:*$//
14757x
14758s/\(=[ ]*\).*/\1/
14759G
14760s/\n//
14595s/^[^=]*=[ ]*$// 14761s/^[^=]*=[ ]*$//
14596}' 14762}'
14597fi 14763fi
@@ -14619,7 +14785,7 @@ for ac_last_try in false false :; do
14619 if test -z "$ac_t"; then 14785 if test -z "$ac_t"; then
14620 break 14786 break
14621 elif $ac_last_try; then 14787 elif $ac_last_try; then
14622 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 14788 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
14623 else 14789 else
14624 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 14790 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14625 fi 14791 fi
@@ -14704,7 +14870,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14704_ACAWK 14870_ACAWK
14705_ACEOF 14871_ACEOF
14706cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 14872cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14707 as_fn_error "could not setup config headers machinery" "$LINENO" 5 14873 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14708fi # test -n "$CONFIG_HEADERS" 14874fi # test -n "$CONFIG_HEADERS"
14709 14875
14710 14876
@@ -14717,7 +14883,7 @@ do
14717 esac 14883 esac
14718 case $ac_mode$ac_tag in 14884 case $ac_mode$ac_tag in
14719 :[FHL]*:*);; 14885 :[FHL]*:*);;
14720 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 14886 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
14721 :[FH]-) ac_tag=-:-;; 14887 :[FH]-) ac_tag=-:-;;
14722 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 14888 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14723 esac 14889 esac
@@ -14745,7 +14911,7 @@ do
14745 [\\/$]*) false;; 14911 [\\/$]*) false;;
14746 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 14912 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14747 esac || 14913 esac ||
14748 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 14914 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
14749 esac 14915 esac
14750 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 14916 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14751 as_fn_append ac_file_inputs " '$ac_f'" 14917 as_fn_append ac_file_inputs " '$ac_f'"
@@ -14772,7 +14938,7 @@ $as_echo "$as_me: creating $ac_file" >&6;}
14772 14938
14773 case $ac_tag in 14939 case $ac_tag in
14774 *:-:* | *:-) cat >"$tmp/stdin" \ 14940 *:-:* | *:-) cat >"$tmp/stdin" \
14775 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 14941 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14776 esac 14942 esac
14777 ;; 14943 ;;
14778 esac 14944 esac
@@ -14909,22 +15075,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t
14909$ac_datarootdir_hack 15075$ac_datarootdir_hack
14910" 15076"
14911eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 15077eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14912 || as_fn_error "could not create $ac_file" "$LINENO" 5 15078 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14913 15079
14914test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 15080test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14915 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 15081 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14916 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 15082 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 15083 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14918which seems to be undefined. Please make sure it is defined." >&5 15084which seems to be undefined. Please make sure it is defined" >&5
14919$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 15085$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14920which seems to be undefined. Please make sure it is defined." >&2;} 15086which seems to be undefined. Please make sure it is defined" >&2;}
14921 15087
14922 rm -f "$tmp/stdin" 15088 rm -f "$tmp/stdin"
14923 case $ac_file in 15089 case $ac_file in
14924 -) cat "$tmp/out" && rm -f "$tmp/out";; 15090 -) cat "$tmp/out" && rm -f "$tmp/out";;
14925 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 15091 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14926 esac \ 15092 esac \
14927 || as_fn_error "could not create $ac_file" "$LINENO" 5 15093 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14928 ;; 15094 ;;
14929 :H) 15095 :H)
14930 # 15096 #
@@ -14935,19 +15101,19 @@ which seems to be undefined. Please make sure it is defined." >&2;}
14935 $as_echo "/* $configure_input */" \ 15101 $as_echo "/* $configure_input */" \
14936 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 15102 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14937 } >"$tmp/config.h" \ 15103 } >"$tmp/config.h" \
14938 || as_fn_error "could not create $ac_file" "$LINENO" 5 15104 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14939 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 15105 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14940 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 15106 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14941$as_echo "$as_me: $ac_file is unchanged" >&6;} 15107$as_echo "$as_me: $ac_file is unchanged" >&6;}
14942 else 15108 else
14943 rm -f "$ac_file" 15109 rm -f "$ac_file"
14944 mv "$tmp/config.h" "$ac_file" \ 15110 mv "$tmp/config.h" "$ac_file" \
14945 || as_fn_error "could not create $ac_file" "$LINENO" 5 15111 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14946 fi 15112 fi
14947 else 15113 else
14948 $as_echo "/* $configure_input */" \ 15114 $as_echo "/* $configure_input */" \
14949 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 15115 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14950 || as_fn_error "could not create -" "$LINENO" 5 15116 || as_fn_error $? "could not create -" "$LINENO" 5
14951 fi 15117 fi
14952# Compute "$ac_file"'s index in $config_headers. 15118# Compute "$ac_file"'s index in $config_headers.
14953_am_arg="$ac_file" 15119_am_arg="$ac_file"
@@ -15738,7 +15904,7 @@ _ACEOF
15738ac_clean_files=$ac_clean_files_save 15904ac_clean_files=$ac_clean_files_save
15739 15905
15740test $ac_write_fail = 0 || 15906test $ac_write_fail = 0 ||
15741 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 15907 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15742 15908
15743 15909
15744# configure is writing to config.log, and then calls config.status. 15910# configure is writing to config.log, and then calls config.status.
@@ -15759,7 +15925,7 @@ if test "$no_create" != yes; then
15759 exec 5>>config.log 15925 exec 5>>config.log
15760 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 15926 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15761 # would make configure fail if this is the last instruction. 15927 # would make configure fail if this is the last instruction.
15762 $ac_cs_success || as_fn_exit $? 15928 $ac_cs_success || as_fn_exit 1
15763fi 15929fi
15764if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 15930if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15765 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 15931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
diff --git a/libraries/embryo/configure.ac b/libraries/embryo/configure.ac
index 61c50b8..09bd04e 100644
--- a/libraries/embryo/configure.ac
+++ b/libraries/embryo/configure.ac
@@ -1,12 +1,12 @@
1##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## 1##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
2##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## 2##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
3m4_define([v_maj], [1]) 3m4_define([v_maj], [1])
4m4_define([v_min], [1]) 4m4_define([v_min], [2])
5m4_define([v_mic], [99]) 5m4_define([v_mic], [0])
6m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) 6m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n']))
7m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))]) 7m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])
8##-- When released, remove the dnl on the below line 8##-- When released, remove the dnl on the below line
9dnl m4_undefine([v_rev]) 9m4_undefine([v_rev])
10##-- When doing snapshots - change soname. remove dnl on below line 10##-- When doing snapshots - change soname. remove dnl on below line
11dnl m4_define([relname], [ver-pre-svn-07]) 11dnl m4_define([relname], [ver-pre-svn-07])
12dnl m4_define([v_rel], [-release ver-pre-svn-07]) 12dnl m4_define([v_rel], [-release ver-pre-svn-07])
@@ -18,7 +18,7 @@ m4_define([lt_age], v_min)
18##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## 18##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
19##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## 19##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
20 20
21AC_INIT([embryo], [v_ver], [enlightenment-devel@lists.sourceforge.net]) 21AC_INIT([embryo], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net])
22AC_PREREQ([2.52]) 22AC_PREREQ([2.52])
23AC_CONFIG_SRCDIR([configure.ac]) 23AC_CONFIG_SRCDIR([configure.ac])
24AC_CONFIG_MACRO_DIR([m4]) 24AC_CONFIG_MACRO_DIR([m4])
@@ -107,7 +107,20 @@ esac
107AC_SUBST(EFL_EMBRYO_BUILD) 107AC_SUBST(EFL_EMBRYO_BUILD)
108 108
109# For embryo_cc_prefix.c 109# For embryo_cc_prefix.c
110PKG_CHECK_MODULES([EINA], [eina >= 1.1.0]) 110PKG_CHECK_MODULES([EINA], [eina >= 1.2.0])
111
112### Checks for portability layer
113
114PKG_CHECK_MODULES([EXOTIC],
115 [exotic],
116 [enable_exotic="yes"],
117 [enable_exotic="no"])
118
119if test "x${enable_exotic}" = "xyes"; then
120 requirement_embryo="exotic ${requirement_embryo}"
121
122 AC_DEFINE([HAVE_EXOTIC], [1], [Define to 1 if you have Exotic.])
123fi
111 124
112### Checks for header files 125### Checks for header files
113 126
@@ -162,14 +175,8 @@ AC_FUNC_ALLOCA
162# fnmatch 175# fnmatch
163EFL_CHECK_FNMATCH([], [AC_MSG_ERROR([Cannot find fnmatch()])]) 176EFL_CHECK_FNMATCH([], [AC_MSG_ERROR([Cannot find fnmatch()])])
164 177
165case "$host_os" in 178# gettimeofday
166 mingw*) 179EFL_CHECK_GETTIMEOFDAY([], [AC_MSG_ERROR([Cannot find gettimeofday()])])
167 AC_DEFINE(HAVE_GETTIMEOFDAY, 1, [Defined to 1 (MinGW platform)])
168 ;;
169 *)
170 AC_CHECK_FUNCS(gettimeofday)
171 ;;
172esac
173 180
174 181
175AC_SUBST(requirement_embryo) 182AC_SUBST(requirement_embryo)
diff --git a/libraries/embryo/doc/Makefile.in b/libraries/embryo/doc/Makefile.in
index 102cd2f..744e789 100644
--- a/libraries/embryo/doc/Makefile.in
+++ b/libraries/embryo/doc/Makefile.in
@@ -40,6 +40,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \ 40am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
41 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \ 41 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \
42 $(top_srcdir)/m4/efl_fnmatch.m4 \ 42 $(top_srcdir)/m4/efl_fnmatch.m4 \
43 $(top_srcdir)/m4/efl_gettimeofday.m4 \
43 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \ 44 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \
44 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 45 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 46 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
@@ -94,6 +95,8 @@ EMBRYO_CPPFLAGS = @EMBRYO_CPPFLAGS@
94EVIL_CFLAGS = @EVIL_CFLAGS@ 95EVIL_CFLAGS = @EVIL_CFLAGS@
95EVIL_LIBS = @EVIL_LIBS@ 96EVIL_LIBS = @EVIL_LIBS@
96EXEEXT = @EXEEXT@ 97EXEEXT = @EXEEXT@
98EXOTIC_CFLAGS = @EXOTIC_CFLAGS@
99EXOTIC_LIBS = @EXOTIC_LIBS@
97FGREP = @FGREP@ 100FGREP = @FGREP@
98GREP = @GREP@ 101GREP = @GREP@
99INSTALL = @INSTALL@ 102INSTALL = @INSTALL@
@@ -126,6 +129,8 @@ PACKAGE_URL = @PACKAGE_URL@
126PACKAGE_VERSION = @PACKAGE_VERSION@ 129PACKAGE_VERSION = @PACKAGE_VERSION@
127PATH_SEPARATOR = @PATH_SEPARATOR@ 130PATH_SEPARATOR = @PATH_SEPARATOR@
128PKG_CONFIG = @PKG_CONFIG@ 131PKG_CONFIG = @PKG_CONFIG@
132PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
133PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
129RANLIB = @RANLIB@ 134RANLIB = @RANLIB@
130SED = @SED@ 135SED = @SED@
131SET_MAKE = @SET_MAKE@ 136SET_MAKE = @SET_MAKE@
diff --git a/libraries/embryo/doc/img/e.png b/libraries/embryo/doc/img/e.png
index b3884a5..b3884a5 100755..100644
--- a/libraries/embryo/doc/img/e.png
+++ b/libraries/embryo/doc/img/e.png
Binary files differ
diff --git a/libraries/embryo/doc/img/e_big.png b/libraries/embryo/doc/img/e_big.png
index d42aeb4..d42aeb4 100755..100644
--- a/libraries/embryo/doc/img/e_big.png
+++ b/libraries/embryo/doc/img/e_big.png
Binary files differ
diff --git a/libraries/embryo/doc/img/edoxy.css b/libraries/embryo/doc/img/edoxy.css
index 616a0c5..616a0c5 100755..100644
--- a/libraries/embryo/doc/img/edoxy.css
+++ b/libraries/embryo/doc/img/edoxy.css
diff --git a/libraries/embryo/doc/img/foot_bg.png b/libraries/embryo/doc/img/foot_bg.png
index b24f3a4..b24f3a4 100755..100644
--- a/libraries/embryo/doc/img/foot_bg.png
+++ b/libraries/embryo/doc/img/foot_bg.png
Binary files differ
diff --git a/libraries/embryo/doc/img/head_bg.png b/libraries/embryo/doc/img/head_bg.png
index 081dc13..081dc13 100755..100644
--- a/libraries/embryo/doc/img/head_bg.png
+++ b/libraries/embryo/doc/img/head_bg.png
Binary files differ
diff --git a/libraries/embryo/doc/img/menu_bg.png b/libraries/embryo/doc/img/menu_bg.png
index e978743..e978743 100755..100644
--- a/libraries/embryo/doc/img/menu_bg.png
+++ b/libraries/embryo/doc/img/menu_bg.png
Binary files differ
diff --git a/libraries/embryo/doc/img/menu_bg_current.png b/libraries/embryo/doc/img/menu_bg_current.png
index de97c92..de97c92 100755..100644
--- a/libraries/embryo/doc/img/menu_bg_current.png
+++ b/libraries/embryo/doc/img/menu_bg_current.png
Binary files differ
diff --git a/libraries/embryo/doc/img/menu_bg_hover.png b/libraries/embryo/doc/img/menu_bg_hover.png
index 3fd851d..3fd851d 100755..100644
--- a/libraries/embryo/doc/img/menu_bg_hover.png
+++ b/libraries/embryo/doc/img/menu_bg_hover.png
Binary files differ
diff --git a/libraries/embryo/doc/img/menu_bg_last.png b/libraries/embryo/doc/img/menu_bg_last.png
index 88c116c..88c116c 100755..100644
--- a/libraries/embryo/doc/img/menu_bg_last.png
+++ b/libraries/embryo/doc/img/menu_bg_last.png
Binary files differ
diff --git a/libraries/embryo/doc/img/menu_bg_unsel.png b/libraries/embryo/doc/img/menu_bg_unsel.png
index 50e5fd8..50e5fd8 100755..100644
--- a/libraries/embryo/doc/img/menu_bg_unsel.png
+++ b/libraries/embryo/doc/img/menu_bg_unsel.png
Binary files differ
diff --git a/libraries/embryo/embryo.spec b/libraries/embryo/embryo.spec
index 834f792..73de4de 100644
--- a/libraries/embryo/embryo.spec
+++ b/libraries/embryo/embryo.spec
@@ -4,7 +4,7 @@
4 4
5Summary: A small virtual machine engine (in a library) and bytecode compiler 5Summary: A small virtual machine engine (in a library) and bytecode compiler
6Name: embryo 6Name: embryo
7Version: 1.1.99.67344 7Version: 1.2.0-alpha
8Release: %{_rel} 8Release: %{_rel}
9License: BSD 9License: BSD
10Group: System Environment/Libraries 10Group: System Environment/Libraries
diff --git a/libraries/embryo/include/Makefile.in b/libraries/embryo/include/Makefile.in
index 0a96acd..f462b6c 100644
--- a/libraries/embryo/include/Makefile.in
+++ b/libraries/embryo/include/Makefile.in
@@ -40,6 +40,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \ 40am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
41 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \ 41 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \
42 $(top_srcdir)/m4/efl_fnmatch.m4 \ 42 $(top_srcdir)/m4/efl_fnmatch.m4 \
43 $(top_srcdir)/m4/efl_gettimeofday.m4 \
43 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \ 44 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \
44 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 45 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 46 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
@@ -117,6 +118,8 @@ EMBRYO_CPPFLAGS = @EMBRYO_CPPFLAGS@
117EVIL_CFLAGS = @EVIL_CFLAGS@ 118EVIL_CFLAGS = @EVIL_CFLAGS@
118EVIL_LIBS = @EVIL_LIBS@ 119EVIL_LIBS = @EVIL_LIBS@
119EXEEXT = @EXEEXT@ 120EXEEXT = @EXEEXT@
121EXOTIC_CFLAGS = @EXOTIC_CFLAGS@
122EXOTIC_LIBS = @EXOTIC_LIBS@
120FGREP = @FGREP@ 123FGREP = @FGREP@
121GREP = @GREP@ 124GREP = @GREP@
122INSTALL = @INSTALL@ 125INSTALL = @INSTALL@
@@ -149,6 +152,8 @@ PACKAGE_URL = @PACKAGE_URL@
149PACKAGE_VERSION = @PACKAGE_VERSION@ 152PACKAGE_VERSION = @PACKAGE_VERSION@
150PATH_SEPARATOR = @PATH_SEPARATOR@ 153PATH_SEPARATOR = @PATH_SEPARATOR@
151PKG_CONFIG = @PKG_CONFIG@ 154PKG_CONFIG = @PKG_CONFIG@
155PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
156PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
152RANLIB = @RANLIB@ 157RANLIB = @RANLIB@
153SED = @SED@ 158SED = @SED@
154SET_MAKE = @SET_MAKE@ 159SET_MAKE = @SET_MAKE@
diff --git a/libraries/embryo/ltmain.sh b/libraries/embryo/ltmain.sh
index 7ed280b..fa4b1e1 100755
--- a/libraries/embryo/ltmain.sh
+++ b/libraries/embryo/ltmain.sh
@@ -65,7 +65,7 @@
65# compiler: $LTCC 65# compiler: $LTCC
66# compiler flags: $LTCFLAGS 66# compiler flags: $LTCFLAGS
67# linker: $LD (gnu? $with_gnu_ld) 67# linker: $LD (gnu? $with_gnu_ld)
68# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1 68# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu3
69# automake: $automake_version 69# automake: $automake_version
70# autoconf: $autoconf_version 70# autoconf: $autoconf_version
71# 71#
@@ -73,7 +73,7 @@
73 73
74PROGRAM=ltmain.sh 74PROGRAM=ltmain.sh
75PACKAGE=libtool 75PACKAGE=libtool
76VERSION="2.2.6b Debian-2.2.6b-2ubuntu1" 76VERSION="2.2.6b Debian-2.2.6b-2ubuntu3"
77TIMESTAMP="" 77TIMESTAMP=""
78package_revision=1.3017 78package_revision=1.3017
79 79
diff --git a/libraries/embryo/m4/efl_fnmatch.m4 b/libraries/embryo/m4/efl_fnmatch.m4
index a92ac6b..c857046 100644
--- a/libraries/embryo/m4/efl_fnmatch.m4
+++ b/libraries/embryo/m4/efl_fnmatch.m4
@@ -13,7 +13,7 @@ AC_CHECK_HEADER([fnmatch.h], [_efl_have_fnmatch="yes"], [_efl_have_fnmatch="no"]
13 13
14if test "x${_efl_have_fnmatch}" = "xyes" ; then 14if test "x${_efl_have_fnmatch}" = "xyes" ; then
15 AC_SEARCH_LIBS([fnmatch], 15 AC_SEARCH_LIBS([fnmatch],
16 [fnmatch evil iberty], 16 [fnmatch evil exotic iberty],
17 [_efl_have_fnmatch="yes"], 17 [_efl_have_fnmatch="yes"],
18 [_efl_have_fnmatch="no"]) 18 [_efl_have_fnmatch="no"])
19fi 19fi
diff --git a/libraries/embryo/src/Makefile.in b/libraries/embryo/src/Makefile.in
index ff3d123..e060803 100644
--- a/libraries/embryo/src/Makefile.in
+++ b/libraries/embryo/src/Makefile.in
@@ -39,6 +39,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \ 39am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
40 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \ 40 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \
41 $(top_srcdir)/m4/efl_fnmatch.m4 \ 41 $(top_srcdir)/m4/efl_fnmatch.m4 \
42 $(top_srcdir)/m4/efl_gettimeofday.m4 \
42 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \ 43 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \
43 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 44 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 45 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
@@ -133,6 +134,8 @@ EMBRYO_CPPFLAGS = @EMBRYO_CPPFLAGS@
133EVIL_CFLAGS = @EVIL_CFLAGS@ 134EVIL_CFLAGS = @EVIL_CFLAGS@
134EVIL_LIBS = @EVIL_LIBS@ 135EVIL_LIBS = @EVIL_LIBS@
135EXEEXT = @EXEEXT@ 136EXEEXT = @EXEEXT@
137EXOTIC_CFLAGS = @EXOTIC_CFLAGS@
138EXOTIC_LIBS = @EXOTIC_LIBS@
136FGREP = @FGREP@ 139FGREP = @FGREP@
137GREP = @GREP@ 140GREP = @GREP@
138INSTALL = @INSTALL@ 141INSTALL = @INSTALL@
@@ -165,6 +168,8 @@ PACKAGE_URL = @PACKAGE_URL@
165PACKAGE_VERSION = @PACKAGE_VERSION@ 168PACKAGE_VERSION = @PACKAGE_VERSION@
166PATH_SEPARATOR = @PATH_SEPARATOR@ 169PATH_SEPARATOR = @PATH_SEPARATOR@
167PKG_CONFIG = @PKG_CONFIG@ 170PKG_CONFIG = @PKG_CONFIG@
171PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
172PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
168RANLIB = @RANLIB@ 173RANLIB = @RANLIB@
169SED = @SED@ 174SED = @SED@
170SET_MAKE = @SET_MAKE@ 175SET_MAKE = @SET_MAKE@
diff --git a/libraries/embryo/src/bin/Makefile.in b/libraries/embryo/src/bin/Makefile.in
index a6551be..4eaa4b2 100644
--- a/libraries/embryo/src/bin/Makefile.in
+++ b/libraries/embryo/src/bin/Makefile.in
@@ -41,6 +41,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \ 41am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
42 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \ 42 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \
43 $(top_srcdir)/m4/efl_fnmatch.m4 \ 43 $(top_srcdir)/m4/efl_fnmatch.m4 \
44 $(top_srcdir)/m4/efl_gettimeofday.m4 \
44 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \ 45 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \
45 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 46 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 47 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
@@ -138,6 +139,8 @@ EMBRYO_CPPFLAGS = @EMBRYO_CPPFLAGS@
138EVIL_CFLAGS = @EVIL_CFLAGS@ 139EVIL_CFLAGS = @EVIL_CFLAGS@
139EVIL_LIBS = @EVIL_LIBS@ 140EVIL_LIBS = @EVIL_LIBS@
140EXEEXT = @EXEEXT@ 141EXEEXT = @EXEEXT@
142EXOTIC_CFLAGS = @EXOTIC_CFLAGS@
143EXOTIC_LIBS = @EXOTIC_LIBS@
141FGREP = @FGREP@ 144FGREP = @FGREP@
142GREP = @GREP@ 145GREP = @GREP@
143INSTALL = @INSTALL@ 146INSTALL = @INSTALL@
@@ -170,6 +173,8 @@ PACKAGE_URL = @PACKAGE_URL@
170PACKAGE_VERSION = @PACKAGE_VERSION@ 173PACKAGE_VERSION = @PACKAGE_VERSION@
171PATH_SEPARATOR = @PATH_SEPARATOR@ 174PATH_SEPARATOR = @PATH_SEPARATOR@
172PKG_CONFIG = @PKG_CONFIG@ 175PKG_CONFIG = @PKG_CONFIG@
176PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
177PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
173RANLIB = @RANLIB@ 178RANLIB = @RANLIB@
174SED = @SED@ 179SED = @SED@
175SET_MAKE = @SET_MAKE@ 180SET_MAKE = @SET_MAKE@
diff --git a/libraries/embryo/src/bin/embryo_cc_sc5.scp b/libraries/embryo/src/bin/embryo_cc_sc5.scp
index 8005f79..af3f352 100644
--- a/libraries/embryo/src/bin/embryo_cc_sc5.scp
+++ b/libraries/embryo/src/bin/embryo_cc_sc5.scp
@@ -18,7 +18,7 @@
18 * misrepresented as being the original software. 18 * misrepresented as being the original software.
19 * 3. This notice may not be removed or altered from any source distribution. 19 * 3. This notice may not be removed or altered from any source distribution.
20 * 20 *
21 * Version: $Id: embryo_cc_sc5.scp 14177 2005-04-13 19:37:01Z tsauerbeck $ 21 * Version: $Id: embryo_cc_sc5.scp 35497 2008-08-17 07:44:18Z raster $
22 */ 22 */
23 23
24int strexpand(char *dest, unsigned char *source, int maxlen, 24int strexpand(char *dest, unsigned char *source, int maxlen,
diff --git a/libraries/embryo/src/bin/embryo_cc_sc7.scp b/libraries/embryo/src/bin/embryo_cc_sc7.scp
index 83d49a1..15c80ac 100644
--- a/libraries/embryo/src/bin/embryo_cc_sc7.scp
+++ b/libraries/embryo/src/bin/embryo_cc_sc7.scp
@@ -19,7 +19,7 @@
19 * misrepresented as being the original software. 19 * misrepresented as being the original software.
20 * 3. This notice may not be removed or altered from any source distribution. 20 * 3. This notice may not be removed or altered from any source distribution.
21 * 21 *
22 * Version: $Id: embryo_cc_sc7.scp 14177 2005-04-13 19:37:01Z tsauerbeck $ 22 * Version: $Id: embryo_cc_sc7.scp 35497 2008-08-17 07:44:18Z raster $
23 */ 23 */
24 24
25int strexpand(char *dest, unsigned char *source, int maxlen, 25int strexpand(char *dest, unsigned char *source, int maxlen,
diff --git a/libraries/embryo/src/lib/Embryo.h b/libraries/embryo/src/lib/Embryo.h
index 74c872b..4003f6b 100644
--- a/libraries/embryo/src/lib/Embryo.h
+++ b/libraries/embryo/src/lib/Embryo.h
@@ -10,7 +10,7 @@ These routines are used for Embryo.
10@version 1.0.0 10@version 1.0.0
11@author Carsten Haitzler <raster\@rasterman.com> 11@author Carsten Haitzler <raster\@rasterman.com>
12@author Compuphase http://www.compuphase.com 12@author Compuphase http://www.compuphase.com
13@date 2004-2011 13@date 2004-2012
14 14
15@section intro What is Embryo? 15@section intro What is Embryo?
16 16
diff --git a/libraries/embryo/src/lib/Makefile.am b/libraries/embryo/src/lib/Makefile.am
index f5c78aa..d2ccb55 100644
--- a/libraries/embryo/src/lib/Makefile.am
+++ b/libraries/embryo/src/lib/Makefile.am
@@ -11,6 +11,7 @@ AM_CPPFLAGS = \
11-DPACKAGE_LIB_DIR=\"$(libdir)\" \ 11-DPACKAGE_LIB_DIR=\"$(libdir)\" \
12-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ 12-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
13@EVIL_CFLAGS@ \ 13@EVIL_CFLAGS@ \
14@EXOTIC_CFLAGS@ \
14@EMBRYO_CPPFLAGS@ \ 15@EMBRYO_CPPFLAGS@ \
15@EFL_EMBRYO_BUILD@ 16@EFL_EMBRYO_BUILD@
16 17
@@ -29,7 +30,7 @@ embryo_str.c \
29embryo_time.c 30embryo_time.c
30 31
31libembryo_la_CFLAGS = @EMBRYO_CFLAGS@ 32libembryo_la_CFLAGS = @EMBRYO_CFLAGS@
32libembryo_la_LIBADD = @EVIL_LIBS@ -lm 33libembryo_la_LIBADD = @EXOTIC_LIBS@ @EVIL_LIBS@ -lm
33libembryo_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -version-info @version_info@ @release_info@ 34libembryo_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -version-info @version_info@ @release_info@
34 35
35EXTRA_DIST = embryo_private.h 36EXTRA_DIST = embryo_private.h
diff --git a/libraries/embryo/src/lib/Makefile.in b/libraries/embryo/src/lib/Makefile.in
index 3fb5591..c46a03e 100644
--- a/libraries/embryo/src/lib/Makefile.in
+++ b/libraries/embryo/src/lib/Makefile.in
@@ -42,6 +42,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \ 42am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
43 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \ 43 $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \
44 $(top_srcdir)/m4/efl_fnmatch.m4 \ 44 $(top_srcdir)/m4/efl_fnmatch.m4 \
45 $(top_srcdir)/m4/efl_gettimeofday.m4 \
45 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \ 46 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \
46 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 47 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
47 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 48 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
@@ -154,6 +155,8 @@ EMBRYO_CPPFLAGS = @EMBRYO_CPPFLAGS@
154EVIL_CFLAGS = @EVIL_CFLAGS@ 155EVIL_CFLAGS = @EVIL_CFLAGS@
155EVIL_LIBS = @EVIL_LIBS@ 156EVIL_LIBS = @EVIL_LIBS@
156EXEEXT = @EXEEXT@ 157EXEEXT = @EXEEXT@
158EXOTIC_CFLAGS = @EXOTIC_CFLAGS@
159EXOTIC_LIBS = @EXOTIC_LIBS@
157FGREP = @FGREP@ 160FGREP = @FGREP@
158GREP = @GREP@ 161GREP = @GREP@
159INSTALL = @INSTALL@ 162INSTALL = @INSTALL@
@@ -186,6 +189,8 @@ PACKAGE_URL = @PACKAGE_URL@
186PACKAGE_VERSION = @PACKAGE_VERSION@ 189PACKAGE_VERSION = @PACKAGE_VERSION@
187PATH_SEPARATOR = @PATH_SEPARATOR@ 190PATH_SEPARATOR = @PATH_SEPARATOR@
188PKG_CONFIG = @PKG_CONFIG@ 191PKG_CONFIG = @PKG_CONFIG@
192PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
193PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
189RANLIB = @RANLIB@ 194RANLIB = @RANLIB@
190SED = @SED@ 195SED = @SED@
191SET_MAKE = @SET_MAKE@ 196SET_MAKE = @SET_MAKE@
@@ -264,6 +269,7 @@ AM_CPPFLAGS = \
264-DPACKAGE_LIB_DIR=\"$(libdir)\" \ 269-DPACKAGE_LIB_DIR=\"$(libdir)\" \
265-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ 270-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
266@EVIL_CFLAGS@ \ 271@EVIL_CFLAGS@ \
272@EXOTIC_CFLAGS@ \
267@EMBRYO_CPPFLAGS@ \ 273@EMBRYO_CPPFLAGS@ \
268@EFL_EMBRYO_BUILD@ 274@EFL_EMBRYO_BUILD@
269 275
@@ -280,7 +286,7 @@ embryo_str.c \
280embryo_time.c 286embryo_time.c
281 287
282libembryo_la_CFLAGS = @EMBRYO_CFLAGS@ 288libembryo_la_CFLAGS = @EMBRYO_CFLAGS@
283libembryo_la_LIBADD = @EVIL_LIBS@ -lm 289libembryo_la_LIBADD = @EXOTIC_LIBS@ @EVIL_LIBS@ -lm
284libembryo_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -version-info @version_info@ @release_info@ 290libembryo_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -version-info @version_info@ @release_info@
285EXTRA_DIST = embryo_private.h 291EXTRA_DIST = embryo_private.h
286all: all-am 292all: all-am
diff --git a/libraries/embryo/src/lib/embryo_amx.c b/libraries/embryo/src/lib/embryo_amx.c
index 4fa84c5..7a41111 100644
--- a/libraries/embryo/src/lib/embryo_amx.c
+++ b/libraries/embryo/src/lib/embryo_amx.c
@@ -29,6 +29,10 @@
29#include <stdio.h> 29#include <stdio.h>
30#include <string.h> 30#include <string.h>
31 31
32#ifdef HAVE_EXOTIC
33# include <Exotic.h>
34#endif
35
32#include "Embryo.h" 36#include "Embryo.h"
33#include "embryo_private.h" 37#include "embryo_private.h"
34 38
diff --git a/libraries/embryo/src/lib/embryo_str.c b/libraries/embryo/src/lib/embryo_str.c
index 46a3284..0c2faa2 100644
--- a/libraries/embryo/src/lib/embryo_str.c
+++ b/libraries/embryo/src/lib/embryo_str.c
@@ -2,28 +2,41 @@
2# include "config.h" 2# include "config.h"
3#endif 3#endif
4 4
5#include <stdlib.h> 5#ifdef STDC_HEADERS
6#include <stdio.h> 6# include <stdlib.h>
7#include <string.h> 7# include <stddef.h>
8#include <fnmatch.h> 8#else
9 9# ifdef HAVE_STDLIB_H
10# include <stdlib.h>
11# endif
12#endif
10#ifdef HAVE_ALLOCA_H 13#ifdef HAVE_ALLOCA_H
11# include <alloca.h> 14# include <alloca.h>
12#elif defined __GNUC__ 15#elif !defined alloca
13# define alloca __builtin_alloca 16# ifdef __GNUC__
14#elif defined _AIX 17# define alloca __builtin_alloca
15# define alloca __alloca 18# elif defined _AIX
16#elif defined _MSC_VER 19# define alloca __alloca
17# include <malloc.h> 20# elif defined _MSC_VER
18# define alloca _alloca 21# include <malloc.h>
19#else 22# define alloca _alloca
20# include <stddef.h> 23# elif !defined HAVE_ALLOCA
21# ifdef __cplusplus 24# ifdef __cplusplus
22extern "C" 25extern "C"
23# endif 26# endif
24void *alloca (size_t); 27void *alloca (size_t);
28# endif
29#endif
30
31#ifdef HAVE_EXOTIC
32# include <Exotic.h>
25#endif 33#endif
26 34
35#include <stdlib.h>
36#include <stdio.h>
37#include <string.h>
38#include <fnmatch.h>
39
27#include "Embryo.h" 40#include "Embryo.h"
28#include "embryo_private.h" 41#include "embryo_private.h"
29 42
diff --git a/libraries/embryo/src/lib/embryo_time.c b/libraries/embryo/src/lib/embryo_time.c
index 8392ec3..90c14cf 100644
--- a/libraries/embryo/src/lib/embryo_time.c
+++ b/libraries/embryo/src/lib/embryo_time.c
@@ -2,7 +2,7 @@
2# include "config.h" 2# include "config.h"
3#endif 3#endif
4 4
5#ifndef HAVE_GETTIMEOFDAY 5#ifndef EFL_HAVE_GETTIMEOFDAY
6# error "Your platform isn't supported yet" 6# error "Your platform isn't supported yet"
7#endif 7#endif
8 8
@@ -17,6 +17,10 @@
17# include <Evil.h> 17# include <Evil.h>
18#endif 18#endif
19 19
20#ifdef HAVE_EXOTIC
21# include <Exotic.h>
22#endif
23
20#include "Embryo.h" 24#include "Embryo.h"
21#include "embryo_private.h" 25#include "embryo_private.h"
22 26