r422 - /packages/gnash/branches/lenny_0.8.8/debian/patches/autogen_results.patch

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Mon Aug 23 00:33:20 UTC 2010


Author: miriam
Date: Mon Aug 23 00:33:17 2010
New Revision: 422

URL: http://svn.debian.org/wsvn/?sc=1&rev=422
Log:
Add new patch: autogen_results.patch


Added:
    packages/gnash/branches/lenny_0.8.8/debian/patches/autogen_results.patch

Added: packages/gnash/branches/lenny_0.8.8/debian/patches/autogen_results.patch
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/patches/autogen_results.patch?rev=422&op=file
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/patches/autogen_results.patch (added)
+++ packages/gnash/branches/lenny_0.8.8/debian/patches/autogen_results.patch Mon Aug 23 00:33:17 2010
@@ -1,0 +1,6861 @@
+--- a/aclocal.m4
++++ b/aclocal.m4
+@@ -13,8 +13,8 @@
+ 
+ m4_ifndef([AC_AUTOCONF_VERSION],
+   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
+-[m4_warning([this file was generated for autoconf 2.64.
++m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
++[m4_warning([this file was generated for autoconf 2.67.
+ You have another version of autoconf.  It may work, but is not guaranteed to.
+ If you have problems, you may need to regenerate the build system entirely.
+ To do so, use the procedure documented by the package, typically `autoreconf'.])])
+--- a/configure
++++ b/configure
+@@ -1,11 +1,13 @@
+ #! /bin/sh
+ # Guess values for system-dependent variables and create Makefiles.
+-# Generated by GNU Autoconf 2.64 for gnash 0.8.8.
++# Generated by GNU Autoconf 2.67 for gnash 0.8.8.
++#
+ #
+ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
++# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ # Foundation, Inc.
+ #
++#
+ # This configure script is free software; the Free Software Foundation
+ # gives unlimited permission to copy, distribute and modify it.
+ ## -------------------- ##
+@@ -314,7 +316,7 @@ $as_echo X"$as_dir" |
+       test -d "$as_dir" && break
+     done
+     test -z "$as_dirs" || eval "mkdir $as_dirs"
+-  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
++  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+ 
+ 
+ } # as_fn_mkdir_p
+@@ -354,19 +356,19 @@ else
+ fi # as_fn_arith
+ 
+ 
+-# as_fn_error ERROR [LINENO LOG_FD]
+-# ---------------------------------
++# as_fn_error STATUS ERROR [LINENO LOG_FD]
++# ----------------------------------------
+ # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+ # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+-# script with status $?, using 1 if that was 0.
++# script with STATUS, using 1 if that was 0.
+ as_fn_error ()
+ {
+-  as_status=$?; test $as_status -eq 0 && as_status=1
+-  if test "$3"; then
+-    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
++  as_status=$1; test $as_status -eq 0 && as_status=1
++  if test "$4"; then
++    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+   fi
+-  $as_echo "$as_me: error: $1" >&2
++  $as_echo "$as_me: error: $2" >&2
+   as_fn_exit $as_status
+ } # as_fn_error
+ 
+@@ -675,10 +677,11 @@ fi
+ 
+ 
+ 
+-exec 7<&0 </dev/null 6>&1
++test -n "$DJDIR" || exec 7<&0 </dev/null
++exec 6>&1
+ 
+ # Name of the host.
+-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
++# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+ # so uname gets run too.
+ ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+ 
+@@ -2363,8 +2366,9 @@ do
+   fi
+ 
+   case $ac_option in
+-  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+-  *)	ac_optarg=yes ;;
++  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
++  *=)   ac_optarg= ;;
++  *)    ac_optarg=yes ;;
+   esac
+ 
+   # Accept the important Cygnus configure options, so we can diagnose typos.
+@@ -2409,7 +2413,7 @@ do
+     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+     # Reject names that are not valid shell variable names.
+     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+-      as_fn_error "invalid feature name: $ac_useropt"
++      as_fn_error $? "invalid feature name: $ac_useropt"
+     ac_useropt_orig=$ac_useropt
+     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+     case $ac_user_opts in
+@@ -2435,7 +2439,7 @@ do
+     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+     # Reject names that are not valid shell variable names.
+     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+-      as_fn_error "invalid feature name: $ac_useropt"
++      as_fn_error $? "invalid feature name: $ac_useropt"
+     ac_useropt_orig=$ac_useropt
+     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+     case $ac_user_opts in
+@@ -2639,7 +2643,7 @@ do
+     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+     # Reject names that are not valid shell variable names.
+     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+-      as_fn_error "invalid package name: $ac_useropt"
++      as_fn_error $? "invalid package name: $ac_useropt"
+     ac_useropt_orig=$ac_useropt
+     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+     case $ac_user_opts in
+@@ -2655,7 +2659,7 @@ do
+     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+     # Reject names that are not valid shell variable names.
+     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+-      as_fn_error "invalid package name: $ac_useropt"
++      as_fn_error $? "invalid package name: $ac_useropt"
+     ac_useropt_orig=$ac_useropt
+     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+     case $ac_user_opts in
+@@ -2685,8 +2689,8 @@ do
+   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+     x_libraries=$ac_optarg ;;
+ 
+-  -*) as_fn_error "unrecognized option: \`$ac_option'
+-Try \`$0 --help' for more information."
++  -*) as_fn_error $? "unrecognized option: \`$ac_option'
++Try \`$0 --help' for more information"
+     ;;
+ 
+   *=*)
+@@ -2694,7 +2698,7 @@ Try \`$0 --help' for more information."
+     # Reject names that are not valid shell variable names.
+     case $ac_envvar in #(
+       '' | [0-9]* | *[!_$as_cr_alnum]* )
+-      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
++      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+     esac
+     eval $ac_envvar=\$ac_optarg
+     export $ac_envvar ;;
+@@ -2712,13 +2716,13 @@ done
+ 
+ if test -n "$ac_prev"; then
+   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+-  as_fn_error "missing argument to $ac_option"
++  as_fn_error $? "missing argument to $ac_option"
+ fi
+ 
+ if test -n "$ac_unrecognized_opts"; then
+   case $enable_option_checking in
+     no) ;;
+-    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
++    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+   esac
+ fi
+@@ -2741,7 +2745,7 @@ do
+     [\\/$]* | ?:[\\/]* )  continue;;
+     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+   esac
+-  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
++  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+ done
+ 
+ # There might be people who depend on the old broken behavior: `$host'
+@@ -2755,8 +2759,8 @@ target=$target_alias
+ if test "x$host_alias" != x; then
+   if test "x$build_alias" = x; then
+     cross_compiling=maybe
+-    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
+-    If a cross compiler is detected then cross compile mode will be used." >&2
++    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
++    If a cross compiler is detected then cross compile mode will be used" >&2
+   elif test "x$build_alias" != "x$host_alias"; then
+     cross_compiling=yes
+   fi
+@@ -2771,9 +2775,9 @@ test "$silent" = yes && exec 6>/dev/null
+ ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ ac_ls_di=`ls -di .` &&
+ ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+-  as_fn_error "working directory cannot be determined"
++  as_fn_error $? "working directory cannot be determined"
+ test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+-  as_fn_error "pwd does not report name of working directory"
++  as_fn_error $? "pwd does not report name of working directory"
+ 
+ 
+ # Find the source files, if location was not specified.
+@@ -2812,11 +2816,11 @@ else
+ fi
+ if test ! -r "$srcdir/$ac_unique_file"; then
+   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+-  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
++  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+ fi
+ ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ ac_abs_confdir=`(
+-	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
++	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+ 	pwd)`
+ # When building in place, set srcdir=.
+ if test "$ac_abs_confdir" = "$ac_pwd"; then
+@@ -2856,7 +2860,7 @@ Configuration:
+       --help=short        display options specific to this package
+       --help=recursive    display the short help of all the included packages
+   -V, --version           display version information and exit
+-  -q, --quiet, --silent   do not print \`checking...' messages
++  -q, --quiet, --silent   do not print \`checking ...' messages
+       --cache-file=FILE   cache test results in FILE [disabled]
+   -C, --config-cache      alias for \`--cache-file=config.cache'
+   -n, --no-create         do not create output files
+@@ -2939,7 +2943,7 @@ Optional Features:
+   --enable-sound=sdl|ahi|mkit
+                           Use the specified sound handler (default=sdl)
+   --enable-media=handler  Enable media handling support using the specified
+-                          handler: gst, ffmpeg or none (no sound) [gst]
++                          handler: gst, ffmpeg or none (no sound) [[gst]]
+   --enable-input=         Enable support for the specified input devices for
+                           the framebuffer GUI
+                           (default=ps2mouse|ps2keyboard|events|touchscreen)
+@@ -3171,7 +3175,7 @@ Some influential environment variables:
+   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
+               nonstandard directory <lib dir>
+   LIBS        libraries to pass to the linker, e.g. -l<library>
+-  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
++  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
+               you have headers in a nonstandard directory <include dir>
+   CXX         C++ compiler command
+   CXXFLAGS    C++ compiler flags
+@@ -3249,9 +3253,9 @@ test -n "$ac_init_help" && exit $ac_stat
+ if $ac_init_version; then
+   cat <<\_ACEOF
+ gnash configure 0.8.8
+-generated by GNU Autoconf 2.64
++generated by GNU Autoconf 2.67
+ 
+-Copyright (C) 2009 Free Software Foundation, Inc.
++Copyright (C) 2010 Free Software Foundation, Inc.
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+ _ACEOF
+@@ -3296,7 +3300,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+ 	ac_retval=1
+ fi
+   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+-  return $ac_retval
++  as_fn_set_status $ac_retval
+ 
+ } # ac_fn_c_try_compile
+ 
+@@ -3334,7 +3338,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+ 	ac_retval=1
+ fi
+   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+-  return $ac_retval
++  as_fn_set_status $ac_retval
+ 
+ } # ac_fn_cxx_try_compile
+ 
+@@ -3380,7 +3384,7 @@ fi
+   # left behind by Apple's compiler.  We do this before executing the actions.
+   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+-  return $ac_retval
++  as_fn_set_status $ac_retval
+ 
+ } # ac_fn_c_try_link
+ 
+@@ -3393,7 +3397,7 @@ ac_fn_c_check_header_compile ()
+   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+ $as_echo_n "checking for $2... " >&6; }
+-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$3+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+@@ -3436,7 +3440,7 @@ $as_echo "$ac_try_echo"; } >&5
+     mv -f conftest.er1 conftest.err
+   fi
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+-  test $ac_status = 0; } >/dev/null && {
++  test $ac_status = 0; } > conftest.i && {
+ 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ 	 test ! -s conftest.err
+        }; then :
+@@ -3448,7 +3452,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+     ac_retval=1
+ fi
+   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+-  return $ac_retval
++  as_fn_set_status $ac_retval
+ 
+ } # ac_fn_c_try_cpp
+ 
+@@ -3490,7 +3494,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+ fi
+   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+-  return $ac_retval
++  as_fn_set_status $ac_retval
+ 
+ } # ac_fn_c_try_run
+ 
+@@ -3502,7 +3506,7 @@ ac_fn_c_check_func ()
+   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+ $as_echo_n "checking for $2... " >&6; }
+-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$3+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+@@ -3582,7 +3586,7 @@ $as_echo "$ac_try_echo"; } >&5
+     mv -f conftest.er1 conftest.err
+   fi
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+-  test $ac_status = 0; } >/dev/null && {
++  test $ac_status = 0; } > conftest.i && {
+ 	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
+ 	 test ! -s conftest.err
+        }; then :
+@@ -3594,7 +3598,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+     ac_retval=1
+ fi
+   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+-  return $ac_retval
++  as_fn_set_status $ac_retval
+ 
+ } # ac_fn_cxx_try_cpp
+ 
+@@ -3640,19 +3644,22 @@ fi
+   # left behind by Apple's compiler.  We do this before executing the actions.
+   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+-  return $ac_retval
++  as_fn_set_status $ac_retval
+ 
+ } # ac_fn_cxx_try_link
+ 
+-# ac_fn_c_check_decl LINENO SYMBOL VAR
+-# ------------------------------------
+-# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
++# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
++# ---------------------------------------------
++# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
++# accordingly.
+ ac_fn_c_check_decl ()
+ {
+   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
+-$as_echo_n "checking whether $2 is declared... " >&6; }
+-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
++  as_decl_name=`echo $2|sed 's/ *(.*//'`
++  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
++$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
++if eval "test \"\${$3+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+@@ -3661,8 +3668,12 @@ $4
+ int
+ main ()
+ {
+-#ifndef $2
+-  (void) $2;
++#ifndef $as_decl_name
++#ifdef __cplusplus
++  (void) $as_decl_use;
++#else
++  (void) $as_decl_name;
++#endif
+ #endif
+ 
+   ;
+@@ -3692,7 +3703,7 @@ ac_fn_c_check_type ()
+   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+ $as_echo_n "checking for $2... " >&6; }
+-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$3+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   eval "$3=no"
+@@ -3745,10 +3756,10 @@ $as_echo "$ac_res" >&6; }
+ ac_fn_c_check_header_mongrel ()
+ {
+   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+-  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
++  if eval "test \"\${$3+set}\"" = set; then :
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+ $as_echo_n "checking for $2... " >&6; }
+-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$3+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ fi
+ eval ac_res=\$$3
+@@ -3784,7 +3795,7 @@ if ac_fn_c_try_cpp "$LINENO"; then :
+ else
+   ac_header_preproc=no
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
+ $as_echo "$ac_header_preproc" >&6; }
+ 
+@@ -3811,7 +3822,7 @@ $as_echo "$as_me: WARNING: $2: proceedin
+ esac
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+ $as_echo_n "checking for $2... " >&6; }
+-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$3+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   eval "$3=\$ac_header_compiler"
+@@ -3862,7 +3873,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+ fi
+   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
+-  return $ac_retval
++  as_fn_set_status $ac_retval
+ 
+ } # ac_fn_cxx_try_run
+ cat >config.log <<_ACEOF
+@@ -3870,7 +3881,7 @@ This file contains any messages produced
+ running configure, to aid debugging if configure makes a mistake.
+ 
+ It was created by gnash $as_me 0.8.8, which was
+-generated by GNU Autoconf 2.64.  Invocation command line was
++generated by GNU Autoconf 2.67.  Invocation command line was
+ 
+   $ $0 $@
+ 
+@@ -3980,11 +3991,9 @@ trap 'exit_status=$?
+   {
+     echo
+ 
+-    cat <<\_ASBOX
+-## ---------------- ##
++    $as_echo "## ---------------- ##
+ ## Cache variables. ##
+-## ---------------- ##
+-_ASBOX
++## ---------------- ##"
+     echo
+     # The following way of writing the cache mishandles newlines in values,
+ (
+@@ -4018,11 +4027,9 @@ $as_echo "$as_me: WARNING: cache variabl
+ )
+     echo
+ 
+-    cat <<\_ASBOX
+-## ----------------- ##
++    $as_echo "## ----------------- ##
+ ## Output variables. ##
+-## ----------------- ##
+-_ASBOX
++## ----------------- ##"
+     echo
+     for ac_var in $ac_subst_vars
+     do
+@@ -4035,11 +4042,9 @@ _ASBOX
+     echo
+ 
+     if test -n "$ac_subst_files"; then
+-      cat <<\_ASBOX
+-## ------------------- ##
++      $as_echo "## ------------------- ##
+ ## File substitutions. ##
+-## ------------------- ##
+-_ASBOX
++## ------------------- ##"
+       echo
+       for ac_var in $ac_subst_files
+       do
+@@ -4053,11 +4058,9 @@ _ASBOX
+     fi
+ 
+     if test -s confdefs.h; then
+-      cat <<\_ASBOX
+-## ----------- ##
++      $as_echo "## ----------- ##
+ ## confdefs.h. ##
+-## ----------- ##
+-_ASBOX
++## ----------- ##"
+       echo
+       cat confdefs.h
+       echo
+@@ -4112,7 +4115,12 @@ _ACEOF
+ ac_site_file1=NONE
+ ac_site_file2=NONE
+ if test -n "$CONFIG_SITE"; then
+-  ac_site_file1=$CONFIG_SITE
++  # We do not want a PATH search for config.site.
++  case $CONFIG_SITE in #((
++    -*)  ac_site_file1=./$CONFIG_SITE;;
++    */*) ac_site_file1=$CONFIG_SITE;;
++    *)   ac_site_file1=./$CONFIG_SITE;;
++  esac
+ elif test "x$prefix" != xNONE; then
+   ac_site_file1=$prefix/share/config.site
+   ac_site_file2=$prefix/etc/config.site
+@@ -4123,18 +4131,22 @@ fi
+ for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+ do
+   test "x$ac_site_file" = xNONE && continue
+-  if test -r "$ac_site_file"; then
++  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+ $as_echo "$as_me: loading site script $ac_site_file" >&6;}
+     sed 's/^/| /' "$ac_site_file" >&5
+-    . "$ac_site_file"
++    . "$ac_site_file" \
++      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "failed to load site script $ac_site_file
++See \`config.log' for more details" "$LINENO" 5 ; }
+   fi
+ done
+ 
+ if test -r "$cache_file"; then
+-  # Some versions of bash will fail to source /dev/null (special
+-  # files actually), so we avoid doing that.
+-  if test -f "$cache_file"; then
++  # Some versions of bash will fail to source /dev/null (special files
++  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
++  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+ $as_echo "$as_me: loading cache $cache_file" >&6;}
+     case $cache_file in
+@@ -4203,7 +4215,7 @@ if $ac_cache_corrupted; then
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+ $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+-  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
++  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+ fi
+ ## -------------------- ##
+ ## Main body of script. ##
+@@ -4222,16 +4234,22 @@ ac_config_headers="$ac_config_headers gn
+ 
+ ac_aux_dir=
+ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
+-  for ac_t in install-sh install.sh shtool; do
+-    if test -f "$ac_dir/$ac_t"; then
+-      ac_aux_dir=$ac_dir
+-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+-      break 2
+-    fi
+-  done
++  if test -f "$ac_dir/install-sh"; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/install-sh -c"
++    break
++  elif test -f "$ac_dir/install.sh"; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/install.sh -c"
++    break
++  elif test -f "$ac_dir/shtool"; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/shtool install -c"
++    break
++  fi
+ done
+ if test -z "$ac_aux_dir"; then
+-  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
++  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
+ fi
+ 
+ # These three variables are undocumented and unsupported,
+@@ -4245,7 +4263,7 @@ ac_configure="$SHELL $ac_aux_dir/configu
+ 
+ # Make sure we can run config.sub.
+ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+-  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
++  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+ 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+ $as_echo_n "checking build system type... " >&6; }
+@@ -4256,16 +4274,16 @@ else
+ test "x$ac_build_alias" = x &&
+   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+ test "x$ac_build_alias" = x &&
+-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
++  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+ ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
++  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+ 
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+ $as_echo "$ac_cv_build" >&6; }
+ case $ac_cv_build in
+ *-*-*) ;;
+-*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
++*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
+ esac
+ build=$ac_cv_build
+ ac_save_IFS=$IFS; IFS='-'
+@@ -4290,7 +4308,7 @@ else
+   ac_cv_host=$ac_cv_build
+ else
+   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
++    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+ fi
+ 
+ fi
+@@ -4298,7 +4316,7 @@ fi
+ $as_echo "$ac_cv_host" >&6; }
+ case $ac_cv_host in
+ *-*-*) ;;
+-*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
++*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
+ esac
+ host=$ac_cv_host
+ ac_save_IFS=$IFS; IFS='-'
+@@ -4616,8 +4634,8 @@ fi
+ 
+ test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "no acceptable C compiler found in \$PATH
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "no acceptable C compiler found in \$PATH
++See \`config.log' for more details" "$LINENO" 5 ; }
+ 
+ # Provide some information about the compiler.
+ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+@@ -4638,32 +4656,30 @@ $as_echo "$ac_try_echo"; } >&5
+ ... rest of stderr output deleted ...
+          10q' conftest.err >conftest.er1
+     cat conftest.er1 >&5
+-    rm -f conftest.er1 conftest.err
+   fi
++  rm -f conftest.er1 conftest.err
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+   test $ac_status = 0; }
+ done
+ 
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-#include <stdio.h>
++
+ int
+ main ()
+ {
+-FILE *f = fopen ("conftest.out", "w");
+- return ferror (f) || fclose (f) != 0;
+ 
+   ;
+   return 0;
+ }
+ _ACEOF
+ ac_clean_files_save=$ac_clean_files
+-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
++ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
+ # Try to create an executable without -o first, disregard a.out.
+ # It will help us diagnose broken compilers, and finding out an intuition
+ # of exeext.
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
+-$as_echo_n "checking for C compiler default output file name... " >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
++$as_echo_n "checking whether the C compiler works... " >&6; }
+ ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+ 
+ # The possible output files:
+@@ -4725,62 +4741,28 @@ test "$ac_cv_exeext" = no && ac_cv_exeex
+ else
+   ac_file=''
+ fi
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
+-$as_echo "$ac_file" >&6; }
+ if test -z "$ac_file"; then :
+-  $as_echo "$as_me: failed program was:" >&5
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++$as_echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+ 
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-{ as_fn_set_status 77
+-as_fn_error "C compiler cannot create executables
+-See \`config.log' for more details." "$LINENO" 5; }; }
++as_fn_error 77 "C compiler cannot create executables
++See \`config.log' for more details" "$LINENO" 5 ; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+ fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
++$as_echo_n "checking for C compiler default output file name... " >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
++$as_echo "$ac_file" >&6; }
+ ac_exeext=$ac_cv_exeext
+ 
+-# Check that the compiler produces executables we can run.  If not, either
+-# the compiler is broken, or we cross compile.
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
+-$as_echo_n "checking whether the C compiler works... " >&6; }
+-# If not cross compiling, check that we can run a simple program.
+-if test "$cross_compiling" != yes; then
+-  if { ac_try='./$ac_file'
+-  { { case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+-$as_echo "$ac_try_echo"; } >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+-  test $ac_status = 0; }; }; then
+-    cross_compiling=no
+-  else
+-    if test "$cross_compiling" = maybe; then
+-	cross_compiling=yes
+-    else
+-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "cannot run C compiled programs.
+-If you meant to cross compile, use \`--host'.
+-See \`config.log' for more details." "$LINENO" 5; }
+-    fi
+-  fi
+-fi
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+-$as_echo "yes" >&6; }
+-
+-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
++rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+ ac_clean_files=$ac_clean_files_save
+-# Check that the compiler produces executables we can run.  If not, either
+-# the compiler is broken, or we cross compile.
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
+-$as_echo_n "checking whether we are cross compiling... " >&6; }
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
+-$as_echo "$cross_compiling" >&6; }
+-
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
+ $as_echo_n "checking for suffix of executables... " >&6; }
+ if { { ac_try="$ac_link"
+@@ -4810,16 +4792,75 @@ done
+ else
+   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "cannot compute suffix of executables: cannot compile and link
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "cannot compute suffix of executables: cannot compile and link
++See \`config.log' for more details" "$LINENO" 5 ; }
+ fi
+-rm -f conftest$ac_cv_exeext
++rm -f conftest conftest$ac_cv_exeext
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
+ $as_echo "$ac_cv_exeext" >&6; }
+ 
+ rm -f conftest.$ac_ext
+ EXEEXT=$ac_cv_exeext
+ ac_exeext=$EXEEXT
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#include <stdio.h>
++int
++main ()
++{
++FILE *f = fopen ("conftest.out", "w");
++ return ferror (f) || fclose (f) != 0;
++
++  ;
++  return 0;
++}
++_ACEOF
++ac_clean_files="$ac_clean_files conftest.out"
++# Check that the compiler produces executables we can run.  If not, either
++# the compiler is broken, or we cross compile.
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
++$as_echo_n "checking whether we are cross compiling... " >&6; }
++if test "$cross_compiling" != yes; then
++  { { ac_try="$ac_link"
++case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_link") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }
++  if { ac_try='./conftest$ac_cv_exeext'
++  { { case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_try") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }; }; then
++    cross_compiling=no
++  else
++    if test "$cross_compiling" = maybe; then
++	cross_compiling=yes
++    else
++	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "cannot run C compiled programs.
++If you meant to cross compile, use \`--host'.
++See \`config.log' for more details" "$LINENO" 5 ; }
++    fi
++  fi
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
++$as_echo "$cross_compiling" >&6; }
++
++rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
++ac_clean_files=$ac_clean_files_save
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
+ $as_echo_n "checking for suffix of object files... " >&6; }
+ if test "${ac_cv_objext+set}" = set; then :
+@@ -4862,8 +4903,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
+ 
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "cannot compute suffix of object files: cannot compile
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "cannot compute suffix of object files: cannot compile
++See \`config.log' for more details" "$LINENO" 5 ; }
+ fi
+ rm -f conftest.$ac_cv_objext conftest.$ac_ext
+ fi
+@@ -5213,8 +5254,8 @@ $as_echo "$ac_try_echo"; } >&5
+ ... rest of stderr output deleted ...
+          10q' conftest.err >conftest.er1
+     cat conftest.er1 >&5
+-    rm -f conftest.er1 conftest.err
+   fi
++  rm -f conftest.er1 conftest.err
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+   test $ac_status = 0; }
+ done
+@@ -5707,11 +5748,11 @@ am_lf='
+ '
+ case `pwd` in
+   *[\\\"\#\$\&\'\`$am_lf]*)
+-    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
++    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
+ esac
+ case $srcdir in
+   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
+-    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
++    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
+ esac
+ 
+ # Do `set' in a subshell so we don't clobber the current shell's
+@@ -5733,7 +5774,7 @@ if (
+       # if, for instance, CONFIG_SHELL is bash and it inherits a
+       # broken ls alias from the environment.  This has actually
+       # happened.  Such a system could not be considered "sane".
+-      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
++      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
+ alias in your environment" "$LINENO" 5
+    fi
+ 
+@@ -5743,7 +5784,7 @@ then
+    # Ok.
+    :
+ else
+-   as_fn_error "newly created file is older than distributed files!
++   as_fn_error $? "newly created file is older than distributed files!
+ Check your system clock" "$LINENO" 5
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+@@ -5915,6 +5956,7 @@ IFS=$as_save_IFS
+ 
+ fi
+ 
++  test -d ./--version && rmdir ./--version
+   if test "${ac_cv_path_mkdir+set}" = set; then
+     MKDIR_P="$ac_cv_path_mkdir -p"
+   else
+@@ -5922,7 +5964,6 @@ fi
+     # value for MKDIR_P within a source directory, because that will
+     # break other packages using the cache if that directory is
+     # removed, or if the value is a relative name.
+-    test -d ./--version && rmdir ./--version
+     MKDIR_P="$ac_install_sh -d"
+   fi
+ fi
+@@ -5981,7 +6022,7 @@ done
+ $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+ set x ${MAKE-make}
+ ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   cat >conftest.make <<\_ACEOF
+@@ -5989,7 +6030,7 @@ SHELL = /bin/sh
+ all:
+ 	@echo '@@@%%%=$(MAKE)=@@@%%%'
+ _ACEOF
+-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
++# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+ case `${MAKE-make} -f conftest.make 2>/dev/null` in
+   *@@@%%%=?*=@@@%%%*)
+     eval ac_cv_prog_make_${ac_make}_set=yes;;
+@@ -6085,7 +6126,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"
+   am__isrc=' -I$(srcdir)'
+   # test to see if srcdir already configured
+   if test -f $srcdir/config.status; then
+-    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
++    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+   fi
+ fi
+ 
+@@ -6434,7 +6475,7 @@ fi
+ $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+ set x ${MAKE-make}
+ ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   cat >conftest.make <<\_ACEOF
+@@ -6442,7 +6483,7 @@ SHELL = /bin/sh
+ all:
+ 	@echo '@@@%%%=$(MAKE)=@@@%%%'
+ _ACEOF
+-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
++# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+ case `${MAKE-make} -f conftest.make 2>/dev/null` in
+   *@@@%%%=?*=@@@%%%*)
+     eval ac_cv_prog_make_${ac_make}_set=yes;;
+@@ -6881,7 +6922,7 @@ esac
+   done
+ IFS=$as_save_IFS
+   if test -z "$ac_cv_path_SED"; then
+-    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
++    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
+   fi
+ else
+   ac_cv_path_SED=$SED
+@@ -6957,7 +6998,7 @@ esac
+   done
+ IFS=$as_save_IFS
+   if test -z "$ac_cv_path_GREP"; then
+-    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
++    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+   fi
+ else
+   ac_cv_path_GREP=$GREP
+@@ -7023,7 +7064,7 @@ esac
+   done
+ IFS=$as_save_IFS
+   if test -z "$ac_cv_path_EGREP"; then
+-    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
++    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+   fi
+ else
+   ac_cv_path_EGREP=$EGREP
+@@ -7090,7 +7131,7 @@ esac
+   done
+ IFS=$as_save_IFS
+   if test -z "$ac_cv_path_FGREP"; then
+-    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
++    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+   fi
+ else
+   ac_cv_path_FGREP=$FGREP
+@@ -7206,7 +7247,7 @@ else
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+ fi
+-test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
++test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+ $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+ if test "${lt_cv_prog_gnu_ld+set}" = set; then :
+@@ -8576,7 +8617,7 @@ fi
+ if test "${with_cpu+set}" = set; then :
+   withval=$with_cpu; case "${withval}" in
+     geode) with_cpu=geode ;;
+-    *)   as_fn_error "bad value ${enableval} for --with-cpu option" "$LINENO" 5 ;;
++    *)   as_fn_error $? "bad value ${enableval} for --with-cpu option" "$LINENO" 5  ;;
+    esac
+ else
+   with_cpu=none
+@@ -8621,7 +8662,7 @@ if test $ltmajor -eq 1; then
+ 
+ 
+ case $enable_ltdl_convenience in
+-  no) as_fn_error "this package needs a convenience libltdl" "$LINENO" 5 ;;
++  no) as_fn_error $? "this package needs a convenience libltdl" "$LINENO" 5  ;;
+   "") enable_ltdl_convenience=yes
+       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
+ esac
+@@ -9178,13 +9219,13 @@ if test "${lt_cv_nm_interface+set}" = se
+ else
+   lt_cv_nm_interface="BSD nm"
+   echo "int some_variable = 0;" > conftest.$ac_ext
+-  (eval echo "\"\$as_me:9181: $ac_compile\"" >&5)
++  (eval echo "\"\$as_me:9222: $ac_compile\"" >&5)
+   (eval "$ac_compile" 2>conftest.err)
+   cat conftest.err >&5
+-  (eval echo "\"\$as_me:9184: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
++  (eval echo "\"\$as_me:9225: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
+   cat conftest.err >&5
+-  (eval echo "\"\$as_me:9187: output\"" >&5)
++  (eval echo "\"\$as_me:9228: output\"" >&5)
+   cat conftest.out >&5
+   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+     lt_cv_nm_interface="MS dumpbin"
+@@ -9647,11 +9688,11 @@ irix5* | irix6* | nonstopux*)
+   ;;
+ 
+ # This must be Linux ELF.
+-linux* | k*bsd*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-netbsd*)
++netbsd* | netbsdelf*-gnu)
+   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+   else
+@@ -10386,7 +10427,7 @@ ia64-*-hpux*)
+   ;;
+ *-*-irix6*)
+   # Find out which ABI we are using.
+-  echo '#line 10389 "configure"' > conftest.$ac_ext
++  echo '#line 10430 "configure"' > conftest.$ac_ext
+   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+   (eval $ac_compile) 2>&5
+   ac_status=$?
+@@ -11175,7 +11216,7 @@ else
+   # Broken: fails on valid input.
+ continue
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+   # OK, works on sane cases.  Now check whether nonexistent headers
+   # can be detected and how.
+@@ -11191,11 +11232,11 @@ else
+ ac_preproc_ok=:
+ break
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+ done
+ # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.i conftest.err conftest.$ac_ext
+ if $ac_preproc_ok; then :
+   break
+ fi
+@@ -11234,7 +11275,7 @@ else
+   # Broken: fails on valid input.
+ continue
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+   # OK, works on sane cases.  Now check whether nonexistent headers
+   # can be detected and how.
+@@ -11250,18 +11291,18 @@ else
+ ac_preproc_ok=:
+ break
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+ done
+ # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.i conftest.err conftest.$ac_ext
+ if $ac_preproc_ok; then :
+ 
+ else
+   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "C preprocessor \"$CPP\" fails sanity check
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
++See \`config.log' for more details" "$LINENO" 5 ; }
+ fi
+ 
+ ac_ext=c
+@@ -11390,8 +11431,7 @@ do :
+   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+ "
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+@@ -11546,8 +11586,8 @@ $as_echo "$ac_try_echo"; } >&5
+ ... rest of stderr output deleted ...
+          10q' conftest.err >conftest.er1
+     cat conftest.er1 >&5
+-    rm -f conftest.er1 conftest.err
+   fi
++  rm -f conftest.er1 conftest.err
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+   test $ac_status = 0; }
+ done
+@@ -11714,7 +11754,7 @@ else
+   # Broken: fails on valid input.
+ continue
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+   # OK, works on sane cases.  Now check whether nonexistent headers
+   # can be detected and how.
+@@ -11730,11 +11770,11 @@ else
+ ac_preproc_ok=:
+ break
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+ done
+ # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.i conftest.err conftest.$ac_ext
+ if $ac_preproc_ok; then :
+   break
+ fi
+@@ -11773,7 +11813,7 @@ else
+   # Broken: fails on valid input.
+ continue
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+   # OK, works on sane cases.  Now check whether nonexistent headers
+   # can be detected and how.
+@@ -11789,11 +11829,11 @@ else
+ ac_preproc_ok=:
+ break
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+ done
+ # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.i conftest.err conftest.$ac_ext
+ if $ac_preproc_ok; then :
+ 
+ else
+@@ -12600,11 +12640,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:12603: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:12643: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:12607: \$? = $ac_status" >&5
++   echo "$as_me:12647: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -12769,7 +12809,7 @@ $as_echo_n "checking for $compiler optio
+       lt_prog_compiler_static='-non_shared'
+       ;;
+ 
+-    linux* | k*bsd*-gnu)
++    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+       case $cc_basename in
+       # old Intel for x86_64 which still supported -KPIC.
+       ecc*)
+@@ -12939,11 +12979,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:12942: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:12982: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:12946: \$? = $ac_status" >&5
++   echo "$as_me:12986: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -13044,11 +13084,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:13047: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:13087: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:13051: \$? = $ac_status" >&5
++   echo "$as_me:13091: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -13099,11 +13139,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:13102: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:13142: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:13106: \$? = $ac_status" >&5
++   echo "$as_me:13146: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -13218,6 +13258,9 @@ $as_echo_n "checking whether the $compil
+   openbsd*)
+     with_gnu_ld=no
+     ;;
++  linux* | k*bsd*-gnu)
++    link_all_deplibs=no
++    ;;
+   esac
+ 
+   ld_shlibs=yes
+@@ -13239,6 +13282,7 @@ $as_echo_n "checking whether the $compil
+     fi
+     supports_anon_versioning=no
+     case `$LD -v 2>&1` in
++      *GNU\ gold*) supports_anon_versioning=yes ;;
+       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
+       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+@@ -13330,7 +13374,7 @@ _LT_EOF
+       archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+       ;;
+ 
+-    gnu* | linux* | tpf* | k*bsd*-gnu)
++    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+       tmp_diet=no
+       if test "$host_os" = linux-dietlibc; then
+ 	case $cc_basename in
+@@ -13400,7 +13444,7 @@ _LT_EOF
+       fi
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ 	wlarc=
+@@ -13575,6 +13619,7 @@ _LT_EOF
+ 	if test "$aix_use_runtimelinking" = yes; then
+ 	  shared_flag="$shared_flag "'${wl}-G'
+ 	fi
++	link_all_deplibs=no
+       else
+ 	# not using gcc
+ 	if test "$host_cpu" = ia64; then
+@@ -13901,7 +13946,7 @@ rm -f core conftest.err conftest.$ac_obj
+       link_all_deplibs=yes
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+       else
+@@ -14791,7 +14836,7 @@ linux*oldld* | linux*aout* | linux*coff*
+   ;;
+ 
+ # This must be Linux ELF.
+-linux* | k*bsd*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -14831,13 +14876,10 @@ rm -f core conftest.err conftest.$ac_obj
+   # before this can be enabled.
+   hardcode_into_libs=yes
+ 
+-  # Add ABI-specific directories to the system library path.
+-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
+-
+   # Append ld.so.conf contents to the search path
+   if test -f /etc/ld.so.conf; then
+     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
+-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+   fi
+ 
+   # We used to test for /lib/ld.so.1 and disable shared libraries on
+@@ -14849,6 +14891,18 @@ rm -f core conftest.err conftest.$ac_obj
+   dynamic_linker='GNU/Linux ld.so'
+   ;;
+ 
++netbsdelf*-gnu)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++  soname_spec='${libname}${release}${shared_ext}$major'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  hardcode_into_libs=yes
++  dynamic_linker='NetBSD ld.elf_so'
++  ;;
++
+ netbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+@@ -15469,7 +15523,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<_LT_EOF
+-#line 15472 "configure"
++#line 15526 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -15565,7 +15619,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<_LT_EOF
+-#line 15568 "configure"
++#line 15622 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -15980,7 +16034,7 @@ else
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+ fi
+-test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
++test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+ $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+ if test "${lt_cv_prog_gnu_ld+set}" = set; then :
+@@ -16505,7 +16559,7 @@ if test -z "$aix_libpath"; then aix_libp
+         inherit_rpath_CXX=yes
+         ;;
+ 
+-      linux* | k*bsd*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+         case $cc_basename in
+           KCC*)
+ 	    # Kuck and Associates, Inc. (KAI) C++ Compiler
+@@ -17333,7 +17387,7 @@ $as_echo_n "checking for $compiler optio
+ 	    ;;
+ 	esac
+ 	;;
+-      linux* | k*bsd*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+ 	case $cc_basename in
+ 	  KCC*)
+ 	    # KAI C++ Compiler
+@@ -17397,7 +17451,7 @@ $as_echo_n "checking for $compiler optio
+ 	    ;;
+ 	esac
+ 	;;
+-      netbsd*)
++      netbsd* | netbsdelf*-gnu)
+ 	;;
+       *qnx* | *nto*)
+         # QNX uses GNU C++, but need to define -shared option too, otherwise
+@@ -17521,11 +17575,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:17524: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:17578: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:17528: \$? = $ac_status" >&5
++   echo "$as_me:17582: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -17620,11 +17674,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:17623: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:17677: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:17627: \$? = $ac_status" >&5
++   echo "$as_me:17681: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -17672,11 +17726,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:17675: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:17729: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:17679: \$? = $ac_status" >&5
++   echo "$as_me:17733: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -17748,6 +17802,9 @@ $as_echo_n "checking whether the $compil
+   cygwin* | mingw* | cegcc*)
+     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
+   ;;
++  linux* | k*bsd*-gnu)
++    link_all_deplibs_CXX=no
++  ;;
+   *)
+     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+   ;;
+@@ -18247,7 +18304,7 @@ linux*oldld* | linux*aout* | linux*coff*
+   ;;
+ 
+ # This must be Linux ELF.
+-linux* | k*bsd*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -18287,13 +18344,10 @@ rm -f core conftest.err conftest.$ac_obj
+   # before this can be enabled.
+   hardcode_into_libs=yes
+ 
+-  # Add ABI-specific directories to the system library path.
+-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
+-
+   # Append ld.so.conf contents to the search path
+   if test -f /etc/ld.so.conf; then
+     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
+-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+   fi
+ 
+   # We used to test for /lib/ld.so.1 and disable shared libraries on
+@@ -18305,6 +18359,18 @@ rm -f core conftest.err conftest.$ac_obj
+   dynamic_linker='GNU/Linux ld.so'
+   ;;
+ 
++netbsdelf*-gnu)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++  soname_spec='${libname}${release}${shared_ext}$major'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  hardcode_into_libs=yes
++  dynamic_linker='NetBSD ld.elf_so'
++  ;;
++
+ netbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+@@ -19072,7 +19138,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<_LT_EOF
+-#line 19075 "configure"
++#line 19141 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -19198,7 +19264,7 @@ else
+   freebsd* | dragonfly*)
+     lt_cv_sys_dlopen_deplibs=yes
+     ;;
+-  gnu* | linux* | k*bsd*-gnu)
++  gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
+     # GNU and its variants, using gnu ld.so (Glibc)
+     lt_cv_sys_dlopen_deplibs=yes
+     ;;
+@@ -19218,7 +19284,7 @@ else
+     # at 6.2 and later dlopen does load deplibs.
+     lt_cv_sys_dlopen_deplibs=yes
+     ;;
+-  netbsd*)
++  netbsd* | netbsdelf*-gnu)
+     lt_cv_sys_dlopen_deplibs=yes
+     ;;
+   openbsd*)
+@@ -19309,8 +19375,7 @@ for ac_func in argz_add argz_append argz
+ do :
+   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+-eval as_val=\$$as_ac_var
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
+@@ -19490,7 +19555,7 @@ fi
+ if test -n "$with_ltdl_include"; then
+   if test -f "$with_ltdl_include/ltdl.h"; then :
+   else
+-    as_fn_error "invalid ltdl include directory: \`$with_ltdl_include'" "$LINENO" 5
++    as_fn_error $? "invalid ltdl include directory: \`$with_ltdl_include'" "$LINENO" 5
+   fi
+ else
+   with_ltdl_include=no
+@@ -19506,7 +19571,7 @@ fi
+ if test -n "$with_ltdl_lib"; then
+   if test -f "$with_ltdl_lib/libltdl.la"; then :
+   else
+-    as_fn_error "invalid ltdl library directory: \`$with_ltdl_lib'" "$LINENO" 5
++    as_fn_error $? "invalid ltdl library directory: \`$with_ltdl_lib'" "$LINENO" 5
+   fi
+ else
+   with_ltdl_lib=no
+@@ -19515,7 +19580,7 @@ fi
+ case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
+   ,yes,no,no,)
+ 	case $enable_ltdl_convenience in
+-  no) as_fn_error "this package needs a convenience libltdl" "$LINENO" 5 ;;
++  no) as_fn_error $? "this package needs a convenience libltdl" "$LINENO" 5  ;;
+   "") enable_ltdl_convenience=yes
+       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
+ esac
+@@ -19543,7 +19608,7 @@ $as_echo "#define HAVE_LTDL 1" >>confdef
+ 	LTDLINCL=
+ 	;;
+   ,no*,no,*)
+-	as_fn_error "\`--with-ltdl-include' and \`--with-ltdl-lib' options must be used together" "$LINENO" 5
++	as_fn_error $? "\`--with-ltdl-include' and \`--with-ltdl-lib' options must be used together" "$LINENO" 5
+ 	;;
+   *)	with_included_ltdl=no
+ 	LIBLTDL="-L$with_ltdl_lib -lltdl"
+@@ -19610,8 +19675,7 @@ do :
+   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+ "
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+@@ -19625,8 +19689,7 @@ for ac_func in closedir opendir readdir
+ do :
+   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+-eval as_val=\$$as_ac_var
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
+@@ -19643,8 +19706,7 @@ for ac_func in strlcat strlcpy
+ do :
+   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+-eval as_val=\$$as_ac_var
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
+@@ -19917,8 +19979,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUI
+ 
+      ;; #(
+    *)
+-     as_fn_error "unknown endianness
+- presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
++     as_fn_error $? "unknown endianness
++ presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
+  esac
+ 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
+@@ -20148,7 +20210,7 @@ if test "${with_statistics+set}" = set; 
+         queu=yes
+         cache=yes
+         nstatistics=4                   ;;
+-      *) as_fn_error "invalid statistics feature specified: ${withval} given (accept: buffers|que|memory|all)" "$LINENO" 5
++      *) as_fn_error $? "invalid statistics feature specified: ${withval} given (accept: buffers|que|memory|all)" "$LINENO" 5
+         ;;
+       esac
+     withval=`echo ${withval} | cut -d ' ' -f 2-6`
+@@ -20246,7 +20308,7 @@ if test "${with_security+set}" = set; th
+         lctrace=yes
+         nsecurity=3
+         ;;
+-      *) as_fn_error "invalid security feature specified: ${withval} given (accept: solreadonly|lc|lctrace)" "$LINENO" 5
++      *) as_fn_error $? "invalid security feature specified: ${withval} given (accept: solreadonly|lc|lctrace)" "$LINENO" 5
+         ;;
+       esac
+     withval=`echo ${withval} | cut -d ' ' -f 2-6`
+@@ -20560,7 +20622,7 @@ $as_echo "#define USE_HILDON 1" >>confde
+         build_qt4=yes
+         build_sdl=yes
+         ;;
+-      *) as_fn_error "invalid gui ${enableval} given (accept: gtk|kde3|kde4|fltk|sdl|riscos|aqua|fb|hildon|alp|qtopia3|qtopia4|dump|aos4|haiku)" "$LINENO" 5
++      *) as_fn_error $? "invalid gui ${enableval} given (accept: gtk|kde3|kde4|fltk|sdl|riscos|aqua|fb|hildon|alp|qtopia3|qtopia4|dump|aos4|haiku)" "$LINENO" 5
+          ;;
+       esac
+     enableval=`echo ${enableval} | cut -d ' ' -f 2-6`
+@@ -20672,7 +20734,7 @@ if test "${enable_media+set}" = set; the
+           media_list="none"
+           ;;
+         *)
+-          as_fn_error "bad value ${enableval} for --enable-media option" "$LINENO" 5
++          as_fn_error $? "bad value ${enableval} for --enable-media option" "$LINENO" 5
+           ;;
+ 
+       esac
+@@ -20725,7 +20787,7 @@ else
+         ac_cv_path_ffmpeg_incl="-I`(cd ${ffmpeg_top_incl}; pwd)`"
+         avcodec_h=${with_ffmpeg_incl}/avcodec.h
+       else
+-        as_fn_error "${with_ffmpeg_incl} directory does not contain the avcodec.h header" "$LINENO" 5
++        as_fn_error $? "${with_ffmpeg_incl} directory does not contain the avcodec.h header" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -20962,14 +21024,14 @@ else
+           libavcodec="-lavcodec"
+           LIBS="${ac_cv_path_ffmpeg_lib} $LIBS"           top_lib_dir=${with_ffmpeg_lib}
+       else
+-	      as_fn_error "${with_ffmpeg_lib} directory doesn't contain libavcodec libraries." "$LINENO" 5
++	      as_fn_error $? "${with_ffmpeg_lib} directory doesn't contain libavcodec libraries." "$LINENO" 5
+       fi
+       if test -f ${with_ffmpeg_lib}/libavformat.a -o -f ${with_ffmpeg_lib}/libavformat.${shlibext}; then
+ 	      ac_cv_path_ffmpeg_lib="-L`(cd ${with_ffmpeg_lib}; pwd)`"
+           libavformat="-lavformat"
+           top_lib_dir=${with_ffmpeg_lib}
+       else
+-	      as_fn_error "${with_ffmpeg_lib} directory doesn't contain libavformat libraries." "$LINENO" 5
++	      as_fn_error $? "${with_ffmpeg_lib} directory doesn't contain libavformat libraries." "$LINENO" 5
+       fi
+     fi
+ 
+@@ -21630,7 +21692,7 @@ if test "${enable_input+set}" = set; the
+       t*|T*)         build_tslib=yes
+         input_events="${input_events}, Touchscreen"
+         ;;
+-      *) as_fn_error "invalid input device list! ${enableval} given (accept: ps2mouse|keyboard|events,touchscreen)" "$LINENO" 5
++      *) as_fn_error $? "invalid input device list! ${enableval} given (accept: ps2mouse|keyboard|events,touchscreen)" "$LINENO" 5
+          ;;
+       esac
+     enableval=`echo ${enableval} | cut -d ' ' -f 2-6`
+@@ -21675,7 +21737,7 @@ $as_echo_n "checking for tslib.h header 
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_ts_incl} directory doesn't contain tslib.h." "$LINENO" 5
++          as_fn_error $? "${with_ts_incl} directory doesn't contain tslib.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -21774,8 +21836,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/tslib.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/tslib.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_ts_incl="-I/usr/include/$name"; found_ts_incl="yes"
+ else
+ 
+@@ -21878,7 +21939,7 @@ $as_echo_n "checking for libts library i
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_ts_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_ts_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -22199,7 +22260,7 @@ if test "${enable_renderer+set}" = set; 
+         build_cairo=yes
+         nrender=$((nrender+1))
+         ;;
+-      *) as_fn_error "invalid renderer specified: ${enableval} given (accept:  (ogl|cairo|agg|all)" "$LINENO" 5
++      *) as_fn_error $? "invalid renderer specified: ${enableval} given (accept:  (ogl|cairo|agg|all)" "$LINENO" 5
+         ;;
+       esac
+     enableval=`echo ${enableval} | cut -d ' ' -f 2-6`
+@@ -22264,7 +22325,7 @@ $as_echo "#define PIXELFORMAT_RGB555 1" 
+ $as_echo "#define PIXELFORMAT_RGB565 1" >>confdefs.h
+ 
+         ;;
+-      *) as_fn_error "invalid pixel format ${withval} given (accept: all|RGB555|RGB565|RGB24|BGR24|BGRA32|RGBA32|ARGB32|ABGR32)" "$LINENO" 5
++      *) as_fn_error $? "invalid pixel format ${withval} given (accept: all|RGB555|RGB565|RGB24|BGR24|BGRA32|RGBA32|ARGB32|ABGR32)" "$LINENO" 5
+          ;;
+       esac
+     withval=`echo ${withval} | cut -d ' ' -f 2-6`
+@@ -22403,7 +22464,7 @@ $as_echo_n "checking for cairo.h header 
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_cairo_incl} directory doesn't contain cairo.h." "$LINENO" 5
++          as_fn_error $? "${with_cairo_incl} directory doesn't contain cairo.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -22502,8 +22563,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/cairo.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/cairo.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_cairo_incl="-I/usr/include/$name"; found_cairo_incl="yes"
+ else
+ 
+@@ -22606,7 +22666,7 @@ $as_echo_n "checking for libcairo librar
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_cairo_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_cairo_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -22828,7 +22888,7 @@ else
+         ac_cv_path_agg_incl="-I${agg_include_dir}"
+         agg25=yes
+       else
+-        as_fn_error "${with_agg_incl} directory doesn't contain any headers" "$LINENO" 5
++        as_fn_error $? "${with_agg_incl} directory doesn't contain any headers" "$LINENO" 5
+         agg25=no
+       fi
+     fi
+@@ -22891,7 +22951,7 @@ else
+       if test -f ${with_agg_lib}/libagg.a -o -f ${with_agg_lib}/libagg.${shlibext}; then
+       	ac_cv_path_agg_lib="-L`(cd ${with_agg_lib}; pwd)`"
+       else
+-      	as_fn_error "${with_agg_lib} directory doesn't contain AGG libraries." "$LINENO" 5
++      	as_fn_error $? "${with_agg_lib} directory doesn't contain AGG libraries." "$LINENO" 5
+       fi
+     fi
+ 
+@@ -23037,7 +23097,7 @@ if test "${enable_hwaccel+set}" = set; t
+         build_omap=yes
+         nhwaccel=$((nhwaccel+1))
+         ;;
+-      *) as_fn_error "invalid hwaccel feature specified: ${enableval} given (accept: none,vaapi,omap)" "$LINENO" 5
++      *) as_fn_error $? "invalid hwaccel feature specified: ${enableval} given (accept: none,vaapi,omap)" "$LINENO" 5
+         ;;
+       esac
+     enableval=`echo ${enableval} | cut -d ' ' -f 2-6`
+@@ -23085,7 +23145,7 @@ $as_echo_n "checking for va/va.h header 
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_libva_incl} directory doesn't contain va/va.h." "$LINENO" 5
++          as_fn_error $? "${with_libva_incl} directory doesn't contain va/va.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -23184,8 +23244,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/va/va.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/va/va.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_libva_incl="-I/usr/include/$name"; found_libva_incl="yes"
+ else
+ 
+@@ -23288,7 +23347,7 @@ $as_echo_n "checking for liblibva librar
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_libva_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_libva_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -23521,7 +23580,7 @@ $as_echo_n "checking for va/va_x11.h hea
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_libva_x11_incl} directory doesn't contain va/va_x11.h." "$LINENO" 5
++          as_fn_error $? "${with_libva_x11_incl} directory doesn't contain va/va_x11.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -23620,8 +23679,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/va/va_x11.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/va/va_x11.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_libva_x11_incl="-I/usr/include/$name"; found_libva_x11_incl="yes"
+ else
+ 
+@@ -23724,7 +23782,7 @@ $as_echo_n "checking for liblibva_x11 li
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_libva_x11_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_libva_x11_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -23959,7 +24017,7 @@ $as_echo_n "checking for va/va_glx.h hea
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_libva_glx_incl} directory doesn't contain va/va_glx.h." "$LINENO" 5
++          as_fn_error $? "${with_libva_glx_incl} directory doesn't contain va/va_glx.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -24058,8 +24116,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/va/va_glx.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/va/va_glx.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_libva_glx_incl="-I/usr/include/$name"; found_libva_glx_incl="yes"
+ else
+ 
+@@ -24162,7 +24219,7 @@ $as_echo_n "checking for liblibva_glx li
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_libva_glx_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_libva_glx_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -24396,7 +24453,7 @@ else
+ fi
+ 
+ if test x"${build_vaapi}" = x"yes" -a x"${have_ffmpeg}" != x"yes"; then
+-  as_fn_error "\"Hardware acceleration currently not supported unless using ffmpeg.\"" "$LINENO" 5
++  as_fn_error $? "\"Hardware acceleration currently not supported unless using ffmpeg.\"" "$LINENO" 5
+ fi
+ 
+  if test x"${found_libva_incl}" = xyes; then
+@@ -24528,7 +24585,7 @@ if test "${enable_lirc+set}" = set; then
+   enableval=$enable_lirc; case "${enableval}" in
+   yes) lirc=yes ;;
+   no)  lirc=no ;;
+-  *)   as_fn_error "bad value ${enableval} for enable-lirc option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for enable-lirc option" "$LINENO" 5  ;;
+ esac
+ else
+   lirc=no
+@@ -24643,7 +24700,7 @@ $as_echo "#define USE_GTK_EXT 1" >>confd
+         ext_all=yes
+         nextensions=9
+         ;;
+-      *) as_fn_error "invalid extension specified: ${enableval} given (accept: MYSQL|DEJAGNU|FILEIO|GTK|LIRC|DBUS|METOME|ALL)" "$LINENO" 5
++      *) as_fn_error $? "invalid extension specified: ${enableval} given (accept: MYSQL|DEJAGNU|FILEIO|GTK|LIRC|DBUS|METOME|ALL)" "$LINENO" 5
+          ;;
+       esac
+     enableval=`echo ${enableval} | cut -d ' ' -f 2-6`
+@@ -24674,7 +24731,7 @@ else
+       if test -f ${with_dbus_incl}/dbus/dbus.h ; then
+         ac_cv_path_dbus_incl="-I`(cd ${with_dbus_incl}; pwd)`"
+       else
+-        as_fn_error "${with_dbus_incl} directory doesn't contain dbus/dbus.h" "$LINENO" 5
++        as_fn_error $? "${with_dbus_incl} directory doesn't contain dbus/dbus.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -24742,7 +24799,7 @@ else
+       if test -f ${with_dbus_lib}/libdbus-1.a -o -f ${with_dbus_lib}/libdbus-1.${shlibext}; then
+ 	      ac_cv_path_dbus_lib="-L`(cd ${with_dbus_lib}; pwd)`"
+       else
+-	      as_fn_error "${with_dbus_lib} directory doesn't contain libdbus." "$LINENO" 5
++	      as_fn_error $? "${with_dbus_lib} directory doesn't contain libdbus." "$LINENO" 5
+       fi
+     fi
+ 
+@@ -24779,7 +24836,7 @@ $as_echo "${ac_cv_path_dbus_lib}" >&6; }
+     as_ac_Lib=`$as_echo "ac_cv_lib_dbus-${gnash_dbus_version}''_dbus_engine_shape_class_init" | $as_tr_sh`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_engine_shape_class_init in -ldbus-${gnash_dbus_version}" >&5
+ $as_echo_n "checking for dbus_engine_shape_class_init in -ldbus-${gnash_dbus_version}... " >&6; }
+-if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+@@ -24814,8 +24871,7 @@ fi
+ eval ac_res=\$$as_ac_Lib
+ 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+ $as_echo "$ac_res" >&6; }
+-eval as_val=\$$as_ac_Lib
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
+   ac_cv_path_dbus_lib="-ldbus-${gnash_dbus_version}"
+ fi
+ 
+@@ -24854,7 +24910,7 @@ else
+       if test -f ${with_mysql_incl}/mysql.h ; then
+         ac_cv_path_mysql_incl="-I`(cd ${with_mysql_incl}; pwd)`"
+       else
+-        as_fn_error "${with_mysql_incl} directory doesn't contain any headers" "$LINENO" 5
++        as_fn_error $? "${with_mysql_incl} directory doesn't contain any headers" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -24983,7 +25039,7 @@ else
+       if test -f ${with_mysql_lib}/libmysqlclient.a -o -f ${with_mysql_lib}/libmysqlclient.${shlibext}; then
+ 	      ac_cv_path_mysql_lib="-L`(cd ${with_mysql_lib}; pwd)`"
+       else
+-        as_fn_error "${with_mysql_lib} directory doesn't contain mysql libraries." "$LINENO" 5
++        as_fn_error $? "${with_mysql_lib} directory doesn't contain mysql libraries." "$LINENO" 5
+       fi
+     fi
+ 
+@@ -25156,7 +25212,7 @@ if test "${with_classfile+set}" = set; t
+     build_all_as3=no
+   else
+     classfile=
+-    as_fn_error "No class file was specified! Building everything..." "$LINENO" 5
++    as_fn_error $? "No class file was specified! Building everything..." "$LINENO" 5
+     build_all_as3=yes
+   fi
+ 
+@@ -25165,7 +25221,7 @@ fi
+ 
+ if test x"${classfile}" != x"all"; then
+     if test ! -f ${classfile}; then
+-    as_fn_error "Specified class file ${classfile} doesn't exist! Building everything..." "$LINENO" 5
++    as_fn_error $? "Specified class file ${classfile} doesn't exist! Building everything..." "$LINENO" 5
+     build_all_as3=yes
+   else
+     build_all_as3=no
+@@ -27882,7 +27938,7 @@ if test "${enable_avm2+set}" = set; then
+   enableval=$enable_avm2; case "${enableval}" in
+     yes) avm2=yes ;;
+     no)  avm2=no ;;
+-    *)   as_fn_error "bad value ${enableval} for enable-avm2 option" "$LINENO" 5 ;;
++    *)   as_fn_error $? "bad value ${enableval} for enable-avm2 option" "$LINENO" 5  ;;
+   esac
+ else
+   avm2=no
+@@ -27927,7 +27983,7 @@ if test "${enable_python+set}" = set; th
+   enableval=$enable_python; case "${enableval}" in
+   yes) python=yes ;;
+   no)  python=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --enable-python option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --enable-python option" "$LINENO" 5  ;;
+ esac
+ else
+   python=no
+@@ -27950,7 +28006,7 @@ else
+       if test -f ${with_python_incl}/python/python.h ; then
+ 	      ac_cv_path_python_incl="`(cd ${with_python_incl}; pwd)`"
+       else
+-	      as_fn_error "${with_python_incl} directory doesn't contain python/python.h" "$LINENO" 5
++	      as_fn_error $? "${with_python_incl} directory doesn't contain python/python.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -28060,7 +28116,7 @@ else
+         if test -f ${with_python_lib}/libpython.a -o -f ${with_python_lib}/libpython.${shlibext}; then # {
+           ac_cv_path_python_lib="-L`(cd ${with_python_lib}; pwd)`"
+         else # }{
+-          as_fn_error "${with_python_lib} directory doesn't contain libpython." "$LINENO" 5
++          as_fn_error $? "${with_python_lib} directory doesn't contain libpython." "$LINENO" 5
+         fi # }
+       fi # }
+ 
+@@ -28173,7 +28229,7 @@ test -n "$PYTHON" || PYTHON=":"
+ 
+ 
+   if test "$PYTHON" = :; then
+-      as_fn_error "no suitable Python interpreter found" "$LINENO" 5
++      as_fn_error $? "no suitable Python interpreter found" "$LINENO" 5
+   else
+ 
+ 
+@@ -28376,7 +28432,7 @@ fi
+ 
+ 
+       if test x"${PYGTK_CODEGEN}" = xno; then
+-        as_fn_error "could not find pygtk-codegen-2.0 script" "$LINENO" 5
++        as_fn_error $? "could not find pygtk-codegen-2.0 script" "$LINENO" 5
+        fi
+      fi
+ 
+@@ -28419,7 +28475,7 @@ if test $pkg_failed = yes; then
+ 	# Put the nasty error message in config.log where it belongs
+ 	echo "$PYGTK_PKG_ERRORS" 1>&5
+ 
+-	as_fn_error "Package requirements (pygtk-2.0) were not met.
++	as_fn_error $? "Package requirements (pygtk-2.0) were not met.
+ Consider adjusting the PKG_CONFIG_PATH environment variable if you
+ installed software in a non-standard prefix.
+ 
+@@ -28429,7 +28485,7 @@ more details." "$LINENO" 5
+ elif test $pkg_failed = untried; then
+ 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
++as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+ is in your PATH or set the PKG_CONFIG environment variable to the full
+ path to pkg-config.
+ 
+@@ -28438,7 +28494,7 @@ to avoid the need to call pkg-config.  S
+ more details.
+ 
+ To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
+-See \`config.log' for more details." "$LINENO" 5; }
++See \`config.log' for more details" "$LINENO" 5 ; }
+ else
+ 	PYGTK_CFLAGS=$pkg_cv_PYGTK_CFLAGS
+ 	PYGTK_LIBS=$pkg_cv_PYGTK_LIBS
+@@ -28482,7 +28538,7 @@ if test "${enable_jemalloc+set}" = set; 
+   enableval=$enable_jemalloc; case "${enableval}" in
+   yes) jemalloc=yes ;;
+   no)  jemalloc=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --enable-jemalloc option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --enable-jemalloc option" "$LINENO" 5  ;;
+ esac
+ else
+   jemalloc=yes
+@@ -28605,7 +28661,7 @@ if test "${enable_debugger+set}" = set; 
+   enableval=$enable_debugger; case "${enableval}" in
+   yes) debugger=yes ;;
+   no)  debugger=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --enable-debugger option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --enable-debugger option" "$LINENO" 5  ;;
+ esac
+ else
+   debugger=no
+@@ -28641,7 +28697,7 @@ if test "${enable_allstatic+set}" = set;
+   enableval=$enable_allstatic; case "${enableval}" in
+   yes) allstatic=yes ;;
+   no)  allstatic=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --enable-allstatic option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --enable-allstatic option" "$LINENO" 5  ;;
+ esac
+ else
+   allstatic=no
+@@ -28665,7 +28721,7 @@ if test "${with_shm+set}" = set; then :
+           ;;
+     posix) with_shm=posix
+           ;;
+-    *)   as_fn_error "bad value ${enableval} for --with-shm option (try sysv or posix" "$LINENO" 5
++    *)   as_fn_error $? "bad value ${enableval} for --with-shm option (try sysv or posix" "$LINENO" 5
+           ;;
+    esac
+ else
+@@ -28707,7 +28763,7 @@ if test "${enable_menus+set}" = set; the
+   enableval=$enable_menus; case "${enableval}" in
+   yes) menus=yes ;;
+   no)  menus=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --disable-menus option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --disable-menus option" "$LINENO" 5  ;;
+ esac
+ else
+   menus=yes
+@@ -28733,7 +28789,7 @@ if test "${enable_swftree+set}" = set; t
+   enableval=$enable_swftree; case "${enableval}" in
+   yes) swftree=yes ;;
+   no)  swftree=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --disable-swf-properties option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --disable-swf-properties option" "$LINENO" 5  ;;
+ esac
+ else
+   swftree=yes
+@@ -28759,7 +28815,7 @@ if test "${enable_testsuite+set}" = set;
+   enableval=$enable_testsuite; case "${enableval}" in
+   yes) testsuite=yes ;;
+   no)  testsuite=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --disable-testsuite option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --disable-testsuite option" "$LINENO" 5  ;;
+ esac
+ else
+   testsuite=no
+@@ -28785,7 +28841,7 @@ if test "${enable_write+set}" = set; the
+   enableval=$enable_write; case "${enableval}" in
+   yes) write=yes ;;
+   no)  write=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --enable-write option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --enable-write option" "$LINENO" 5  ;;
+ esac
+ else
+   write=no
+@@ -28803,7 +28859,7 @@ if test "${enable_sa_launcher+set}" = se
+   enableval=$enable_sa_launcher; case "${enableval}" in
+   yes) sa_launcher=yes ;;
+   no)  sa_launcher=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --enable-sa-launcher option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --enable-sa-launcher option" "$LINENO" 5  ;;
+ esac
+ else
+   sa_launcher=yes
+@@ -28821,7 +28877,7 @@ if test "${enable_cygnal+set}" = set; th
+   enableval=$enable_cygnal; case "${enableval}" in
+   yes) cygnal=yes ;;
+   no)  cygnal=no ;;
+-  *)   as_fn_error "bad value ${enableval} for enable-cygnal option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for enable-cygnal option" "$LINENO" 5  ;;
+ esac
+ else
+   cygnal=no
+@@ -28841,7 +28897,7 @@ if test "${enable_cgibins+set}" = set; t
+   enableval=$enable_cgibins; case "${enableval}" in
+   yes) cgibin=yes ;;
+   no)  cgibin=no ;;
+-  *)   as_fn_error "bad value ${enableval} for enable-cgibins option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for enable-cgibins option" "$LINENO" 5  ;;
+ esac
+ else
+   cgibin=yes
+@@ -28866,7 +28922,7 @@ if test "${enable_i810_lod_bias+set}" = 
+   enableval=$enable_i810_lod_bias; case "${enableval}" in
+   yes) i810lodbias=yes ;;
+   no)  i810lodbias=no ;;
+-  *)   as_fn_error "bad value ${enableval} for enable-i810-lod-bias option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for enable-i810-lod-bias option" "$LINENO" 5  ;;
+ esac
+ fi
+ 
+@@ -28882,7 +28938,7 @@ if test "${enable_doublebuf+set}" = set;
+   enableval=$enable_doublebuf; case "${enableval}" in
+     yes) doublebuf=yes ;;
+     no)  doublebuf=no ;;
+-    *)   as_fn_error "bad value ${enableval} for enable-doublebuf option" "$LINENO" 5 ;;
++    *)   as_fn_error $? "bad value ${enableval} for enable-doublebuf option" "$LINENO" 5  ;;
+   esac
+ else
+   doublebuf=no
+@@ -28908,7 +28964,7 @@ if test "${enable_offscreen+set}" = set;
+   enableval=$enable_offscreen; case "${enableval}" in
+     yes) offscreen=yes ;;
+     no)  offscreen=no ;;
+-    *)   as_fn_error "bad value ${enableval} for enable-offscreen option" "$LINENO" 5 ;;
++    *)   as_fn_error $? "bad value ${enableval} for enable-offscreen option" "$LINENO" 5  ;;
+   esac
+ else
+   offscreen=no
+@@ -28922,7 +28978,7 @@ if test "${enable_ssh+set}" = set; then 
+   enableval=$enable_ssh; case "${enableval}" in
+   yes) build_ssh=yes ;;
+   no)  build_ssh=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --enable-ssh option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --enable-ssh option" "$LINENO" 5  ;;
+ esac
+ else
+   build_ssh=no
+@@ -28968,7 +29024,7 @@ $as_echo_n "checking for libssh/libssh.h
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_ssh_incl} directory doesn't contain libssh/libssh.h." "$LINENO" 5
++          as_fn_error $? "${with_ssh_incl} directory doesn't contain libssh/libssh.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -29067,8 +29123,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/libssh/libssh.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/libssh/libssh.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_ssh_incl="-I/usr/include/$name"; found_ssh_incl="yes"
+ else
+ 
+@@ -29171,7 +29226,7 @@ $as_echo_n "checking for libssh library 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_ssh_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_ssh_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -29381,7 +29436,7 @@ if test "${enable_ssl+set}" = set; then 
+   enableval=$enable_ssl; case "${enableval}" in
+   yes) build_ssl=yes ;;
+   no)  build_ssl=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --enable-ssl option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --enable-ssl option" "$LINENO" 5  ;;
+ esac
+ else
+   build_ssl=no
+@@ -29442,7 +29497,7 @@ $as_echo_n "checking for openssl/ssl.h h
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_ssl_incl} directory doesn't contain openssl/ssl.h." "$LINENO" 5
++          as_fn_error $? "${with_ssl_incl} directory doesn't contain openssl/ssl.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -29541,8 +29596,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/openssl/ssl.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/openssl/ssl.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_ssl_incl="-I/usr/include/$name"; found_ssl_incl="yes"
+ else
+ 
+@@ -29645,7 +29699,7 @@ $as_echo_n "checking for libssl library 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_ssl_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_ssl_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -29949,7 +30003,7 @@ else
+       if test -f ${with_gtk2_incl}/gtk/gtk.h; then
+       	ac_cv_path_gtk2_incl="-I`(cd ${with_gtk2_incl}; pwd)`"
+       else
+-      	as_fn_error "${with_gtk2_incl} directory doesn't contain gtk/gtk.h" "$LINENO" 5
++      	as_fn_error $? "${with_gtk2_incl} directory doesn't contain gtk/gtk.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -30020,10 +30074,10 @@ else
+         if test -f ${with_gtk2_lib}/${gdklib}.${shlibext} -o -f ${with_gtk2_lib}/${gdklib}.a; then
+         	ac_cv_path_gtk2_lib="-I`(cd ${with_gtk2_lib}; pwd)`"
+         else
+-        	as_fn_error "${with_gtk2_lib} directory doesn't contain ${gdklib}.${shlibext}" "$LINENO" 5
++        	as_fn_error $? "${with_gtk2_lib} directory doesn't contain ${gdklib}.${shlibext}" "$LINENO" 5
+         fi
+       else
+-      	as_fn_error "${with_gtk2_lib} directory doesn't contain ${gtklib}.${shlibext}" "$LINENO" 5
++      	as_fn_error $? "${with_gtk2_lib} directory doesn't contain ${gtklib}.${shlibext}" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -30194,7 +30248,7 @@ else
+       if test -f ${with_pango_incl}/pango/pango.h ; then
+         ac_cv_path_pango_incl="-I`(cd ${with_pango_incl}; pwd)`"
+       else
+-        as_fn_error "${with_pango_incl} directory doesn't contain pango/pango.h" "$LINENO" 5
++        as_fn_error $? "${with_pango_incl} directory doesn't contain pango/pango.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -30268,7 +30322,7 @@ else
+       if test -f ${with_pango_lib}/libpangox-${gnash_pango_version}.a -o -f ${with_pango_lib}/libpangox-${gnash_pango_version}.${shlibext} -o -f ${with_pango_lib}/libpangox-${gnash_pango_version}.${shlibext}.a; then
+ 	ac_cv_path_pango_lib=-L`(cd ${with_pango_lib}; pwd)`
+       else
+-	as_fn_error "${with_pango_lib} directory doesn't contain libpango." "$LINENO" 5
++	as_fn_error $? "${with_pango_lib} directory doesn't contain libpango." "$LINENO" 5
+       fi
+     fi
+ 
+@@ -30304,7 +30358,7 @@ $as_echo "${ac_cv_path_pango_lib}" >&6; 
+     as_ac_Lib=`$as_echo "ac_cv_lib_pango-${gnash_pango_version}''_pango_engine_shape_class_init" | $as_tr_sh`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pango_engine_shape_class_init in -lpango-${gnash_pango_version}" >&5
+ $as_echo_n "checking for pango_engine_shape_class_init in -lpango-${gnash_pango_version}... " >&6; }
+-if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+@@ -30339,8 +30393,7 @@ fi
+ eval ac_res=\$$as_ac_Lib
+ 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+ $as_echo "$ac_res" >&6; }
+-eval as_val=\$$as_ac_Lib
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
+   ac_cv_path_pango_lib="-lpango-${gnash_pango_version}"
+ fi
+ 
+@@ -30391,7 +30444,7 @@ $as_echo_n "checking for atk/atk.h heade
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_atk_incl} directory doesn't contain atk/atk.h." "$LINENO" 5
++          as_fn_error $? "${with_atk_incl} directory doesn't contain atk/atk.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -30490,8 +30543,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/atk/atk.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/atk/atk.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_atk_incl="-I/usr/include/$name"; found_atk_incl="yes"
+ else
+ 
+@@ -30594,7 +30646,7 @@ $as_echo_n "checking for libatk library 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_atk_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_atk_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -30798,7 +30850,7 @@ if test "${enable_glext+set}" = set; the
+   enableval=$enable_glext; case "${enableval}" in
+     yes) glext=yes ;;
+     no)  glext=no ;;
+-    *)   as_fn_error "bad value ${enableval} for disable-glext option" "$LINENO" 5 ;;
++    *)   as_fn_error $? "bad value ${enableval} for disable-glext option" "$LINENO" 5  ;;
+   esac
+ else
+   glext=yes
+@@ -30821,7 +30873,7 @@ else
+ 		if test -f ${with_glext_incl}/gtk/gtkgl.h ; then
+ 			ac_cv_path_glext_incl="-I`(cd ${with_glext_incl}; pwd)`"
+ 		else
+-			as_fn_error "${with_glext_incl} directory doesnt contain gtk/gtkgl.h" "$LINENO" 5
++			as_fn_error $? "${with_glext_incl} directory doesnt contain gtk/gtkgl.h" "$LINENO" 5
+ 		fi
+ 	fi
+ 
+@@ -30895,7 +30947,7 @@ if test x"${with_glext_lib}" != x ; then
+ 	if test -f ${with_glext_lib}/libgtkglext-x11-${gnash_glext_version}.a -o -f ${with_glext_lib}/libgtkglext-x11-${gnash_glext_version}.${shlibext}; then
+ 		ac_cv_path_glext_lib="-L`(cd ${with_glext_lib}; pwd)`"
+ 	else
+-		as_fn_error "${with_glext_lib} directory doesnt contain libgtkglext-x11-${gnash_glext_version}.a|so" "$LINENO" 5
++		as_fn_error $? "${with_glext_lib} directory doesnt contain libgtkglext-x11-${gnash_glext_version}.a|so" "$LINENO" 5
+ 	fi
+ fi
+ 
+@@ -30911,7 +30963,7 @@ if test x"${ac_cv_path_glext_lib}" = x; 
+ 	as_ac_Lib=`$as_echo "ac_cv_lib_gtkglext-x11-${gnash_glext_version}''_gtk_gl_init" | $as_tr_sh`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk_gl_init in -lgtkglext-x11-${gnash_glext_version}" >&5
+ $as_echo_n "checking for gtk_gl_init in -lgtkglext-x11-${gnash_glext_version}... " >&6; }
+-if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+@@ -30946,8 +30998,7 @@ fi
+ eval ac_res=\$$as_ac_Lib
+ 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+ $as_echo "$ac_res" >&6; }
+-eval as_val=\$$as_ac_Lib
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
+   ac_cv_path_glext_lib="-lgtkglext-x11-${gnash_glext_version} -lgdkglext-x11-${gnash_glext_version}"
+ else
+ 
+@@ -31028,7 +31079,7 @@ $as_echo_n "checking for cairo.h header 
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_cairo_incl} directory doesn't contain cairo.h." "$LINENO" 5
++          as_fn_error $? "${with_cairo_incl} directory doesn't contain cairo.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -31127,8 +31178,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/cairo.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/cairo.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_cairo_incl="-I/usr/include/$name"; found_cairo_incl="yes"
+ else
+ 
+@@ -31231,7 +31281,7 @@ $as_echo_n "checking for libcairo librar
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_cairo_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_cairo_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -31447,7 +31497,7 @@ else
+       if test -f ${with_hildon_incl}/hildon/hildon-program.h ; then
+         ac_cv_path_hildon_incl="-I`(cd ${with_hildon_incl}; pwd)`"
+       else
+-        as_fn_error "${with_hildon_incl} directory doesn't contain hildon/hildon.h" "$LINENO" 5
++        as_fn_error $? "${with_hildon_incl} directory doesn't contain hildon/hildon.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -31515,7 +31565,7 @@ else
+       if test -f ${with_hildon_lib}/libhildon-${gnash_hildon_version}.a -o -f ${with_hildon_lib}/libhildon-${gnash_hildon_version}.${shlibext}; then
+ 	      ac_cv_path_hildon_lib="-L`(cd ${with_hildon_lib}; pwd)`"
+       else
+-	      as_fn_error "${with_hildon_lib} directory doesn't contain libhildonhildon." "$LINENO" 5
++	      as_fn_error $? "${with_hildon_lib} directory doesn't contain libhildonhildon." "$LINENO" 5
+       fi
+     fi
+ 
+@@ -31556,7 +31606,7 @@ $as_echo "${ac_cv_path_hildon_lib}" >&6;
+     as_ac_Lib=`$as_echo "ac_cv_lib_hildon-${gnash_hildon_version}''_hildon_engine_shape_class_init" | $as_tr_sh`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hildon_engine_shape_class_init in -lhildon-${gnash_hildon_version}" >&5
+ $as_echo_n "checking for hildon_engine_shape_class_init in -lhildon-${gnash_hildon_version}... " >&6; }
+-if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+@@ -31591,8 +31641,7 @@ fi
+ eval ac_res=\$$as_ac_Lib
+ 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+ $as_echo "$ac_res" >&6; }
+-eval as_val=\$$as_ac_Lib
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
+   ac_cv_path_hildon_lib="-lhildon-${gnash_hildon_version}"
+ fi
+ 
+@@ -31771,7 +31820,7 @@ for ac_hdr in dirent.h sys/ndir.h sys/di
+   as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
+ $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
+-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$as_ac_Header+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+@@ -31798,8 +31847,7 @@ fi
+ eval ac_res=\$$as_ac_Header
+ 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+ $as_echo "$ac_res" >&6; }
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
+ _ACEOF
+@@ -31975,7 +32023,7 @@ if test "${enable_kparts3+set}" = set; t
+   enableval=$enable_kparts3; case "${enableval}" in
+   yes) build_kparts3=yes ;;
+   no)  build_kparts3=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --disable-kparts3 option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --disable-kparts3 option" "$LINENO" 5  ;;
+ esac
+ else
+   build_kparts3=$build_kde3
+@@ -31988,7 +32036,7 @@ if test "${enable_kparts4+set}" = set; t
+   enableval=$enable_kparts4; case "${enableval}" in
+   yes) build_kparts4=yes ;;
+   no)  build_kparts4=no ;;
+-  *)   as_fn_error "bad value ${enableval} for --disable-kparts4 option" "$LINENO" 5 ;;
++  *)   as_fn_error $? "bad value ${enableval} for --disable-kparts4 option" "$LINENO" 5  ;;
+ esac
+ else
+   build_kparts4=$build_kde4
+@@ -32001,7 +32049,7 @@ if test "${enable_npapi+set}" = set; the
+   enableval=$enable_npapi; case "${enableval}" in
+     yes) npapi=yes ;;
+     no)  npapi=no ;;
+-    *)   as_fn_error "bad value ${enableval} for disable-npapi option" "$LINENO" 5 ;;
++    *)   as_fn_error $? "bad value ${enableval} for disable-npapi option" "$LINENO" 5  ;;
+   esac
+ else
+   if test x$build_gtk = xyes -o x$build_kde4 = xyes; then
+@@ -32017,7 +32065,7 @@ if test "${enable_plugins+set}" = set; t
+   enableval=$enable_plugins; case "${enableval}" in
+     yes) plugins=yes ;;
+     no)  plugins=no ;;
+-    *)   as_fn_error "bad value ${enableval} for disable-plugins option" "$LINENO" 5 ;;
++    *)   as_fn_error $? "bad value ${enableval} for disable-plugins option" "$LINENO" 5  ;;
+   esac
+ else
+   plugins=yes
+@@ -32037,7 +32085,7 @@ if test "${with_plugins_install+set}" = 
+ 	  user) PLUGINS_INSTALL_POLICY=user ;;
+ 	  system) PLUGINS_INSTALL_POLICY=system ;;
+ 	  prefix) PLUGINS_INSTALL_POLICY=prefix ;;
+-	  *)  as_fn_error "bad value ${withval} for --with-plugins-install" "$LINENO" 5 ;;
++	  *)  as_fn_error $? "bad value ${withval} for --with-plugins-install" "$LINENO" 5  ;;
+ 	 esac
+ 
+ else
+@@ -32057,7 +32105,7 @@ if test "${with_npapi_install+set}" = se
+   	  user) NPAPI_INSTALL_POLICY=user ;;
+   	  system) NPAPI_INSTALL_POLICY=system ;;
+   	  prefix) NPAPI_INSTALL_POLICY=prefix ;;
+-  	  *)  as_fn_error "bad value ${withval} for --with-npapi-install" "$LINENO" 5 ;;
++  	  *)  as_fn_error $? "bad value ${withval} for --with-npapi-install" "$LINENO" 5  ;;
+   	 esac
+ 
+ else
+@@ -32198,8 +32246,7 @@ for ac_header in endian.h machine/endian
+ do :
+   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+@@ -32212,8 +32259,7 @@ for ac_header in malloc.h malloc/malloc.
+ do :
+   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+@@ -32466,7 +32512,7 @@ else
+       if test -f ${with_x11_incl}/X11/X.h ; then
+        ac_cv_path_x11_incl="-I`(cd ${with_x11_incl}; pwd)`"
+       else
+-       as_fn_error "${with_x11_incl} directory doesn't contain X.h" "$LINENO" 5
++       as_fn_error $? "${with_x11_incl} directory doesn't contain X.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -32532,7 +32578,7 @@ else
+       if test -f ${with_x11_lib}/libX11.a -o -f ${with_x11_lib}/libX11.${shlibext}; then
+        ac_cv_path_x11_lib="-L`(cd ${with_x11_lib}; pwd)`"
+       else
+-       as_fn_error "${with_x11_lib} directory doesn't contain libx11." "$LINENO" 5
++       as_fn_error $? "${with_x11_lib} directory doesn't contain libx11." "$LINENO" 5
+       fi
+     fi
+ 
+@@ -32809,8 +32855,7 @@ for ac_func in shm_open shm_unlink
+ do :
+   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+-eval as_val=\$$as_ac_var
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
+@@ -33271,23 +33316,18 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS con
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+-for ac_func in getopt
+-do :
+-  ac_fn_c_check_func "$LINENO" "getopt" "ac_cv_func_getopt"
++ac_fn_c_check_func "$LINENO" "getopt" "ac_cv_func_getopt"
+ if test "x$ac_cv_func_getopt" = x""yes; then :
+-  cat >>confdefs.h <<_ACEOF
+-#define HAVE_GETOPT 1
+-_ACEOF
++  $as_echo "#define HAVE_GETOPT 1" >>confdefs.h
+ 
+ else
+   case " $LIBOBJS " in
+-  *" $ac_func.$ac_objext "* ) ;;
+-  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
++  *" getopt.$ac_objext "* ) ;;
++  *) LIBOBJS="$LIBOBJS getopt.$ac_objext"
+  ;;
+ esac
+ 
+ fi
+-done
+ 
+ 
+ 
+@@ -33440,8 +33480,7 @@ for ac_func in shmget shmat shmdt mmap
+ do :
+   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+-eval as_val=\$$as_ac_var
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
+@@ -33600,7 +33639,7 @@ $as_echo_n "checking for nspr.h header i
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_nspr_incl} directory doesn't contain nspr.h." "$LINENO" 5
++          as_fn_error $? "${with_nspr_incl} directory doesn't contain nspr.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -33699,8 +33738,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/nspr.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/nspr.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_nspr_incl="-I/usr/include/$name"; found_nspr_incl="yes"
+ else
+ 
+@@ -33803,7 +33841,7 @@ $as_echo_n "checking for libnspr library
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_nspr_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_nspr_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -34131,7 +34169,7 @@ $as_echo_n "checking for zlib.h header i
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_z_incl} directory doesn't contain zlib.h." "$LINENO" 5
++          as_fn_error $? "${with_z_incl} directory doesn't contain zlib.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -34230,8 +34268,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/zlib.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/zlib.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_z_incl="-I/usr/include/$name"; found_z_incl="yes"
+ else
+ 
+@@ -34334,7 +34371,7 @@ $as_echo_n "checking for libz library in
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_z_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_z_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -34561,7 +34598,7 @@ $as_echo_n "checking for jpeglib.h heade
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_jpeg_incl} directory doesn't contain jpeglib.h." "$LINENO" 5
++          as_fn_error $? "${with_jpeg_incl} directory doesn't contain jpeglib.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -34660,8 +34697,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/jpeglib.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/jpeglib.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_jpeg_incl="-I/usr/include/$name"; found_jpeg_incl="yes"
+ else
+ 
+@@ -34764,7 +34800,7 @@ $as_echo_n "checking for libjpeg library
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_jpeg_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_jpeg_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -34992,7 +35028,7 @@ $as_echo_n "checking for png.h header in
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_libpng_incl} directory doesn't contain png.h." "$LINENO" 5
++          as_fn_error $? "${with_libpng_incl} directory doesn't contain png.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -35091,8 +35127,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/png.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/png.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_libpng_incl="-I/usr/include/$name"; found_libpng_incl="yes"
+ else
+ 
+@@ -35195,7 +35230,7 @@ $as_echo_n "checking for liblibpng libra
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_libpng_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_libpng_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -35423,7 +35458,7 @@ $as_echo_n "checking for png.h header in
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_png_incl} directory doesn't contain png.h." "$LINENO" 5
++          as_fn_error $? "${with_png_incl} directory doesn't contain png.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -35522,8 +35557,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/png.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/png.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_png_incl="-I/usr/include/$name"; found_png_incl="yes"
+ else
+ 
+@@ -35626,7 +35660,7 @@ $as_echo_n "checking for libpng library 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_png_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_png_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -35854,7 +35888,7 @@ $as_echo_n "checking for gif_lib.h heade
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_gif_incl} directory doesn't contain gif_lib.h." "$LINENO" 5
++          as_fn_error $? "${with_gif_incl} directory doesn't contain gif_lib.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -35953,8 +35987,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/gif_lib.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/gif_lib.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_gif_incl="-I/usr/include/$name"; found_gif_incl="yes"
+ else
+ 
+@@ -36057,7 +36090,7 @@ $as_echo_n "checking for libgif library 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_gif_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_gif_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -36285,7 +36318,7 @@ $as_echo_n "checking for gif_lib.h heade
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_ungif_incl} directory doesn't contain gif_lib.h." "$LINENO" 5
++          as_fn_error $? "${with_ungif_incl} directory doesn't contain gif_lib.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -36384,8 +36417,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/gif_lib.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/gif_lib.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_ungif_incl="-I/usr/include/$name"; found_ungif_incl="yes"
+ else
+ 
+@@ -36488,7 +36520,7 @@ $as_echo_n "checking for libungif librar
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_ungif_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_ungif_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -36718,7 +36750,7 @@ $as_echo_n "checking for dejagnu.h heade
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_dejagnu_incl} directory doesn't contain dejagnu.h." "$LINENO" 5
++          as_fn_error $? "${with_dejagnu_incl} directory doesn't contain dejagnu.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -36817,8 +36849,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/dejagnu.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/dejagnu.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_dejagnu_incl="-I/usr/include/$name"; found_dejagnu_incl="yes"
+ else
+ 
+@@ -36928,7 +36959,7 @@ $as_echo_n "checking for speex.h header 
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_speex_incl} directory doesn't contain speex.h." "$LINENO" 5
++          as_fn_error $? "${with_speex_incl} directory doesn't contain speex.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -37027,8 +37058,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/speex.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/speex.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_speex_incl="-I/usr/include/$name"; found_speex_incl="yes"
+ else
+ 
+@@ -37131,7 +37161,7 @@ $as_echo_n "checking for libspeex librar
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_speex_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_speex_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -37372,7 +37402,7 @@ $as_echo_n "checking for speex_resampler
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_speexdsp_incl} directory doesn't contain speex_resampler.h." "$LINENO" 5
++          as_fn_error $? "${with_speexdsp_incl} directory doesn't contain speex_resampler.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -37471,8 +37501,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/speex_resampler.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/speex_resampler.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_speexdsp_incl="-I/usr/include/$name"; found_speexdsp_incl="yes"
+ else
+ 
+@@ -37575,7 +37604,7 @@ $as_echo_n "checking for libspeexdsp lib
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_speexdsp_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_speexdsp_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -37793,7 +37822,7 @@ else
+       if test -f ${with_freetype_incl}/freetype/freetype.h ; then
+ 	      ac_cv_path_freetype_incl="-I`(cd ${with_freetype_incl}; pwd)`"
+       else
+-	      as_fn_error "${with_freetype_incl} directory doesn't contain freetype/freetype.h" "$LINENO" 5
++	      as_fn_error $? "${with_freetype_incl} directory doesn't contain freetype/freetype.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -37868,7 +37897,7 @@ else
+       if test -f ${with_freetype_lib}/lib${libname}.a -o -f ${with_freetype_lib}/lib${libname}.${shlibext}; then
+         ac_cv_path_freetype_lib="-L`(cd ${with_freetype_lib}; pwd)` -l${libname}"
+       else
+-        as_fn_error "${with_freetype_lib} directory doesn't contain libfreetype." "$LINENO" 5
++        as_fn_error $? "${with_freetype_lib} directory doesn't contain libfreetype." "$LINENO" 5
+       fi
+     fi
+ 
+@@ -38015,7 +38044,7 @@ $as_echo_n "checking for fontconfig/font
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_fontconfig_incl} directory doesn't contain fontconfig/fontconfig.h." "$LINENO" 5
++          as_fn_error $? "${with_fontconfig_incl} directory doesn't contain fontconfig/fontconfig.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -38114,8 +38143,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/fontconfig/fontconfig.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/fontconfig/fontconfig.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_fontconfig_incl="-I/usr/include/$name"; found_fontconfig_incl="yes"
+ else
+ 
+@@ -38218,7 +38246,7 @@ $as_echo_n "checking for libfontconfig l
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_fontconfig_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_fontconfig_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -38552,7 +38580,7 @@ else
+         if test -f ${with_ming_incl}/ming.h ; then
+ 	  ac_cv_path_ming_incl="-I`(cd ${with_ming_incl}; pwd)`"
+         else
+-	  as_fn_error "${with_ming_incl} directory doesn't contain minglib.h" "$LINENO" 5
++	  as_fn_error $? "${with_ming_incl} directory doesn't contain minglib.h" "$LINENO" 5
+         fi
+       fi
+ 
+@@ -38607,7 +38635,7 @@ else
+         if test -f ${with_ming_lib}/libming.a -o -f ${with_ming_lib}/libming.${shlibext}; then
+ 	        ac_cv_path_ming_lib="`(cd ${with_ming_lib}; pwd)`"
+         else
+-          as_fn_error "${with_ming_lib} directory doesn't contain libming." "$LINENO" 5
++          as_fn_error $? "${with_ming_lib} directory doesn't contain libming." "$LINENO" 5
+         fi
+       fi
+ 
+@@ -39426,7 +39454,7 @@ else
+       if test -f ${with_sdl_incl}/SDL.h ; then
+         ac_cv_path_sdl_incl="-I`(cd ${with_sdl_incl}; pwd)`"
+       else
+-        as_fn_error "${with_sdl_incl} directory doesn't contain SDL.h" "$LINENO" 5
++        as_fn_error $? "${with_sdl_incl} directory doesn't contain SDL.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -39566,7 +39594,7 @@ else
+         if test -f ${with_sdl_lib}/libSDL-1.1.a -o -f ${with_sdl_lib}/libSDL-1.1.${shlibext}; then
+           ac_cv_path_sdl_lib="-L`(cd ${with_sdl_lib}; pwd)` -lSDL"
+         else
+-          as_fn_error "${with_sdl_lib} directory doesn't contain libSDL" "$LINENO" 5
++          as_fn_error $? "${with_sdl_lib} directory doesn't contain libSDL" "$LINENO" 5
+         fi
+       fi
+     fi
+@@ -39696,7 +39724,7 @@ else
+       if test -f ${with_qt3_incl}/qobject.h; then
+         ac_cv_path_qt3_incl="-I`(cd ${with_qt3_incl}; pwd)`"
+       else
+-        as_fn_error "${with_qt3_incl} directory doesn't contain any QT 3.x headers" "$LINENO" 5
++        as_fn_error $? "${with_qt3_incl} directory doesn't contain any QT 3.x headers" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -39708,7 +39736,7 @@ fi
+       if test -f $QTDIR/include/qobject.h; then
+         qt_base=`basename $QTDIR`
+         if test x"${qt_base}" = "qt4"; then
+-          as_fn_error "Mismatched QT versions! Reset QTDIR in your environment!" "$LINENO" 5
++          as_fn_error $? "Mismatched QT versions! Reset QTDIR in your environment!" "$LINENO" 5
+         else
+           gnash_qt_version=3
+         fi
+@@ -39770,7 +39798,7 @@ else
+         if test `ls -C1 ${with_qt3_lib}/lib/libqt*-mt.* | wc -l` -gt 0 ; then
+          ac_cv_path_qt3_lib="-L`(cd ${with_qt3_lib}; pwd)` ${qt3support} -lqt-mt"
+         else
+-	        as_fn_error "${with_qt3_lib} directory doesn't contain QT 3.x libraries." "$LINENO" 5
++	        as_fn_error $? "${with_qt3_lib} directory doesn't contain QT 3.x libraries." "$LINENO" 5
+         fi
+       fi
+ 
+@@ -39870,7 +39898,7 @@ fi
+ 
+     if test x"${with_kde3_incl}" != x ; then
+     if test ! -f ${with_kde3_incl}/kapp.h ; then
+-      as_fn_error "${with_kde3_incl} directory doesn't contain any KDE 3.x headers" "$LINENO" 5
++      as_fn_error $? "${with_kde3_incl} directory doesn't contain any KDE 3.x headers" "$LINENO" 5
+     fi
+   fi
+ 
+@@ -39889,7 +39917,7 @@ fi
+ 
+     if test x"${with_kde3_lib}" != x ; then
+     if test ! -f ${with_kde3_lib}/libkdeui.la; then
+-      as_fn_error "${with_kde3_lib} directory doesn't contain any KDE 3.x libraries!" "$LINENO" 5
++      as_fn_error $? "${with_kde3_lib} directory doesn't contain any KDE 3.x libraries!" "$LINENO" 5
+     fi
+   fi
+ 
+@@ -39901,7 +39929,7 @@ fi
+ 
+   if test x"${with_kde3_plugindir}" != x ; then
+     if test ! -d ${with_kde3_plugindir}/designer; then
+-      as_fn_error "${with_kde3_plugindir} directory doesn't contain any KDE 3.x plugins!" "$LINENO" 5
++      as_fn_error $? "${with_kde3_plugindir} directory doesn't contain any KDE 3.x plugins!" "$LINENO" 5
+     fi
+   fi
+ 
+@@ -39913,7 +39941,7 @@ fi
+ 
+   if test x"${with_kde3_servicesdir}" != x ; then
+     if test ! -d ${with_kde3_servicesdir}; then
+-      as_fn_error "${with_kde3_} directory doesn't contain any KDE 3.x plugins!" "$LINENO" 5
++      as_fn_error $? "${with_kde3_} directory doesn't contain any KDE 3.x plugins!" "$LINENO" 5
+     fi
+   fi
+ 
+@@ -39998,7 +40026,7 @@ $as_echo_n "checking for KDE 3.x header 
+             ac_cv_path_kde3_incl="-I$i/kde"
+             kde3_prefix=`dirname $i`
+             if test ! -f $i/kde/qxembed.h -a x"${build_kde4}" = x"no"; then
+-              as_fn_error "You specified building kde3, but you have kde4 installed!" "$LINENO" 5
++              as_fn_error $? "You specified building kde3, but you have kde4 installed!" "$LINENO" 5
+               break
+             fi
+             break
+@@ -40007,7 +40035,7 @@ $as_echo_n "checking for KDE 3.x header 
+             ac_cv_path_kde3_incl="-I$i"
+             kde3_prefix=`dirname $i`
+             if test ! -f $i/qxembed.h -a x"${build_kde4}" = x"no"; then
+-              as_fn_error "You specified building kde3, but you have kde4 installed!" "$LINENO" 5
++              as_fn_error $? "You specified building kde3, but you have kde4 installed!" "$LINENO" 5
+               break
+             fi
+             break
+@@ -40046,7 +40074,7 @@ else
+         if test -f ${with_kde3_lib}/libkdeui.la; then
+ 	        ac_cv_path_kde3_lib="-L`(cd ${with_kde3_lib}; pwd)`"
+         else
+-	        as_fn_error "${with_kde3_lib} directory doesn't contain KDE 3.x libraries." "$LINENO" 5
++	        as_fn_error $? "${with_kde3_lib} directory doesn't contain KDE 3.x libraries." "$LINENO" 5
+         fi
+       fi
+       if test x"${ac_cv_path_kde3_lib}" = x; then
+@@ -40189,7 +40217,7 @@ else
+           fi
+         done
+       else
+-        as_fn_error "${with_qt4_incl}/QtCore directory doesn't contain QT 4.x headers" "$LINENO" 5
++        as_fn_error $? "${with_qt4_incl}/QtCore directory doesn't contain QT 4.x headers" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -40202,7 +40230,7 @@ fi
+         if test -f $QTDIR/include/QtCore/qobject.h; then
+           qt_base=`basename $QTDIR`
+                     if test x"${qt_base}" != x"qt4"; then
+-            as_fn_error "Mismatched QT versions! Reset QTDIR in your environment!" "$LINENO" 5
++            as_fn_error $? "Mismatched QT versions! Reset QTDIR in your environment!" "$LINENO" 5
+           fi
+         fi
+       fi
+@@ -40274,7 +40302,7 @@ else
+         if test `ls -C1 ${with_qt4_lib}/libQtCore.${shlibext}* | wc -l` -gt 0 ; then
+          ac_cv_path_qt4_lib="-L`(cd ${with_qt4_lib}; pwd)` ${qt4support} -lQtCore -lQtGui"
+         else
+-          as_fn_error "${with_qt4_lib} directory doesn't contain QT 4.x libraries." "$LINENO" 5
++          as_fn_error $? "${with_qt4_lib} directory doesn't contain QT 4.x libraries." "$LINENO" 5
+         fi
+       fi
+ 
+@@ -40430,7 +40458,7 @@ fi
+ 
+     if test x"${with_kde4_incl}" != x ; then
+     if test ! -f ${with_kde4_incl}/kapplication.h ; then
+-      as_fn_error "${with_kde4_incl} directory doesn't contain any KDE 4.x headers" "$LINENO" 5
++      as_fn_error $? "${with_kde4_incl} directory doesn't contain any KDE 4.x headers" "$LINENO" 5
+     fi
+   fi
+ 
+@@ -40449,7 +40477,7 @@ fi
+ 
+     if test x"${with_kde4_lib}" != x ; then
+     if test ! -f ${with_kde4_lib}/libkdeui.so; then
+-      as_fn_error "${with_kde4_lib} directory doesn't contain any KDE 4.x libraries!" "$LINENO" 5
++      as_fn_error $? "${with_kde4_lib} directory doesn't contain any KDE 4.x libraries!" "$LINENO" 5
+     fi
+   fi
+ 
+@@ -40461,7 +40489,7 @@ fi
+ 
+   if test x"${with_kde4_plugindir}" != x ; then
+     if test ! -d ${with_kde4_plugindir}/imageformats; then
+-      as_fn_error "${with_kde4_plugindir} directory doesn't contain any KDE 4.x plugins!" "$LINENO" 5
++      as_fn_error $? "${with_kde4_plugindir} directory doesn't contain any KDE 4.x plugins!" "$LINENO" 5
+     fi
+   fi
+ 
+@@ -40473,7 +40501,7 @@ fi
+ 
+   if test x"${with_kde4_servicesdir}" != x ; then
+     if test ! -d ${with_kde4_servicesdir}; then
+-      as_fn_error "${with_kde4_} directory doesn't contain any KDE 4.x plugins!" "$LINENO" 5
++      as_fn_error $? "${with_kde4_} directory doesn't contain any KDE 4.x plugins!" "$LINENO" 5
+     fi
+   fi
+ 
+@@ -40564,7 +40592,7 @@ $as_echo_n "checking for KDE 4.x header 
+             ac_cv_path_kde4_incl="-I$i/kde"
+             kde4_prefix=`dirname $i`
+             if test -f $i/kde/qxembed.h -a x"${build_kde3}" = x"no"; then
+-              as_fn_error "You specified building kde4, but you have kde3 installed!" "$LINENO" 5
++              as_fn_error $? "You specified building kde4, but you have kde3 installed!" "$LINENO" 5
+             fi
+             break
+           fi
+@@ -40572,7 +40600,7 @@ $as_echo_n "checking for KDE 4.x header 
+             ac_cv_path_kde4_incl="-I$i"
+             kde4_prefix=`dirname $i`
+             if test -f $i/qxembed.h -a x"${build_kde3}" = x"no"; then
+-              as_fn_error "You specified building kde4, but you have kde3 installed!" "$LINENO" 5
++              as_fn_error $? "You specified building kde4, but you have kde3 installed!" "$LINENO" 5
+             fi
+             break
+           fi
+@@ -40610,7 +40638,7 @@ else
+         if test -f ${with_kde4_lib}/libkdeui.la; then
+ 	        ac_cv_path_kde4_lib="-L`(cd ${with_kde4_lib}; pwd)`"
+         else
+-	        as_fn_error "${with_kde4_lib} directory doesn't contain KDE 4.x libraries." "$LINENO" 5
++	        as_fn_error $? "${with_kde4_lib} directory doesn't contain KDE 4.x libraries." "$LINENO" 5
+         fi
+       fi
+       if test x"${ac_cv_path_kde4_lib}" = x; then
+@@ -40847,7 +40875,7 @@ else
+         gnash_glib_topdir=`basename ${with_glib_incl}`
+         gnash_glib_version=`echo ${gnash_glib_topdir} | sed -e 's:glib-::'`
+       else
+-    	  as_fn_error "${with_glib_incl} directory doesn't contain glib.h" "$LINENO" 5
++    	  as_fn_error $? "${with_glib_incl} directory doesn't contain glib.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -40905,7 +40933,7 @@ else
+       if test -f ${with_glib_lib}/libglib-${gnash_glib_version}.a -o -f ${with_glib_lib}/libglib-${gnash_glib_version}.${shlibext}; then
+         ac_cv_path_glib_lib="-L`(cd ${with_glib_lib}; pwd)` -lglib-${gnash_glib_version}"
+       else
+-        as_fn_error "${with_glib_lib} directory doesn't contain libglib." "$LINENO" 5
++        as_fn_error $? "${with_glib_lib} directory doesn't contain libglib." "$LINENO" 5
+       fi
+     fi
+ 
+@@ -40974,10 +41002,10 @@ fi
+ 
+ if test x$windows = xyes -a x$npapi = xyes; then
+   if test "x$NSPR_CFLAGS" = x -a "x$NSPR_LIBS" = x; then
+-    as_fn_error "\"On Win32, NPAPI plugin requires NSPR.\"" "$LINENO" 5
++    as_fn_error $? "\"On Win32, NPAPI plugin requires NSPR.\"" "$LINENO" 5
+   fi
+   if test "x$WINDRES" = x; then
+-    as_fn_error "\"On Win32, NPAPI plugin requires windres.\"" "$LINENO" 5
++    as_fn_error $? "\"On Win32, NPAPI plugin requires windres.\"" "$LINENO" 5
+   fi
+ fi
+ 
+@@ -40999,7 +41027,7 @@ else
+         gnash_glib_topdir=`basename ${with_glib_incl}`
+         gnash_glib_version=`echo ${gnash_glib_topdir} | sed -e 's:glib-::'`
+       else
+-    	  as_fn_error "${with_glib_incl} directory doesn't contain glib.h" "$LINENO" 5
++    	  as_fn_error $? "${with_glib_incl} directory doesn't contain glib.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -41057,7 +41085,7 @@ else
+       if test -f ${with_glib_lib}/libglib-${gnash_glib_version}.a -o -f ${with_glib_lib}/libglib-${gnash_glib_version}.${shlibext}; then
+         ac_cv_path_glib_lib="-L`(cd ${with_glib_lib}; pwd)` -lglib-${gnash_glib_version}"
+       else
+-        as_fn_error "${with_glib_lib} directory doesn't contain libglib." "$LINENO" 5
++        as_fn_error $? "${with_glib_lib} directory doesn't contain libglib." "$LINENO" 5
+       fi
+     fi
+ 
+@@ -41331,7 +41359,7 @@ $as_echo_n "checking for EGL/egl.h heade
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_EGL_incl} directory doesn't contain EGL/egl.h." "$LINENO" 5
++          as_fn_error $? "${with_EGL_incl} directory doesn't contain EGL/egl.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -41430,8 +41458,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/EGL/egl.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/EGL/egl.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_EGL_incl="-I/usr/include/$name"; found_EGL_incl="yes"
+ else
+ 
+@@ -41534,7 +41561,7 @@ $as_echo_n "checking for libEGL library 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_EGL_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_EGL_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -41758,7 +41785,7 @@ else
+       if test -f ${with_gles_includes}/GLES/egl.h -o -f ${with_gles_includes}/GLES2/gl2.h ; then
+         ac_cv_path_gles_includes="-I`(cd ${with_gles_includes}; pwd)`"
+       else
+-        as_fn_error "${with_gles_includes} directory doesn't contain egl.h or gl2.h" "$LINENO" 5
++        as_fn_error $? "${with_gles_includes} directory doesn't contain egl.h or gl2.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -41985,7 +42012,7 @@ $as_echo_n "checking for EGL/egl.h heade
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_EGL_incl} directory doesn't contain EGL/egl.h." "$LINENO" 5
++          as_fn_error $? "${with_EGL_incl} directory doesn't contain EGL/egl.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -42084,8 +42111,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/EGL/egl.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/EGL/egl.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_EGL_incl="-I/usr/include/$name"; found_EGL_incl="yes"
+ else
+ 
+@@ -42188,7 +42214,7 @@ $as_echo_n "checking for libEGL library 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_EGL_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_EGL_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -42415,7 +42441,7 @@ $as_echo_n "checking for vg/openvg.h hea
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_OpenVG_incl} directory doesn't contain vg/openvg.h." "$LINENO" 5
++          as_fn_error $? "${with_OpenVG_incl} directory doesn't contain vg/openvg.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -42514,8 +42540,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/vg/openvg.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/vg/openvg.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_OpenVG_incl="-I/usr/include/$name"; found_OpenVG_incl="yes"
+ else
+ 
+@@ -42618,7 +42643,7 @@ $as_echo_n "checking for libOpenVG libra
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_OpenVG_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_OpenVG_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -42835,7 +42860,7 @@ else
+         if test -f ${with_opengl_includes}/GL/gl.h -a -f ${with_opengl_includes}/GL/glu.h ; then
+           ac_cv_path_opengl_includes="`(cd ${with_opengl_includes}; pwd)`"
+         else
+-          as_fn_error "${with_opengl_includes} directory doesn't contain GL/gl.h" "$LINENO" 5
++          as_fn_error $? "${with_opengl_includes} directory doesn't contain GL/gl.h" "$LINENO" 5
+         fi
+       fi
+ 
+@@ -42914,7 +42939,7 @@ else
+           if test -f ${with_opengl_lib}/libopengl32.a; then
+             ac_cv_path_opengl_lib="-L`(cd ${with_opengl_lib}; pwd)` -lopengl32 -lglu32"
+           else
+-            as_fn_error "${with_opengl_lib} directory doesn't contain libGL." "$LINENO" 5
++            as_fn_error $? "${with_opengl_lib} directory doesn't contain libGL." "$LINENO" 5
+           fi
+         fi
+       fi
+@@ -43018,7 +43043,7 @@ if test "${enable_ghelp+set}" = set; the
+   enableval=$enable_ghelp; case "${enableval}" in
+       yes) ghelp=yes ;;
+       no)  ghelp=no ;;
+-      *)   as_fn_error "bad value ${enableval} for enable-ghelp option" "$LINENO" 5 ;;
++      *)   as_fn_error $? "bad value ${enableval} for enable-ghelp option" "$LINENO" 5  ;;
+     esac
+ else
+   ghelp=no
+@@ -43198,7 +43223,7 @@ $as_echo_n "checking for Xft.h header in
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_Xft_incl} directory doesn't contain Xft.h." "$LINENO" 5
++          as_fn_error $? "${with_Xft_incl} directory doesn't contain Xft.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -43297,8 +43322,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/Xft.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/Xft.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_Xft_incl="-I/usr/include/$name"; found_Xft_incl="yes"
+ else
+ 
+@@ -43401,7 +43425,7 @@ $as_echo_n "checking for libXft library 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_Xft_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_Xft_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -43630,7 +43654,7 @@ $as_echo_n "checking for expat.h header 
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_expat_incl} directory doesn't contain expat.h." "$LINENO" 5
++          as_fn_error $? "${with_expat_incl} directory doesn't contain expat.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -43729,8 +43753,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/expat.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/expat.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_expat_incl="-I/usr/include/$name"; found_expat_incl="yes"
+ else
+ 
+@@ -43833,7 +43856,7 @@ $as_echo_n "checking for libexpat librar
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_expat_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_expat_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -44084,7 +44107,7 @@ fi
+ 
+ if test x$glext = xno -a x$build_ogl = xyes; then
+   if test x$gtk2 = xyes -a x$build_gtk = xyes; then
+-    as_fn_error "You have GTK installed, but not GtkGLExt. You need GtkGLExt to use the OpenGL renderer. Attempting to build SDL version" "$LINENO" 5
++    as_fn_error $? "You have GTK installed, but not GtkGLExt. You need GtkGLExt to use the OpenGL renderer. Attempting to build SDL version" "$LINENO" 5
+   fi
+   gui=sdl
+   npapi=no
+@@ -44217,7 +44240,7 @@ $as_echo_n "checking for gst/interfaces/
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_gstreamer_plugins_base_incl} directory doesn't contain gst/interfaces/probeprobe.h." "$LINENO" 5
++          as_fn_error $? "${with_gstreamer_plugins_base_incl} directory doesn't contain gst/interfaces/probeprobe.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -44316,8 +44339,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/gst/interfaces/probeprobe.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/gst/interfaces/probeprobe.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_gstreamer_plugins_base_incl="-I/usr/include/$name"; found_gstreamer_plugins_base_incl="yes"
+ else
+ 
+@@ -44420,7 +44442,7 @@ $as_echo_n "checking for libgstreamer_pl
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_gstreamer_plugins_base_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_gstreamer_plugins_base_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -44647,7 +44669,7 @@ $as_echo_n "checking for gst/app/gstapps
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_gstreamer_app_incl} directory doesn't contain gst/app/gstappsink.h." "$LINENO" 5
++          as_fn_error $? "${with_gstreamer_app_incl} directory doesn't contain gst/app/gstappsink.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -44746,8 +44768,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/gst/app/gstappsink.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/gst/app/gstappsink.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_gstreamer_app_incl="-I/usr/include/$name"; found_gstreamer_app_incl="yes"
+ else
+ 
+@@ -44850,7 +44871,7 @@ $as_echo_n "checking for libgstreamer_ap
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_gstreamer_app_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_gstreamer_app_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -45077,7 +45098,7 @@ $as_echo_n "checking for gst/gst.h heade
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_gstreamer_incl} directory doesn't contain gst/gst.h." "$LINENO" 5
++          as_fn_error $? "${with_gstreamer_incl} directory doesn't contain gst/gst.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -45176,8 +45197,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/gst/gst.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/gst/gst.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_gstreamer_incl="-I/usr/include/$name"; found_gstreamer_incl="yes"
+ else
+ 
+@@ -45280,7 +45300,7 @@ $as_echo_n "checking for libgstreamer li
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_gstreamer_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_gstreamer_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -45508,7 +45528,7 @@ $as_echo_n "checking for gst/pbutils/ins
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_gstpbutils_incl} directory doesn't contain gst/pbutils/install-plugins.h." "$LINENO" 5
++          as_fn_error $? "${with_gstpbutils_incl} directory doesn't contain gst/pbutils/install-plugins.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -45607,8 +45627,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/gst/pbutils/install-plugins.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/gst/pbutils/install-plugins.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_gstpbutils_incl="-I/usr/include/$name"; found_gstpbutils_incl="yes"
+ else
+ 
+@@ -45711,7 +45730,7 @@ $as_echo_n "checking for libgstpbutils l
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_gstpbutils_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_gstpbutils_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -46011,7 +46030,7 @@ fi
+ 
+ if test x$build_sound_mkit = xyes; then
+   if test x"${haiku}" != xyes; then
+-    as_fn_error "Media Kit sound handling is supported only under Haiku" "$LINENO" 5;
++    as_fn_error $? "Media Kit sound handling is supported only under Haiku" "$LINENO" 5 ;
+   else
+ 
+ $as_echo "#define SOUND_MKIT 1" >>confdefs.h
+@@ -46027,7 +46046,7 @@ fi
+ 
+ if test x"${build_sound_ahi}" = xyes; then
+   if test x"$amigaos4" != xyes; then
+-    as_fn_error "AHI sound handling is supported only under AmigaOS" "$LINENO" 5;
++    as_fn_error $? "AHI sound handling is supported only under AmigaOS" "$LINENO" 5 ;
+   else
+ 
+ $as_echo "#define SOUND_AHI 1" >>confdefs.h
+@@ -46066,7 +46085,7 @@ $as_echo_n "checking for fltk/FL_API.h h
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+         else
+-          as_fn_error "${with_fltk2_incl} directory doesn't contain fltk/FL_API.h." "$LINENO" 5
++          as_fn_error $? "${with_fltk2_incl} directory doesn't contain fltk/FL_API.h." "$LINENO" 5
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+         fi
+@@ -46165,8 +46184,7 @@ else
+ 
+         as_ac_Header=`$as_echo "ac_cv_header_$name/fltk/FL_API.h" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$name/fltk/FL_API.h" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   ac_cv_path_fltk2_incl="-I/usr/include/$name"; found_fltk2_incl="yes"
+ else
+ 
+@@ -46269,7 +46287,7 @@ $as_echo_n "checking for libfltk2 librar
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+           else
+-      as_fn_error "${with_fltk2_lib} directory doesn't contain library $name." "$LINENO" 5
++      as_fn_error $? "${with_fltk2_lib} directory doesn't contain library $name." "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+           fi
+@@ -46492,7 +46510,7 @@ if test "${enable_docbook+set}" = set; t
+   enableval=$enable_docbook; case "${enableval}" in
+     yes) docbook=yes ;;
+     no)  docbook=no ;;
+-    *)   as_fn_error "bad value ${enableval} for enable-docbook option" "$LINENO" 5 ;;
++    *)   as_fn_error $? "bad value ${enableval} for enable-docbook option" "$LINENO" 5  ;;
+   esac
+ else
+   docbook=no
+@@ -46563,7 +46581,7 @@ fi
+       if test -f ${with_docbook_styles}/html/docbook.xsl ; then
+         docbook_styles="`(cd ${with_docbook_styles}; pwd)`"
+       else
+-        as_fn_error "${with_docbook_styles}/html directory doesn't contain docbook.xsl" "$LINENO" 5
++        as_fn_error $? "${with_docbook_styles}/html directory doesn't contain docbook.xsl" "$LINENO" 5
+       fi
+     else
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for docbook styles path" >&5
+@@ -47337,7 +47355,7 @@ else
+       if test -f ${with_curl_incl}/curl/curl.h ; then
+ 	      ac_cv_path_curl_incl="`(cd ${with_curl_incl}; pwd)`"
+       else
+-	      as_fn_error "${with_curl_incl} directory doesn't contain curl/curl.h" "$LINENO" 5
++	      as_fn_error $? "${with_curl_incl} directory doesn't contain curl/curl.h" "$LINENO" 5
+       fi
+     fi
+ 
+@@ -47445,7 +47463,7 @@ else
+       if test -f ${with_curl_lib}/libcurl.a -o -f ${with_curl_lib}/libcurl.${shlibext}; then # {
+         ac_cv_path_curl_lib="-L`(cd ${with_curl_lib}; pwd)`"
+       else # }{
+-        as_fn_error "${with_curl_lib} directory doesn't contain libcurl." "$LINENO" 5
++        as_fn_error $? "${with_curl_lib} directory doesn't contain libcurl." "$LINENO" 5
+       fi # }
+     fi # }
+ 
+@@ -48218,7 +48236,7 @@ if test "${enable_strict+set}" = set; th
+   enableval=$enable_strict; case "${enableval}" in
+     yes) strict=yes ;;
+     no) strict=no ;;
+-    *) as_fn_error "bad value ${enableval} for --enable-strict option" "$LINENO" 5 ;;
++    *) as_fn_error $? "bad value ${enableval} for --enable-strict option" "$LINENO" 5  ;;
+   esac
+ else
+   strict=no
+@@ -48227,7 +48245,7 @@ fi
+ 
+ 
+ if test x"$strict" = x"yes" -a x$build_agg = xyes; then
+-   as_fn_error "agg renderer will fail with --enable-strict." "$LINENO" 5;
++   as_fn_error $? "agg renderer will fail with --enable-strict." "$LINENO" 5 ;
+ fi
+ 
+ # We want warnings, lots of warnings  :-)
+@@ -48281,7 +48299,7 @@ if test "${enable_cassert+set}" = set; t
+   enableval=$enable_cassert; case "${enableval}" in
+     yes) cassert=yes ;;
+     no) cassert=no ;;
+-    *) as_fn_error "bad value ${enableval} for --enable-cassert option" "$LINENO" 5 ;;
++    *) as_fn_error $? "bad value ${enableval} for --enable-cassert option" "$LINENO" 5  ;;
+   esac
+ else
+   cassert=yes
+@@ -48301,77 +48319,6 @@ fi
+ 
+ 
+ 
+-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -fvisibility-inlines-hidden is broken" >&5
+-$as_echo_n "checking if -fvisibility-inlines-hidden is broken... " >&6; }
+-if test "${ac_cv_gcc_visibility_bug+set}" = set; then :
+-  $as_echo_n "(cached) " >&6
+-else
+-
+-        ac_ext=cpp
+-ac_cpp='$CXXCPP $CPPFLAGS'
+-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+-
+-        save_CXXFLAGS=$CXXFLAGS
+-        save_LDFLAGS=$LDFLAGS
+-        CXXFLAGS="-fPIC -fvisibility-inlines-hidden -O0"
+-        LDFLAGS="$LDFLAGS -shared -fPIC"
+-
+-        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+-/* end confdefs.h.  */
+-
+-          template<typename CharT>
+-          struct VisTest
+-          {
+-            inline VisTest ();
+-          };
+-          template<typename CharT>
+-          inline VisTest<CharT>::VisTest()
+-        {}
+-        extern template class VisTest<char>;  // It works if we drop that line
+-        int some_function( int do_something ) __attribute__((visibility("default")));
+-	int some_function( int )
+-          {
+-            VisTest<char> a;
+-            return 0;
+-          }
+-
+-int
+-main ()
+-{
+-
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-if ac_fn_cxx_try_link "$LINENO"; then :
+-  ac_cv_gcc_visibility_bug=no
+-else
+-  ac_cv_gcc_visibility_bug=yes
+-fi
+-rm -f core conftest.err conftest.$ac_objext \
+-    conftest$ac_exeext conftest.$ac_ext
+-
+-        CXXFLAGS=$save_CXXFLAGS
+-        LDFLAGS=$save_LDFLAGS
+-        ac_ext=c
+-ac_cpp='$CPP $CPPFLAGS'
+-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+-
+-
+-
+-fi
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gcc_visibility_bug" >&5
+-$as_echo "$ac_cv_gcc_visibility_bug" >&6; }
+-    if test x$ac_cv_gcc_visibility_bug = xno; then
+-      CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
+-    fi
+-
+-
+-
+ 
+ if test x$ac_cv_gcc_visibility_bug = xno; then
+   ac_ext=cpp
+@@ -48458,8 +48405,7 @@ for ac_header in poll.h sys/epoll.h
+ do :
+   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+@@ -48498,8 +48444,7 @@ for ac_func in pselect ppoll
+ do :
+   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+-eval as_val=\$$as_ac_var
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
+@@ -48710,6 +48655,7 @@ DEFS=-DHAVE_CONFIG_H
+ 
+ ac_libobjs=
+ ac_ltlibobjs=
++U=
+ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+   # 1. Remove the extension, and $U if already installed.
+   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+@@ -48725,27 +48671,27 @@ LTLIBOBJS=$ac_ltlibobjs
+ 
+ 
+ if test -z "${PLUGIN_LINK_UNDEFINED_TRUE}" && test -z "${PLUGIN_LINK_UNDEFINED_FALSE}"; then
+-  as_fn_error "conditional \"PLUGIN_LINK_UNDEFINED\" was never defined.
++  as_fn_error $? "conditional \"PLUGIN_LINK_UNDEFINED\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${WIN32_TRUE}" && test -z "${WIN32_FALSE}"; then
+-  as_fn_error "conditional \"WIN32\" was never defined.
++  as_fn_error $? "conditional \"WIN32\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAIKU_TRUE}" && test -z "${HAIKU_FALSE}"; then
+-  as_fn_error "conditional \"HAIKU\" was never defined.
++  as_fn_error $? "conditional \"HAIKU\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+-  as_fn_error "conditional \"AMDEP\" was never defined.
++  as_fn_error $? "conditional \"AMDEP\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+-  as_fn_error "conditional \"am__fastdepCC\" was never defined.
++  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
+-  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
++  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+  if test -n "$EXEEXT"; then
+@@ -48757,31 +48703,31 @@ else
+ fi
+ 
+ if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
+-  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
++  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAS_GETTEXT_TRUE}" && test -z "${HAS_GETTEXT_FALSE}"; then
+-  as_fn_error "conditional \"HAS_GETTEXT\" was never defined.
++  as_fn_error $? "conditional \"HAS_GETTEXT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ANDROID_TRUE}" && test -z "${ANDROID_FALSE}"; then
+-  as_fn_error "conditional \"ANDROID\" was never defined.
++  as_fn_error $? "conditional \"ANDROID\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${LIBLTDL2_TRUE}" && test -z "${LIBLTDL2_FALSE}"; then
+-  as_fn_error "conditional \"LIBLTDL2\" was never defined.
++  as_fn_error $? "conditional \"LIBLTDL2\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${LIBLTDL1_TRUE}" && test -z "${LIBLTDL1_FALSE}"; then
+-  as_fn_error "conditional \"LIBLTDL1\" was never defined.
++  as_fn_error $? "conditional \"LIBLTDL1\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then
+-  as_fn_error "conditional \"INSTALL_LTDL\" was never defined.
++  as_fn_error $? "conditional \"INSTALL_LTDL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then
+-  as_fn_error "conditional \"CONVENIENCE_LTDL\" was never defined.
++  as_fn_error $? "conditional \"CONVENIENCE_LTDL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ LT_CONFIG_H=gnashconfig.h
+@@ -48802,1928 +48748,1928 @@ LT_CONFIG_H=gnashconfig.h
+ 
+ 
+ if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then
+-  as_fn_error "conditional \"CONVENIENCE_LTDL\" was never defined.
++  as_fn_error $? "conditional \"CONVENIENCE_LTDL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then
+-  as_fn_error "conditional \"INSTALL_LTDL\" was never defined.
++  as_fn_error $? "conditional \"INSTALL_LTDL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ 
+ if test -z "${ENABLE_SHARED_TRUE}" && test -z "${ENABLE_SHARED_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_SHARED\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_SHARED\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_STATIC_TRUE}" && test -z "${ENABLE_STATIC_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_STATIC\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_STATIC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${CROSS_COMPILING_TRUE}" && test -z "${CROSS_COMPILING_FALSE}"; then
+-  as_fn_error "conditional \"CROSS_COMPILING\" was never defined.
++  as_fn_error $? "conditional \"CROSS_COMPILING\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_TSLIB_TRUE}" && test -z "${ENABLE_TSLIB_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_TSLIB\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_TSLIB\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_MOUSE_TRUE}" && test -z "${ENABLE_MOUSE_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_MOUSE\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_MOUSE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_INPUT_EVENTS_TRUE}" && test -z "${ENABLE_INPUT_EVENTS_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_INPUT_EVENTS\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_INPUT_EVENTS\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_INPUT_DEVICES_TRUE}" && test -z "${ENABLE_INPUT_DEVICES_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_INPUT_DEVICES\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_INPUT_DEVICES\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_OVG_RENDERER_TRUE}" && test -z "${BUILD_OVG_RENDERER_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_OVG_RENDERER\" was never defined.
++  as_fn_error $? "conditional \"BUILD_OVG_RENDERER\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_GLES_RENDERER_TRUE}" && test -z "${BUILD_GLES_RENDERER_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_GLES_RENDERER\" was never defined.
++  as_fn_error $? "conditional \"BUILD_GLES_RENDERER\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_OGL_RENDERER_TRUE}" && test -z "${BUILD_OGL_RENDERER_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_OGL_RENDERER\" was never defined.
++  as_fn_error $? "conditional \"BUILD_OGL_RENDERER\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_AGG_RENDERER_TRUE}" && test -z "${BUILD_AGG_RENDERER_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_AGG_RENDERER\" was never defined.
++  as_fn_error $? "conditional \"BUILD_AGG_RENDERER\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CAIRO_RENDERER_TRUE}" && test -z "${BUILD_CAIRO_RENDERER_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CAIRO_RENDERER\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CAIRO_RENDERER\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_OMAP_TRUE}" && test -z "${BUILD_OMAP_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_OMAP\" was never defined.
++  as_fn_error $? "conditional \"BUILD_OMAP\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_VAAPI_TRUE}" && test -z "${USE_VAAPI_FALSE}"; then
+-  as_fn_error "conditional \"USE_VAAPI\" was never defined.
++  as_fn_error $? "conditional \"USE_VAAPI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_VAAPI_TRUE}" && test -z "${HAVE_VAAPI_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_VAAPI\" was never defined.
++  as_fn_error $? "conditional \"HAVE_VAAPI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_VAAPI_GLX_TRUE}" && test -z "${HAVE_VAAPI_GLX_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_VAAPI_GLX\" was never defined.
++  as_fn_error $? "conditional \"HAVE_VAAPI_GLX\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_VAAPI_X11_TRUE}" && test -z "${HAVE_VAAPI_X11_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_VAAPI_X11\" was never defined.
++  as_fn_error $? "conditional \"HAVE_VAAPI_X11\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_PERL_TRUE}" && test -z "${HAVE_PERL_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_PERL\" was never defined.
++  as_fn_error $? "conditional \"HAVE_PERL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_CSOUND_TRUE}" && test -z "${HAVE_CSOUND_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_CSOUND\" was never defined.
++  as_fn_error $? "conditional \"HAVE_CSOUND\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_LIRC_TRUE}" && test -z "${USE_LIRC_FALSE}"; then
+-  as_fn_error "conditional \"USE_LIRC\" was never defined.
++  as_fn_error $? "conditional \"USE_LIRC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DEJAGNU_EXT_TRUE}" && test -z "${BUILD_DEJAGNU_EXT_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DEJAGNU_EXT\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DEJAGNU_EXT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FILEIO_EXT_TRUE}" && test -z "${BUILD_FILEIO_EXT_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FILEIO_EXT\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FILEIO_EXT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MYSQL_EXT_TRUE}" && test -z "${BUILD_MYSQL_EXT_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MYSQL_EXT\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MYSQL_EXT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LAUNCHER_EXT_TRUE}" && test -z "${BUILD_LAUNCHER_EXT_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LAUNCHER_EXT\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LAUNCHER_EXT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_GTK_EXT_TRUE}" && test -z "${BUILD_GTK_EXT_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_GTK_EXT\" was never defined.
++  as_fn_error $? "conditional \"BUILD_GTK_EXT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LIRC_EXT_TRUE}" && test -z "${BUILD_LIRC_EXT_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LIRC_EXT\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LIRC_EXT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DBUS_EXT_TRUE}" && test -z "${BUILD_DBUS_EXT_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DBUS_EXT\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DBUS_EXT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_EXTENSIONS_TRUE}" && test -z "${BUILD_EXTENSIONS_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_EXTENSIONS\" was never defined.
++  as_fn_error $? "conditional \"BUILD_EXTENSIONS\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_UICOMPONENT_AS3_TRUE}" && test -z "${BUILD_UICOMPONENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_UICOMPONENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_UICOMPONENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_INVALIDATIONTYPE_AS3_TRUE}" && test -z "${BUILD_INVALIDATIONTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_INVALIDATIONTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_INVALIDATIONTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_EXTERNALINTERFACE_AS3_TRUE}" && test -z "${BUILD_EXTERNALINTERFACE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_EXTERNALINTERFACE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_EXTERNALINTERFACE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SIGNERTRUSTSETTINGS_AS3_TRUE}" && test -z "${BUILD_SIGNERTRUSTSETTINGS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SIGNERTRUSTSETTINGS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SIGNERTRUSTSETTINGS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_XMLSIGNATUREVALIDATOR_AS3_TRUE}" && test -z "${BUILD_XMLSIGNATUREVALIDATOR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_XMLSIGNATUREVALIDATOR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_XMLSIGNATUREVALIDATOR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SIGNATURESTATUS_AS3_TRUE}" && test -z "${BUILD_SIGNATURESTATUS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SIGNATURESTATUS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SIGNATURESTATUS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IURIDEREFERENCER_AS3_TRUE}" && test -z "${BUILD_IURIDEREFERENCER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IURIDEREFERENCER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IURIDEREFERENCER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_REVOCATIONCHECKSETTINGS_AS3_TRUE}" && test -z "${BUILD_REVOCATIONCHECKSETTINGS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_REVOCATIONCHECKSETTINGS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_REVOCATIONCHECKSETTINGS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IDATAINPUT_AS3_TRUE}" && test -z "${BUILD_IDATAINPUT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IDATAINPUT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IDATAINPUT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IEXTERNALIZABLE_AS3_TRUE}" && test -z "${BUILD_IEXTERNALIZABLE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IEXTERNALIZABLE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IEXTERNALIZABLE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BYTEARRAY_AS3_TRUE}" && test -z "${BUILD_BYTEARRAY_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BYTEARRAY_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BYTEARRAY_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PROXY_AS3_TRUE}" && test -z "${BUILD_PROXY_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PROXY_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PROXY_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_COMPRESSIONALGORITHM_AS3_TRUE}" && test -z "${BUILD_COMPRESSIONALGORITHM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_COMPRESSIONALGORITHM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_COMPRESSIONALGORITHM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IDATAOUTPUT_AS3_TRUE}" && test -z "${BUILD_IDATAOUTPUT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IDATAOUTPUT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IDATAOUTPUT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ENDIAN_AS3_TRUE}" && test -z "${BUILD_ENDIAN_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ENDIAN_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ENDIAN_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TIMER_AS3_TRUE}" && test -z "${BUILD_TIMER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TIMER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TIMER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DICTIONARY_AS3_TRUE}" && test -z "${BUILD_DICTIONARY_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DICTIONARY_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DICTIONARY_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FILE_AS3_TRUE}" && test -z "${BUILD_FILE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FILE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FILE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FILEMODE_AS3_TRUE}" && test -z "${BUILD_FILEMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FILEMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FILEMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FILESTREAM_AS3_TRUE}" && test -z "${BUILD_FILESTREAM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FILESTREAM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FILESTREAM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ROTATE_AS3_TRUE}" && test -z "${BUILD_ROTATE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ROTATE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ROTATE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PIXELDISSOLVE_AS3_TRUE}" && test -z "${BUILD_PIXELDISSOLVE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PIXELDISSOLVE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PIXELDISSOLVE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BLINDS_AS3_TRUE}" && test -z "${BUILD_BLINDS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BLINDS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BLINDS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQUEEZE_AS3_TRUE}" && test -z "${BUILD_SQUEEZE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQUEEZE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQUEEZE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TRANSITION_AS3_TRUE}" && test -z "${BUILD_TRANSITION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TRANSITION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TRANSITION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FADE_AS3_TRUE}" && test -z "${BUILD_FADE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FADE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FADE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TWEEN_AS3_TRUE}" && test -z "${BUILD_TWEEN_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TWEEN_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TWEEN_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ZOOM_AS3_TRUE}" && test -z "${BUILD_ZOOM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ZOOM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ZOOM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IRIS_AS3_TRUE}" && test -z "${BUILD_IRIS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IRIS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IRIS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FLY_AS3_TRUE}" && test -z "${BUILD_FLY_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FLY_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FLY_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TWEENEVENT_AS3_TRUE}" && test -z "${BUILD_TWEENEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TWEENEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TWEENEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PHOTO_AS3_TRUE}" && test -z "${BUILD_PHOTO_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PHOTO_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PHOTO_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TRANSITIONMANAGER_AS3_TRUE}" && test -z "${BUILD_TRANSITIONMANAGER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TRANSITIONMANAGER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TRANSITIONMANAGER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_WIPE_AS3_TRUE}" && test -z "${BUILD_WIPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_WIPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_WIPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IFOCUSMANAGER_AS3_TRUE}" && test -z "${BUILD_IFOCUSMANAGER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IFOCUSMANAGER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IFOCUSMANAGER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FOCUSMANAGER_AS3_TRUE}" && test -z "${BUILD_FOCUSMANAGER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FOCUSMANAGER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FOCUSMANAGER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IFOCUSMANAGERGROUP_AS3_TRUE}" && test -z "${BUILD_IFOCUSMANAGERGROUP_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IFOCUSMANAGERGROUP_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IFOCUSMANAGERGROUP_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STYLEMANAGER_AS3_TRUE}" && test -z "${BUILD_STYLEMANAGER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STYLEMANAGER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STYLEMANAGER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IFOCUSMANAGERCOMPONENT_AS3_TRUE}" && test -z "${BUILD_IFOCUSMANAGERCOMPONENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IFOCUSMANAGERCOMPONENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IFOCUSMANAGERCOMPONENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FILEREFERENCELIST_AS3_TRUE}" && test -z "${BUILD_FILEREFERENCELIST_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FILEREFERENCELIST_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FILEREFERENCELIST_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_RESPONDER_AS3_TRUE}" && test -z "${BUILD_RESPONDER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_RESPONDER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_RESPONDER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IDYNAMICPROPERTYWRITER_AS3_TRUE}" && test -z "${BUILD_IDYNAMICPROPERTYWRITER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IDYNAMICPROPERTYWRITER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IDYNAMICPROPERTYWRITER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_URLREQUEST_AS3_TRUE}" && test -z "${BUILD_URLREQUEST_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_URLREQUEST_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_URLREQUEST_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_URLREQUESTMETHOD_AS3_TRUE}" && test -z "${BUILD_URLREQUESTMETHOD_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_URLREQUESTMETHOD_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_URLREQUESTMETHOD_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FILEFILTER_AS3_TRUE}" && test -z "${BUILD_FILEFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FILEFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FILEFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NETSTREAM_AS3_TRUE}" && test -z "${BUILD_NETSTREAM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NETSTREAM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NETSTREAM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_URLREQUESTDEFAULTS_AS3_TRUE}" && test -z "${BUILD_URLREQUESTDEFAULTS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_URLREQUESTDEFAULTS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_URLREQUESTDEFAULTS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_OBJECTENCODING_AS3_TRUE}" && test -z "${BUILD_OBJECTENCODING_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_OBJECTENCODING_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_OBJECTENCODING_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_URLVARIABLES_AS3_TRUE}" && test -z "${BUILD_URLVARIABLES_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_URLVARIABLES_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_URLVARIABLES_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_URLLOADER_AS3_TRUE}" && test -z "${BUILD_URLLOADER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_URLLOADER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_URLLOADER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NETCONNECTION_AS3_TRUE}" && test -z "${BUILD_NETCONNECTION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NETCONNECTION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NETCONNECTION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_URLREQUESTHEADER_AS3_TRUE}" && test -z "${BUILD_URLREQUESTHEADER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_URLREQUESTHEADER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_URLREQUESTHEADER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SOCKET_AS3_TRUE}" && test -z "${BUILD_SOCKET_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SOCKET_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SOCKET_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_URLLOADERDATAFORMAT_AS3_TRUE}" && test -z "${BUILD_URLLOADERDATAFORMAT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_URLLOADERDATAFORMAT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_URLLOADERDATAFORMAT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_XMLSOCKET_AS3_TRUE}" && test -z "${BUILD_XMLSOCKET_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_XMLSOCKET_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_XMLSOCKET_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FILEREFERENCE_AS3_TRUE}" && test -z "${BUILD_FILEREFERENCE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FILEREFERENCE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FILEREFERENCE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SHAREDOBJECTFLUSHSTATUS_AS3_TRUE}" && test -z "${BUILD_SHAREDOBJECTFLUSHSTATUS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SHAREDOBJECTFLUSHSTATUS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SHAREDOBJECTFLUSHSTATUS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_URLSTREAM_AS3_TRUE}" && test -z "${BUILD_URLSTREAM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_URLSTREAM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_URLSTREAM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IDYNAMICPROPERTYOUTPUT_AS3_TRUE}" && test -z "${BUILD_IDYNAMICPROPERTYOUTPUT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IDYNAMICPROPERTYOUTPUT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IDYNAMICPROPERTYOUTPUT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SHAREDOBJECT_AS3_TRUE}" && test -z "${BUILD_SHAREDOBJECT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SHAREDOBJECT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SHAREDOBJECT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LOCALCONNECTION_AS3_TRUE}" && test -z "${BUILD_LOCALCONNECTION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LOCALCONNECTION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LOCALCONNECTION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SIMPLEEASE_AS3_TRUE}" && test -z "${BUILD_SIMPLEEASE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SIMPLEEASE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SIMPLEEASE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TWEENABLES_AS3_TRUE}" && test -z "${BUILD_TWEENABLES_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TWEENABLES_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TWEENABLES_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MOTIONEVENT_AS3_TRUE}" && test -z "${BUILD_MOTIONEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MOTIONEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MOTIONEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ITWEEN_AS3_TRUE}" && test -z "${BUILD_ITWEEN_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ITWEEN_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ITWEEN_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CUSTOMEASE_AS3_TRUE}" && test -z "${BUILD_CUSTOMEASE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CUSTOMEASE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CUSTOMEASE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SOURCE_AS3_TRUE}" && test -z "${BUILD_SOURCE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SOURCE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SOURCE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BEZIEREASE_AS3_TRUE}" && test -z "${BUILD_BEZIEREASE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BEZIEREASE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BEZIEREASE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MATRIXTRANSFORMER_AS3_TRUE}" && test -z "${BUILD_MATRIXTRANSFORMER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MATRIXTRANSFORMER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MATRIXTRANSFORMER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BEZIERSEGMENT_AS3_TRUE}" && test -z "${BUILD_BEZIERSEGMENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BEZIERSEGMENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BEZIERSEGMENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FUNCTIONEASE_AS3_TRUE}" && test -z "${BUILD_FUNCTIONEASE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FUNCTIONEASE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FUNCTIONEASE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MOTION_AS3_TRUE}" && test -z "${BUILD_MOTION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MOTION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MOTION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_COLOR_AS3_TRUE}" && test -z "${BUILD_COLOR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_COLOR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_COLOR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ROTATEDIRECTION_AS3_TRUE}" && test -z "${BUILD_ROTATEDIRECTION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ROTATEDIRECTION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ROTATEDIRECTION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ANIMATOR_AS3_TRUE}" && test -z "${BUILD_ANIMATOR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ANIMATOR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ANIMATOR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_KEYFRAME_AS3_TRUE}" && test -z "${BUILD_KEYFRAME_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_KEYFRAME_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_KEYFRAME_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PRINTJOB_AS3_TRUE}" && test -z "${BUILD_PRINTJOB_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PRINTJOB_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PRINTJOB_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PRINTJOBOPTIONS_AS3_TRUE}" && test -z "${BUILD_PRINTJOBOPTIONS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PRINTJOBOPTIONS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PRINTJOBOPTIONS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PRINTJOBORIENTATION_AS3_TRUE}" && test -z "${BUILD_PRINTJOBORIENTATION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PRINTJOBORIENTATION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PRINTJOBORIENTATION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_COLORTRANSFORM_AS3_TRUE}" && test -z "${BUILD_COLORTRANSFORM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_COLORTRANSFORM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_COLORTRANSFORM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MATRIX_AS3_TRUE}" && test -z "${BUILD_MATRIX_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MATRIX_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MATRIX_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_POINT_AS3_TRUE}" && test -z "${BUILD_POINT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_POINT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_POINT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TRANSFORM_AS3_TRUE}" && test -z "${BUILD_TRANSFORM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TRANSFORM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TRANSFORM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_RECTANGLE_AS3_TRUE}" && test -z "${BUILD_RECTANGLE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_RECTANGLE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_RECTANGLE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CONTEXTMENU_AS3_TRUE}" && test -z "${BUILD_CONTEXTMENU_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CONTEXTMENU_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CONTEXTMENU_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MOUSE_AS3_TRUE}" && test -z "${BUILD_MOUSE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MOUSE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MOUSE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CONTEXTMENUITEM_AS3_TRUE}" && test -z "${BUILD_CONTEXTMENUITEM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CONTEXTMENUITEM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CONTEXTMENUITEM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_KEYLOCATION_AS3_TRUE}" && test -z "${BUILD_KEYLOCATION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_KEYLOCATION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_KEYLOCATION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_KEYBOARD_AS3_TRUE}" && test -z "${BUILD_KEYBOARD_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_KEYBOARD_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_KEYBOARD_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CONTEXTMENUBUILTINITEMS_AS3_TRUE}" && test -z "${BUILD_CONTEXTMENUBUILTINITEMS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CONTEXTMENUBUILTINITEMS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CONTEXTMENUBUILTINITEMS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SOUNDCHANNEL_AS3_TRUE}" && test -z "${BUILD_SOUNDCHANNEL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SOUNDCHANNEL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SOUNDCHANNEL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SOUNDTRANSFORM_AS3_TRUE}" && test -z "${BUILD_SOUNDTRANSFORM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SOUNDTRANSFORM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SOUNDTRANSFORM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SOUNDMIXER_AS3_TRUE}" && test -z "${BUILD_SOUNDMIXER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SOUNDMIXER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SOUNDMIXER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_VIDEO_AS3_TRUE}" && test -z "${BUILD_VIDEO_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_VIDEO_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_VIDEO_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CAMERA_AS3_TRUE}" && test -z "${BUILD_CAMERA_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CAMERA_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CAMERA_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MICROPHONE_AS3_TRUE}" && test -z "${BUILD_MICROPHONE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MICROPHONE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MICROPHONE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ID3INFO_AS3_TRUE}" && test -z "${BUILD_ID3INFO_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ID3INFO_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ID3INFO_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SOUNDLOADERCONTEXT_AS3_TRUE}" && test -z "${BUILD_SOUNDLOADERCONTEXT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SOUNDLOADERCONTEXT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SOUNDLOADERCONTEXT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SOUND_AS3_TRUE}" && test -z "${BUILD_SOUND_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SOUND_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SOUND_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ACCESSIBILITY_PROPERTIES_AS3_TRUE}" && test -z "${BUILD_ACCESSIBILITY_PROPERTIES_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ACCESSIBILITY_PROPERTIES_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ACCESSIBILITY_PROPERTIES_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CHECKBOXACCIMPL_AS3_TRUE}" && test -z "${BUILD_CHECKBOXACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CHECKBOXACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CHECKBOXACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BUTTONACCIMPL_AS3_TRUE}" && test -z "${BUILD_BUTTONACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BUTTONACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BUTTONACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DATAGRIDACCIMPL_AS3_TRUE}" && test -z "${BUILD_DATAGRIDACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DATAGRIDACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DATAGRIDACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_RADIOBUTTONACCIMPL_AS3_TRUE}" && test -z "${BUILD_RADIOBUTTONACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_RADIOBUTTONACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_RADIOBUTTONACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ACCIMPL_AS3_TRUE}" && test -z "${BUILD_ACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TILELISTACCIMPL_AS3_TRUE}" && test -z "${BUILD_TILELISTACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TILELISTACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TILELISTACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LISTACCIMPL_AS3_TRUE}" && test -z "${BUILD_LISTACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LISTACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LISTACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_COMBOBOXACCIMPL_AS3_TRUE}" && test -z "${BUILD_COMBOBOXACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_COMBOBOXACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_COMBOBOXACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_UICOMPONENTACCIMPL_AS3_TRUE}" && test -z "${BUILD_UICOMPONENTACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_UICOMPONENTACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_UICOMPONENTACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LABELBUTTONACCIMPL_AS3_TRUE}" && test -z "${BUILD_LABELBUTTONACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LABELBUTTONACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LABELBUTTONACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ACCESSIBILITY_AS3_TRUE}" && test -z "${BUILD_ACCESSIBILITY_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ACCESSIBILITY_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ACCESSIBILITY_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SELECTABLELISTACCIMPL_AS3_TRUE}" && test -z "${BUILD_SELECTABLELISTACCIMPL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SELECTABLELISTACCIMPL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SELECTABLELISTACCIMPL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLEVENT_AS3_TRUE}" && test -z "${BUILD_SQLEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_OUTPUTPROGRESSEVENT_AS3_TRUE}" && test -z "${BUILD_OUTPUTPROGRESSEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_OUTPUTPROGRESSEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_OUTPUTPROGRESSEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_HTTPSTATUSEVENT_AS3_TRUE}" && test -z "${BUILD_HTTPSTATUSEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_HTTPSTATUSEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_HTTPSTATUSEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BROWSERINVOKEEVENT_AS3_TRUE}" && test -z "${BUILD_BROWSERINVOKEEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BROWSERINVOKEEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BROWSERINVOKEEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DRMAUTHENTICATEEVENT_AS3_TRUE}" && test -z "${BUILD_DRMAUTHENTICATEEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DRMAUTHENTICATEEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DRMAUTHENTICATEEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SECURITYERROREVENT_AS3_TRUE}" && test -z "${BUILD_SECURITYERROREVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SECURITYERROREVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SECURITYERROREVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLUPDATEEVENT_AS3_TRUE}" && test -z "${BUILD_SQLUPDATEEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLUPDATEEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLUPDATEEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MOUSEEVENT_AS3_TRUE}" && test -z "${BUILD_MOUSEEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MOUSEEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MOUSEEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DATAEVENT_AS3_TRUE}" && test -z "${BUILD_DATAEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DATAEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DATAEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TIMEREVENT_AS3_TRUE}" && test -z "${BUILD_TIMEREVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TIMEREVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TIMEREVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_HTMLUNCAUGHTSCRIPTEXCEPTIONEVENT_AS3_TRUE}" && test -z "${BUILD_HTMLUNCAUGHTSCRIPTEXCEPTIONEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_HTMLUNCAUGHTSCRIPTEXCEPTIONEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_HTMLUNCAUGHTSCRIPTEXCEPTIONEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEWINDOWDISPLAYSTATEEVENT_AS3_TRUE}" && test -z "${BUILD_NATIVEWINDOWDISPLAYSTATEEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEWINDOWDISPLAYSTATEEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEWINDOWDISPLAYSTATEEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ASYNCERROREVENT_AS3_TRUE}" && test -z "${BUILD_ASYNCERROREVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ASYNCERROREVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ASYNCERROREVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STATUSEVENT_AS3_TRUE}" && test -z "${BUILD_STATUSEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STATUSEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STATUSEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_EVENTDISPATCHER_AS3_TRUE}" && test -z "${BUILD_EVENTDISPATCHER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_EVENTDISPATCHER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_EVENTDISPATCHER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FOCUSEVENT_AS3_TRUE}" && test -z "${BUILD_FOCUSEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FOCUSEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FOCUSEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_EVENTPHASE_AS3_TRUE}" && test -z "${BUILD_EVENTPHASE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_EVENTPHASE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_EVENTPHASE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IMEEVENT_AS3_TRUE}" && test -z "${BUILD_IMEEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IMEEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IMEEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FILELISTEVENT_AS3_TRUE}" && test -z "${BUILD_FILELISTEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FILELISTEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FILELISTEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SYNCEVENT_AS3_TRUE}" && test -z "${BUILD_SYNCEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SYNCEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SYNCEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DRMSTATUSEVENT_AS3_TRUE}" && test -z "${BUILD_DRMSTATUSEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DRMSTATUSEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DRMSTATUSEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTEVENT_AS3_TRUE}" && test -z "${BUILD_TEXTEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_EVENT_AS3_TRUE}" && test -z "${BUILD_EVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_EVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_EVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PROGRESSEVENT_AS3_TRUE}" && test -z "${BUILD_PROGRESSEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PROGRESSEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PROGRESSEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CONTEXTMENUEVENT_AS3_TRUE}" && test -z "${BUILD_CONTEXTMENUEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CONTEXTMENUEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CONTEXTMENUEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IOERROREVENT_AS3_TRUE}" && test -z "${BUILD_IOERROREVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IOERROREVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IOERROREVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_INVOKEEVENT_AS3_TRUE}" && test -z "${BUILD_INVOKEEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_INVOKEEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_INVOKEEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEWINDOWBOUNDSEVENT_AS3_TRUE}" && test -z "${BUILD_NATIVEWINDOWBOUNDSEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEWINDOWBOUNDSEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEWINDOWBOUNDSEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IEVENTDISPATCHER_AS3_TRUE}" && test -z "${BUILD_IEVENTDISPATCHER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IEVENTDISPATCHER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IEVENTDISPATCHER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ERROREVENT_AS3_TRUE}" && test -z "${BUILD_ERROREVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ERROREVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ERROREVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FULLSCREENEVENT_AS3_TRUE}" && test -z "${BUILD_FULLSCREENEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FULLSCREENEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FULLSCREENEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DRMERROREVENT_AS3_TRUE}" && test -z "${BUILD_DRMERROREVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DRMERROREVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DRMERROREVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEDRAGEVENT_AS3_TRUE}" && test -z "${BUILD_NATIVEDRAGEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEDRAGEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEDRAGEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NETSTATUSEVENT_AS3_TRUE}" && test -z "${BUILD_NETSTATUSEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NETSTATUSEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NETSTATUSEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_KEYBOARDEVENT_AS3_TRUE}" && test -z "${BUILD_KEYBOARDEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_KEYBOARDEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_KEYBOARDEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLERROREVENT_AS3_TRUE}" && test -z "${BUILD_SQLERROREVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLERROREVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLERROREVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SCREENMOUSEEVENT_AS3_TRUE}" && test -z "${BUILD_SCREENMOUSEEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SCREENMOUSEEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SCREENMOUSEEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ACTIVITYEVENT_AS3_TRUE}" && test -z "${BUILD_ACTIVITYEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ACTIVITYEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ACTIVITYEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BEVELFILTER_AS3_TRUE}" && test -z "${BUILD_BEVELFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BEVELFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BEVELFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BITMAPFILTERQUALITY_AS3_TRUE}" && test -z "${BUILD_BITMAPFILTERQUALITY_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BITMAPFILTERQUALITY_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BITMAPFILTERQUALITY_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DROPSHADOWFILTER_AS3_TRUE}" && test -z "${BUILD_DROPSHADOWFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DROPSHADOWFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DROPSHADOWFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_GLOWFILTER_AS3_TRUE}" && test -z "${BUILD_GLOWFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_GLOWFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_GLOWFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CONVOLUTIONFILTER_AS3_TRUE}" && test -z "${BUILD_CONVOLUTIONFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CONVOLUTIONFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CONVOLUTIONFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BITMAPFILTERTYPE_AS3_TRUE}" && test -z "${BUILD_BITMAPFILTERTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BITMAPFILTERTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BITMAPFILTERTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_GRADIENTGLOWFILTER_AS3_TRUE}" && test -z "${BUILD_GRADIENTGLOWFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_GRADIENTGLOWFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_GRADIENTGLOWFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BLURFILTER_AS3_TRUE}" && test -z "${BUILD_BLURFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BLURFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BLURFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DISPLACEMENTMAPFILTER_AS3_TRUE}" && test -z "${BUILD_DISPLACEMENTMAPFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DISPLACEMENTMAPFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DISPLACEMENTMAPFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BITMAPFILTER_AS3_TRUE}" && test -z "${BUILD_BITMAPFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BITMAPFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BITMAPFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_GRADIENTBEVELFILTER_AS3_TRUE}" && test -z "${BUILD_GRADIENTBEVELFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_GRADIENTBEVELFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_GRADIENTBEVELFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DISPLACEMENTMAPFILTERMODE_AS3_TRUE}" && test -z "${BUILD_DISPLACEMENTMAPFILTERMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DISPLACEMENTMAPFILTERMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DISPLACEMENTMAPFILTERMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_COLORMATRIXFILTER_AS3_TRUE}" && test -z "${BUILD_COLORMATRIXFILTER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_COLORMATRIXFILTER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_COLORMATRIXFILTER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_AUTOLAYOUTEVENT_AS3_TRUE}" && test -z "${BUILD_AUTOLAYOUTEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_AUTOLAYOUTEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_AUTOLAYOUTEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FLVPLAYBACKCAPTIONING_AS3_TRUE}" && test -z "${BUILD_FLVPLAYBACKCAPTIONING_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FLVPLAYBACKCAPTIONING_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FLVPLAYBACKCAPTIONING_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SOUNDEVENT_AS3_TRUE}" && test -z "${BUILD_SOUNDEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SOUNDEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SOUNDEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LAYOUTEVENT_AS3_TRUE}" && test -z "${BUILD_LAYOUTEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LAYOUTEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LAYOUTEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_INCMANAGER_AS3_TRUE}" && test -z "${BUILD_INCMANAGER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_INCMANAGER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_INCMANAGER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_VIDEOERROR_AS3_TRUE}" && test -z "${BUILD_VIDEOERROR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_VIDEOERROR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_VIDEOERROR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FLVPLAYBACK_AS3_TRUE}" && test -z "${BUILD_FLVPLAYBACK_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FLVPLAYBACK_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FLVPLAYBACK_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_VIDEOALIGN_AS3_TRUE}" && test -z "${BUILD_VIDEOALIGN_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_VIDEOALIGN_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_VIDEOALIGN_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NCMANAGER_AS3_TRUE}" && test -z "${BUILD_NCMANAGER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NCMANAGER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NCMANAGER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_VIDEOPLAYER_AS3_TRUE}" && test -z "${BUILD_VIDEOPLAYER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_VIDEOPLAYER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_VIDEOPLAYER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CAPTIONCHANGEEVENT_AS3_TRUE}" && test -z "${BUILD_CAPTIONCHANGEEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CAPTIONCHANGEEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CAPTIONCHANGEEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_VIDEOSTATE_AS3_TRUE}" && test -z "${BUILD_VIDEOSTATE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_VIDEOSTATE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_VIDEOSTATE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NCMANAGERNATIVE_AS3_TRUE}" && test -z "${BUILD_NCMANAGERNATIVE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NCMANAGERNATIVE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NCMANAGERNATIVE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_VIDEOSCALEMODE_AS3_TRUE}" && test -z "${BUILD_VIDEOSCALEMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_VIDEOSCALEMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_VIDEOSCALEMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CAPTIONTARGETEVENT_AS3_TRUE}" && test -z "${BUILD_CAPTIONTARGETEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CAPTIONTARGETEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CAPTIONTARGETEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_VIDEOEVENT_AS3_TRUE}" && test -z "${BUILD_VIDEOEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_VIDEOEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_VIDEOEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IVPEVENT_AS3_TRUE}" && test -z "${BUILD_IVPEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IVPEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IVPEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_METADATAEVENT_AS3_TRUE}" && test -z "${BUILD_METADATAEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_METADATAEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_METADATAEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CUEPOINTTYPE_AS3_TRUE}" && test -z "${BUILD_CUEPOINTTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CUEPOINTTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CUEPOINTTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_VIDEOPROGRESSEVENT_AS3_TRUE}" && test -z "${BUILD_VIDEOPROGRESSEVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_VIDEOPROGRESSEVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_VIDEOPROGRESSEVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SKINERROREVENT_AS3_TRUE}" && test -z "${BUILD_SKINERROREVENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SKINERROREVENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SKINERROREVENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTFIELDAUTOSIZE_AS3_TRUE}" && test -z "${BUILD_TEXTFIELDAUTOSIZE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTFIELDAUTOSIZE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTFIELDAUTOSIZE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTRENDERER_AS3_TRUE}" && test -z "${BUILD_TEXTRENDERER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTRENDERER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTRENDERER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CSMSETTINGS_AS3_TRUE}" && test -z "${BUILD_CSMSETTINGS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CSMSETTINGS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CSMSETTINGS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTDISPLAYMODE_AS3_TRUE}" && test -z "${BUILD_TEXTDISPLAYMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTDISPLAYMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTDISPLAYMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTLINEMETRICS_AS3_TRUE}" && test -z "${BUILD_TEXTLINEMETRICS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTLINEMETRICS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTLINEMETRICS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_GRIDFITTYPE_AS3_TRUE}" && test -z "${BUILD_GRIDFITTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_GRIDFITTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_GRIDFITTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ANTIALIASTYPE_AS3_TRUE}" && test -z "${BUILD_ANTIALIASTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ANTIALIASTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ANTIALIASTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STYLESHEET_AS3_TRUE}" && test -z "${BUILD_STYLESHEET_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STYLESHEET_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STYLESHEET_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTFIELDTYPE_AS3_TRUE}" && test -z "${BUILD_TEXTFIELDTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTFIELDTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTFIELDTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FONTSTYLE_AS3_TRUE}" && test -z "${BUILD_FONTSTYLE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FONTSTYLE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FONTSTYLE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTFIELD_AS3_TRUE}" && test -z "${BUILD_TEXTFIELD_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTFIELD_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTFIELD_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTCOLORTYPE_AS3_TRUE}" && test -z "${BUILD_TEXTCOLORTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTCOLORTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTCOLORTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FONTTYPE_AS3_TRUE}" && test -z "${BUILD_FONTTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FONTTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FONTTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FONT_AS3_TRUE}" && test -z "${BUILD_FONT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FONT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FONT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STATICTEXT_AS3_TRUE}" && test -z "${BUILD_STATICTEXT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STATICTEXT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STATICTEXT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTFORMAT_AS3_TRUE}" && test -z "${BUILD_TEXTFORMAT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTFORMAT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTFORMAT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTSNAPSHOT_AS3_TRUE}" && test -z "${BUILD_TEXTSNAPSHOT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTSNAPSHOT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTSNAPSHOT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTFORMATALIGN_AS3_TRUE}" && test -z "${BUILD_TEXTFORMATALIGN_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTFORMATALIGN_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTFORMATALIGN_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLTRANSACTIONLOCKTYPE_AS3_TRUE}" && test -z "${BUILD_SQLTRANSACTIONLOCKTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLTRANSACTIONLOCKTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLTRANSACTIONLOCKTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLSCHEMARESULT_AS3_TRUE}" && test -z "${BUILD_SQLSCHEMARESULT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLSCHEMARESULT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLSCHEMARESULT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLTRIGGERSCHEMA_AS3_TRUE}" && test -z "${BUILD_SQLTRIGGERSCHEMA_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLTRIGGERSCHEMA_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLTRIGGERSCHEMA_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLTABLESCHEMA_AS3_TRUE}" && test -z "${BUILD_SQLTABLESCHEMA_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLTABLESCHEMA_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLTABLESCHEMA_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLCONNECTION_AS3_TRUE}" && test -z "${BUILD_SQLCONNECTION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLCONNECTION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLCONNECTION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLINDEXSCHEMA_AS3_TRUE}" && test -z "${BUILD_SQLINDEXSCHEMA_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLINDEXSCHEMA_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLINDEXSCHEMA_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLRESULT_AS3_TRUE}" && test -z "${BUILD_SQLRESULT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLRESULT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLRESULT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLSCHEMA_AS3_TRUE}" && test -z "${BUILD_SQLSCHEMA_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLSCHEMA_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLSCHEMA_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLCOLLATIONTYPE_AS3_TRUE}" && test -z "${BUILD_SQLCOLLATIONTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLCOLLATIONTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLCOLLATIONTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLVIEWSCHEMA_AS3_TRUE}" && test -z "${BUILD_SQLVIEWSCHEMA_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLVIEWSCHEMA_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLVIEWSCHEMA_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLCOLUMNNAMESTYLE_AS3_TRUE}" && test -z "${BUILD_SQLCOLUMNNAMESTYLE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLCOLUMNNAMESTYLE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLCOLUMNNAMESTYLE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLMODE_AS3_TRUE}" && test -z "${BUILD_SQLMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ENCRYPTEDLOCALSTORE_AS3_TRUE}" && test -z "${BUILD_ENCRYPTEDLOCALSTORE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ENCRYPTEDLOCALSTORE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ENCRYPTEDLOCALSTORE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLSTATEMENT_AS3_TRUE}" && test -z "${BUILD_SQLSTATEMENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLSTATEMENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLSTATEMENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLCOLUMNSCHEMA_AS3_TRUE}" && test -z "${BUILD_SQLCOLUMNSCHEMA_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLCOLUMNSCHEMA_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLCOLUMNSCHEMA_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IMECONVERSIONMODE_AS3_TRUE}" && test -z "${BUILD_IMECONVERSIONMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IMECONVERSIONMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IMECONVERSIONMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IME_AS3_TRUE}" && test -z "${BUILD_IME_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IME_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IME_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SECURITYPANEL_AS3_TRUE}" && test -z "${BUILD_SECURITYPANEL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SECURITYPANEL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SECURITYPANEL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CAPABILITIES_AS3_TRUE}" && test -z "${BUILD_CAPABILITIES_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CAPABILITIES_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CAPABILITIES_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_APPLICATIONDOMAIN_AS3_TRUE}" && test -z "${BUILD_APPLICATIONDOMAIN_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_APPLICATIONDOMAIN_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_APPLICATIONDOMAIN_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LOADERCONTEXT_AS3_TRUE}" && test -z "${BUILD_LOADERCONTEXT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LOADERCONTEXT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LOADERCONTEXT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SYSTEM_AS3_TRUE}" && test -z "${BUILD_SYSTEM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SYSTEM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SYSTEM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SECURITYDOMAIN_AS3_TRUE}" && test -z "${BUILD_SECURITYDOMAIN_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SECURITYDOMAIN_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SECURITYDOMAIN_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SECURITY_AS3_TRUE}" && test -z "${BUILD_SECURITY_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SECURITY_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SECURITY_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_INVALIDSWFERROR_AS3_TRUE}" && test -z "${BUILD_INVALIDSWFERROR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_INVALIDSWFERROR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_INVALIDSWFERROR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STACKOVERFLOWERROR_AS3_TRUE}" && test -z "${BUILD_STACKOVERFLOWERROR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STACKOVERFLOWERROR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STACKOVERFLOWERROR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IOERROR_AS3_TRUE}" && test -z "${BUILD_IOERROR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IOERROR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IOERROR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MEMORYERROR_AS3_TRUE}" && test -z "${BUILD_MEMORYERROR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MEMORYERROR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MEMORYERROR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLERROR_AS3_TRUE}" && test -z "${BUILD_SQLERROR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLERROR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLERROR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ILLEGALOPERATIONERROR_AS3_TRUE}" && test -z "${BUILD_ILLEGALOPERATIONERROR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ILLEGALOPERATIONERROR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ILLEGALOPERATIONERROR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_EOFERROR_AS3_TRUE}" && test -z "${BUILD_EOFERROR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_EOFERROR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_EOFERROR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SCRIPTTIMEOUTERROR_AS3_TRUE}" && test -z "${BUILD_SCRIPTTIMEOUTERROR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SCRIPTTIMEOUTERROR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SCRIPTTIMEOUTERROR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SQLERROROPERATION_AS3_TRUE}" && test -z "${BUILD_SQLERROROPERATION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SQLERROROPERATION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SQLERROROPERATION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_UPDATER_AS3_TRUE}" && test -z "${BUILD_UPDATER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_UPDATER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_UPDATER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEDRAGMANAGER_AS3_TRUE}" && test -z "${BUILD_NATIVEDRAGMANAGER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEDRAGMANAGER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEDRAGMANAGER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEAPPLICATION_AS3_TRUE}" && test -z "${BUILD_NATIVEAPPLICATION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEAPPLICATION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEAPPLICATION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEDRAGACTIONS_AS3_TRUE}" && test -z "${BUILD_NATIVEDRAGACTIONS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEDRAGACTIONS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEDRAGACTIONS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CLIPBOARD_AS3_TRUE}" && test -z "${BUILD_CLIPBOARD_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CLIPBOARD_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CLIPBOARD_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NOTIFICATIONTYPE_AS3_TRUE}" && test -z "${BUILD_NOTIFICATIONTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NOTIFICATIONTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NOTIFICATIONTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CLIPBOARDFORMATS_AS3_TRUE}" && test -z "${BUILD_CLIPBOARDFORMATS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CLIPBOARDFORMATS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CLIPBOARDFORMATS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CLIPBOARDTRANSFERMODE_AS3_TRUE}" && test -z "${BUILD_CLIPBOARDTRANSFERMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CLIPBOARDTRANSFERMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CLIPBOARDTRANSFERMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEDRAGOPTIONS_AS3_TRUE}" && test -z "${BUILD_NATIVEDRAGOPTIONS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEDRAGOPTIONS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEDRAGOPTIONS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DOCKICON_AS3_TRUE}" && test -z "${BUILD_DOCKICON_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DOCKICON_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DOCKICON_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SYSTEMTRAYICON_AS3_TRUE}" && test -z "${BUILD_SYSTEMTRAYICON_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SYSTEMTRAYICON_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SYSTEMTRAYICON_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ICON_AS3_TRUE}" && test -z "${BUILD_ICON_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ICON_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ICON_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_INTERACTIVEICON_AS3_TRUE}" && test -z "${BUILD_INTERACTIVEICON_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_INTERACTIVEICON_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_INTERACTIVEICON_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PROGRESSBARDIRECTION_AS3_TRUE}" && test -z "${BUILD_PROGRESSBARDIRECTION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PROGRESSBARDIRECTION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PROGRESSBARDIRECTION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SCROLLPOLICY_AS3_TRUE}" && test -z "${BUILD_SCROLLPOLICY_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SCROLLPOLICY_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SCROLLPOLICY_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SLIDER_AS3_TRUE}" && test -z "${BUILD_SLIDER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SLIDER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SLIDER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTINPUT_AS3_TRUE}" && test -z "${BUILD_TEXTINPUT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTINPUT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTINPUT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TEXTAREA_AS3_TRUE}" && test -z "${BUILD_TEXTAREA_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TEXTAREA_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TEXTAREA_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SELECTABLELIST_AS3_TRUE}" && test -z "${BUILD_SELECTABLELIST_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SELECTABLELIST_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SELECTABLELIST_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LABEL_AS3_TRUE}" && test -z "${BUILD_LABEL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LABEL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LABEL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SCROLLBAR_AS3_TRUE}" && test -z "${BUILD_SCROLLBAR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SCROLLBAR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SCROLLBAR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BASEBUTTON_AS3_TRUE}" && test -z "${BUILD_BASEBUTTON_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BASEBUTTON_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BASEBUTTON_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SCROLLBARDIRECTION_AS3_TRUE}" && test -z "${BUILD_SCROLLBARDIRECTION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SCROLLBARDIRECTION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SCROLLBARDIRECTION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_RADIOBUTTONGROUP_AS3_TRUE}" && test -z "${BUILD_RADIOBUTTONGROUP_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_RADIOBUTTONGROUP_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_RADIOBUTTONGROUP_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_COMBOBOX_AS3_TRUE}" && test -z "${BUILD_COMBOBOX_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_COMBOBOX_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_COMBOBOX_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LABELBUTTON_AS3_TRUE}" && test -z "${BUILD_LABELBUTTON_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LABELBUTTON_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LABELBUTTON_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NUMERICSTEPPER_AS3_TRUE}" && test -z "${BUILD_NUMERICSTEPPER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NUMERICSTEPPER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NUMERICSTEPPER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_UISCROLLBAR_AS3_TRUE}" && test -z "${BUILD_UISCROLLBAR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_UISCROLLBAR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_UISCROLLBAR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PROGRESSBARMODE_AS3_TRUE}" && test -z "${BUILD_PROGRESSBARMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PROGRESSBARMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PROGRESSBARMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DATAGRID_AS3_TRUE}" && test -z "${BUILD_DATAGRID_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DATAGRID_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DATAGRID_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PROGRESSBAR_AS3_TRUE}" && test -z "${BUILD_PROGRESSBAR_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PROGRESSBAR_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PROGRESSBAR_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BUTTON_AS3_TRUE}" && test -z "${BUILD_BUTTON_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BUTTON_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BUTTON_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_COLORPICKER_AS3_TRUE}" && test -z "${BUILD_COLORPICKER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_COLORPICKER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_COLORPICKER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CHECKBOX_AS3_TRUE}" && test -z "${BUILD_CHECKBOX_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CHECKBOX_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CHECKBOX_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_TILELIST_AS3_TRUE}" && test -z "${BUILD_TILELIST_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_TILELIST_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_TILELIST_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LIST_AS3_TRUE}" && test -z "${BUILD_LIST_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LIST_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LIST_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BUTTONLABELPLACEMENT_AS3_TRUE}" && test -z "${BUILD_BUTTONLABELPLACEMENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BUTTONLABELPLACEMENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BUTTONLABELPLACEMENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SLIDERDIRECTION_AS3_TRUE}" && test -z "${BUILD_SLIDERDIRECTION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SLIDERDIRECTION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SLIDERDIRECTION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_RADIOBUTTON_AS3_TRUE}" && test -z "${BUILD_RADIOBUTTON_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_RADIOBUTTON_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_RADIOBUTTON_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_XMLNODE_AS3_TRUE}" && test -z "${BUILD_XMLNODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_XMLNODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_XMLNODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_XMLNODETYPE_AS3_TRUE}" && test -z "${BUILD_XMLNODETYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_XMLNODETYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_XMLNODETYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_XMLDOCUMENT_AS3_TRUE}" && test -z "${BUILD_XMLDOCUMENT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_XMLDOCUMENT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_XMLDOCUMENT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FRAMELABEL_AS3_TRUE}" && test -z "${BUILD_FRAMELABEL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FRAMELABEL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FRAMELABEL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SCREEN_AS3_TRUE}" && test -z "${BUILD_SCREEN_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SCREEN_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SCREEN_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BITMAP_AS3_TRUE}" && test -z "${BUILD_BITMAP_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BITMAP_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BITMAP_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SWFVERSION_AS3_TRUE}" && test -z "${BUILD_SWFVERSION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SWFVERSION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SWFVERSION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STAGEALIGN_AS3_TRUE}" && test -z "${BUILD_STAGEALIGN_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STAGEALIGN_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STAGEALIGN_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STAGEDISPLAYSTATE_AS3_TRUE}" && test -z "${BUILD_STAGEDISPLAYSTATE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STAGEDISPLAYSTATE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STAGEDISPLAYSTATE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_IBITMAPDRAWABLE_AS3_TRUE}" && test -z "${BUILD_IBITMAPDRAWABLE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_IBITMAPDRAWABLE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_IBITMAPDRAWABLE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEWINDOWTYPE_AS3_TRUE}" && test -z "${BUILD_NATIVEWINDOWTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEWINDOWTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEWINDOWTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEMENUITEM_AS3_TRUE}" && test -z "${BUILD_NATIVEMENUITEM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEMENUITEM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEMENUITEM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_INTERPOLATIONMETHOD_AS3_TRUE}" && test -z "${BUILD_INTERPOLATIONMETHOD_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_INTERPOLATIONMETHOD_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_INTERPOLATIONMETHOD_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_INTERACTIVEOBJECT_AS3_TRUE}" && test -z "${BUILD_INTERACTIVEOBJECT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_INTERACTIVEOBJECT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_INTERACTIVEOBJECT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BITMAPDATA_AS3_TRUE}" && test -z "${BUILD_BITMAPDATA_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BITMAPDATA_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BITMAPDATA_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SCENE_AS3_TRUE}" && test -z "${BUILD_SCENE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SCENE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SCENE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STAGE_AS3_TRUE}" && test -z "${BUILD_STAGE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STAGE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STAGE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STAGESCALEMODE_AS3_TRUE}" && test -z "${BUILD_STAGESCALEMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STAGESCALEMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STAGESCALEMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SPRITE_AS3_TRUE}" && test -z "${BUILD_SPRITE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SPRITE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SPRITE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SPREADMETHOD_AS3_TRUE}" && test -z "${BUILD_SPREADMETHOD_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SPREADMETHOD_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SPREADMETHOD_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SIMPLEBUTTON_AS3_TRUE}" && test -z "${BUILD_SIMPLEBUTTON_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SIMPLEBUTTON_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SIMPLEBUTTON_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEWINDOWRESIZE_AS3_TRUE}" && test -z "${BUILD_NATIVEWINDOWRESIZE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEWINDOWRESIZE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEWINDOWRESIZE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEWINDOW_AS3_TRUE}" && test -z "${BUILD_NATIVEWINDOW_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEWINDOW_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEWINDOW_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_AVM1MOVIE_AS3_TRUE}" && test -z "${BUILD_AVM1MOVIE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_AVM1MOVIE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_AVM1MOVIE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_GRADIENTTYPE_AS3_TRUE}" && test -z "${BUILD_GRADIENTTYPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_GRADIENTTYPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_GRADIENTTYPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DISPLAYOBJECT_AS3_TRUE}" && test -z "${BUILD_DISPLAYOBJECT_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DISPLAYOBJECT_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DISPLAYOBJECT_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_GRAPHICS_AS3_TRUE}" && test -z "${BUILD_GRAPHICS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_GRAPHICS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_GRAPHICS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_CAPSSTYLE_AS3_TRUE}" && test -z "${BUILD_CAPSSTYLE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_CAPSSTYLE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_CAPSSTYLE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BITMAPDATACHANNEL_AS3_TRUE}" && test -z "${BUILD_BITMAPDATACHANNEL_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BITMAPDATACHANNEL_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BITMAPDATACHANNEL_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MOVIECLIP_AS3_TRUE}" && test -z "${BUILD_MOVIECLIP_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MOVIECLIP_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MOVIECLIP_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STAGEQUALITY_AS3_TRUE}" && test -z "${BUILD_STAGEQUALITY_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STAGEQUALITY_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STAGEQUALITY_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_PIXELSNAPPING_AS3_TRUE}" && test -z "${BUILD_PIXELSNAPPING_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_PIXELSNAPPING_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_PIXELSNAPPING_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ACTIONSCRIPTVERSION_AS3_TRUE}" && test -z "${BUILD_ACTIONSCRIPTVERSION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ACTIONSCRIPTVERSION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ACTIONSCRIPTVERSION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LOADERINFO_AS3_TRUE}" && test -z "${BUILD_LOADERINFO_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LOADERINFO_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LOADERINFO_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LINESCALEMODE_AS3_TRUE}" && test -z "${BUILD_LINESCALEMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LINESCALEMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LINESCALEMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_JOINTSTYLE_AS3_TRUE}" && test -z "${BUILD_JOINTSTYLE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_JOINTSTYLE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_JOINTSTYLE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEWINDOWDISPLAYSTATE_AS3_TRUE}" && test -z "${BUILD_NATIVEWINDOWDISPLAYSTATE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEWINDOWDISPLAYSTATE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEWINDOWDISPLAYSTATE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FOCUSDIRECTION_AS3_TRUE}" && test -z "${BUILD_FOCUSDIRECTION_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FOCUSDIRECTION_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FOCUSDIRECTION_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BLENDMODE_AS3_TRUE}" && test -z "${BUILD_BLENDMODE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BLENDMODE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BLENDMODE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEMENU_AS3_TRUE}" && test -z "${BUILD_NATIVEMENU_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEMENU_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEMENU_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_MORPHSHAPE_AS3_TRUE}" && test -z "${BUILD_MORPHSHAPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_MORPHSHAPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_MORPHSHAPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SHAPE_AS3_TRUE}" && test -z "${BUILD_SHAPE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SHAPE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SHAPE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NATIVEWINDOWINITOPTIONS_AS3_TRUE}" && test -z "${BUILD_NATIVEWINDOWINITOPTIONS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NATIVEWINDOWINITOPTIONS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NATIVEWINDOWINITOPTIONS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_LOADER_AS3_TRUE}" && test -z "${BUILD_LOADER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_LOADER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_LOADER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DISPLAYOBJECTCONTAINER_AS3_TRUE}" && test -z "${BUILD_DISPLAYOBJECTCONTAINER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DISPLAYOBJECTCONTAINER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DISPLAYOBJECTCONTAINER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_BASESCROLLPANE_AS3_TRUE}" && test -z "${BUILD_BASESCROLLPANE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_BASESCROLLPANE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_BASESCROLLPANE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_UILOADER_AS3_TRUE}" && test -z "${BUILD_UILOADER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_UILOADER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_UILOADER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SCROLLPANE_AS3_TRUE}" && test -z "${BUILD_SCROLLPANE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SCROLLPANE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SCROLLPANE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SAMPLE_AS3_TRUE}" && test -z "${BUILD_SAMPLE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SAMPLE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SAMPLE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_STACKFRAME_AS3_TRUE}" && test -z "${BUILD_STACKFRAME_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_STACKFRAME_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_STACKFRAME_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_NEWOBJECTSAMPLE_AS3_TRUE}" && test -z "${BUILD_NEWOBJECTSAMPLE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_NEWOBJECTSAMPLE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_NEWOBJECTSAMPLE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DELETEOBJECTSAMPLE_AS3_TRUE}" && test -z "${BUILD_DELETEOBJECTSAMPLE_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DELETEOBJECTSAMPLE_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DELETEOBJECTSAMPLE_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_HTMLWINDOWCREATEOPTIONS_AS3_TRUE}" && test -z "${BUILD_HTMLWINDOWCREATEOPTIONS_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_HTMLWINDOWCREATEOPTIONS_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_HTMLWINDOWCREATEOPTIONS_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_HTMLLOADER_AS3_TRUE}" && test -z "${BUILD_HTMLLOADER_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_HTMLLOADER_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_HTMLLOADER_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_HTMLHISTORYITEM_AS3_TRUE}" && test -z "${BUILD_HTMLHISTORYITEM_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_HTMLHISTORYITEM_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_HTMLHISTORYITEM_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_HTMLPDFCAPABILITY_AS3_TRUE}" && test -z "${BUILD_HTMLPDFCAPABILITY_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_HTMLPDFCAPABILITY_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_HTMLPDFCAPABILITY_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_HTMLHOST_AS3_TRUE}" && test -z "${BUILD_HTMLHOST_AS3_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_HTMLHOST_AS3\" was never defined.
++  as_fn_error $? "conditional \"BUILD_HTMLHOST_AS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_AVM2_TRUE}" && test -z "${ENABLE_AVM2_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_AVM2\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_AVM2\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_PYTHON_TRUE}" && test -z "${USE_PYTHON_FALSE}"; then
+-  as_fn_error "conditional \"USE_PYTHON\" was never defined.
++  as_fn_error $? "conditional \"USE_PYTHON\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAS_PYTHON_TRUE}" && test -z "${HAS_PYTHON_FALSE}"; then
+-  as_fn_error "conditional \"HAS_PYTHON\" was never defined.
++  as_fn_error $? "conditional \"HAS_PYTHON\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_MALLINFO_TRUE}" && test -z "${HAVE_MALLINFO_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_MALLINFO\" was never defined.
++  as_fn_error $? "conditional \"HAVE_MALLINFO\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${JEMALLOC_TRUE}" && test -z "${JEMALLOC_FALSE}"; then
+-  as_fn_error "conditional \"JEMALLOC\" was never defined.
++  as_fn_error $? "conditional \"JEMALLOC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${DEBUGGER_TRUE}" && test -z "${DEBUGGER_FALSE}"; then
+-  as_fn_error "conditional \"DEBUGGER\" was never defined.
++  as_fn_error $? "conditional \"DEBUGGER\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ALLSTATIC_TRUE}" && test -z "${ALLSTATIC_FALSE}"; then
+-  as_fn_error "conditional \"ALLSTATIC\" was never defined.
++  as_fn_error $? "conditional \"ALLSTATIC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${MENUS_TRUE}" && test -z "${MENUS_FALSE}"; then
+-  as_fn_error "conditional \"MENUS\" was never defined.
++  as_fn_error $? "conditional \"MENUS\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${SWFTREE_TRUE}" && test -z "${SWFTREE_FALSE}"; then
+-  as_fn_error "conditional \"SWFTREE\" was never defined.
++  as_fn_error $? "conditional \"SWFTREE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${TESTSUITE_TRUE}" && test -z "${TESTSUITE_FALSE}"; then
+-  as_fn_error "conditional \"TESTSUITE\" was never defined.
++  as_fn_error $? "conditional \"TESTSUITE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${CYGNAL_TRUE}" && test -z "${CYGNAL_FALSE}"; then
+-  as_fn_error "conditional \"CYGNAL\" was never defined.
++  as_fn_error $? "conditional \"CYGNAL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_CGI_TRUE}" && test -z "${USE_CGI_FALSE}"; then
+-  as_fn_error "conditional \"USE_CGI\" was never defined.
++  as_fn_error $? "conditional \"USE_CGI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_DBUF_TRUE}" && test -z "${ENABLE_DBUF_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_DBUF\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_DBUF\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SSH_TRUE}" && test -z "${BUILD_SSH_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SSH\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SSH\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SSL_TRUE}" && test -z "${BUILD_SSL_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SSL\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SSL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_GIF_TRUE}" && test -z "${USE_GIF_FALSE}"; then
+-  as_fn_error "conditional \"USE_GIF\" was never defined.
++  as_fn_error $? "conditional \"USE_GIF\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_PNG_TRUE}" && test -z "${USE_PNG_FALSE}"; then
+-  as_fn_error "conditional \"USE_PNG\" was never defined.
++  as_fn_error $? "conditional \"USE_PNG\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_DMALLOC_TRUE}" && test -z "${HAVE_DMALLOC_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_DMALLOC\" was never defined.
++  as_fn_error $? "conditional \"HAVE_DMALLOC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${LIRC_TRUE}" && test -z "${LIRC_FALSE}"; then
+-  as_fn_error "conditional \"LIRC\" was never defined.
++  as_fn_error $? "conditional \"LIRC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_XV_TRUE}" && test -z "${HAVE_XV_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_XV\" was never defined.
++  as_fn_error $? "conditional \"HAVE_XV\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_X11_TRUE}" && test -z "${HAVE_X11_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_X11\" was never defined.
++  as_fn_error $? "conditional \"HAVE_X11\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BROKEN_FLOAT_TRUE}" && test -z "${BROKEN_FLOAT_FALSE}"; then
+-  as_fn_error "conditional \"BROKEN_FLOAT\" was never defined.
++  as_fn_error $? "conditional \"BROKEN_FLOAT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_SPEEX_TRUE}" && test -z "${HAVE_SPEEX_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_SPEEX\" was never defined.
++  as_fn_error $? "conditional \"HAVE_SPEEX\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${FREETYPE_TRUE}" && test -z "${FREETYPE_FALSE}"; then
+-  as_fn_error "conditional \"FREETYPE\" was never defined.
++  as_fn_error $? "conditional \"FREETYPE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_MING_TRUE}" && test -z "${ENABLE_MING_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_MING\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_MING\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${MING_VERSION_0_4_TRUE}" && test -z "${MING_VERSION_0_4_FALSE}"; then
+-  as_fn_error "conditional \"MING_VERSION_0_4\" was never defined.
++  as_fn_error $? "conditional \"MING_VERSION_0_4\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${MAKESWF_SUPPORTS_PREBUILT_CLIPS_TRUE}" && test -z "${MAKESWF_SUPPORTS_PREBUILT_CLIPS_FALSE}"; then
+-  as_fn_error "conditional \"MAKESWF_SUPPORTS_PREBUILT_CLIPS\" was never defined.
++  as_fn_error $? "conditional \"MAKESWF_SUPPORTS_PREBUILT_CLIPS\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${MING_SUPPORTS_INIT_ACTIONS_TRUE}" && test -z "${MING_SUPPORTS_INIT_ACTIONS_FALSE}"; then
+-  as_fn_error "conditional \"MING_SUPPORTS_INIT_ACTIONS\" was never defined.
++  as_fn_error $? "conditional \"MING_SUPPORTS_INIT_ACTIONS\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${MING_SUPPORTS_REPLACE_TAG_TRUE}" && test -z "${MING_SUPPORTS_REPLACE_TAG_FALSE}"; then
+-  as_fn_error "conditional \"MING_SUPPORTS_REPLACE_TAG\" was never defined.
++  as_fn_error $? "conditional \"MING_SUPPORTS_REPLACE_TAG\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER_TRUE}" && test -z "${MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER_FALSE}"; then
+-  as_fn_error "conditional \"MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER\" was never defined.
++  as_fn_error $? "conditional \"MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${MING_SUPPORTS_STREAMING_SOUND_TRUE}" && test -z "${MING_SUPPORTS_STREAMING_SOUND_FALSE}"; then
+-  as_fn_error "conditional \"MING_SUPPORTS_STREAMING_SOUND\" was never defined.
++  as_fn_error $? "conditional \"MING_SUPPORTS_STREAMING_SOUND\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${MING_SUPPORTS_SWFBUTTON_SET_DEPTH_TRUE}" && test -z "${MING_SUPPORTS_SWFBUTTON_SET_DEPTH_FALSE}"; then
+-  as_fn_error "conditional \"MING_SUPPORTS_SWFBUTTON_SET_DEPTH\" was never defined.
++  as_fn_error $? "conditional \"MING_SUPPORTS_SWFBUTTON_SET_DEPTH\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${MING_VERSION_0_4_3_TRUE}" && test -z "${MING_VERSION_0_4_3_FALSE}"; then
+-  as_fn_error "conditional \"MING_VERSION_0_4_3\" was never defined.
++  as_fn_error $? "conditional \"MING_VERSION_0_4_3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_SWFDEC_TESTSUITE_TRUE}" && test -z "${ENABLE_SWFDEC_TESTSUITE_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_SWFDEC_TESTSUITE\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_SWFDEC_TESTSUITE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_HTTP_TESTSUITE_TRUE}" && test -z "${ENABLE_HTTP_TESTSUITE_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_HTTP_TESTSUITE\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_HTTP_TESTSUITE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_RED5_TESTING_TRUE}" && test -z "${ENABLE_RED5_TESTING_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_RED5_TESTING\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_RED5_TESTING\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAS_NETCAT_TRUE}" && test -z "${HAS_NETCAT_FALSE}"; then
+-  as_fn_error "conditional \"HAS_NETCAT\" was never defined.
++  as_fn_error $? "conditional \"HAS_NETCAT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAS_WGET_TRUE}" && test -z "${HAS_WGET_FALSE}"; then
+-  as_fn_error "conditional \"HAS_WGET\" was never defined.
++  as_fn_error $? "conditional \"HAS_WGET\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_SWFMILL_TRUE}" && test -z "${ENABLE_SWFMILL_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_SWFMILL\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_SWFMILL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${SWFMILL_AS3_SUPPORT_TRUE}" && test -z "${SWFMILL_AS3_SUPPORT_FALSE}"; then
+-  as_fn_error "conditional \"SWFMILL_AS3_SUPPORT\" was never defined.
++  as_fn_error $? "conditional \"SWFMILL_AS3_SUPPORT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${SWFMILL_FUNCTION2_FLAGS_ORDER_CORRECT_TRUE}" && test -z "${SWFMILL_FUNCTION2_FLAGS_ORDER_CORRECT_FALSE}"; then
+-  as_fn_error "conditional \"SWFMILL_FUNCTION2_FLAGS_ORDER_CORRECT\" was never defined.
++  as_fn_error $? "conditional \"SWFMILL_FUNCTION2_FLAGS_ORDER_CORRECT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_AS3COMPILE_TRUE}" && test -z "${ENABLE_AS3COMPILE_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_AS3COMPILE\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_AS3COMPILE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_MTASC_TRUE}" && test -z "${ENABLE_MTASC_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_MTASC\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_MTASC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_HAXE_TRUE}" && test -z "${ENABLE_HAXE_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_HAXE\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_HAXE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_SWFC_TRUE}" && test -z "${ENABLE_SWFC_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_SWFC\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_SWFC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_HAXE_TRUE}" && test -z "${ENABLE_HAXE_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_HAXE\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_HAXE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_DOXYGEN_TRUE}" && test -z "${ENABLE_DOXYGEN_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_DOXYGEN\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_DOXYGEN\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_SDL_TRUE}" && test -z "${HAVE_SDL_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_SDL\" was never defined.
++  as_fn_error $? "conditional \"HAVE_SDL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_QTOPIA3_TRUE}" && test -z "${HAVE_QTOPIA3_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_QTOPIA3\" was never defined.
++  as_fn_error $? "conditional \"HAVE_QTOPIA3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_QTOPIA4_TRUE}" && test -z "${HAVE_QTOPIA4_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_QTOPIA4\" was never defined.
++  as_fn_error $? "conditional \"HAVE_QTOPIA4\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_KDE3_TRUE}" && test -z "${HAVE_KDE3_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_KDE3\" was never defined.
++  as_fn_error $? "conditional \"HAVE_KDE3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_KDE4_TRUE}" && test -z "${HAVE_KDE4_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_KDE4\" was never defined.
++  as_fn_error $? "conditional \"HAVE_KDE4\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_QT3_TRUE}" && test -z "${HAVE_QT3_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_QT3\" was never defined.
++  as_fn_error $? "conditional \"HAVE_QT3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_QT4_TRUE}" && test -z "${HAVE_QT4_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_QT4\" was never defined.
++  as_fn_error $? "conditional \"HAVE_QT4\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${WITH_KDE4_TRUE}" && test -z "${WITH_KDE4_FALSE}"; then
+-  as_fn_error "conditional \"WITH_KDE4\" was never defined.
++  as_fn_error $? "conditional \"WITH_KDE4\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${QT_X11_TRUE}" && test -z "${QT_X11_FALSE}"; then
+-  as_fn_error "conditional \"QT_X11\" was never defined.
++  as_fn_error $? "conditional \"QT_X11\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${QTOPIA_TRUE}" && test -z "${QTOPIA_FALSE}"; then
+-  as_fn_error "conditional \"QTOPIA\" was never defined.
++  as_fn_error $? "conditional \"QTOPIA\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${QT_OSX_TRUE}" && test -z "${QT_OSX_FALSE}"; then
+-  as_fn_error "conditional \"QT_OSX\" was never defined.
++  as_fn_error $? "conditional \"QT_OSX\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${QT_OS9_TRUE}" && test -z "${QT_OS9_FALSE}"; then
+-  as_fn_error "conditional \"QT_OS9\" was never defined.
++  as_fn_error $? "conditional \"QT_OS9\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${QT_WIN32_TRUE}" && test -z "${QT_WIN32_FALSE}"; then
+-  as_fn_error "conditional \"QT_WIN32\" was never defined.
++  as_fn_error $? "conditional \"QT_WIN32\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_GLIB_TRUE}" && test -z "${HAVE_GLIB_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_GLIB\" was never defined.
++  as_fn_error $? "conditional \"HAVE_GLIB\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_QTOPIA3_GUI_TRUE}" && test -z "${BUILD_QTOPIA3_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_QTOPIA3_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_QTOPIA3_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_QTOPIA4_GUI_TRUE}" && test -z "${BUILD_QTOPIA4_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_QTOPIA4_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_QTOPIA4_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_QT3_GUI_TRUE}" && test -z "${BUILD_QT3_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_QT3_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_QT3_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_QT4_GUI_TRUE}" && test -z "${BUILD_QT4_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_QT4_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_QT4_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_KDE3_GUI_TRUE}" && test -z "${BUILD_KDE3_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_KDE3_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_KDE3_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_KDE4_GUI_TRUE}" && test -z "${BUILD_KDE4_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_KDE4_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_KDE4_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_ALP_GUI_TRUE}" && test -z "${BUILD_ALP_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_ALP_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_ALP_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_HILDON_GUI_TRUE}" && test -z "${BUILD_HILDON_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_HILDON_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_HILDON_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_GTK_GUI_TRUE}" && test -z "${BUILD_GTK_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_GTK_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_GTK_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FLTK_GUI_TRUE}" && test -z "${BUILD_FLTK_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FLTK_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FLTK_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_SDL_GUI_TRUE}" && test -z "${BUILD_SDL_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_SDL_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_SDL_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_FB_GUI_TRUE}" && test -z "${BUILD_FB_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_FB_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_FB_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_AQUA_GUI_TRUE}" && test -z "${BUILD_AQUA_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_AQUA_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_AQUA_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ALLSTATIC_TRUE}" && test -z "${ALLSTATIC_FALSE}"; then
+-  as_fn_error "conditional \"ALLSTATIC\" was never defined.
++  as_fn_error $? "conditional \"ALLSTATIC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_RISCOS_GUI_TRUE}" && test -z "${BUILD_RISCOS_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_RISCOS_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_RISCOS_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_DUMP_GUI_TRUE}" && test -z "${BUILD_DUMP_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_DUMP_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_DUMP_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_AMIGAOS4_GUI_TRUE}" && test -z "${BUILD_AMIGAOS4_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_AMIGAOS4_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_AMIGAOS4_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${BUILD_HAIKU_GUI_TRUE}" && test -z "${BUILD_HAIKU_GUI_FALSE}"; then
+-  as_fn_error "conditional \"BUILD_HAIKU_GUI\" was never defined.
++  as_fn_error $? "conditional \"BUILD_HAIKU_GUI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${NPAPI_TRUE}" && test -z "${NPAPI_FALSE}"; then
+-  as_fn_error "conditional \"NPAPI\" was never defined.
++  as_fn_error $? "conditional \"NPAPI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${KPARTS3_TRUE}" && test -z "${KPARTS3_FALSE}"; then
+-  as_fn_error "conditional \"KPARTS3\" was never defined.
++  as_fn_error $? "conditional \"KPARTS3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${KPARTS4_TRUE}" && test -z "${KPARTS4_FALSE}"; then
+-  as_fn_error "conditional \"KPARTS4\" was never defined.
++  as_fn_error $? "conditional \"KPARTS4\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${GHELP_TRUE}" && test -z "${GHELP_FALSE}"; then
+-  as_fn_error "conditional \"GHELP\" was never defined.
++  as_fn_error $? "conditional \"GHELP\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAS_KDE3_TRUE}" && test -z "${HAS_KDE3_FALSE}"; then
+-  as_fn_error "conditional \"HAS_KDE3\" was never defined.
++  as_fn_error $? "conditional \"HAS_KDE3\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${include_x11_TRUE}" && test -z "${include_x11_FALSE}"; then
+-  as_fn_error "conditional \"include_x11\" was never defined.
++  as_fn_error $? "conditional \"include_x11\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${include_ARTS_TRUE}" && test -z "${include_ARTS_FALSE}"; then
+-  as_fn_error "conditional \"include_ARTS\" was never defined.
++  as_fn_error $? "conditional \"include_ARTS\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${unsermake_enable_pch_TRUE}" && test -z "${unsermake_enable_pch_FALSE}"; then
+-  as_fn_error "conditional \"unsermake_enable_pch\" was never defined.
++  as_fn_error $? "conditional \"unsermake_enable_pch\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_GTK2_TRUE}" && test -z "${HAVE_GTK2_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_GTK2\" was never defined.
++  as_fn_error $? "conditional \"HAVE_GTK2\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_GLEXT_TRUE}" && test -z "${HAVE_GLEXT_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_GLEXT\" was never defined.
++  as_fn_error $? "conditional \"HAVE_GLEXT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_CAIRO_TRUE}" && test -z "${HAVE_CAIRO_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_CAIRO\" was never defined.
++  as_fn_error $? "conditional \"HAVE_CAIRO\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_OPENGL_TRUE}" && test -z "${HAVE_OPENGL_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_OPENGL\" was never defined.
++  as_fn_error $? "conditional \"HAVE_OPENGL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_SOUND_SDL_TRUE}" && test -z "${USE_SOUND_SDL_FALSE}"; then
+-  as_fn_error "conditional \"USE_SOUND_SDL\" was never defined.
++  as_fn_error $? "conditional \"USE_SOUND_SDL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_SOUND_AHI_TRUE}" && test -z "${USE_SOUND_AHI_FALSE}"; then
+-  as_fn_error "conditional \"USE_SOUND_AHI\" was never defined.
++  as_fn_error $? "conditional \"USE_SOUND_AHI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_SOUND_MKIT_TRUE}" && test -z "${USE_SOUND_MKIT_FALSE}"; then
+-  as_fn_error "conditional \"USE_SOUND_MKIT\" was never defined.
++  as_fn_error $? "conditional \"USE_SOUND_MKIT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_FFMPEG_ENGINE_TRUE}" && test -z "${USE_FFMPEG_ENGINE_FALSE}"; then
+-  as_fn_error "conditional \"USE_FFMPEG_ENGINE\" was never defined.
++  as_fn_error $? "conditional \"USE_FFMPEG_ENGINE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_GST_ENGINE_TRUE}" && test -z "${USE_GST_ENGINE_FALSE}"; then
+-  as_fn_error "conditional \"USE_GST_ENGINE\" was never defined.
++  as_fn_error $? "conditional \"USE_GST_ENGINE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_OPENGL_TRUE}" && test -z "${HAVE_OPENGL_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_OPENGL\" was never defined.
++  as_fn_error $? "conditional \"HAVE_OPENGL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${USE_HAIKU_ENGINE_TRUE}" && test -z "${USE_HAIKU_ENGINE_FALSE}"; then
+-  as_fn_error "conditional \"USE_HAIKU_ENGINE\" was never defined.
++  as_fn_error $? "conditional \"USE_HAIKU_ENGINE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_FLTK2_TRUE}" && test -z "${HAVE_FLTK2_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_FLTK2\" was never defined.
++  as_fn_error $? "conditional \"HAVE_FLTK2\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAS_XFT_TRUE}" && test -z "${HAS_XFT_FALSE}"; then
+-  as_fn_error "conditional \"HAS_XFT\" was never defined.
++  as_fn_error $? "conditional \"HAS_XFT\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_INFO_TRUE}" && test -z "${ENABLE_INFO_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_INFO\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_INFO\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_TEXI_TRUE}" && test -z "${ENABLE_TEXI_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_TEXI\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_TEXI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_PDF_TRUE}" && test -z "${ENABLE_PDF_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_PDF\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_PDF\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_HTML_TRUE}" && test -z "${ENABLE_HTML_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_HTML\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_HTML\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_FOP_TRUE}" && test -z "${ENABLE_FOP_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_FOP\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_FOP\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_XMLTEX_TRUE}" && test -z "${ENABLE_XMLTEX_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_XMLTEX\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_XMLTEX\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_MAN_TRUE}" && test -z "${ENABLE_MAN_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_MAN\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_MAN\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_INFO_TRUE}" && test -z "${ENABLE_INFO_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_INFO\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_INFO\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${DOCBOOK_TRUE}" && test -z "${DOCBOOK_FALSE}"; then
+-  as_fn_error "conditional \"DOCBOOK\" was never defined.
++  as_fn_error $? "conditional \"DOCBOOK\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_TEXI_TRUE}" && test -z "${ENABLE_TEXI_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_TEXI\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_TEXI\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_PDF_TRUE}" && test -z "${ENABLE_PDF_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_PDF\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_PDF\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_HTML_TRUE}" && test -z "${ENABLE_HTML_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_HTML\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_HTML\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_FOP_TRUE}" && test -z "${ENABLE_FOP_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_FOP\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_FOP\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_XMLTEX_TRUE}" && test -z "${ENABLE_XMLTEX_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_XMLTEX\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_XMLTEX\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_MAN_TRUE}" && test -z "${ENABLE_MAN_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_MAN\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_MAN\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_AGG_TRUE}" && test -z "${HAVE_AGG_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_AGG\" was never defined.
++  as_fn_error $? "conditional \"HAVE_AGG\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${CURL_TRUE}" && test -z "${CURL_FALSE}"; then
+-  as_fn_error "conditional \"CURL\" was never defined.
++  as_fn_error $? "conditional \"CURL\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_PCH_TRUE}" && test -z "${ENABLE_PCH_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_PCH\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_PCH\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
+-  as_fn_error "conditional \"HAVE_BOOST\" was never defined.
++  as_fn_error $? "conditional \"HAVE_BOOST\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${VISIBILITY_WORKS_TRUE}" && test -z "${VISIBILITY_WORKS_FALSE}"; then
+-  as_fn_error "conditional \"VISIBILITY_WORKS\" was never defined.
++  as_fn_error $? "conditional \"VISIBILITY_WORKS\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ 
+@@ -50873,19 +50819,19 @@ export LANGUAGE
+ (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+ 
+ 
+-# as_fn_error ERROR [LINENO LOG_FD]
+-# ---------------------------------
++# as_fn_error STATUS ERROR [LINENO LOG_FD]
++# ----------------------------------------
+ # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+ # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+-# script with status $?, using 1 if that was 0.
++# script with STATUS, using 1 if that was 0.
+ as_fn_error ()
+ {
+-  as_status=$?; test $as_status -eq 0 && as_status=1
+-  if test "$3"; then
+-    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
++  as_status=$1; test $as_status -eq 0 && as_status=1
++  if test "$4"; then
++    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+   fi
+-  $as_echo "$as_me: error: $1" >&2
++  $as_echo "$as_me: error: $2" >&2
+   as_fn_exit $as_status
+ } # as_fn_error
+ 
+@@ -51081,7 +51027,7 @@ $as_echo X"$as_dir" |
+       test -d "$as_dir" && break
+     done
+     test -z "$as_dirs" || eval "mkdir $as_dirs"
+-  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
++  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+ 
+ 
+ } # as_fn_mkdir_p
+@@ -51135,7 +51081,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
+ # values after options handling.
+ ac_log="
+ This file was extended by gnash $as_me 0.8.8, which was
+-generated by GNU Autoconf 2.64.  Invocation command line was
++generated by GNU Autoconf 2.67.  Invocation command line was
+ 
+   CONFIG_FILES    = $CONFIG_FILES
+   CONFIG_HEADERS  = $CONFIG_HEADERS
+@@ -51176,6 +51122,7 @@ Usage: $0 [OPTION]... [TAG]...
+ 
+   -h, --help       print this help, then exit
+   -V, --version    print version number and configuration settings, then exit
++      --config     print configuration, then exit
+   -q, --quiet, --silent
+                    do not print progress messages
+   -d, --debug      don't remove temporary files
+@@ -51201,12 +51148,13 @@ Report bugs to the package provider."
+ 
+ _ACEOF
+ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
++ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ ac_cs_version="\\
+ gnash config.status 0.8.8
+-configured by $0, generated by GNU Autoconf 2.64,
+-  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
++configured by $0, generated by GNU Autoconf 2.67,
++  with options \\"\$ac_cs_config\\"
+ 
+-Copyright (C) 2009 Free Software Foundation, Inc.
++Copyright (C) 2010 Free Software Foundation, Inc.
+ This config.status script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it."
+ 
+@@ -51224,11 +51172,16 @@ ac_need_defaults=:
+ while test $# != 0
+ do
+   case $1 in
+-  --*=*)
++  --*=?*)
+     ac_option=`expr "X$1" : 'X\([^=]*\)='`
+     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+     ac_shift=:
+     ;;
++  --*=)
++    ac_option=`expr "X$1" : 'X\([^=]*\)='`
++    ac_optarg=
++    ac_shift=:
++    ;;
+   *)
+     ac_option=$1
+     ac_optarg=$2
+@@ -51242,12 +51195,15 @@ do
+     ac_cs_recheck=: ;;
+   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+     $as_echo "$ac_cs_version"; exit ;;
++  --config | --confi | --conf | --con | --co | --c )
++    $as_echo "$ac_cs_config"; exit ;;
+   --debug | --debu | --deb | --de | --d | -d )
+     debug=: ;;
+   --file | --fil | --fi | --f )
+     $ac_shift
+     case $ac_optarg in
+     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
++    '') as_fn_error $? "missing file argument" ;;
+     esac
+     as_fn_append CONFIG_FILES " '$ac_optarg'"
+     ac_need_defaults=false;;
+@@ -51260,7 +51216,7 @@ do
+     ac_need_defaults=false;;
+   --he | --h)
+     # Conflict between --help and --header
+-    as_fn_error "ambiguous option: \`$1'
++    as_fn_error $? "ambiguous option: \`$1'
+ Try \`$0 --help' for more information.";;
+   --help | --hel | -h )
+     $as_echo "$ac_cs_usage"; exit ;;
+@@ -51269,7 +51225,7 @@ Try \`$0 --help' for more information.";
+     ac_cs_silent=: ;;
+ 
+   # This is an error.
+-  -*) as_fn_error "unrecognized option: \`$1'
++  -*) as_fn_error $? "unrecognized option: \`$1'
+ Try \`$0 --help' for more information." ;;
+ 
+   *) as_fn_append ac_config_targets " $1"
+@@ -51751,7 +51707,7 @@ do
+     "cygnal/testsuite/libnet.all/Makefile") CONFIG_FILES="$CONFIG_FILES cygnal/testsuite/libnet.all/Makefile" ;;
+     "cygnal/testsuite/cygnal.all/Makefile") CONFIG_FILES="$CONFIG_FILES cygnal/testsuite/cygnal.all/Makefile" ;;
+ 
+-  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
++  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
+   esac
+ done
+ 
+@@ -51790,7 +51746,7 @@ $debug ||
+ {
+   tmp=./conf$$-$RANDOM
+   (umask 077 && mkdir "$tmp")
+-} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
++} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ 
+ # Set up the scripts for CONFIG_FILES section.
+ # No need to generate them if there are no CONFIG_FILES.
+@@ -51807,7 +51763,7 @@ if test "x$ac_cr" = x; then
+ fi
+ ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+ if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+-  ac_cs_awk_cr='\r'
++  ac_cs_awk_cr='\\r'
+ else
+   ac_cs_awk_cr=$ac_cr
+ fi
+@@ -51821,18 +51777,18 @@ _ACEOF
+   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+   echo "_ACEOF"
+ } >conf$$subs.sh ||
+-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
+-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
++  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
++ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ ac_delim='%!_!# '
+ for ac_last_try in false false false false false :; do
+   . ./conf$$subs.sh ||
+-    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
++    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ 
+   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+   if test $ac_delim_n = $ac_delim_num; then
+     break
+   elif $ac_last_try; then
+-    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
++    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+   else
+     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+   fi
+@@ -51854,7 +51810,7 @@ s/'"$ac_delim"'$//
+ t delim
+ :nl
+ h
+-s/\(.\{148\}\).*/\1/
++s/\(.\{148\}\)..*/\1/
+ t more1
+ s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+ p
+@@ -51868,7 +51824,7 @@ s/.\{148\}//
+ t nl
+ :delim
+ h
+-s/\(.\{148\}\).*/\1/
++s/\(.\{148\}\)..*/\1/
+ t more2
+ s/["\\]/\\&/g; s/^/"/; s/$/"/
+ p
+@@ -51921,20 +51877,28 @@ if sed "s/$ac_cr//" < /dev/null > /dev/n
+ else
+   cat
+ fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
+-  || as_fn_error "could not setup config files machinery" "$LINENO" 5
++  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+ _ACEOF
+ 
+-# VPATH may cause trouble with some makes, so we remove $(srcdir),
+-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
++# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
++# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+ # trailing colons and then remove the whole line if VPATH becomes empty
+ # (actually we leave an empty line to preserve line numbers).
+ if test "x$srcdir" = x.; then
+-  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
+-s/:*\$(srcdir):*/:/
+-s/:*\${srcdir}:*/:/
+-s/:*@srcdir@:*/:/
+-s/^\([^=]*=[	 ]*\):*/\1/
++  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
++h
++s///
++s/^/:/
++s/[	 ]*$/:/
++s/:\$(srcdir):/:/g
++s/:\${srcdir}:/:/g
++s/:@srcdir@:/:/g
++s/^:*//
+ s/:*$//
++x
++s/\(=[	 ]*\).*/\1/
++G
++s/\n//
+ s/^[^=]*=[	 ]*$//
+ }'
+ fi
+@@ -51962,7 +51926,7 @@ for ac_last_try in false false :; do
+   if test -z "$ac_t"; then
+     break
+   elif $ac_last_try; then
+-    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
++    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
+   else
+     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+   fi
+@@ -52047,7 +52011,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
+ _ACAWK
+ _ACEOF
+ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+-  as_fn_error "could not setup config headers machinery" "$LINENO" 5
++  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
+ fi # test -n "$CONFIG_HEADERS"
+ 
+ 
+@@ -52060,7 +52024,7 @@ do
+   esac
+   case $ac_mode$ac_tag in
+   :[FHL]*:*);;
+-  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
++  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
+   :[FH]-) ac_tag=-:-;;
+   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+   esac
+@@ -52088,7 +52052,7 @@ do
+ 	   [\\/$]*) false;;
+ 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+ 	   esac ||
+-	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
++	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
+       esac
+       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+       as_fn_append ac_file_inputs " '$ac_f'"
+@@ -52115,7 +52079,7 @@ $as_echo "$as_me: creating $ac_file" >&6
+ 
+     case $ac_tag in
+     *:-:* | *:-) cat >"$tmp/stdin" \
+-      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
++      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
+     esac
+     ;;
+   esac
+@@ -52252,22 +52216,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t
+ $ac_datarootdir_hack
+ "
+ eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
+-  || as_fn_error "could not create $ac_file" "$LINENO" 5
++  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ 
+ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
+   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
+   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+-which seems to be undefined.  Please make sure it is defined." >&5
++which seems to be undefined.  Please make sure it is defined" >&5
+ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+-which seems to be undefined.  Please make sure it is defined." >&2;}
++which seems to be undefined.  Please make sure it is defined" >&2;}
+ 
+   rm -f "$tmp/stdin"
+   case $ac_file in
+   -) cat "$tmp/out" && rm -f "$tmp/out";;
+   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
+   esac \
+-  || as_fn_error "could not create $ac_file" "$LINENO" 5
++  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+  ;;
+   :H)
+   #
+@@ -52278,19 +52242,19 @@ which seems to be undefined.  Please mak
+       $as_echo "/* $configure_input  */" \
+       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
+     } >"$tmp/config.h" \
+-      || as_fn_error "could not create $ac_file" "$LINENO" 5
++      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
+ $as_echo "$as_me: $ac_file is unchanged" >&6;}
+     else
+       rm -f "$ac_file"
+       mv "$tmp/config.h" "$ac_file" \
+-	|| as_fn_error "could not create $ac_file" "$LINENO" 5
++	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
+     fi
+   else
+     $as_echo "/* $configure_input  */" \
+       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
+-      || as_fn_error "could not create -" "$LINENO" 5
++      || as_fn_error $? "could not create -" "$LINENO" 5
+   fi
+ # Compute "$ac_file"'s index in $config_headers.
+ _am_arg="$ac_file"
+@@ -52344,19 +52308,19 @@ $as_echo X"$_am_arg" |
+ $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
+ 
+     if test ! -r "$ac_source"; then
+-      as_fn_error "$ac_source: file not found" "$LINENO" 5
++      as_fn_error $? "$ac_source: file not found" "$LINENO" 5
+     fi
+     rm -f "$ac_file"
+ 
+     # Try a relative symlink, then a hard link, then a copy.
+-    case $srcdir in
++    case $ac_source in
+     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
+ 	*) ac_rel_source=$ac_top_build_prefix$ac_source ;;
+     esac
+     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
+       ln "$ac_source" "$ac_file" 2>/dev/null ||
+       cp -p "$ac_source" "$ac_file" ||
+-      as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
++      as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
+   fi
+  ;;
+   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+@@ -53391,7 +53355,7 @@ _ACEOF
+ ac_clean_files=$ac_clean_files_save
+ 
+ test $ac_write_fail = 0 ||
+-  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
++  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+ 
+ 
+ # configure is writing to config.log, and then calls config.status.
+@@ -53412,7 +53376,7 @@ if test "$no_create" != yes; then
+   exec 5>>config.log
+   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+   # would make configure fail if this is the last instruction.
+-  $ac_cs_success || as_fn_exit $?
++  $ac_cs_success || as_fn_exit 1
+ fi
+ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+@@ -54395,7 +54359,7 @@ if test x"${statistics_list}" != x; then
+ fi
+ 
+ if test x"${SUPPORTED_GUIS}" = x; then
+-  as_fn_error "no supported GUIs found" "$LINENO" 5;
++  as_fn_error $? "no supported GUIs found" "$LINENO" 5 ;
+ fi
+ 
+ echo "        GUI toolkits supported: ${SUPPORTED_GUIS}"
+@@ -54448,11 +54412,11 @@ if test -s $cerr; then
+   echo ""
+   cat $cerr >&2
+   rm $cerr
+-  as_fn_error "Please install required packages" "$LINENO" 5
++  as_fn_error $? "Please install required packages" "$LINENO" 5
+ fi
+ 
+ if test x"$fork" = x"no"; then
+-  as_fn_error "Currently only forking the standalone player works!" "$LINENO" 5
++  as_fn_error $? "Currently only forking the standalone player works!" "$LINENO" 5
+ fi
+ echo ""
+ 
+--- a/libltdl/ltdl.c
++++ b/libltdl/ltdl.c
+@@ -1615,6 +1615,9 @@ lt_dlopenadvise (const char *filename, l
+ {
+   lt_dlhandle	handle	= 0;
+   int		errors	= 0;
++  const char *	saved_error	= 0;
++
++  LT__GETERROR (saved_error);
+ 
+   /* Can't have symbols hidden and visible at the same time!  */
+   if (advise && advise->is_symlocal && advise->is_symglobal)
+@@ -1651,6 +1654,7 @@ lt_dlopenadvise (const char *filename, l
+ 
+ #if defined(LT_MODULE_EXT)
+       /* Try appending SHLIB_EXT.   */
++      LT__SETERRORSTR (saved_error);
+       errors = try_dlopen (&handle, filename, shlib_ext, advise);
+ 
+       /* As before, if the file was found but loading failed, return now
+--- a/librender/Makefile.in
++++ b/librender/Makefile.in
+@@ -141,6 +141,10 @@ libgnashrender_la_OBJECTS = $(am_libgnas
+ AM_V_lt = $(am__v_lt_$(V))
+ am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+ am__v_lt_0 = --silent
++libgnashrender_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
++	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(libgnashrender_la_LDFLAGS) \
++	$(LDFLAGS) -o $@
+ DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
+@@ -613,6 +617,7 @@ libgnashrender_la_LIBADD = $(LIBVA_LIBS)
+ 	$(am__append_6)
+ libgnashrender_la_SOURCES = PathParser.cpp $(am__append_1) \
+ 	$(am__append_3) $(am__append_5)
++libgnashrender_la_LDFLAGS = -release $(VERSION) ${AM_LDFLAGS} 
+ @ENABLE_PCH_TRUE at AM_CXXFLAGS = $(PCH_FLAGS)
+ all: all-am
+ 
+@@ -680,7 +685,7 @@ clean-pkglibLTLIBRARIES:
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+ libgnashrender.la: $(libgnashrender_la_OBJECTS) $(libgnashrender_la_DEPENDENCIES) 
+-	$(AM_V_CXXLD)$(CXXLINK) -rpath $(pkglibdir) $(libgnashrender_la_OBJECTS) $(libgnashrender_la_LIBADD) $(LIBS)
++	$(AM_V_CXXLD)$(libgnashrender_la_LINK) -rpath $(pkglibdir) $(libgnashrender_la_OBJECTS) $(libgnashrender_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+ 	-rm -f *.$(OBJEXT)
+--- a/ltmain.sh
++++ b/ltmain.sh
+@@ -65,7 +65,7 @@
+ #       compiler:		$LTCC
+ #       compiler flags:		$LTCFLAGS
+ #       linker:		$LD (gnu? $with_gnu_ld)
+-#       $progname:		(GNU libtool) 2.2.6b
++#       $progname:		(GNU libtool) 2.2.6b Debian-2.2.6b-2
+ #       automake:		$automake_version
+ #       autoconf:		$autoconf_version
+ #
+@@ -73,7 +73,7 @@
+ 
+ PROGRAM=ltmain.sh
+ PACKAGE=libtool
+-VERSION=2.2.6b
++VERSION="2.2.6b Debian-2.2.6b-2"
+ TIMESTAMP=""
+ package_revision=1.3017
+ 
+@@ -5033,7 +5033,10 @@ func_mode_link ()
+ 	case $pass in
+ 	dlopen) libs="$dlfiles" ;;
+ 	dlpreopen) libs="$dlprefiles" ;;
+-	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
++	link)
++	  libs="$deplibs %DEPLIBS%"
++	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
++	  ;;
+ 	esac
+       fi
+       if test "$linkmode,$pass" = "lib,dlpreopen"; then
+@@ -5344,19 +5347,19 @@ func_mode_link ()
+ 	    # It is a libtool convenience library, so add in its objects.
+ 	    convenience="$convenience $ladir/$objdir/$old_library"
+ 	    old_convenience="$old_convenience $ladir/$objdir/$old_library"
++	    tmp_libs=
++	    for deplib in $dependency_libs; do
++	      deplibs="$deplib $deplibs"
++	      if $opt_duplicate_deps ; then
++		case "$tmp_libs " in
++		*" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
++		esac
++	      fi
++	      tmp_libs="$tmp_libs $deplib"
++	    done
+ 	  elif test "$linkmode" != prog && test "$linkmode" != lib; then
+ 	    func_fatal_error "\`$lib' is not a convenience library"
+ 	  fi
+-	  tmp_libs=
+-	  for deplib in $dependency_libs; do
+-	    deplibs="$deplib $deplibs"
+-	    if $opt_duplicate_deps ; then
+-	      case "$tmp_libs " in
+-	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
+-	      esac
+-	    fi
+-	    tmp_libs="$tmp_libs $deplib"
+-	  done
+ 	  continue
+ 	fi # $pass = conv
+ 
+@@ -5893,6 +5896,7 @@ func_mode_link ()
+ 	  if test "$link_all_deplibs" != no; then
+ 	    # Add the search paths of all dependency libraries
+ 	    for deplib in $dependency_libs; do
++	      path=
+ 	      case $deplib in
+ 	      -L*) path="$deplib" ;;
+ 	      *.la)
+@@ -6206,6 +6210,9 @@ func_mode_link ()
+ 	    revision="$number_minor"
+ 	    lt_irix_increment=no
+ 	    ;;
++	  *)
++	    func_fatal_configuration "$modename: unknown library version type \`$version_type'"
++	    ;;
+ 	  esac
+ 	  ;;
+ 	no)
+--- a/macros/libtool.m4
++++ b/macros/libtool.m4
+@@ -2445,7 +2445,7 @@ linux*oldld* | linux*aout* | linux*coff*
+   ;;
+ 
+ # This must be Linux ELF.
+-linux* | k*bsd*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -2470,13 +2470,10 @@ linux* | k*bsd*-gnu)
+   # before this can be enabled.
+   hardcode_into_libs=yes
+ 
+-  # Add ABI-specific directories to the system library path.
+-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
+-
+   # Append ld.so.conf contents to the search path
+   if test -f /etc/ld.so.conf; then
+     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
+-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+   fi
+ 
+   # We used to test for /lib/ld.so.1 and disable shared libraries on
+@@ -2488,6 +2485,18 @@ linux* | k*bsd*-gnu)
+   dynamic_linker='GNU/Linux ld.so'
+   ;;
+ 
++netbsdelf*-gnu)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++  soname_spec='${libname}${release}${shared_ext}$major'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  hardcode_into_libs=yes
++  dynamic_linker='NetBSD ld.elf_so'
++  ;;
++
+ netbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+@@ -3075,11 +3084,11 @@ irix5* | irix6* | nonstopux*)
+   ;;
+ 
+ # This must be Linux ELF.
+-linux* | k*bsd*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-netbsd*)
++netbsd* | netbsdelf*-gnu)
+   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+   else
+@@ -3696,7 +3705,7 @@ m4_if([$1], [CXX], [
+ 	    ;;
+ 	esac
+ 	;;
+-      linux* | k*bsd*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+ 	case $cc_basename in
+ 	  KCC*)
+ 	    # KAI C++ Compiler
+@@ -3760,7 +3769,7 @@ m4_if([$1], [CXX], [
+ 	    ;;
+ 	esac
+ 	;;
+-      netbsd*)
++      netbsd* | netbsdelf*-gnu)
+ 	;;
+       *qnx* | *nto*)
+         # QNX uses GNU C++, but need to define -shared option too, otherwise
+@@ -3980,7 +3989,7 @@ m4_if([$1], [CXX], [
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+       ;;
+ 
+-    linux* | k*bsd*-gnu)
++    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+       case $cc_basename in
+       # old Intel for x86_64 which still supported -KPIC.
+       ecc*)
+@@ -4185,6 +4194,9 @@ m4_if([$1], [CXX], [
+   cygwin* | mingw* | cegcc*)
+     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
+   ;;
++  linux* | k*bsd*-gnu)
++    _LT_TAGVAR(link_all_deplibs, $1)=no
++  ;;
+   *)
+     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+   ;;
+@@ -4249,6 +4261,9 @@ dnl Note also adjust exclude_expsyms for
+   openbsd*)
+     with_gnu_ld=no
+     ;;
++  linux* | k*bsd*-gnu)
++    _LT_TAGVAR(link_all_deplibs, $1)=no
++    ;;
+   esac
+ 
+   _LT_TAGVAR(ld_shlibs, $1)=yes
+@@ -4270,6 +4285,7 @@ dnl Note also adjust exclude_expsyms for
+     fi
+     supports_anon_versioning=no
+     case `$LD -v 2>&1` in
++      *GNU\ gold*) supports_anon_versioning=yes ;;
+       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
+       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+@@ -4361,7 +4377,7 @@ _LT_EOF
+       _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+       ;;
+ 
+-    gnu* | linux* | tpf* | k*bsd*-gnu)
++    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+       tmp_diet=no
+       if test "$host_os" = linux-dietlibc; then
+ 	case $cc_basename in
+@@ -4431,7 +4447,7 @@ _LT_EOF
+       fi
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ 	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ 	wlarc=
+@@ -4606,6 +4622,7 @@ _LT_EOF
+ 	if test "$aix_use_runtimelinking" = yes; then
+ 	  shared_flag="$shared_flag "'${wl}-G'
+ 	fi
++	_LT_TAGVAR(link_all_deplibs, $1)=no
+       else
+ 	# not using gcc
+ 	if test "$host_cpu" = ia64; then
+@@ -4844,7 +4861,7 @@ _LT_EOF
+       _LT_TAGVAR(link_all_deplibs, $1)=yes
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ 	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+       else
+@@ -5844,7 +5861,7 @@ if test "$_lt_caught_CXX_error" != yes; 
+         _LT_TAGVAR(inherit_rpath, $1)=yes
+         ;;
+ 
+-      linux* | k*bsd*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+         case $cc_basename in
+           KCC*)
+ 	    # Kuck and Associates, Inc. (KAI) C++ Compiler
+--- a/macros/ltdl.m4
++++ b/macros/ltdl.m4
+@@ -467,7 +467,7 @@ AC_CACHE_CHECK([whether deplibs are load
+   freebsd* | dragonfly*)
+     lt_cv_sys_dlopen_deplibs=yes
+     ;;
+-  gnu* | linux* | k*bsd*-gnu)
++  gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
+     # GNU and its variants, using gnu ld.so (Glibc)
+     lt_cv_sys_dlopen_deplibs=yes
+     ;;
+@@ -487,7 +487,7 @@ AC_CACHE_CHECK([whether deplibs are load
+     # at 6.2 and later dlopen does load deplibs.
+     lt_cv_sys_dlopen_deplibs=yes
+     ;;
+-  netbsd*)
++  netbsd* | netbsdelf*-gnu)
+     lt_cv_sys_dlopen_deplibs=yes
+     ;;
+   openbsd*)




More information about the pkg-flash-devel mailing list