diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 172 | 
1 files changed, 10 insertions, 162 deletions
| @@ -1,6 +1,6 @@  #! /bin/sh  # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for simple-scan 3.15.91. +# Generated by GNU Autoconf 2.69 for simple-scan 3.16.0.1.  #  #  # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -637,8 +637,8 @@ MAKEFLAGS=  # Identity of this package.  PACKAGE_NAME='simple-scan'  PACKAGE_TARNAME='simple-scan' -PACKAGE_VERSION='3.15.91' -PACKAGE_STRING='simple-scan 3.15.91' +PACKAGE_VERSION='3.16.0.1' +PACKAGE_STRING='simple-scan 3.16.0.1'  PACKAGE_BUGREPORT=''  PACKAGE_URL='' @@ -683,7 +683,6 @@ am__EXEEXT_TRUE  LTLIBOBJS  LIBOBJS  GETTEXT_PACKAGE -DATADIRNAME  ALL_LINGUAS  INTLTOOL_PERL  GMSGFMT @@ -1398,7 +1397,7 @@ if test "$ac_init_help" = "long"; then    # Omit some internal or obsolete options to make the list less imposing.    # This message is too long to be a string in the A/UX 3.1 sh.    cat <<_ACEOF -\`configure' configures simple-scan 3.15.91 to adapt to many kinds of systems. +\`configure' configures simple-scan 3.16.0.1 to adapt to many kinds of systems.  Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1464,7 +1463,7 @@ fi  if test -n "$ac_init_help"; then    case $ac_init_help in -     short | recursive ) echo "Configuration of simple-scan 3.15.91:";; +     short | recursive ) echo "Configuration of simple-scan 3.16.0.1:";;     esac    cat <<\_ACEOF @@ -1580,7 +1579,7 @@ fi  test -n "$ac_init_help" && exit $ac_status  if $ac_init_version; then    cat <<\_ACEOF -simple-scan configure 3.15.91 +simple-scan configure 3.16.0.1  generated by GNU Autoconf 2.69  Copyright (C) 2012 Free Software Foundation, Inc. @@ -1828,124 +1827,11 @@ $as_echo "$ac_res" >&6; }    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno  } # ac_fn_c_check_header_compile - -# ac_fn_c_try_link LINENO -# ----------------------- -# Try to link conftest.$ac_ext, and return whether this succeeded. -ac_fn_c_try_link () -{ -  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -  rm -f conftest.$ac_objext conftest$ac_exeext -  if { { 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>conftest.err -  ac_status=$? -  if test -s conftest.err; then -    grep -v '^ *+' conftest.err >conftest.er1 -    cat conftest.er1 >&5 -    mv -f conftest.er1 conftest.err -  fi -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -  test $ac_status = 0; } && { -	 test -z "$ac_c_werror_flag" || -	 test ! -s conftest.err -       } && test -s conftest$ac_exeext && { -	 test "$cross_compiling" = yes || -	 test -x conftest$ac_exeext -       }; then : -  ac_retval=0 -else -  $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -	ac_retval=1 -fi -  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information -  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would -  # interfere with the next link command; also delete a directory that is -  # 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; ${as_lineno_stack:+:} unset as_lineno -  as_fn_set_status $ac_retval - -} # ac_fn_c_try_link - -# ac_fn_c_check_func LINENO FUNC VAR -# ---------------------------------- -# Tests whether FUNC exists, setting the cache variable VAR accordingly -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 eval \${$3+:} false; then : -  $as_echo_n "(cached) " >&6 -else -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h.  */ -/* Define $2 to an innocuous variant, in case <limits.h> declares $2. -   For example, HP-UX 11i <limits.h> declares gettimeofday.  */ -#define $2 innocuous_$2 - -/* System header to define __stub macros and hopefully few prototypes, -    which can conflict with char $2 (); below. -    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since -    <limits.h> exists even on freestanding compilers.  */ - -#ifdef __STDC__ -# include <limits.h> -#else -# include <assert.h> -#endif - -#undef $2 - -/* Override any GCC internal prototype to avoid an error. -   Use char because int might match the return type of a GCC -   builtin and then its argument prototype would still apply.  */ -#ifdef __cplusplus -extern "C" -#endif -char $2 (); -/* The GNU C library defines this for functions which it implements -    to always fail with ENOSYS.  Some functions are actually named -    something starting with __ and the normal name is an alias.  */ -#if defined __stub_$2 || defined __stub___$2 -choke me -#endif - -int -main () -{ -return $2 (); -  ; -  return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : -  eval "$3=yes" -else -  eval "$3=no" -fi -rm -f core conftest.err conftest.$ac_objext \ -    conftest$ac_exeext conftest.$ac_ext -fi -eval ac_res=\$$3 -	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - -} # ac_fn_c_check_func  cat >config.log <<_ACEOF  This file contains any messages produced by compilers while  running configure, to aid debugging if configure makes a mistake. -It was created by simple-scan $as_me 3.15.91, which was +It was created by simple-scan $as_me 3.16.0.1, which was  generated by GNU Autoconf 2.69.  Invocation command line was    $ $0 $@ @@ -2808,7 +2694,7 @@ fi  # Define the identity of the package.   PACKAGE='simple-scan' - VERSION='3.15.91' + VERSION='3.16.0.1'  cat >>confdefs.h <<_ACEOF @@ -5897,44 +5783,6 @@ fi  # Substitute ALL_LINGUAS so we can use it in po/Makefile -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h.  */ - -int -main () -{ -extern int _nl_msg_cat_cntr; -                       return _nl_msg_cat_cntr -  ; -  return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : -  DATADIRNAME=share -else -  case $host in -    *-*-solaris*) -                        ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : -  DATADIRNAME=share -else -  DATADIRNAME=lib -fi - -    ;; -    *) -    DATADIRNAME=lib -    ;; -    esac -fi -rm -f core conftest.err conftest.$ac_objext \ -    conftest$ac_exeext conftest.$ac_ext -fi - - @@ -6522,7 +6370,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  # report actual input values of CONFIG_FILES etc. instead of their  # values after options handling.  ac_log=" -This file was extended by simple-scan $as_me 3.15.91, which was +This file was extended by simple-scan $as_me 3.16.0.1, which was  generated by GNU Autoconf 2.69.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES @@ -6579,7 +6427,7 @@ _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"  ac_cs_version="\\ -simple-scan config.status 3.15.91 +simple-scan config.status 3.16.0.1  configured by $0, generated by GNU Autoconf 2.69,    with options \\"\$ac_cs_config\\" | 
