aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/embryo
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/embryo
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/embryo')
-rw-r--r--libraries/embryo/ChangeLog4
-rw-r--r--libraries/embryo/Makefile.in2
-rw-r--r--libraries/embryo/aclocal.m462
-rwxr-xr-xlibraries/embryo/configure515
-rw-r--r--libraries/embryo/configure.ac6
-rw-r--r--libraries/embryo/doc/Makefile.in2
-rwxr-xr-x[-rw-r--r--]libraries/embryo/doc/img/e.pngbin3825 -> 3825 bytes
-rwxr-xr-x[-rw-r--r--]libraries/embryo/doc/img/e_big.pngbin30052 -> 30052 bytes
-rwxr-xr-x[-rw-r--r--]libraries/embryo/doc/img/edoxy.css0
-rwxr-xr-x[-rw-r--r--]libraries/embryo/doc/img/foot_bg.pngbin173 -> 173 bytes
-rwxr-xr-x[-rw-r--r--]libraries/embryo/doc/img/head_bg.pngbin214 -> 214 bytes
-rwxr-xr-x[-rw-r--r--]libraries/embryo/doc/img/menu_bg.pngbin192 -> 192 bytes
-rwxr-xr-x[-rw-r--r--]libraries/embryo/doc/img/menu_bg_current.pngbin1200 -> 1200 bytes
-rwxr-xr-x[-rw-r--r--]libraries/embryo/doc/img/menu_bg_hover.pngbin3278 -> 3278 bytes
-rwxr-xr-x[-rw-r--r--]libraries/embryo/doc/img/menu_bg_last.pngbin637 -> 637 bytes
-rwxr-xr-x[-rw-r--r--]libraries/embryo/doc/img/menu_bg_unsel.pngbin1596 -> 1596 bytes
-rw-r--r--libraries/embryo/embryo.spec2
-rw-r--r--libraries/embryo/include/Makefile.in2
-rwxr-xr-xlibraries/embryo/ltmain.sh4
-rw-r--r--libraries/embryo/sha1-for-source.txt1
-rw-r--r--libraries/embryo/src/Makefile.in2
-rw-r--r--libraries/embryo/src/bin/Makefile.in2
-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.in2
26 files changed, 288 insertions, 324 deletions
diff --git a/libraries/embryo/ChangeLog b/libraries/embryo/ChangeLog
index 4a46661..a9a410a 100644
--- a/libraries/embryo/ChangeLog
+++ b/libraries/embryo/ChangeLog
@@ -14,3 +14,7 @@
14 14
15 * use fseek() instead of rewind() as the latter does not exist on 15 * use fseek() instead of rewind() as the latter does not exist on
16 Windows CE and fix compilation with Evil. 16 Windows CE and fix compilation with Evil.
17
182011-12-02 Carsten Haitzler (The Rasterman)
19
20 1.1.0 release
diff --git a/libraries/embryo/Makefile.in b/libraries/embryo/Makefile.in
index dfa4287..4652fe5 100644
--- a/libraries/embryo/Makefile.in
+++ b/libraries/embryo/Makefile.in
@@ -206,8 +206,6 @@ PACKAGE_URL = @PACKAGE_URL@
206PACKAGE_VERSION = @PACKAGE_VERSION@ 206PACKAGE_VERSION = @PACKAGE_VERSION@
207PATH_SEPARATOR = @PATH_SEPARATOR@ 207PATH_SEPARATOR = @PATH_SEPARATOR@
208PKG_CONFIG = @PKG_CONFIG@ 208PKG_CONFIG = @PKG_CONFIG@
209PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
210PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
211RANLIB = @RANLIB@ 209RANLIB = @RANLIB@
212SED = @SED@ 210SED = @SED@
213SET_MAKE = @SET_MAKE@ 211SET_MAKE = @SET_MAKE@
diff --git a/libraries/embryo/aclocal.m4 b/libraries/embryo/aclocal.m4
index 8eedd0f..14faac2 100644
--- a/libraries/embryo/aclocal.m4
+++ b/libraries/embryo/aclocal.m4
@@ -13,14 +13,13 @@
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.67],, 16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
17[m4_warning([this file was generated for autoconf 2.67. 17[m4_warning([this file was generated for autoconf 2.65.
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)
24# 23#
25# Copyright © 2004 Scott James Remnant <scott@netsplit.com>. 24# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
26# 25#
@@ -48,10 +47,7 @@ To do so, use the procedure documented by the package, typically `autoreconf'.])
48AC_DEFUN([PKG_PROG_PKG_CONFIG], 47AC_DEFUN([PKG_PROG_PKG_CONFIG],
49[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) 48[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
50m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) 49m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
51AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) 50AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
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
55if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 51if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
56 AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) 52 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
57fi 53fi
@@ -64,6 +60,7 @@ if test -n "$PKG_CONFIG"; then
64 AC_MSG_RESULT([no]) 60 AC_MSG_RESULT([no])
65 PKG_CONFIG="" 61 PKG_CONFIG=""
66 fi 62 fi
63
67fi[]dnl 64fi[]dnl
68])# PKG_PROG_PKG_CONFIG 65])# PKG_PROG_PKG_CONFIG
69 66
@@ -72,31 +69,34 @@ fi[]dnl
72# Check to see whether a particular set of modules exists. Similar 69# Check to see whether a particular set of modules exists. Similar
73# to PKG_CHECK_MODULES(), but does not set variables or print errors. 70# to PKG_CHECK_MODULES(), but does not set variables or print errors.
74# 71#
75# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) 72#
76# only at the first occurence in configure.ac, so if the first place 73# Similar to PKG_CHECK_MODULES, make sure that the first instance of
77# it's called might be skipped (such as if it is within an "if", you 74# this or PKG_CHECK_MODULES is called, or make sure to call
78# have to call PKG_CHECK_EXISTS manually 75# PKG_CHECK_EXISTS manually
79# -------------------------------------------------------------- 76# --------------------------------------------------------------
80AC_DEFUN([PKG_CHECK_EXISTS], 77AC_DEFUN([PKG_CHECK_EXISTS],
81[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl 78[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
82if test -n "$PKG_CONFIG" && \ 79if test -n "$PKG_CONFIG" && \
83 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then 80 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
84 m4_default([$2], [:]) 81 m4_ifval([$2], [$2], [:])
85m4_ifvaln([$3], [else 82m4_ifvaln([$3], [else
86 $3])dnl 83 $3])dnl
87fi]) 84fi])
88 85
86
89# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) 87# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
90# --------------------------------------------- 88# ---------------------------------------------
91m4_define([_PKG_CONFIG], 89m4_define([_PKG_CONFIG],
92[if test -n "$$1"; then 90[if test -n "$PKG_CONFIG"; then
93 pkg_cv_[]$1="$$1" 91 if test -n "$$1"; then
94 elif test -n "$PKG_CONFIG"; then 92 pkg_cv_[]$1="$$1"
95 PKG_CHECK_EXISTS([$3], 93 else
96 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], 94 PKG_CHECK_EXISTS([$3],
97 [pkg_failed=yes]) 95 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
98 else 96 [pkg_failed=yes])
99 pkg_failed=untried 97 fi
98else
99 pkg_failed=untried
100fi[]dnl 100fi[]dnl
101])# _PKG_CONFIG 101])# _PKG_CONFIG
102 102
@@ -138,17 +138,16 @@ 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])
142 _PKG_SHORT_ERRORS_SUPPORTED 141 _PKG_SHORT_ERRORS_SUPPORTED
143 if test $_pkg_short_errors_supported = yes; then 142 if test $_pkg_short_errors_supported = yes; then
144 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` 143 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
145 else 144 else
146 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` 145 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
147 fi 146 fi
148 # Put the nasty error message in config.log where it belongs 147 # Put the nasty error message in config.log where it belongs
149 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD 148 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
150 149
151 m4_default([$4], [AC_MSG_ERROR( 150 ifelse([$4], , [AC_MSG_ERROR(dnl
152[Package requirements ($2) were not met: 151[Package requirements ($2) were not met:
153 152
154$$1_PKG_ERRORS 153$$1_PKG_ERRORS
@@ -156,24 +155,25 @@ $$1_PKG_ERRORS
156Consider adjusting the PKG_CONFIG_PATH environment variable if you 155Consider adjusting the PKG_CONFIG_PATH environment variable if you
157installed software in a non-standard prefix. 156installed software in a non-standard prefix.
158 157
159_PKG_TEXT])[]dnl 158_PKG_TEXT
160 ]) 159])],
160 [AC_MSG_RESULT([no])
161 $4])
161elif test $pkg_failed = untried; then 162elif test $pkg_failed = untried; then
162 AC_MSG_RESULT([no]) 163 ifelse([$4], , [AC_MSG_FAILURE(dnl
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/>.])[]dnl 170To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
171 ]) 171 [$4])
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 $3 176 ifelse([$3], , :, [$3])
177fi[]dnl 177fi[]dnl
178])# PKG_CHECK_MODULES 178])# PKG_CHECK_MODULES
179 179
diff --git a/libraries/embryo/configure b/libraries/embryo/configure
index 466326f..88e889b 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.67 for embryo 1.1.0. 3# Generated by GNU Autoconf 2.65 for embryo 1.1.99.67344.
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, 2010 Free Software 9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10# Foundation, Inc. 10# 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 STATUS ERROR [LINENO LOG_FD] 362# as_fn_error 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=$1; test $as_status -eq 0 && as_status=1 369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$4"; then 370 if test "$3"; then
371 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
373 fi 373 fi
374 $as_echo "$as_me: error: $2" >&2 374 $as_echo "$as_me: error: $1" >&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, old GNU/Linux) returns a bogus exit status, 685# hostname on some systems (SVR3.2, 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.0' 704PACKAGE_VERSION='1.1.99.67344'
705PACKAGE_STRING='embryo 1.1.0' 705PACKAGE_STRING='embryo 1.1.99.67344'
706PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net' 706PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net'
707PACKAGE_URL='' 707PACKAGE_URL=''
708 708
@@ -760,8 +760,6 @@ EFL_EMBRYO_BUILD
760EVIL_LIBS 760EVIL_LIBS
761EVIL_CFLAGS 761EVIL_CFLAGS
762pkgconfig_requires_private 762pkgconfig_requires_private
763PKG_CONFIG_LIBDIR
764PKG_CONFIG_PATH
765PKG_CONFIG 763PKG_CONFIG
766EFL_BUILD_DOC_FALSE 764EFL_BUILD_DOC_FALSE
767EFL_BUILD_DOC_TRUE 765EFL_BUILD_DOC_TRUE
@@ -907,8 +905,6 @@ LIBS
907CPPFLAGS 905CPPFLAGS
908CPP 906CPP
909PKG_CONFIG 907PKG_CONFIG
910PKG_CONFIG_PATH
911PKG_CONFIG_LIBDIR
912EVIL_CFLAGS 908EVIL_CFLAGS
913EVIL_LIBS 909EVIL_LIBS
914EINA_CFLAGS 910EINA_CFLAGS
@@ -975,9 +971,8 @@ do
975 fi 971 fi
976 972
977 case $ac_option in 973 case $ac_option in
978 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 974 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
979 *=) ac_optarg= ;; 975 *) ac_optarg=yes ;;
980 *) ac_optarg=yes ;;
981 esac 976 esac
982 977
983 # Accept the important Cygnus configure options, so we can diagnose typos. 978 # Accept the important Cygnus configure options, so we can diagnose typos.
@@ -1022,7 +1017,7 @@ do
1022 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1017 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1023 # Reject names that are not valid shell variable names. 1018 # Reject names that are not valid shell variable names.
1024 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1019 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1025 as_fn_error $? "invalid feature name: $ac_useropt" 1020 as_fn_error "invalid feature name: $ac_useropt"
1026 ac_useropt_orig=$ac_useropt 1021 ac_useropt_orig=$ac_useropt
1027 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1022 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1028 case $ac_user_opts in 1023 case $ac_user_opts in
@@ -1048,7 +1043,7 @@ do
1048 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1043 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1049 # Reject names that are not valid shell variable names. 1044 # Reject names that are not valid shell variable names.
1050 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1045 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1051 as_fn_error $? "invalid feature name: $ac_useropt" 1046 as_fn_error "invalid feature name: $ac_useropt"
1052 ac_useropt_orig=$ac_useropt 1047 ac_useropt_orig=$ac_useropt
1053 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1048 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1054 case $ac_user_opts in 1049 case $ac_user_opts in
@@ -1252,7 +1247,7 @@ do
1252 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1247 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1253 # Reject names that are not valid shell variable names. 1248 # Reject names that are not valid shell variable names.
1254 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1249 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1255 as_fn_error $? "invalid package name: $ac_useropt" 1250 as_fn_error "invalid package name: $ac_useropt"
1256 ac_useropt_orig=$ac_useropt 1251 ac_useropt_orig=$ac_useropt
1257 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1252 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1258 case $ac_user_opts in 1253 case $ac_user_opts in
@@ -1268,7 +1263,7 @@ do
1268 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1263 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1269 # Reject names that are not valid shell variable names. 1264 # Reject names that are not valid shell variable names.
1270 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1265 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1271 as_fn_error $? "invalid package name: $ac_useropt" 1266 as_fn_error "invalid package name: $ac_useropt"
1272 ac_useropt_orig=$ac_useropt 1267 ac_useropt_orig=$ac_useropt
1273 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1268 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1274 case $ac_user_opts in 1269 case $ac_user_opts in
@@ -1298,8 +1293,8 @@ do
1298 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1293 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1299 x_libraries=$ac_optarg ;; 1294 x_libraries=$ac_optarg ;;
1300 1295
1301 -*) as_fn_error $? "unrecognized option: \`$ac_option' 1296 -*) as_fn_error "unrecognized option: \`$ac_option'
1302Try \`$0 --help' for more information" 1297Try \`$0 --help' for more information."
1303 ;; 1298 ;;
1304 1299
1305 *=*) 1300 *=*)
@@ -1307,7 +1302,7 @@ Try \`$0 --help' for more information"
1307 # Reject names that are not valid shell variable names. 1302 # Reject names that are not valid shell variable names.
1308 case $ac_envvar in #( 1303 case $ac_envvar in #(
1309 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1304 '' | [0-9]* | *[!_$as_cr_alnum]* )
1310 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1305 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1311 esac 1306 esac
1312 eval $ac_envvar=\$ac_optarg 1307 eval $ac_envvar=\$ac_optarg
1313 export $ac_envvar ;; 1308 export $ac_envvar ;;
@@ -1325,13 +1320,13 @@ done
1325 1320
1326if test -n "$ac_prev"; then 1321if test -n "$ac_prev"; then
1327 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1322 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1328 as_fn_error $? "missing argument to $ac_option" 1323 as_fn_error "missing argument to $ac_option"
1329fi 1324fi
1330 1325
1331if test -n "$ac_unrecognized_opts"; then 1326if test -n "$ac_unrecognized_opts"; then
1332 case $enable_option_checking in 1327 case $enable_option_checking in
1333 no) ;; 1328 no) ;;
1334 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1329 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1335 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1330 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1336 esac 1331 esac
1337fi 1332fi
@@ -1354,7 +1349,7 @@ do
1354 [\\/$]* | ?:[\\/]* ) continue;; 1349 [\\/$]* | ?:[\\/]* ) continue;;
1355 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1350 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1356 esac 1351 esac
1357 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1352 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1358done 1353done
1359 1354
1360# There might be people who depend on the old broken behavior: `$host' 1355# There might be people who depend on the old broken behavior: `$host'
@@ -1368,8 +1363,8 @@ target=$target_alias
1368if test "x$host_alias" != x; then 1363if test "x$host_alias" != x; then
1369 if test "x$build_alias" = x; then 1364 if test "x$build_alias" = x; then
1370 cross_compiling=maybe 1365 cross_compiling=maybe
1371 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 1366 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1372 If a cross compiler is detected then cross compile mode will be used" >&2 1367 If a cross compiler is detected then cross compile mode will be used." >&2
1373 elif test "x$build_alias" != "x$host_alias"; then 1368 elif test "x$build_alias" != "x$host_alias"; then
1374 cross_compiling=yes 1369 cross_compiling=yes
1375 fi 1370 fi
@@ -1384,9 +1379,9 @@ test "$silent" = yes && exec 6>/dev/null
1384ac_pwd=`pwd` && test -n "$ac_pwd" && 1379ac_pwd=`pwd` && test -n "$ac_pwd" &&
1385ac_ls_di=`ls -di .` && 1380ac_ls_di=`ls -di .` &&
1386ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1381ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1387 as_fn_error $? "working directory cannot be determined" 1382 as_fn_error "working directory cannot be determined"
1388test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1383test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1389 as_fn_error $? "pwd does not report name of working directory" 1384 as_fn_error "pwd does not report name of working directory"
1390 1385
1391 1386
1392# Find the source files, if location was not specified. 1387# Find the source files, if location was not specified.
@@ -1425,11 +1420,11 @@ else
1425fi 1420fi
1426if test ! -r "$srcdir/$ac_unique_file"; then 1421if test ! -r "$srcdir/$ac_unique_file"; then
1427 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1422 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1428 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1423 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1429fi 1424fi
1430ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1425ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1431ac_abs_confdir=`( 1426ac_abs_confdir=`(
1432 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1427 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1433 pwd)` 1428 pwd)`
1434# When building in place, set srcdir=. 1429# When building in place, set srcdir=.
1435if test "$ac_abs_confdir" = "$ac_pwd"; then 1430if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1455,7 +1450,7 @@ if test "$ac_init_help" = "long"; then
1455 # Omit some internal or obsolete options to make the list less imposing. 1450 # Omit some internal or obsolete options to make the list less imposing.
1456 # This message is too long to be a string in the A/UX 3.1 sh. 1451 # This message is too long to be a string in the A/UX 3.1 sh.
1457 cat <<_ACEOF 1452 cat <<_ACEOF
1458\`configure' configures embryo 1.1.0 to adapt to many kinds of systems. 1453\`configure' configures embryo 1.1.99.67344 to adapt to many kinds of systems.
1459 1454
1460Usage: $0 [OPTION]... [VAR=VALUE]... 1455Usage: $0 [OPTION]... [VAR=VALUE]...
1461 1456
@@ -1469,7 +1464,7 @@ Configuration:
1469 --help=short display options specific to this package 1464 --help=short display options specific to this package
1470 --help=recursive display the short help of all the included packages 1465 --help=recursive display the short help of all the included packages
1471 -V, --version display version information and exit 1466 -V, --version display version information and exit
1472 -q, --quiet, --silent do not print \`checking ...' messages 1467 -q, --quiet, --silent do not print \`checking...' messages
1473 --cache-file=FILE cache test results in FILE [disabled] 1468 --cache-file=FILE cache test results in FILE [disabled]
1474 -C, --config-cache alias for \`--cache-file=config.cache' 1469 -C, --config-cache alias for \`--cache-file=config.cache'
1475 -n, --no-create do not create output files 1470 -n, --no-create do not create output files
@@ -1525,7 +1520,7 @@ fi
1525 1520
1526if test -n "$ac_init_help"; then 1521if test -n "$ac_init_help"; then
1527 case $ac_init_help in 1522 case $ac_init_help in
1528 short | recursive ) echo "Configuration of embryo 1.1.0:";; 1523 short | recursive ) echo "Configuration of embryo 1.1.99.67344:";;
1529 esac 1524 esac
1530 cat <<\_ACEOF 1525 cat <<\_ACEOF
1531 1526
@@ -1563,10 +1558,6 @@ Some influential environment variables:
1563 you have headers in a nonstandard directory <include dir> 1558 you have headers in a nonstandard directory <include dir>
1564 CPP C preprocessor 1559 CPP C preprocessor
1565 PKG_CONFIG path to pkg-config utility 1560 PKG_CONFIG path to pkg-config utility
1566 PKG_CONFIG_PATH
1567 directories to add to pkg-config's search path
1568 PKG_CONFIG_LIBDIR
1569 path overriding pkg-config's built-in search path
1570 EVIL_CFLAGS C compiler flags for EVIL, overriding pkg-config 1561 EVIL_CFLAGS C compiler flags for EVIL, overriding pkg-config
1571 EVIL_LIBS linker flags for EVIL, overriding pkg-config 1562 EVIL_LIBS linker flags for EVIL, overriding pkg-config
1572 EINA_CFLAGS C compiler flags for EINA, overriding pkg-config 1563 EINA_CFLAGS C compiler flags for EINA, overriding pkg-config
@@ -1638,10 +1629,10 @@ fi
1638test -n "$ac_init_help" && exit $ac_status 1629test -n "$ac_init_help" && exit $ac_status
1639if $ac_init_version; then 1630if $ac_init_version; then
1640 cat <<\_ACEOF 1631 cat <<\_ACEOF
1641embryo configure 1.1.0 1632embryo configure 1.1.99.67344
1642generated by GNU Autoconf 2.67 1633generated by GNU Autoconf 2.65
1643 1634
1644Copyright (C) 2010 Free Software Foundation, Inc. 1635Copyright (C) 2009 Free Software Foundation, Inc.
1645This configure script is free software; the Free Software Foundation 1636This configure script is free software; the Free Software Foundation
1646gives unlimited permission to copy, distribute and modify it. 1637gives unlimited permission to copy, distribute and modify it.
1647_ACEOF 1638_ACEOF
@@ -1745,7 +1736,7 @@ ac_fn_c_check_header_compile ()
1745 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1736 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1747$as_echo_n "checking for $2... " >&6; } 1738$as_echo_n "checking for $2... " >&6; }
1748if eval "test \"\${$3+set}\"" = set; then : 1739if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1749 $as_echo_n "(cached) " >&6 1740 $as_echo_n "(cached) " >&6
1750else 1741else
1751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1788,7 +1779,7 @@ $as_echo "$ac_try_echo"; } >&5
1788 mv -f conftest.er1 conftest.err 1779 mv -f conftest.er1 conftest.err
1789 fi 1780 fi
1790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1791 test $ac_status = 0; } > conftest.i && { 1782 test $ac_status = 0; } >/dev/null && {
1792 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1783 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1793 test ! -s conftest.err 1784 test ! -s conftest.err
1794 }; then : 1785 }; then :
@@ -1854,7 +1845,7 @@ ac_fn_c_check_func ()
1854 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1845 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1856$as_echo_n "checking for $2... " >&6; } 1847$as_echo_n "checking for $2... " >&6; }
1857if eval "test \"\${$3+set}\"" = set; then : 1848if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1858 $as_echo_n "(cached) " >&6 1849 $as_echo_n "(cached) " >&6
1859else 1850else
1860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1921,10 +1912,10 @@ $as_echo "$ac_res" >&6; }
1921ac_fn_c_check_header_mongrel () 1912ac_fn_c_check_header_mongrel ()
1922{ 1913{
1923 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1914 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1924 if eval "test \"\${$3+set}\"" = set; then : 1915 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1926$as_echo_n "checking for $2... " >&6; } 1917$as_echo_n "checking for $2... " >&6; }
1927if eval "test \"\${$3+set}\"" = set; then : 1918if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1928 $as_echo_n "(cached) " >&6 1919 $as_echo_n "(cached) " >&6
1929fi 1920fi
1930eval ac_res=\$$3 1921eval ac_res=\$$3
@@ -1960,7 +1951,7 @@ if ac_fn_c_try_cpp "$LINENO"; then :
1960else 1951else
1961 ac_header_preproc=no 1952 ac_header_preproc=no
1962fi 1953fi
1963rm -f conftest.err conftest.i conftest.$ac_ext 1954rm -f conftest.err conftest.$ac_ext
1964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1955{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1965$as_echo "$ac_header_preproc" >&6; } 1956$as_echo "$ac_header_preproc" >&6; }
1966 1957
@@ -1983,15 +1974,17 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1983$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1974$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1985$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1976$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1986( $as_echo "## -------------------------------------------------------- ## 1977( cat <<\_ASBOX
1978## -------------------------------------------------------- ##
1987## Report this to enlightenment-devel@lists.sourceforge.net ## 1979## Report this to enlightenment-devel@lists.sourceforge.net ##
1988## -------------------------------------------------------- ##" 1980## -------------------------------------------------------- ##
1981_ASBOX
1989 ) | sed "s/^/$as_me: WARNING: /" >&2 1982 ) | sed "s/^/$as_me: WARNING: /" >&2
1990 ;; 1983 ;;
1991esac 1984esac
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1993$as_echo_n "checking for $2... " >&6; } 1986$as_echo_n "checking for $2... " >&6; }
1994if eval "test \"\${$3+set}\"" = set; then : 1987if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1995 $as_echo_n "(cached) " >&6 1988 $as_echo_n "(cached) " >&6
1996else 1989else
1997 eval "$3=\$ac_header_compiler" 1990 eval "$3=\$ac_header_compiler"
@@ -2007,8 +2000,8 @@ cat >config.log <<_ACEOF
2007This file contains any messages produced by compilers while 2000This file contains any messages produced by compilers while
2008running configure, to aid debugging if configure makes a mistake. 2001running configure, to aid debugging if configure makes a mistake.
2009 2002
2010It was created by embryo $as_me 1.1.0, which was 2003It was created by embryo $as_me 1.1.99.67344, which was
2011generated by GNU Autoconf 2.67. Invocation command line was 2004generated by GNU Autoconf 2.65. Invocation command line was
2012 2005
2013 $ $0 $@ 2006 $ $0 $@
2014 2007
@@ -2118,9 +2111,11 @@ trap 'exit_status=$?
2118 { 2111 {
2119 echo 2112 echo
2120 2113
2121 $as_echo "## ---------------- ## 2114 cat <<\_ASBOX
2115## ---------------- ##
2122## Cache variables. ## 2116## Cache variables. ##
2123## ---------------- ##" 2117## ---------------- ##
2118_ASBOX
2124 echo 2119 echo
2125 # The following way of writing the cache mishandles newlines in values, 2120 # The following way of writing the cache mishandles newlines in values,
2126( 2121(
@@ -2154,9 +2149,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2154) 2149)
2155 echo 2150 echo
2156 2151
2157 $as_echo "## ----------------- ## 2152 cat <<\_ASBOX
2153## ----------------- ##
2158## Output variables. ## 2154## Output variables. ##
2159## ----------------- ##" 2155## ----------------- ##
2156_ASBOX
2160 echo 2157 echo
2161 for ac_var in $ac_subst_vars 2158 for ac_var in $ac_subst_vars
2162 do 2159 do
@@ -2169,9 +2166,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2169 echo 2166 echo
2170 2167
2171 if test -n "$ac_subst_files"; then 2168 if test -n "$ac_subst_files"; then
2172 $as_echo "## ------------------- ## 2169 cat <<\_ASBOX
2170## ------------------- ##
2173## File substitutions. ## 2171## File substitutions. ##
2174## ------------------- ##" 2172## ------------------- ##
2173_ASBOX
2175 echo 2174 echo
2176 for ac_var in $ac_subst_files 2175 for ac_var in $ac_subst_files
2177 do 2176 do
@@ -2185,9 +2184,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2185 fi 2184 fi
2186 2185
2187 if test -s confdefs.h; then 2186 if test -s confdefs.h; then
2188 $as_echo "## ----------- ## 2187 cat <<\_ASBOX
2188## ----------- ##
2189## confdefs.h. ## 2189## confdefs.h. ##
2190## ----------- ##" 2190## ----------- ##
2191_ASBOX
2191 echo 2192 echo
2192 cat confdefs.h 2193 cat confdefs.h
2193 echo 2194 echo
@@ -2242,12 +2243,7 @@ _ACEOF
2242ac_site_file1=NONE 2243ac_site_file1=NONE
2243ac_site_file2=NONE 2244ac_site_file2=NONE
2244if test -n "$CONFIG_SITE"; then 2245if test -n "$CONFIG_SITE"; then
2245 # We do not want a PATH search for config.site. 2246 ac_site_file1=$CONFIG_SITE
2246 case $CONFIG_SITE in #((
2247 -*) ac_site_file1=./$CONFIG_SITE;;
2248 */*) ac_site_file1=$CONFIG_SITE;;
2249 *) ac_site_file1=./$CONFIG_SITE;;
2250 esac
2251elif test "x$prefix" != xNONE; then 2247elif test "x$prefix" != xNONE; then
2252 ac_site_file1=$prefix/share/config.site 2248 ac_site_file1=$prefix/share/config.site
2253 ac_site_file2=$prefix/etc/config.site 2249 ac_site_file2=$prefix/etc/config.site
@@ -2262,11 +2258,7 @@ do
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2258 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2263$as_echo "$as_me: loading site script $ac_site_file" >&6;} 2259$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2264 sed 's/^/| /' "$ac_site_file" >&5 2260 sed 's/^/| /' "$ac_site_file" >&5
2265 . "$ac_site_file" \ 2261 . "$ac_site_file"
2266 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2267$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2268as_fn_error $? "failed to load site script $ac_site_file
2269See \`config.log' for more details" "$LINENO" 5 ; }
2270 fi 2262 fi
2271done 2263done
2272 2264
@@ -2342,7 +2334,7 @@ if $ac_cache_corrupted; then
2342$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2334$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2343 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2335 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2344$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2336$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2345 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2337 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2346fi 2338fi
2347## -------------------- ## 2339## -------------------- ##
2348## Main body of script. ## 2340## Main body of script. ##
@@ -2368,22 +2360,16 @@ am__api_version='1.11'
2368 2360
2369ac_aux_dir= 2361ac_aux_dir=
2370for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 2362for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2371 if test -f "$ac_dir/install-sh"; then 2363 for ac_t in install-sh install.sh shtool; do
2372 ac_aux_dir=$ac_dir 2364 if test -f "$ac_dir/$ac_t"; then
2373 ac_install_sh="$ac_aux_dir/install-sh -c" 2365 ac_aux_dir=$ac_dir
2374 break 2366 ac_install_sh="$ac_aux_dir/$ac_t -c"
2375 elif test -f "$ac_dir/install.sh"; then 2367 break 2
2376 ac_aux_dir=$ac_dir 2368 fi
2377 ac_install_sh="$ac_aux_dir/install.sh -c" 2369 done
2378 break
2379 elif test -f "$ac_dir/shtool"; then
2380 ac_aux_dir=$ac_dir
2381 ac_install_sh="$ac_aux_dir/shtool install -c"
2382 break
2383 fi
2384done 2370done
2385if test -z "$ac_aux_dir"; then 2371if test -z "$ac_aux_dir"; then
2386 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 2372 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2387fi 2373fi
2388 2374
2389# These three variables are undocumented and unsupported, 2375# These three variables are undocumented and unsupported,
@@ -2499,11 +2485,11 @@ am_lf='
2499' 2485'
2500case `pwd` in 2486case `pwd` in
2501 *[\\\"\#\$\&\'\`$am_lf]*) 2487 *[\\\"\#\$\&\'\`$am_lf]*)
2502 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; 2488 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2503esac 2489esac
2504case $srcdir in 2490case $srcdir in
2505 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2491 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2506 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; 2492 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2507esac 2493esac
2508 2494
2509# Do `set' in a subshell so we don't clobber the current shell's 2495# Do `set' in a subshell so we don't clobber the current shell's
@@ -2525,7 +2511,7 @@ if (
2525 # if, for instance, CONFIG_SHELL is bash and it inherits a 2511 # if, for instance, CONFIG_SHELL is bash and it inherits a
2526 # broken ls alias from the environment. This has actually 2512 # broken ls alias from the environment. This has actually
2527 # happened. Such a system could not be considered "sane". 2513 # happened. Such a system could not be considered "sane".
2528 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2514 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2529alias in your environment" "$LINENO" 5 2515alias in your environment" "$LINENO" 5
2530 fi 2516 fi
2531 2517
@@ -2535,7 +2521,7 @@ then
2535 # Ok. 2521 # Ok.
2536 : 2522 :
2537else 2523else
2538 as_fn_error $? "newly created file is older than distributed files! 2524 as_fn_error "newly created file is older than distributed files!
2539Check your system clock" "$LINENO" 5 2525Check your system clock" "$LINENO" 5
2540fi 2526fi
2541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -2773,7 +2759,7 @@ done
2773$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2759$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2774set x ${MAKE-make} 2760set x ${MAKE-make}
2775ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2761ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2776if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : 2762if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2777 $as_echo_n "(cached) " >&6 2763 $as_echo_n "(cached) " >&6
2778else 2764else
2779 cat >conftest.make <<\_ACEOF 2765 cat >conftest.make <<\_ACEOF
@@ -2781,7 +2767,7 @@ SHELL = /bin/sh
2781all: 2767all:
2782 @echo '@@@%%%=$(MAKE)=@@@%%%' 2768 @echo '@@@%%%=$(MAKE)=@@@%%%'
2783_ACEOF 2769_ACEOF
2784# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 2770# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2785case `${MAKE-make} -f conftest.make 2>/dev/null` in 2771case `${MAKE-make} -f conftest.make 2>/dev/null` in
2786 *@@@%%%=?*=@@@%%%*) 2772 *@@@%%%=?*=@@@%%%*)
2787 eval ac_cv_prog_make_${ac_make}_set=yes;; 2773 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -2815,7 +2801,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then
2815 am__isrc=' -I$(srcdir)' 2801 am__isrc=' -I$(srcdir)'
2816 # test to see if srcdir already configured 2802 # test to see if srcdir already configured
2817 if test -f $srcdir/config.status; then 2803 if test -f $srcdir/config.status; then
2818 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2804 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2819 fi 2805 fi
2820fi 2806fi
2821 2807
@@ -2831,7 +2817,7 @@ fi
2831 2817
2832# Define the identity of the package. 2818# Define the identity of the package.
2833 PACKAGE='embryo' 2819 PACKAGE='embryo'
2834 VERSION='1.1.0' 2820 VERSION='1.1.99.67344'
2835 2821
2836 2822
2837cat >>confdefs.h <<_ACEOF 2823cat >>confdefs.h <<_ACEOF
@@ -2886,7 +2872,7 @@ AM_BACKSLASH='\'
2886 2872
2887# Make sure we can run config.sub. 2873# Make sure we can run config.sub.
2888$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2874$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2889 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2875 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2890 2876
2891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2892$as_echo_n "checking build system type... " >&6; } 2878$as_echo_n "checking build system type... " >&6; }
@@ -2897,16 +2883,16 @@ else
2897test "x$ac_build_alias" = x && 2883test "x$ac_build_alias" = x &&
2898 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2884 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2899test "x$ac_build_alias" = x && 2885test "x$ac_build_alias" = x &&
2900 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 2886 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2901ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2887ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2902 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2888 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2903 2889
2904fi 2890fi
2905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2906$as_echo "$ac_cv_build" >&6; } 2892$as_echo "$ac_cv_build" >&6; }
2907case $ac_cv_build in 2893case $ac_cv_build in
2908*-*-*) ;; 2894*-*-*) ;;
2909*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; 2895*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2910esac 2896esac
2911build=$ac_cv_build 2897build=$ac_cv_build
2912ac_save_IFS=$IFS; IFS='-' 2898ac_save_IFS=$IFS; IFS='-'
@@ -2931,7 +2917,7 @@ else
2931 ac_cv_host=$ac_cv_build 2917 ac_cv_host=$ac_cv_build
2932else 2918else
2933 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2919 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2934 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2920 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2935fi 2921fi
2936 2922
2937fi 2923fi
@@ -2939,7 +2925,7 @@ fi
2939$as_echo "$ac_cv_host" >&6; } 2925$as_echo "$ac_cv_host" >&6; }
2940case $ac_cv_host in 2926case $ac_cv_host in
2941*-*-*) ;; 2927*-*-*) ;;
2942*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; 2928*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2943esac 2929esac
2944host=$ac_cv_host 2930host=$ac_cv_host
2945ac_save_IFS=$IFS; IFS='-' 2931ac_save_IFS=$IFS; IFS='-'
@@ -3645,8 +3631,8 @@ fi
3645 3631
3646test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3632test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3647$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3633$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3648as_fn_error $? "no acceptable C compiler found in \$PATH 3634as_fn_error "no acceptable C compiler found in \$PATH
3649See \`config.log' for more details" "$LINENO" 5 ; } 3635See \`config.log' for more details." "$LINENO" 5; }
3650 3636
3651# Provide some information about the compiler. 3637# Provide some information about the compiler.
3652$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3638$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -3760,8 +3746,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
3760 3746
3761{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3747{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3762$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3748$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3763as_fn_error 77 "C compiler cannot create executables 3749{ as_fn_set_status 77
3764See \`config.log' for more details" "$LINENO" 5 ; } 3750as_fn_error "C compiler cannot create executables
3751See \`config.log' for more details." "$LINENO" 5; }; }
3765else 3752else
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3767$as_echo "yes" >&6; } 3754$as_echo "yes" >&6; }
@@ -3803,8 +3790,8 @@ done
3803else 3790else
3804 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3791 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3805$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3792$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3806as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3793as_fn_error "cannot compute suffix of executables: cannot compile and link
3807See \`config.log' for more details" "$LINENO" 5 ; } 3794See \`config.log' for more details." "$LINENO" 5; }
3808fi 3795fi
3809rm -f conftest conftest$ac_cv_exeext 3796rm -f conftest conftest$ac_cv_exeext
3810{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -3861,9 +3848,9 @@ $as_echo "$ac_try_echo"; } >&5
3861 else 3848 else
3862 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3849 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3863$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3850$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3864as_fn_error $? "cannot run C compiled programs. 3851as_fn_error "cannot run C compiled programs.
3865If you meant to cross compile, use \`--host'. 3852If you meant to cross compile, use \`--host'.
3866See \`config.log' for more details" "$LINENO" 5 ; } 3853See \`config.log' for more details." "$LINENO" 5; }
3867 fi 3854 fi
3868 fi 3855 fi
3869fi 3856fi
@@ -3914,8 +3901,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
3914 3901
3915{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3902{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3916$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3903$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3917as_fn_error $? "cannot compute suffix of object files: cannot compile 3904as_fn_error "cannot compute suffix of object files: cannot compile
3918See \`config.log' for more details" "$LINENO" 5 ; } 3905See \`config.log' for more details." "$LINENO" 5; }
3919fi 3906fi
3920rm -f conftest.$ac_cv_objext conftest.$ac_ext 3907rm -f conftest.$ac_cv_objext conftest.$ac_ext
3921fi 3908fi
@@ -4319,7 +4306,7 @@ esac
4319 done 4306 done
4320IFS=$as_save_IFS 4307IFS=$as_save_IFS
4321 if test -z "$ac_cv_path_SED"; then 4308 if test -z "$ac_cv_path_SED"; then
4322 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 4309 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4323 fi 4310 fi
4324else 4311else
4325 ac_cv_path_SED=$SED 4312 ac_cv_path_SED=$SED
@@ -4395,7 +4382,7 @@ esac
4395 done 4382 done
4396IFS=$as_save_IFS 4383IFS=$as_save_IFS
4397 if test -z "$ac_cv_path_GREP"; then 4384 if test -z "$ac_cv_path_GREP"; then
4398 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4385 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4399 fi 4386 fi
4400else 4387else
4401 ac_cv_path_GREP=$GREP 4388 ac_cv_path_GREP=$GREP
@@ -4461,7 +4448,7 @@ esac
4461 done 4448 done
4462IFS=$as_save_IFS 4449IFS=$as_save_IFS
4463 if test -z "$ac_cv_path_EGREP"; then 4450 if test -z "$ac_cv_path_EGREP"; then
4464 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4451 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4465 fi 4452 fi
4466else 4453else
4467 ac_cv_path_EGREP=$EGREP 4454 ac_cv_path_EGREP=$EGREP
@@ -4528,7 +4515,7 @@ esac
4528 done 4515 done
4529IFS=$as_save_IFS 4516IFS=$as_save_IFS
4530 if test -z "$ac_cv_path_FGREP"; then 4517 if test -z "$ac_cv_path_FGREP"; then
4531 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4518 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4532 fi 4519 fi
4533else 4520else
4534 ac_cv_path_FGREP=$FGREP 4521 ac_cv_path_FGREP=$FGREP
@@ -4644,7 +4631,7 @@ else
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4645$as_echo "no" >&6; } 4632$as_echo "no" >&6; }
4646fi 4633fi
4647test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 4634test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 4635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4649$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 4636$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4650if test "${lt_cv_prog_gnu_ld+set}" = set; then : 4637if test "${lt_cv_prog_gnu_ld+set}" = set; then :
@@ -4846,13 +4833,13 @@ if test "${lt_cv_nm_interface+set}" = set; then :
4846else 4833else
4847 lt_cv_nm_interface="BSD nm" 4834 lt_cv_nm_interface="BSD nm"
4848 echo "int some_variable = 0;" > conftest.$ac_ext 4835 echo "int some_variable = 0;" > conftest.$ac_ext
4849 (eval echo "\"\$as_me:4849: $ac_compile\"" >&5) 4836 (eval echo "\"\$as_me:4836: $ac_compile\"" >&5)
4850 (eval "$ac_compile" 2>conftest.err) 4837 (eval "$ac_compile" 2>conftest.err)
4851 cat conftest.err >&5 4838 cat conftest.err >&5
4852 (eval echo "\"\$as_me:4852: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 4839 (eval echo "\"\$as_me:4839: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4853 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 4840 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4854 cat conftest.err >&5 4841 cat conftest.err >&5
4855 (eval echo "\"\$as_me:4855: output\"" >&5) 4842 (eval echo "\"\$as_me:4842: output\"" >&5)
4856 cat conftest.out >&5 4843 cat conftest.out >&5
4857 if $GREP 'External.*some_variable' conftest.out > /dev/null; then 4844 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4858 lt_cv_nm_interface="MS dumpbin" 4845 lt_cv_nm_interface="MS dumpbin"
@@ -6055,7 +6042,7 @@ ia64-*-hpux*)
6055 ;; 6042 ;;
6056*-*-irix6*) 6043*-*-irix6*)
6057 # Find out which ABI we are using. 6044 # Find out which ABI we are using.
6058 echo '#line 6058 "configure"' > conftest.$ac_ext 6045 echo '#line 6045 "configure"' > conftest.$ac_ext
6059 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 6046 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6060 (eval $ac_compile) 2>&5 6047 (eval $ac_compile) 2>&5
6061 ac_status=$? 6048 ac_status=$?
@@ -6844,7 +6831,7 @@ else
6844 # Broken: fails on valid input. 6831 # Broken: fails on valid input.
6845continue 6832continue
6846fi 6833fi
6847rm -f conftest.err conftest.i conftest.$ac_ext 6834rm -f conftest.err conftest.$ac_ext
6848 6835
6849 # OK, works on sane cases. Now check whether nonexistent headers 6836 # OK, works on sane cases. Now check whether nonexistent headers
6850 # can be detected and how. 6837 # can be detected and how.
@@ -6860,11 +6847,11 @@ else
6860ac_preproc_ok=: 6847ac_preproc_ok=:
6861break 6848break
6862fi 6849fi
6863rm -f conftest.err conftest.i conftest.$ac_ext 6850rm -f conftest.err conftest.$ac_ext
6864 6851
6865done 6852done
6866# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6853# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6867rm -f conftest.i conftest.err conftest.$ac_ext 6854rm -f conftest.err conftest.$ac_ext
6868if $ac_preproc_ok; then : 6855if $ac_preproc_ok; then :
6869 break 6856 break
6870fi 6857fi
@@ -6903,7 +6890,7 @@ else
6903 # Broken: fails on valid input. 6890 # Broken: fails on valid input.
6904continue 6891continue
6905fi 6892fi
6906rm -f conftest.err conftest.i conftest.$ac_ext 6893rm -f conftest.err conftest.$ac_ext
6907 6894
6908 # OK, works on sane cases. Now check whether nonexistent headers 6895 # OK, works on sane cases. Now check whether nonexistent headers
6909 # can be detected and how. 6896 # can be detected and how.
@@ -6919,18 +6906,18 @@ else
6919ac_preproc_ok=: 6906ac_preproc_ok=:
6920break 6907break
6921fi 6908fi
6922rm -f conftest.err conftest.i conftest.$ac_ext 6909rm -f conftest.err conftest.$ac_ext
6923 6910
6924done 6911done
6925# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6912# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6926rm -f conftest.i conftest.err conftest.$ac_ext 6913rm -f conftest.err conftest.$ac_ext
6927if $ac_preproc_ok; then : 6914if $ac_preproc_ok; then :
6928 6915
6929else 6916else
6930 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 6917 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6931$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6918$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6932as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 6919as_fn_error "C preprocessor \"$CPP\" fails sanity check
6933See \`config.log' for more details" "$LINENO" 5 ; } 6920See \`config.log' for more details." "$LINENO" 5; }
6934fi 6921fi
6935 6922
6936ac_ext=c 6923ac_ext=c
@@ -7059,7 +7046,8 @@ do :
7059 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7046 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7060ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 7047ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7061" 7048"
7062if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 7049eval as_val=\$$as_ac_Header
7050 if test "x$as_val" = x""yes; then :
7063 cat >>confdefs.h <<_ACEOF 7051 cat >>confdefs.h <<_ACEOF
7064#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 7052#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7065_ACEOF 7053_ACEOF
@@ -7582,11 +7570,11 @@ else
7582 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7570 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7583 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7571 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7584 -e 's:$: $lt_compiler_flag:'` 7572 -e 's:$: $lt_compiler_flag:'`
7585 (eval echo "\"\$as_me:7585: $lt_compile\"" >&5) 7573 (eval echo "\"\$as_me:7573: $lt_compile\"" >&5)
7586 (eval "$lt_compile" 2>conftest.err) 7574 (eval "$lt_compile" 2>conftest.err)
7587 ac_status=$? 7575 ac_status=$?
7588 cat conftest.err >&5 7576 cat conftest.err >&5
7589 echo "$as_me:7589: \$? = $ac_status" >&5 7577 echo "$as_me:7577: \$? = $ac_status" >&5
7590 if (exit $ac_status) && test -s "$ac_outfile"; then 7578 if (exit $ac_status) && test -s "$ac_outfile"; then
7591 # The compiler can only warn and ignore the option if not recognized 7579 # The compiler can only warn and ignore the option if not recognized
7592 # So say no if there are warnings other than the usual output. 7580 # So say no if there are warnings other than the usual output.
@@ -7921,11 +7909,11 @@ else
7921 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7909 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7922 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7910 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7923 -e 's:$: $lt_compiler_flag:'` 7911 -e 's:$: $lt_compiler_flag:'`
7924 (eval echo "\"\$as_me:7924: $lt_compile\"" >&5) 7912 (eval echo "\"\$as_me:7912: $lt_compile\"" >&5)
7925 (eval "$lt_compile" 2>conftest.err) 7913 (eval "$lt_compile" 2>conftest.err)
7926 ac_status=$? 7914 ac_status=$?
7927 cat conftest.err >&5 7915 cat conftest.err >&5
7928 echo "$as_me:7928: \$? = $ac_status" >&5 7916 echo "$as_me:7916: \$? = $ac_status" >&5
7929 if (exit $ac_status) && test -s "$ac_outfile"; then 7917 if (exit $ac_status) && test -s "$ac_outfile"; then
7930 # The compiler can only warn and ignore the option if not recognized 7918 # The compiler can only warn and ignore the option if not recognized
7931 # So say no if there are warnings other than the usual output. 7919 # So say no if there are warnings other than the usual output.
@@ -8026,11 +8014,11 @@ else
8026 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8014 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8027 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8015 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8028 -e 's:$: $lt_compiler_flag:'` 8016 -e 's:$: $lt_compiler_flag:'`
8029 (eval echo "\"\$as_me:8029: $lt_compile\"" >&5) 8017 (eval echo "\"\$as_me:8017: $lt_compile\"" >&5)
8030 (eval "$lt_compile" 2>out/conftest.err) 8018 (eval "$lt_compile" 2>out/conftest.err)
8031 ac_status=$? 8019 ac_status=$?
8032 cat out/conftest.err >&5 8020 cat out/conftest.err >&5
8033 echo "$as_me:8033: \$? = $ac_status" >&5 8021 echo "$as_me:8021: \$? = $ac_status" >&5
8034 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8022 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8035 then 8023 then
8036 # The compiler can only warn and ignore the option if not recognized 8024 # The compiler can only warn and ignore the option if not recognized
@@ -8081,11 +8069,11 @@ else
8081 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8069 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8082 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8070 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8083 -e 's:$: $lt_compiler_flag:'` 8071 -e 's:$: $lt_compiler_flag:'`
8084 (eval echo "\"\$as_me:8084: $lt_compile\"" >&5) 8072 (eval echo "\"\$as_me:8072: $lt_compile\"" >&5)
8085 (eval "$lt_compile" 2>out/conftest.err) 8073 (eval "$lt_compile" 2>out/conftest.err)
8086 ac_status=$? 8074 ac_status=$?
8087 cat out/conftest.err >&5 8075 cat out/conftest.err >&5
8088 echo "$as_me:8088: \$? = $ac_status" >&5 8076 echo "$as_me:8076: \$? = $ac_status" >&5
8089 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8077 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8090 then 8078 then
8091 # The compiler can only warn and ignore the option if not recognized 8079 # The compiler can only warn and ignore the option if not recognized
@@ -10465,7 +10453,7 @@ else
10465 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10453 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10466 lt_status=$lt_dlunknown 10454 lt_status=$lt_dlunknown
10467 cat > conftest.$ac_ext <<_LT_EOF 10455 cat > conftest.$ac_ext <<_LT_EOF
10468#line 10468 "configure" 10456#line 10456 "configure"
10469#include "confdefs.h" 10457#include "confdefs.h"
10470 10458
10471#if HAVE_DLFCN_H 10459#if HAVE_DLFCN_H
@@ -10561,7 +10549,7 @@ else
10561 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10549 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10562 lt_status=$lt_dlunknown 10550 lt_status=$lt_dlunknown
10563 cat > conftest.$ac_ext <<_LT_EOF 10551 cat > conftest.$ac_ext <<_LT_EOF
10564#line 10564 "configure" 10552#line 10552 "configure"
10565#include "confdefs.h" 10553#include "confdefs.h"
10566 10554
10567#if HAVE_DLFCN_H 10555#if HAVE_DLFCN_H
@@ -10805,15 +10793,15 @@ _ACEOF
10805 10793
10806 10794
10807cat >>confdefs.h <<_ACEOF 10795cat >>confdefs.h <<_ACEOF
10808#define VMIC 0 10796#define VMIC 99
10809_ACEOF 10797_ACEOF
10810 10798
10811 10799
10812cat >>confdefs.h <<_ACEOF 10800cat >>confdefs.h <<_ACEOF
10813#define VREV 0 10801#define VREV 67344
10814_ACEOF 10802_ACEOF
10815 10803
10816version_info="2:0:1" 10804version_info="2:99:1"
10817release_info="" 10805release_info=""
10818 10806
10819 10807
@@ -11179,8 +11167,8 @@ fi
11179 11167
11180test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 11168test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11181$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 11169$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11182as_fn_error $? "no acceptable C compiler found in \$PATH 11170as_fn_error "no acceptable C compiler found in \$PATH
11183See \`config.log' for more details" "$LINENO" 5 ; } 11171See \`config.log' for more details." "$LINENO" 5; }
11184 11172
11185# Provide some information about the compiler. 11173# Provide some information about the compiler.
11186$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 11174$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -11711,10 +11699,6 @@ fi
11711 11699
11712 11700
11713 11701
11714
11715
11716
11717
11718if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 11702if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11719 if test -n "$ac_tool_prefix"; then 11703 if test -n "$ac_tool_prefix"; then
11720 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 11704 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
@@ -11827,6 +11811,7 @@ $as_echo "yes" >&6; }
11827$as_echo "no" >&6; } 11811$as_echo "no" >&6; }
11828 PKG_CONFIG="" 11812 PKG_CONFIG=""
11829 fi 11813 fi
11814
11830fi 11815fi
11831 11816
11832# Check whether pkg-config supports Requires.private 11817# Check whether pkg-config supports Requires.private
@@ -11850,10 +11835,11 @@ pkg_failed=no
11850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 11835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5
11851$as_echo_n "checking for EVIL... " >&6; } 11836$as_echo_n "checking for EVIL... " >&6; }
11852 11837
11853if test -n "$EVIL_CFLAGS"; then 11838if test -n "$PKG_CONFIG"; then
11854 pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" 11839 if test -n "$EVIL_CFLAGS"; then
11855 elif test -n "$PKG_CONFIG"; then 11840 pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS"
11856 if test -n "$PKG_CONFIG" && \ 11841 else
11842 if test -n "$PKG_CONFIG" && \
11857 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 11843 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5
11858 ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 11844 ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5
11859 ac_status=$? 11845 ac_status=$?
@@ -11863,13 +11849,15 @@ if test -n "$EVIL_CFLAGS"; then
11863else 11849else
11864 pkg_failed=yes 11850 pkg_failed=yes
11865fi 11851fi
11866 else 11852 fi
11867 pkg_failed=untried 11853else
11854 pkg_failed=untried
11868fi 11855fi
11869if test -n "$EVIL_LIBS"; then 11856if test -n "$PKG_CONFIG"; then
11870 pkg_cv_EVIL_LIBS="$EVIL_LIBS" 11857 if test -n "$EVIL_LIBS"; then
11871 elif test -n "$PKG_CONFIG"; then 11858 pkg_cv_EVIL_LIBS="$EVIL_LIBS"
11872 if test -n "$PKG_CONFIG" && \ 11859 else
11860 if test -n "$PKG_CONFIG" && \
11873 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 11861 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5
11874 ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 11862 ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5
11875 ac_status=$? 11863 ac_status=$?
@@ -11879,15 +11867,14 @@ if test -n "$EVIL_LIBS"; then
11879else 11867else
11880 pkg_failed=yes 11868 pkg_failed=yes
11881fi 11869fi
11882 else 11870 fi
11883 pkg_failed=untried 11871else
11872 pkg_failed=untried
11884fi 11873fi
11885 11874
11886 11875
11887 11876
11888if test $pkg_failed = yes; then 11877if test $pkg_failed = yes; then
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11890$as_echo "no" >&6; }
11891 11878
11892if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 11879if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11893 _pkg_short_errors_supported=yes 11880 _pkg_short_errors_supported=yes
@@ -11895,14 +11882,14 @@ else
11895 _pkg_short_errors_supported=no 11882 _pkg_short_errors_supported=no
11896fi 11883fi
11897 if test $_pkg_short_errors_supported = yes; then 11884 if test $_pkg_short_errors_supported = yes; then
11898 EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "evil >= 1.0.0" 2>&1` 11885 EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "evil >= 1.0.0"`
11899 else 11886 else
11900 EVIL_PKG_ERRORS=`$PKG_CONFIG --print-errors "evil >= 1.0.0" 2>&1` 11887 EVIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "evil >= 1.0.0"`
11901 fi 11888 fi
11902 # Put the nasty error message in config.log where it belongs 11889 # Put the nasty error message in config.log where it belongs
11903 echo "$EVIL_PKG_ERRORS" >&5 11890 echo "$EVIL_PKG_ERRORS" >&5
11904 11891
11905 as_fn_error $? "Package requirements (evil >= 1.0.0) were not met: 11892 as_fn_error "Package requirements (evil >= 1.0.0) were not met:
11906 11893
11907$EVIL_PKG_ERRORS 11894$EVIL_PKG_ERRORS
11908 11895
@@ -11911,13 +11898,12 @@ installed software in a non-standard prefix.
11911 11898
11912Alternatively, you may set the environment variables EVIL_CFLAGS 11899Alternatively, you may set the environment variables EVIL_CFLAGS
11913and EVIL_LIBS to avoid the need to call pkg-config. 11900and EVIL_LIBS to avoid the need to call pkg-config.
11914See the pkg-config man page for more details." "$LINENO" 5 11901See the pkg-config man page for more details.
11902" "$LINENO" 5
11915elif test $pkg_failed = untried; then 11903elif test $pkg_failed = untried; then
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11917$as_echo "no" >&6; }
11918 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 11904 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11919$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 11905$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11920as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it 11906as_fn_error "The pkg-config script could not be found or is too old. Make sure it
11921is in your PATH or set the PKG_CONFIG environment variable to the full 11907is in your PATH or set the PKG_CONFIG environment variable to the full
11922path to pkg-config. 11908path to pkg-config.
11923 11909
@@ -11926,13 +11912,13 @@ and EVIL_LIBS to avoid the need to call pkg-config.
11926See the pkg-config man page for more details. 11912See the pkg-config man page for more details.
11927 11913
11928To get pkg-config, see <http://pkg-config.freedesktop.org/>. 11914To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11929See \`config.log' for more details" "$LINENO" 5 ; } 11915See \`config.log' for more details." "$LINENO" 5; }
11930else 11916else
11931 EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS 11917 EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS
11932 EVIL_LIBS=$pkg_cv_EVIL_LIBS 11918 EVIL_LIBS=$pkg_cv_EVIL_LIBS
11933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 11919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11934$as_echo "yes" >&6; } 11920$as_echo "yes" >&6; }
11935 11921 :
11936fi 11922fi
11937 11923
11938$as_echo "#define HAVE_EVIL 1" >>confdefs.h 11924$as_echo "#define HAVE_EVIL 1" >>confdefs.h
@@ -11949,10 +11935,11 @@ pkg_failed=no
11949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 11935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5
11950$as_echo_n "checking for EINA... " >&6; } 11936$as_echo_n "checking for EINA... " >&6; }
11951 11937
11952if test -n "$EINA_CFLAGS"; then 11938if test -n "$PKG_CONFIG"; then
11953 pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" 11939 if test -n "$EINA_CFLAGS"; then
11954 elif test -n "$PKG_CONFIG"; then 11940 pkg_cv_EINA_CFLAGS="$EINA_CFLAGS"
11955 if test -n "$PKG_CONFIG" && \ 11941 else
11942 if test -n "$PKG_CONFIG" && \
11956 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 11943 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5
11957 ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 11944 ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5
11958 ac_status=$? 11945 ac_status=$?
@@ -11962,13 +11949,15 @@ if test -n "$EINA_CFLAGS"; then
11962else 11949else
11963 pkg_failed=yes 11950 pkg_failed=yes
11964fi 11951fi
11965 else 11952 fi
11966 pkg_failed=untried 11953else
11954 pkg_failed=untried
11967fi 11955fi
11968if test -n "$EINA_LIBS"; then 11956if test -n "$PKG_CONFIG"; then
11969 pkg_cv_EINA_LIBS="$EINA_LIBS" 11957 if test -n "$EINA_LIBS"; then
11970 elif test -n "$PKG_CONFIG"; then 11958 pkg_cv_EINA_LIBS="$EINA_LIBS"
11971 if test -n "$PKG_CONFIG" && \ 11959 else
11960 if test -n "$PKG_CONFIG" && \
11972 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 11961 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5
11973 ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 11962 ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5
11974 ac_status=$? 11963 ac_status=$?
@@ -11978,15 +11967,14 @@ if test -n "$EINA_LIBS"; then
11978else 11967else
11979 pkg_failed=yes 11968 pkg_failed=yes
11980fi 11969fi
11981 else 11970 fi
11982 pkg_failed=untried 11971else
11972 pkg_failed=untried
11983fi 11973fi
11984 11974
11985 11975
11986 11976
11987if test $pkg_failed = yes; then 11977if test $pkg_failed = yes; then
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11989$as_echo "no" >&6; }
11990 11978
11991if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 11979if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11992 _pkg_short_errors_supported=yes 11980 _pkg_short_errors_supported=yes
@@ -11994,14 +11982,14 @@ else
11994 _pkg_short_errors_supported=no 11982 _pkg_short_errors_supported=no
11995fi 11983fi
11996 if test $_pkg_short_errors_supported = yes; then 11984 if test $_pkg_short_errors_supported = yes; then
11997 EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eina >= 1.1.0" 2>&1` 11985 EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eina >= 1.1.0"`
11998 else 11986 else
11999 EINA_PKG_ERRORS=`$PKG_CONFIG --print-errors "eina >= 1.1.0" 2>&1` 11987 EINA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eina >= 1.1.0"`
12000 fi 11988 fi
12001 # Put the nasty error message in config.log where it belongs 11989 # Put the nasty error message in config.log where it belongs
12002 echo "$EINA_PKG_ERRORS" >&5 11990 echo "$EINA_PKG_ERRORS" >&5
12003 11991
12004 as_fn_error $? "Package requirements (eina >= 1.1.0) were not met: 11992 as_fn_error "Package requirements (eina >= 1.1.0) were not met:
12005 11993
12006$EINA_PKG_ERRORS 11994$EINA_PKG_ERRORS
12007 11995
@@ -12010,13 +11998,12 @@ installed software in a non-standard prefix.
12010 11998
12011Alternatively, you may set the environment variables EINA_CFLAGS 11999Alternatively, you may set the environment variables EINA_CFLAGS
12012and EINA_LIBS to avoid the need to call pkg-config. 12000and EINA_LIBS to avoid the need to call pkg-config.
12013See the pkg-config man page for more details." "$LINENO" 5 12001See the pkg-config man page for more details.
12002" "$LINENO" 5
12014elif test $pkg_failed = untried; then 12003elif test $pkg_failed = untried; then
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12016$as_echo "no" >&6; }
12017 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 12004 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12018$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 12005$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12019as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it 12006as_fn_error "The pkg-config script could not be found or is too old. Make sure it
12020is in your PATH or set the PKG_CONFIG environment variable to the full 12007is in your PATH or set the PKG_CONFIG environment variable to the full
12021path to pkg-config. 12008path to pkg-config.
12022 12009
@@ -12025,13 +12012,13 @@ and EINA_LIBS to avoid the need to call pkg-config.
12025See the pkg-config man page for more details. 12012See the pkg-config man page for more details.
12026 12013
12027To get pkg-config, see <http://pkg-config.freedesktop.org/>. 12014To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12028See \`config.log' for more details" "$LINENO" 5 ; } 12015See \`config.log' for more details." "$LINENO" 5; }
12029else 12016else
12030 EINA_CFLAGS=$pkg_cv_EINA_CFLAGS 12017 EINA_CFLAGS=$pkg_cv_EINA_CFLAGS
12031 EINA_LIBS=$pkg_cv_EINA_LIBS 12018 EINA_LIBS=$pkg_cv_EINA_LIBS
12032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 12019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12033$as_echo "yes" >&6; } 12020$as_echo "yes" >&6; }
12034 12021 :
12035fi 12022fi
12036 12023
12037### Checks for header files 12024### Checks for header files
@@ -12328,8 +12315,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12328 12315
12329 ;; #( 12316 ;; #(
12330 *) 12317 *)
12331 as_fn_error $? "unknown endianness 12318 as_fn_error "unknown endianness
12332 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 12319 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12333 esac 12320 esac
12334 12321
12335if test "x$CC" != xcc; then 12322if test "x$CC" != xcc; then
@@ -12341,7 +12328,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
12341fi 12328fi
12342set dummy $CC; ac_cc=`$as_echo "$2" | 12329set dummy $CC; ac_cc=`$as_echo "$2" |
12343 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 12330 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
12344if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then : 12331if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
12345 $as_echo_n "(cached) " >&6 12332 $as_echo_n "(cached) " >&6
12346else 12333else
12347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13249,7 +13236,8 @@ if test $ac_cv_os_cray = yes; then
13249 for ac_func in _getb67 GETB67 getb67; do 13236 for ac_func in _getb67 GETB67 getb67; do
13250 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13237 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13251ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 13238ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13252if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 13239eval as_val=\$$as_ac_var
13240 if test "x$as_val" = x""yes; then :
13253 13241
13254cat >>confdefs.h <<_ACEOF 13242cat >>confdefs.h <<_ACEOF
13255#define CRAY_STACKSEG_END $ac_func 13243#define CRAY_STACKSEG_END $ac_func
@@ -13396,7 +13384,7 @@ fi
13396if test "x$_efl_have_fnmatch" = "xyes"; then : 13384if test "x$_efl_have_fnmatch" = "xyes"; then :
13397 13385
13398else 13386else
13399 as_fn_error $? "Cannot find fnmatch()" "$LINENO" 5 13387 as_fn_error "Cannot find fnmatch()" "$LINENO" 5
13400fi 13388fi
13401 13389
13402 13390
@@ -13511,7 +13499,6 @@ DEFS=-DHAVE_CONFIG_H
13511 13499
13512ac_libobjs= 13500ac_libobjs=
13513ac_ltlibobjs= 13501ac_ltlibobjs=
13514U=
13515for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 13502for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13516 # 1. Remove the extension, and $U if already installed. 13503 # 1. Remove the extension, and $U if already installed.
13517 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 13504 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
@@ -13535,23 +13522,23 @@ else
13535fi 13522fi
13536 13523
13537if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 13524if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13538 as_fn_error $? "conditional \"AMDEP\" was never defined. 13525 as_fn_error "conditional \"AMDEP\" was never defined.
13539Usually this means the macro was only invoked conditionally." "$LINENO" 5 13526Usually this means the macro was only invoked conditionally." "$LINENO" 5
13540fi 13527fi
13541if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 13528if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13542 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. 13529 as_fn_error "conditional \"am__fastdepCC\" was never defined.
13543Usually this means the macro was only invoked conditionally." "$LINENO" 5 13530Usually this means the macro was only invoked conditionally." "$LINENO" 5
13544fi 13531fi
13545if test -z "${BUILD_EMBRYO_CC_TRUE}" && test -z "${BUILD_EMBRYO_CC_FALSE}"; then 13532if test -z "${BUILD_EMBRYO_CC_TRUE}" && test -z "${BUILD_EMBRYO_CC_FALSE}"; then
13546 as_fn_error $? "conditional \"BUILD_EMBRYO_CC\" was never defined. 13533 as_fn_error "conditional \"BUILD_EMBRYO_CC\" was never defined.
13547Usually this means the macro was only invoked conditionally." "$LINENO" 5 13534Usually this means the macro was only invoked conditionally." "$LINENO" 5
13548fi 13535fi
13549if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 13536if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13550 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. 13537 as_fn_error "conditional \"am__fastdepCC\" was never defined.
13551Usually this means the macro was only invoked conditionally." "$LINENO" 5 13538Usually this means the macro was only invoked conditionally." "$LINENO" 5
13552fi 13539fi
13553if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then 13540if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then
13554 as_fn_error $? "conditional \"EFL_BUILD_DOC\" was never defined. 13541 as_fn_error "conditional \"EFL_BUILD_DOC\" was never defined.
13555Usually this means the macro was only invoked conditionally." "$LINENO" 5 13542Usually this means the macro was only invoked conditionally." "$LINENO" 5
13556fi 13543fi
13557 13544
@@ -13702,19 +13689,19 @@ export LANGUAGE
13702(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 13689(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13703 13690
13704 13691
13705# as_fn_error STATUS ERROR [LINENO LOG_FD] 13692# as_fn_error ERROR [LINENO LOG_FD]
13706# ---------------------------------------- 13693# ---------------------------------
13707# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 13694# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13708# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 13695# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13709# script with STATUS, using 1 if that was 0. 13696# script with status $?, using 1 if that was 0.
13710as_fn_error () 13697as_fn_error ()
13711{ 13698{
13712 as_status=$1; test $as_status -eq 0 && as_status=1 13699 as_status=$?; test $as_status -eq 0 && as_status=1
13713 if test "$4"; then 13700 if test "$3"; then
13714 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 13701 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13715 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 13702 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13716 fi 13703 fi
13717 $as_echo "$as_me: error: $2" >&2 13704 $as_echo "$as_me: error: $1" >&2
13718 as_fn_exit $as_status 13705 as_fn_exit $as_status
13719} # as_fn_error 13706} # as_fn_error
13720 13707
@@ -13910,7 +13897,7 @@ $as_echo X"$as_dir" |
13910 test -d "$as_dir" && break 13897 test -d "$as_dir" && break
13911 done 13898 done
13912 test -z "$as_dirs" || eval "mkdir $as_dirs" 13899 test -z "$as_dirs" || eval "mkdir $as_dirs"
13913 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 13900 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13914 13901
13915 13902
13916} # as_fn_mkdir_p 13903} # as_fn_mkdir_p
@@ -13963,8 +13950,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13963# report actual input values of CONFIG_FILES etc. instead of their 13950# report actual input values of CONFIG_FILES etc. instead of their
13964# values after options handling. 13951# values after options handling.
13965ac_log=" 13952ac_log="
13966This file was extended by embryo $as_me 1.1.0, which was 13953This file was extended by embryo $as_me 1.1.99.67344, which was
13967generated by GNU Autoconf 2.67. Invocation command line was 13954generated by GNU Autoconf 2.65. Invocation command line was
13968 13955
13969 CONFIG_FILES = $CONFIG_FILES 13956 CONFIG_FILES = $CONFIG_FILES
13970 CONFIG_HEADERS = $CONFIG_HEADERS 13957 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -14029,11 +14016,11 @@ _ACEOF
14029cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 14016cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14030ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 14017ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14031ac_cs_version="\\ 14018ac_cs_version="\\
14032embryo config.status 1.1.0 14019embryo config.status 1.1.99.67344
14033configured by $0, generated by GNU Autoconf 2.67, 14020configured by $0, generated by GNU Autoconf 2.65,
14034 with options \\"\$ac_cs_config\\" 14021 with options \\"\$ac_cs_config\\"
14035 14022
14036Copyright (C) 2010 Free Software Foundation, Inc. 14023Copyright (C) 2009 Free Software Foundation, Inc.
14037This config.status script is free software; the Free Software Foundation 14024This config.status script is free software; the Free Software Foundation
14038gives unlimited permission to copy, distribute and modify it." 14025gives unlimited permission to copy, distribute and modify it."
14039 14026
@@ -14051,16 +14038,11 @@ ac_need_defaults=:
14051while test $# != 0 14038while test $# != 0
14052do 14039do
14053 case $1 in 14040 case $1 in
14054 --*=?*) 14041 --*=*)
14055 ac_option=`expr "X$1" : 'X\([^=]*\)='` 14042 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14056 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 14043 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14057 ac_shift=: 14044 ac_shift=:
14058 ;; 14045 ;;
14059 --*=)
14060 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14061 ac_optarg=
14062 ac_shift=:
14063 ;;
14064 *) 14046 *)
14065 ac_option=$1 14047 ac_option=$1
14066 ac_optarg=$2 14048 ac_optarg=$2
@@ -14082,7 +14064,6 @@ do
14082 $ac_shift 14064 $ac_shift
14083 case $ac_optarg in 14065 case $ac_optarg in
14084 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 14066 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14085 '') as_fn_error $? "missing file argument" ;;
14086 esac 14067 esac
14087 as_fn_append CONFIG_FILES " '$ac_optarg'" 14068 as_fn_append CONFIG_FILES " '$ac_optarg'"
14088 ac_need_defaults=false;; 14069 ac_need_defaults=false;;
@@ -14095,7 +14076,7 @@ do
14095 ac_need_defaults=false;; 14076 ac_need_defaults=false;;
14096 --he | --h) 14077 --he | --h)
14097 # Conflict between --help and --header 14078 # Conflict between --help and --header
14098 as_fn_error $? "ambiguous option: \`$1' 14079 as_fn_error "ambiguous option: \`$1'
14099Try \`$0 --help' for more information.";; 14080Try \`$0 --help' for more information.";;
14100 --help | --hel | -h ) 14081 --help | --hel | -h )
14101 $as_echo "$ac_cs_usage"; exit ;; 14082 $as_echo "$ac_cs_usage"; exit ;;
@@ -14104,7 +14085,7 @@ Try \`$0 --help' for more information.";;
14104 ac_cs_silent=: ;; 14085 ac_cs_silent=: ;;
14105 14086
14106 # This is an error. 14087 # This is an error.
14107 -*) as_fn_error $? "unrecognized option: \`$1' 14088 -*) as_fn_error "unrecognized option: \`$1'
14108Try \`$0 --help' for more information." ;; 14089Try \`$0 --help' for more information." ;;
14109 14090
14110 *) as_fn_append ac_config_targets " $1" 14091 *) as_fn_append ac_config_targets " $1"
@@ -14428,7 +14409,7 @@ do
14428 "src/bin/Makefile") CONFIG_FILES="$CONFIG_FILES src/bin/Makefile" ;; 14409 "src/bin/Makefile") CONFIG_FILES="$CONFIG_FILES src/bin/Makefile" ;;
14429 "embryo.spec") CONFIG_FILES="$CONFIG_FILES embryo.spec" ;; 14410 "embryo.spec") CONFIG_FILES="$CONFIG_FILES embryo.spec" ;;
14430 14411
14431 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; 14412 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14432 esac 14413 esac
14433done 14414done
14434 14415
@@ -14466,7 +14447,7 @@ $debug ||
14466{ 14447{
14467 tmp=./conf$$-$RANDOM 14448 tmp=./conf$$-$RANDOM
14468 (umask 077 && mkdir "$tmp") 14449 (umask 077 && mkdir "$tmp")
14469} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 14450} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14470 14451
14471# Set up the scripts for CONFIG_FILES section. 14452# Set up the scripts for CONFIG_FILES section.
14472# No need to generate them if there are no CONFIG_FILES. 14453# No need to generate them if there are no CONFIG_FILES.
@@ -14483,7 +14464,7 @@ if test "x$ac_cr" = x; then
14483fi 14464fi
14484ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 14465ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14485if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 14466if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14486 ac_cs_awk_cr='\\r' 14467 ac_cs_awk_cr='\r'
14487else 14468else
14488 ac_cs_awk_cr=$ac_cr 14469 ac_cs_awk_cr=$ac_cr
14489fi 14470fi
@@ -14497,18 +14478,18 @@ _ACEOF
14497 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 14478 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14498 echo "_ACEOF" 14479 echo "_ACEOF"
14499} >conf$$subs.sh || 14480} >conf$$subs.sh ||
14500 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 14481 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14501ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 14482ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14502ac_delim='%!_!# ' 14483ac_delim='%!_!# '
14503for ac_last_try in false false false false false :; do 14484for ac_last_try in false false false false false :; do
14504 . ./conf$$subs.sh || 14485 . ./conf$$subs.sh ||
14505 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 14486 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14506 14487
14507 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 14488 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14508 if test $ac_delim_n = $ac_delim_num; then 14489 if test $ac_delim_n = $ac_delim_num; then
14509 break 14490 break
14510 elif $ac_last_try; then 14491 elif $ac_last_try; then
14511 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 14492 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14512 else 14493 else
14513 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 14494 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14514 fi 14495 fi
@@ -14597,28 +14578,20 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14597else 14578else
14598 cat 14579 cat
14599fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 14580fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14600 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 14581 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14601_ACEOF 14582_ACEOF
14602 14583
14603# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 14584# VPATH may cause trouble with some makes, so we remove $(srcdir),
14604# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 14585# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14605# trailing colons and then remove the whole line if VPATH becomes empty 14586# trailing colons and then remove the whole line if VPATH becomes empty
14606# (actually we leave an empty line to preserve line numbers). 14587# (actually we leave an empty line to preserve line numbers).
14607if test "x$srcdir" = x.; then 14588if test "x$srcdir" = x.; then
14608 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 14589 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14609h 14590s/:*\$(srcdir):*/:/
14610s/// 14591s/:*\${srcdir}:*/:/
14611s/^/:/ 14592s/:*@srcdir@:*/:/
14612s/[ ]*$/:/ 14593s/^\([^=]*=[ ]*\):*/\1/
14613s/:\$(srcdir):/:/g
14614s/:\${srcdir}:/:/g
14615s/:@srcdir@:/:/g
14616s/^:*//
14617s/:*$// 14594s/:*$//
14618x
14619s/\(=[ ]*\).*/\1/
14620G
14621s/\n//
14622s/^[^=]*=[ ]*$// 14595s/^[^=]*=[ ]*$//
14623}' 14596}'
14624fi 14597fi
@@ -14646,7 +14619,7 @@ for ac_last_try in false false :; do
14646 if test -z "$ac_t"; then 14619 if test -z "$ac_t"; then
14647 break 14620 break
14648 elif $ac_last_try; then 14621 elif $ac_last_try; then
14649 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 14622 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14650 else 14623 else
14651 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 14624 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14652 fi 14625 fi
@@ -14731,7 +14704,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14731_ACAWK 14704_ACAWK
14732_ACEOF 14705_ACEOF
14733cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 14706cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14734 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 14707 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14735fi # test -n "$CONFIG_HEADERS" 14708fi # test -n "$CONFIG_HEADERS"
14736 14709
14737 14710
@@ -14744,7 +14717,7 @@ do
14744 esac 14717 esac
14745 case $ac_mode$ac_tag in 14718 case $ac_mode$ac_tag in
14746 :[FHL]*:*);; 14719 :[FHL]*:*);;
14747 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; 14720 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14748 :[FH]-) ac_tag=-:-;; 14721 :[FH]-) ac_tag=-:-;;
14749 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 14722 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14750 esac 14723 esac
@@ -14772,7 +14745,7 @@ do
14772 [\\/$]*) false;; 14745 [\\/$]*) false;;
14773 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 14746 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14774 esac || 14747 esac ||
14775 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; 14748 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14776 esac 14749 esac
14777 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 14750 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14778 as_fn_append ac_file_inputs " '$ac_f'" 14751 as_fn_append ac_file_inputs " '$ac_f'"
@@ -14799,7 +14772,7 @@ $as_echo "$as_me: creating $ac_file" >&6;}
14799 14772
14800 case $ac_tag in 14773 case $ac_tag in
14801 *:-:* | *:-) cat >"$tmp/stdin" \ 14774 *:-:* | *:-) cat >"$tmp/stdin" \
14802 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 14775 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14803 esac 14776 esac
14804 ;; 14777 ;;
14805 esac 14778 esac
@@ -14936,22 +14909,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t
14936$ac_datarootdir_hack 14909$ac_datarootdir_hack
14937" 14910"
14938eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 14911eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14939 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14912 || as_fn_error "could not create $ac_file" "$LINENO" 5
14940 14913
14941test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 14914test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14942 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 14915 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14943 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 14916 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 14917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14945which seems to be undefined. Please make sure it is defined" >&5 14918which seems to be undefined. Please make sure it is defined." >&5
14946$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 14919$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14947which seems to be undefined. Please make sure it is defined" >&2;} 14920which seems to be undefined. Please make sure it is defined." >&2;}
14948 14921
14949 rm -f "$tmp/stdin" 14922 rm -f "$tmp/stdin"
14950 case $ac_file in 14923 case $ac_file in
14951 -) cat "$tmp/out" && rm -f "$tmp/out";; 14924 -) cat "$tmp/out" && rm -f "$tmp/out";;
14952 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 14925 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14953 esac \ 14926 esac \
14954 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14927 || as_fn_error "could not create $ac_file" "$LINENO" 5
14955 ;; 14928 ;;
14956 :H) 14929 :H)
14957 # 14930 #
@@ -14962,19 +14935,19 @@ which seems to be undefined. Please make sure it is defined" >&2;}
14962 $as_echo "/* $configure_input */" \ 14935 $as_echo "/* $configure_input */" \
14963 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 14936 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14964 } >"$tmp/config.h" \ 14937 } >"$tmp/config.h" \
14965 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14938 || as_fn_error "could not create $ac_file" "$LINENO" 5
14966 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 14939 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14967 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 14940 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14968$as_echo "$as_me: $ac_file is unchanged" >&6;} 14941$as_echo "$as_me: $ac_file is unchanged" >&6;}
14969 else 14942 else
14970 rm -f "$ac_file" 14943 rm -f "$ac_file"
14971 mv "$tmp/config.h" "$ac_file" \ 14944 mv "$tmp/config.h" "$ac_file" \
14972 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14945 || as_fn_error "could not create $ac_file" "$LINENO" 5
14973 fi 14946 fi
14974 else 14947 else
14975 $as_echo "/* $configure_input */" \ 14948 $as_echo "/* $configure_input */" \
14976 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 14949 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14977 || as_fn_error $? "could not create -" "$LINENO" 5 14950 || as_fn_error "could not create -" "$LINENO" 5
14978 fi 14951 fi
14979# Compute "$ac_file"'s index in $config_headers. 14952# Compute "$ac_file"'s index in $config_headers.
14980_am_arg="$ac_file" 14953_am_arg="$ac_file"
@@ -15765,7 +15738,7 @@ _ACEOF
15765ac_clean_files=$ac_clean_files_save 15738ac_clean_files=$ac_clean_files_save
15766 15739
15767test $ac_write_fail = 0 || 15740test $ac_write_fail = 0 ||
15768 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 15741 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15769 15742
15770 15743
15771# configure is writing to config.log, and then calls config.status. 15744# configure is writing to config.log, and then calls config.status.
@@ -15786,7 +15759,7 @@ if test "$no_create" != yes; then
15786 exec 5>>config.log 15759 exec 5>>config.log
15787 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 15760 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15788 # would make configure fail if this is the last instruction. 15761 # would make configure fail if this is the last instruction.
15789 $ac_cs_success || as_fn_exit 1 15762 $ac_cs_success || as_fn_exit $?
15790fi 15763fi
15791if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 15764if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 15765 { $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 721a9c1..61c50b8 100644
--- a/libraries/embryo/configure.ac
+++ b/libraries/embryo/configure.ac
@@ -2,11 +2,11 @@
2##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## 2##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
3m4_define([v_maj], [1]) 3m4_define([v_maj], [1])
4m4_define([v_min], [1]) 4m4_define([v_min], [1])
5m4_define([v_mic], [0]) 5m4_define([v_mic], [99])
6m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v export || 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
9m4_undefine([v_rev]) 9dnl m4_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])
diff --git a/libraries/embryo/doc/Makefile.in b/libraries/embryo/doc/Makefile.in
index 4b53f1d..102cd2f 100644
--- a/libraries/embryo/doc/Makefile.in
+++ b/libraries/embryo/doc/Makefile.in
@@ -126,8 +126,6 @@ PACKAGE_URL = @PACKAGE_URL@
126PACKAGE_VERSION = @PACKAGE_VERSION@ 126PACKAGE_VERSION = @PACKAGE_VERSION@
127PATH_SEPARATOR = @PATH_SEPARATOR@ 127PATH_SEPARATOR = @PATH_SEPARATOR@
128PKG_CONFIG = @PKG_CONFIG@ 128PKG_CONFIG = @PKG_CONFIG@
129PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
130PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
131RANLIB = @RANLIB@ 129RANLIB = @RANLIB@
132SED = @SED@ 130SED = @SED@
133SET_MAKE = @SET_MAKE@ 131SET_MAKE = @SET_MAKE@
diff --git a/libraries/embryo/doc/img/e.png b/libraries/embryo/doc/img/e.png
index b3884a5..b3884a5 100644..100755
--- 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 100644..100755
--- 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 100644..100755
--- 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 100644..100755
--- 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 100644..100755
--- 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 100644..100755
--- 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 100644..100755
--- 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 100644..100755
--- 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 100644..100755
--- 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 100644..100755
--- 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 aba0f0e..834f792 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.0 7Version: 1.1.99.67344
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 a5456cd..0a96acd 100644
--- a/libraries/embryo/include/Makefile.in
+++ b/libraries/embryo/include/Makefile.in
@@ -149,8 +149,6 @@ PACKAGE_URL = @PACKAGE_URL@
149PACKAGE_VERSION = @PACKAGE_VERSION@ 149PACKAGE_VERSION = @PACKAGE_VERSION@
150PATH_SEPARATOR = @PATH_SEPARATOR@ 150PATH_SEPARATOR = @PATH_SEPARATOR@
151PKG_CONFIG = @PKG_CONFIG@ 151PKG_CONFIG = @PKG_CONFIG@
152PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
153PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
154RANLIB = @RANLIB@ 152RANLIB = @RANLIB@
155SED = @SED@ 153SED = @SED@
156SET_MAKE = @SET_MAKE@ 154SET_MAKE = @SET_MAKE@
diff --git a/libraries/embryo/ltmain.sh b/libraries/embryo/ltmain.sh
index fa4b1e1..7ed280b 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-2ubuntu3 68# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1
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-2ubuntu3" 76VERSION="2.2.6b Debian-2.2.6b-2ubuntu1"
77TIMESTAMP="" 77TIMESTAMP=""
78package_revision=1.3017 78package_revision=1.3017
79 79
diff --git a/libraries/embryo/sha1-for-source.txt b/libraries/embryo/sha1-for-source.txt
deleted file mode 100644
index 16ae5f0..0000000
--- a/libraries/embryo/sha1-for-source.txt
+++ /dev/null
@@ -1 +0,0 @@
1f76404fa37f1580cbad2bbc747be9c6d68b7bef3
diff --git a/libraries/embryo/src/Makefile.in b/libraries/embryo/src/Makefile.in
index 7eb44dd..ff3d123 100644
--- a/libraries/embryo/src/Makefile.in
+++ b/libraries/embryo/src/Makefile.in
@@ -165,8 +165,6 @@ PACKAGE_URL = @PACKAGE_URL@
165PACKAGE_VERSION = @PACKAGE_VERSION@ 165PACKAGE_VERSION = @PACKAGE_VERSION@
166PATH_SEPARATOR = @PATH_SEPARATOR@ 166PATH_SEPARATOR = @PATH_SEPARATOR@
167PKG_CONFIG = @PKG_CONFIG@ 167PKG_CONFIG = @PKG_CONFIG@
168PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
169PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
170RANLIB = @RANLIB@ 168RANLIB = @RANLIB@
171SED = @SED@ 169SED = @SED@
172SET_MAKE = @SET_MAKE@ 170SET_MAKE = @SET_MAKE@
diff --git a/libraries/embryo/src/bin/Makefile.in b/libraries/embryo/src/bin/Makefile.in
index 40d0ef9..a6551be 100644
--- a/libraries/embryo/src/bin/Makefile.in
+++ b/libraries/embryo/src/bin/Makefile.in
@@ -170,8 +170,6 @@ PACKAGE_URL = @PACKAGE_URL@
170PACKAGE_VERSION = @PACKAGE_VERSION@ 170PACKAGE_VERSION = @PACKAGE_VERSION@
171PATH_SEPARATOR = @PATH_SEPARATOR@ 171PATH_SEPARATOR = @PATH_SEPARATOR@
172PKG_CONFIG = @PKG_CONFIG@ 172PKG_CONFIG = @PKG_CONFIG@
173PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
174PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
175RANLIB = @RANLIB@ 173RANLIB = @RANLIB@
176SED = @SED@ 174SED = @SED@
177SET_MAKE = @SET_MAKE@ 175SET_MAKE = @SET_MAKE@
diff --git a/libraries/embryo/src/bin/embryo_cc_sc5.scp b/libraries/embryo/src/bin/embryo_cc_sc5.scp
index af3f352..8005f79 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 35497 2008-08-17 07:44:18Z raster $ 21 * Version: $Id: embryo_cc_sc5.scp 14177 2005-04-13 19:37:01Z tsauerbeck $
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 15c80ac..83d49a1 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 35497 2008-08-17 07:44:18Z raster $ 22 * Version: $Id: embryo_cc_sc7.scp 14177 2005-04-13 19:37:01Z tsauerbeck $
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 ea273cf..74c872b 100644
--- a/libraries/embryo/src/lib/Embryo.h
+++ b/libraries/embryo/src/lib/Embryo.h
@@ -341,7 +341,7 @@ extern "C" {
341#endif 341#endif
342 342
343#define EMBRYO_VERSION_MAJOR 1 343#define EMBRYO_VERSION_MAJOR 1
344#define EMBRYO_VERSION_MINOR 0 344#define EMBRYO_VERSION_MINOR 2
345 345
346 typedef struct _Embryo_Version 346 typedef struct _Embryo_Version
347 { 347 {
diff --git a/libraries/embryo/src/lib/Makefile.in b/libraries/embryo/src/lib/Makefile.in
index 56e9f26..3fb5591 100644
--- a/libraries/embryo/src/lib/Makefile.in
+++ b/libraries/embryo/src/lib/Makefile.in
@@ -186,8 +186,6 @@ PACKAGE_URL = @PACKAGE_URL@
186PACKAGE_VERSION = @PACKAGE_VERSION@ 186PACKAGE_VERSION = @PACKAGE_VERSION@
187PATH_SEPARATOR = @PATH_SEPARATOR@ 187PATH_SEPARATOR = @PATH_SEPARATOR@
188PKG_CONFIG = @PKG_CONFIG@ 188PKG_CONFIG = @PKG_CONFIG@
189PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
190PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
191RANLIB = @RANLIB@ 189RANLIB = @RANLIB@
192SED = @SED@ 190SED = @SED@
193SET_MAKE = @SET_MAKE@ 191SET_MAKE = @SET_MAKE@