diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 47 | 
1 files changed, 31 insertions, 16 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.23.90. +# Generated by GNU Autoconf 2.69 for simple-scan 3.24.0.  #  #  # 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.23.90' -PACKAGE_STRING='simple-scan 3.23.90' +PACKAGE_VERSION='3.24.0' +PACKAGE_STRING='simple-scan 3.24.0'  PACKAGE_BUGREPORT=''  PACKAGE_URL='' @@ -1415,7 +1415,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.23.90 to adapt to many kinds of systems. +\`configure' configures simple-scan 3.24.0 to adapt to many kinds of systems.  Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1486,7 +1486,7 @@ fi  if test -n "$ac_init_help"; then    case $ac_init_help in -     short | recursive ) echo "Configuration of simple-scan 3.23.90:";; +     short | recursive ) echo "Configuration of simple-scan 3.24.0:";;     esac    cat <<\_ACEOF @@ -1617,7 +1617,7 @@ fi  test -n "$ac_init_help" && exit $ac_status  if $ac_init_version; then    cat <<\_ACEOF -simple-scan configure 3.23.90 +simple-scan configure 3.24.0  generated by GNU Autoconf 2.69  Copyright (C) 2012 Free Software Foundation, Inc. @@ -1915,7 +1915,7 @@ 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.23.90, which was +It was created by simple-scan $as_me 3.24.0, which was  generated by GNU Autoconf 2.69.  Invocation command line was    $ $0 $@ @@ -2779,7 +2779,7 @@ fi  # Define the identity of the package.   PACKAGE='simple-scan' - VERSION='3.23.90' + VERSION='3.24.0'  cat >>confdefs.h <<_ACEOF @@ -6855,16 +6855,21 @@ else  /* end confdefs.h.  */  #include <libintl.h> -$gt_revision_test_code +#ifndef __GNU_GETTEXT_SUPPORTED_REVISION  extern int _nl_msg_cat_cntr;  extern int *_nl_domain_bindings; +#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) +#else +#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 +#endif +$gt_revision_test_code  int  main ()  {  bindtextdomain ("", ""); -return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings +return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION    ;    return 0; @@ -7617,20 +7622,25 @@ else  /* end confdefs.h.  */  #include <libintl.h> -$gt_revision_test_code +#ifndef __GNU_GETTEXT_SUPPORTED_REVISION  extern int _nl_msg_cat_cntr;  extern  #ifdef __cplusplus  "C"  #endif  const char *_nl_expand_alias (const char *); +#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) +#else +#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 +#endif +$gt_revision_test_code  int  main ()  {  bindtextdomain ("", ""); -return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") +return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION    ;    return 0; @@ -7649,20 +7659,25 @@ rm -f core conftest.err conftest.$ac_objext \  /* end confdefs.h.  */  #include <libintl.h> -$gt_revision_test_code +#ifndef __GNU_GETTEXT_SUPPORTED_REVISION  extern int _nl_msg_cat_cntr;  extern  #ifdef __cplusplus  "C"  #endif  const char *_nl_expand_alias (const char *); +#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) +#else +#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 +#endif +$gt_revision_test_code  int  main ()  {  bindtextdomain ("", ""); -return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") +return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION    ;    return 0; @@ -8374,7 +8389,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.23.90, which was +This file was extended by simple-scan $as_me 3.24.0, which was  generated by GNU Autoconf 2.69.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES @@ -8431,7 +8446,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.23.90 +simple-scan config.status 3.24.0  configured by $0, generated by GNU Autoconf 2.69,    with options \\"\$ac_cs_config\\" | 
