diff -Nru xsane-0.996/autom4te.cache/output.0 xsane-0.997/autom4te.cache/output.0 --- xsane-0.996/autom4te.cache/output.0 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/autom4te.cache/output.0 2009-07-21 19:39:23.000000000 +0100 @@ -0,0 +1,12856 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.61. +@%:@ +@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +@%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + +if test "x$CONFIG_SHELL" = x; then + if (eval ":") 2>/dev/null; then + as_have_required=yes +else + as_have_required=no +fi + + if test $as_have_required = yes && (eval ": +(as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=\$LINENO + as_lineno_2=\$LINENO + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } +") 2> /dev/null; then + : +else + as_candidate_shells= + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + case $as_dir in + /*) + for as_base in sh bash ksh sh5; do + as_candidate_shells="$as_candidate_shells $as_dir/$as_base" + done;; + esac +done +IFS=$as_save_IFS + + + for as_shell in $as_candidate_shells $SHELL; do + # Try only shells that exist, to save several forks. + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { ("$as_shell") 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +_ASEOF +}; then + CONFIG_SHELL=$as_shell + as_have_required=yes + if { "$as_shell" 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +(as_func_return () { + (exit $1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = "$1" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test $exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } + +_ASEOF +}; then + break +fi + +fi + + done + + if test "x$CONFIG_SHELL" != x; then + for as_var in BASH_ENV ENV + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + + if test $as_have_required = no; then + echo This script requires a shell more modern than all the + echo shells that I found on your system. Please install a + echo modern shell, or manually run the script under such a + echo shell if you do have one. + { (exit 1); exit 1; } +fi + + +fi + +fi + + + +(eval "as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0") || { + echo No shell found that supports shell functions. + echo Please tell autoconf@gnu.org about your system, + echo including any error possibly output before this + echo message +} + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + + +exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= +SHELL=${CONFIG_SHELL-/bin/sh} + +# Identity of this package. +PACKAGE_NAME= +PACKAGE_TARNAME= +PACKAGE_VERSION= +PACKAGE_STRING= +PACKAGE_BUGREPORT= + +ac_unique_file="include/config.h.in" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='SHELL +PATH_SEPARATOR +PACKAGE_NAME +PACKAGE_TARNAME +PACKAGE_VERSION +PACKAGE_STRING +PACKAGE_BUGREPORT +exec_prefix +prefix +program_transform_name +bindir +sbindir +libexecdir +datarootdir +datadir +sysconfdir +sharedstatedir +localstatedir +includedir +oldincludedir +docdir +infodir +htmldir +dvidir +pdfdir +psdir +libdir +localedir +mandir +DEFS +ECHO_C +ECHO_N +ECHO_T +LIBS +build_alias +host_alias +target_alias +PACKAGE +VERSION +XSANE_PACKAGE_VERSION +SANE_MAJOR +CC +CFLAGS +LDFLAGS +CPPFLAGS +ac_ct_CC +EXEEXT +OBJEXT +CPP +GREP +EGREP +INSTALL_PROGRAM +INSTALL_SCRIPT +INSTALL_DATA +SET_MAKE +ALLOCA +RANLIB +USE_NLS +MSGFMT +GMSGFMT +XGETTEXT +GENCAT +USE_INCLUDED_LIBINTL +CATALOGS +CATOBJEXT +DATADIRNAME +GMOFILES +INSTOBJEXT +INTLDEPS +INTLLIBS +INTLOBJS +POFILES +POSUB +INCLUDE_LOCALE_H +GT_NO +GT_YES +MKINSTALLDIRS +l +INTLSUB +SANE_CONFIG +SANE_LDFLAGS +SANE_CFLAGS +SANE_LIBS +SANE_PREFIX +PKG_CONFIG +GIMP_CFLAGS +GIMP_LIBS +GIMP_CFLAGS_NOUI +GIMP_LIBS_NOUI +GIMP_DATA_DIR +GIMP_PLUGIN_DIR +GTK_CFLAGS +GTK_LIBS +GTK_CONFIG +GIMP_CONFIG +GIMP_TOOL +INCLUDES +BINPROGS +V_MAJOR +V_MINOR +DLL_PRELOAD +XSANE_ICON +LIB@&t@OBJS +LTLIBOBJS' +ac_subst_files='' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=\$ac_optarg ;; + + -without-* | --without-*) + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) { echo "$as_me: error: unrecognized option: $ac_option +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { (exit 1); exit 1; }; } + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + { echo "$as_me: error: missing argument to $ac_option" >&2 + { (exit 1); exit 1; }; } +fi + +# Be sure to have absolute directory names. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; } +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + 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 +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +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 .` || + { echo "$as_me: error: Working directory cannot be determined" >&2 + { (exit 1); exit 1; }; } +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + { echo "$as_me: error: pwd does not report name of working directory" >&2 + { (exit 1); exit 1; }; } + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$0" || +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$0" : 'X\(//\)[^/]' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X"$0" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { (exit 1); exit 1; }; } +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 + { (exit 1); exit 1; }; } + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +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 this package to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --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 + --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 + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/PACKAGE@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF +_ACEOF +fi + +if test -n "$ac_init_help"; then + + cat <<\_ACEOF + +Optional Features: + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-gtk2 do not use GTK+-2.0, if available use GTK+-1.2 + --disable-gimp do not include GIMP plugin mode + --disable-gimp2 do not use GIMP-2.0, use GIMP-1.x if available + --disable-jpeg do not include JPEG support + --disable-png do not include PNG support + --disable-tiff do not include TIFF support + --disable-lcms do not include LCMS support + --disable-nls do not use Native Language Support + --disable-sanetest Do not try to compile and run a test SANE program + --disable-gimptest do not try to compile and run a test GIMP program + --disable-gtktest do not try to compile and run a test GTK+ program + +Used environment variables that can be set by user: + CFLAGS, CPPFLAGS, LDFLAGS, LIBS + +To add include or library paths call: + env CPPFLAGS=\"-I/path/to/foo/include\" LDFLAGS=\"-L/path/to/foo/libs\" ./configure + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-included-gettext use the GNU gettext library included here + --with-catgets use catgets functions if available + --with-gtk-prefix=PFX Prefix where GTK is installed (optional) + --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional) + --with-gimp-prefix=PFX Prefix where GIMP is installed (optional) + --with-gimp-exec-prefix=PFX Exec prefix where GIMP is installed (optional) + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CPP C preprocessor + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +configure +generated by GNU Autoconf 2.61 + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi +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 $as_me, which was +generated by GNU Autoconf 2.61. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +@%:@@%:@ --------- @%:@@%:@ +@%:@@%:@ Platform. @%:@@%:@ +@%:@@%:@ --------- @%:@@%:@ + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + echo "PATH: $as_dir" +done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +@%:@@%:@ ----------- @%:@@%:@ +@%:@@%:@ Core tests. @%:@@%:@ +@%:@@%:@ ----------- @%:@@%:@ + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 2) + ac_configure_args1="$ac_configure_args1 '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + ac_configure_args="$ac_configure_args '$ac_arg'" + ;; + esac + done +done +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +@%:@@%:@ ---------------- @%:@@%:@ +@%:@@%:@ Cache variables. @%:@@%:@ +@%:@@%:@ ---------------- @%:@@%:@ +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + cat <<\_ASBOX +@%:@@%:@ ----------------- @%:@@%:@ +@%:@@%:@ Output variables. @%:@@%:@ +@%:@@%:@ ----------------- @%:@@%:@ +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +@%:@@%:@ ------------------- @%:@@%:@ +@%:@@%:@ File substitutions. @%:@@%:@ +@%:@@%:@ ------------------- @%:@@%:@ +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +@%:@@%:@ ----------- @%:@@%:@ +@%:@@%:@ confdefs.h. @%:@@%:@ +@%:@@%:@ ----------- @%:@@%:@ +_ASBOX + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + echo "$as_me: caught signal $ac_signal" + echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + set x "$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + set x "$prefix/share/config.site" "$prefix/etc/config.site" +else + set x "$ac_default_prefix/share/config.site" \ + "$ac_default_prefix/etc/config.site" +fi +shift +for ac_site_file +do + if test -r "$ac_site_file"; then + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" + 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 + { echo "$as_me:$LINENO: loading cache $cache_file" >&5 +echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { echo "$as_me:$LINENO: creating cache $cache_file" >&5 +echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 +echo "$as_me: former value: $ac_old_val" >&2;} + { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 +echo "$as_me: current value: $ac_new_val" >&2;} + ac_cache_corrupted=: + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { (exit 1); exit 1; }; } +fi + + + + + + + + + + + + + + + + + +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 + + +ac_config_headers="$ac_config_headers include/config.h" + +# AC_PREREQ(2.10)dnl dnl Minimum Autoconf version required. +# AC_ARG_PROGRAM + +# version code: +V_MAJOR=0 +V_MINOR=997 + +PACKAGE=xsane + +BINPROGS="xsane" + +# languages +ALL_LINGUAS="ca cs da de es fi fr hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv vi tr zh zh_CN" + +SANE_V_MAJOR=1 +VERSION=${V_MAJOR}.${V_MINOR} +XSANE_PACKAGE_VERSION="$PACKAGE-$VERSION" + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define VERSION "$VERSION" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define XSANE_PACKAGE_VERSION "$XSANE_PACKAGE_VERSION" +_ACEOF + + + + + + + + +echo "" +echo "**************************************************************************" +echo "" + +{ echo "$as_me:$LINENO: checking whether GTK+-2.0 is requested" >&5 +echo $ECHO_N "checking whether GTK+-2.0 is requested... $ECHO_C" >&6; } +# Check whether --enable-gtk2 was given. +if test "${enable_gtk2+set}" = set; then + enableval=$enable_gtk2; USE_GTK2=$enableval +else + USE_GTK2=yes +fi + +{ echo "$as_me:$LINENO: result: $USE_GTK2" >&5 +echo "${ECHO_T}$USE_GTK2" >&6; } + +{ echo "$as_me:$LINENO: checking whether GIMP plugin is requested" >&5 +echo $ECHO_N "checking whether GIMP plugin is requested... $ECHO_C" >&6; } +# Check whether --enable-gimp was given. +if test "${enable_gimp+set}" = set; then + enableval=$enable_gimp; USE_GIMP=$enableval +else + USE_GIMP=yes +fi + +{ echo "$as_me:$LINENO: result: $USE_GIMP" >&5 +echo "${ECHO_T}$USE_GIMP" >&6; } + +if test "${USE_GIMP}" = "yes"; then + { echo "$as_me:$LINENO: checking whether GIMP-2.0 is requested" >&5 +echo $ECHO_N "checking whether GIMP-2.0 is requested... $ECHO_C" >&6; } + # Check whether --enable-gimp2 was given. +if test "${enable_gimp2+set}" = set; then + enableval=$enable_gimp2; TRY_GIMP_2=$enableval +else + TRY_GIMP_2=yes +fi + + { echo "$as_me:$LINENO: result: $TRY_GIMP_2" >&5 +echo "${ECHO_T}$TRY_GIMP_2" >&6; } +fi + +{ echo "$as_me:$LINENO: checking whether JPEG support is requested" >&5 +echo $ECHO_N "checking whether JPEG support is requested... $ECHO_C" >&6; } +# Check whether --enable-jpeg was given. +if test "${enable_jpeg+set}" = set; then + enableval=$enable_jpeg; USE_JPEG=$enableval +else + USE_JPEG=yes +fi + +{ echo "$as_me:$LINENO: result: $USE_JPEG" >&5 +echo "${ECHO_T}$USE_JPEG" >&6; } + +{ echo "$as_me:$LINENO: checking whether PNG support is requested" >&5 +echo $ECHO_N "checking whether PNG support is requested... $ECHO_C" >&6; } +# Check whether --enable-png was given. +if test "${enable_png+set}" = set; then + enableval=$enable_png; USE_PNG=$enableval +else + USE_PNG=yes +fi + +{ echo "$as_me:$LINENO: result: $USE_PNG" >&5 +echo "${ECHO_T}$USE_PNG" >&6; } + +{ echo "$as_me:$LINENO: checking whether TIFF support is requested" >&5 +echo $ECHO_N "checking whether TIFF support is requested... $ECHO_C" >&6; } +# Check whether --enable-tiff was given. +if test "${enable_tiff+set}" = set; then + enableval=$enable_tiff; USE_TIFF=$enableval +else + USE_TIFF=yes +fi + +{ echo "$as_me:$LINENO: result: $USE_TIFF" >&5 +echo "${ECHO_T}$USE_TIFF" >&6; } + +{ echo "$as_me:$LINENO: checking whether LCMS (color management) support is requested" >&5 +echo $ECHO_N "checking whether LCMS (color management) support is requested... $ECHO_C" >&6; } +# Check whether --enable-lcms was given. +if test "${enable_lcms+set}" = set; then + enableval=$enable_lcms; USE_LCMS=$enableval +else + USE_LCMS=yes +fi + +{ echo "$as_me:$LINENO: result: $USE_LCMS" >&5 +echo "${ECHO_T}$USE_LCMS" >&6; } + +echo "" +echo "**************************************************************************" +echo "" + +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 +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $@%:@ != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for C compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out 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. +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` +# +# List of possible output files, starting from the most likely. +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) +# only as a last resort. b.out is created by i960 compilers. +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' +# +# The IRIX 6 linker writes into existing files which may not be +# executable, retaining their permissions. Remove them first so a +# subsequent execution test works. +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { (ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi + +{ echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6; } +if test -z "$ac_file"; then + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +See \`config.log' for more details." >&5 +echo "$as_me: error: C compiler cannot create executables +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } +fi + +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. +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 +# 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { echo "$as_me:$LINENO: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + fi + fi +fi +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + +rm -f a.out 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. +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6; } + +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest$ac_cv_exeext +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } +if test "${ac_cv_objext+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } +if test "${ac_cv_c_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } +GCC=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_c89=$ac_arg +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; + xno) + { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; +esac + + +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 + + +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 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test "${ac_cv_prog_CPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@ifdef __STDC__ +@%:@ include +@%:@else +@%:@ include +@%:@endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@ifdef __STDC__ +@%:@ include +@%:@else +@%:@ include +@%:@endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +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 + + +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Extract the first word of "grep ggrep" to use in msg output +if test -z "$GREP"; then +set dummy grep ggrep; ac_prog_name=$2 +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_GREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue + # Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_GREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +GREP="$ac_cv_path_GREP" +if test -z "$GREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_GREP=$GREP +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + # Extract the first word of "egrep" to use in msg output +if test -z "$EGREP"; then +set dummy egrep; ac_prog_name=$2 +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_EGREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue + # Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_EGREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +EGREP="$ac_cv_path_EGREP" +if test -z "$EGREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_EGREP=$EGREP +fi + + + fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + +{ echo "$as_me:$LINENO: checking for AIX" >&5 +echo $ECHO_N "checking for AIX... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef _AIX + yes +#endif + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "yes" >/dev/null 2>&1; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } +cat >>confdefs.h <<\_ACEOF +@%:@define _ALL_SOURCE 1 +_ACEOF + +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi +rm -f conftest* + + +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_header_stdc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_header_stdc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then + : +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +cat >>confdefs.h <<\_ACEOF +@%:@define STDC_HEADERS 1 +_ACEOF + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. + + + + + + + + + +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + +@%:@include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + eval "$as_ac_Header=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_Header=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +if test "${ac_cv_header_minix_config_h+set}" = set; then + { echo "$as_me:$LINENO: checking for minix/config.h" >&5 +echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } +if test "${ac_cv_header_minix_config_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 +echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking minix/config.h usability" >&5 +echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking minix/config.h presence" >&5 +echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for minix/config.h" >&5 +echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } +if test "${ac_cv_header_minix_config_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_minix_config_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 +echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } + +fi +if test $ac_cv_header_minix_config_h = yes; then + MINIX=yes +else + MINIX= +fi + + +if test "$MINIX" = yes; then + +cat >>confdefs.h <<\_ACEOF +@%:@define _POSIX_SOURCE 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +@%:@define _POSIX_1_SOURCE 2 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +@%:@define _MINIX 1 +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for library containing strerror" >&5 +echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } +if test "${ac_cv_search_strerror+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_func_search_save_LIBS=$LIBS +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* 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 strerror (); +int +main () +{ +return strerror (); + ; + return 0; +} +_ACEOF +for ac_lib in '' cposix; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_search_strerror=$ac_res +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext + if test "${ac_cv_search_strerror+set}" = set; then + break +fi +done +if test "${ac_cv_search_strerror+set}" = set; then + : +else + ac_cv_search_strerror=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 +echo "${ECHO_T}$ac_cv_search_strerror" >&6; } +ac_res=$ac_cv_search_strerror +if test "$ac_res" != no; then + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +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 +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $@%:@ != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for C compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } +if test "${ac_cv_c_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } +GCC=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_c89=$ac_arg +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; + xno) + { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; +esac + + +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 + + +am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + 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 + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} + { (exit 1); exit 1; }; } +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in + ./ | .// | /cC/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + done + done + ;; +esac +done +IFS=$as_save_IFS + + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL 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. + INSTALL=$ac_install_sh + fi +fi +{ echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } +set x ${MAKE-make}; ac_make=`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 + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# 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;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + SET_MAKE= +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +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 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test "${ac_cv_prog_CPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@ifdef __STDC__ +@%:@ include +@%:@else +@%:@ include +@%:@endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@ifdef __STDC__ +@%:@ include +@%:@else +@%:@ include +@%:@endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +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 + +if test $ac_cv_c_compiler_gnu = yes; then + { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 +echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; } +if test "${ac_cv_prog_gcc_traditional+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_pattern="Autoconf.*'x'" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +Autoconf TIOCGETP +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "$ac_pattern" >/dev/null 2>&1; then + ac_cv_prog_gcc_traditional=yes +else + ac_cv_prog_gcc_traditional=no +fi +rm -f conftest* + + + if test $ac_cv_prog_gcc_traditional = no; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +Autoconf TCGETA +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "$ac_pattern" >/dev/null 2>&1; then + ac_cv_prog_gcc_traditional=yes +fi +rm -f conftest* + + fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 +echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; } + if test $ac_cv_prog_gcc_traditional = yes; then + CC="$CC -traditional" + fi +fi + + +INCLUDES="${INCLUDES} -I/usr/local/include" +CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE" +if test "${ac_cv_c_compiler_gnu}" = "yes"; then + CFLAGS="${CFLAGS} -Wall" +fi + + +for ac_header in windows.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + + if test x"$GCC" = xyes; then + msnative_struct='' + { echo "$as_me:$LINENO: checking how to get MSVC-compatible struct packing" >&5 +echo $ECHO_N "checking how to get MSVC-compatible struct packing... $ECHO_C" >&6; } + if test -z "$ac_cv_prog_CC"; then + our_gcc="$CC" + else + our_gcc="$ac_cv_prog_CC" + fi + case `$our_gcc --version | sed -e 's,\..*,.,' -e q` in + 2.) + if $our_gcc -v --help 2>/dev/null | grep fnative-struct >/dev/null; then + msnative_struct='-fnative-struct' + fi + ;; + *) + if $our_gcc -v --help 2>/dev/null | grep ms-bitfields >/dev/null; then + msnative_struct='-mms-bitfields' + fi + ;; + esac + if test x"$msnative_struct" = x ; then + { echo "$as_me:$LINENO: result: no way" >&5 +echo "${ECHO_T}no way" >&6; } + { echo "$as_me:$LINENO: WARNING: produced libraries might be incompatible with MSVC-compiled code" >&5 +echo "$as_me: WARNING: produced libraries might be incompatible with MSVC-compiled code" >&2;} + else + CFLAGS="$CFLAGS $msnative_struct" + { echo "$as_me:$LINENO: result: ${msnative_struct}" >&5 +echo "${ECHO_T}${msnative_struct}" >&6; } + fi + fi + +fi + +done + + +if test "${ac_cv_header_windows_h}" = "yes"; then + LDFLAGS="${LDFLAGS} -mwindows" + XSANE_ICON="xsane-icon.opc" +fi + +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_header_stdc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_header_stdc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then + : +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +cat >>confdefs.h <<\_ACEOF +@%:@define STDC_HEADERS 1 +_ACEOF + +fi + + + + + + + + + +for ac_header in windows.h os2.h fcntl.h unistd.h libc.h sys/time.h sys/types.h zlib.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } +if test "${ac_cv_c_const+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +/* FIXME: Include the comments suggested by Paul. */ +#ifndef __cplusplus + /* Ultrix mips cc rejects this. */ + typedef int charset[2]; + const charset cs; + /* SunOS 4.1.1 cc rejects this. */ + char const *const *pcpcc; + char **ppc; + /* NEC SVR4.0.2 mips cc rejects this. */ + struct point {int x, y;}; + static struct point const zero = {0,0}; + /* AIX XL C 1.02.0.0 rejects this. + It does not let you subtract one const X* pointer from another in + an arm of an if-expression whose if-part is not a constant + expression */ + const char *g = "string"; + pcpcc = &g + (g ? g-g : 0); + /* HPUX 7.0 cc rejects these. */ + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; + { /* SCO 3.2v4 cc rejects this. */ + char *t; + char const *s = 0 ? (char *) 0 : (char const *) 0; + + *t++ = 0; + if (s) return 0; + } + { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ + int x[] = {25, 17}; + const int *foo = &x[0]; + ++foo; + } + { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ + typedef const int *iptr; + iptr p = 0; + ++p; + } + { /* AIX XL C 1.02.0.0 rejects this saying + "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ + struct s { int j; const int *ap[3]; }; + struct s *b; b->j = 5; + } + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ + const int foo = 10; + if (!foo) return 0; + } + return !cs[0] && !zero.x; +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_const=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_c_const=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +echo "${ECHO_T}$ac_cv_c_const" >&6; } +if test $ac_cv_c_const = no; then + +cat >>confdefs.h <<\_ACEOF +@%:@define const +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for inline" >&5 +echo $ECHO_N "checking for inline... $ECHO_C" >&6; } +if test "${ac_cv_c_inline+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo () {return 0; } +$ac_kw foo_t foo () {return 0; } +#endif + +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_inline=$ac_kw +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 +echo "${ECHO_T}$ac_cv_c_inline" >&6; } + + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 +echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } +if test "${ac_cv_type_signal+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include + +int +main () +{ +return *(signal (0, 0)) (0) == 1; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_signal=int +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_signal=void +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 +echo "${ECHO_T}$ac_cv_type_signal" >&6; } + +cat >>confdefs.h <<_ACEOF +@%:@define RETSIGTYPE $ac_cv_type_signal +_ACEOF + + +{ echo "$as_me:$LINENO: checking for size_t" >&5 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } +if test "${ac_cv_type_size_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef size_t ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_size_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_size_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +echo "${ECHO_T}$ac_cv_type_size_t" >&6; } +if test $ac_cv_type_size_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +@%:@define size_t unsigned int +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for pid_t" >&5 +echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } +if test "${ac_cv_type_pid_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef pid_t ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_pid_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_pid_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 +echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } +if test $ac_cv_type_pid_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +@%:@define pid_t int +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for ssize_t" >&5 +echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } +if test "${ac_cv_type_ssize_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef ssize_t ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_ssize_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_ssize_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 +echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; } +if test $ac_cv_type_ssize_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +@%:@define ssize_t long +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for u_char" >&5 +echo $ECHO_N "checking for u_char... $ECHO_C" >&6; } +if test "${ac_cv_type_u_char+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef u_char ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_u_char=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_char=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_u_char" >&5 +echo "${ECHO_T}$ac_cv_type_u_char" >&6; } +if test $ac_cv_type_u_char = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +@%:@define u_char unsigned char +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for u_int" >&5 +echo $ECHO_N "checking for u_int... $ECHO_C" >&6; } +if test "${ac_cv_type_u_int+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef u_int ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_u_int=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_int=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int" >&5 +echo "${ECHO_T}$ac_cv_type_u_int" >&6; } +if test $ac_cv_type_u_int = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +@%:@define u_int unsigned int +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for u_long" >&5 +echo $ECHO_N "checking for u_long... $ECHO_C" >&6; } +if test "${ac_cv_type_u_long+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef u_long ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_u_long=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_long=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_u_long" >&5 +echo "${ECHO_T}$ac_cv_type_u_long" >&6; } +if test $ac_cv_type_u_long = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +@%:@define u_long unsigned long +_ACEOF + +fi + + + +{ echo "$as_me:$LINENO: checking for sqrt in -lm" >&5 +echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6; } +if test "${ac_cv_lib_m_sqrt+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lm $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* 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 sqrt (); +int +main () +{ +return sqrt (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_m_sqrt=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_m_sqrt=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 +echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6; } +if test $ac_cv_lib_m_sqrt = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBM 1 +_ACEOF + + LIBS="-lm $LIBS" + +fi + + +{ echo "$as_me:$LINENO: checking for deflateInit_ in -lz" >&5 +echo $ECHO_N "checking for deflateInit_ in -lz... $ECHO_C" >&6; } +if test "${ac_cv_lib_z_deflateInit_+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lz $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* 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 deflateInit_ (); +int +main () +{ +return deflateInit_ (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_z_deflateInit_=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_z_deflateInit_=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflateInit_" >&5 +echo "${ECHO_T}$ac_cv_lib_z_deflateInit_" >&6; } +if test $ac_cv_lib_z_deflateInit_ = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBZ 1 +_ACEOF + + LIBS="-lz $LIBS" + +fi + + +if test "${USE_JPEG}" = "yes"; then + +{ echo "$as_me:$LINENO: checking for jpeg_start_decompress in -ljpeg" >&5 +echo $ECHO_N "checking for jpeg_start_decompress in -ljpeg... $ECHO_C" >&6; } +if test "${ac_cv_lib_jpeg_jpeg_start_decompress+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ljpeg $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* 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 jpeg_start_decompress (); +int +main () +{ +return jpeg_start_decompress (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_jpeg_jpeg_start_decompress=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_jpeg_jpeg_start_decompress=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_start_decompress" >&5 +echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_start_decompress" >&6; } +if test $ac_cv_lib_jpeg_jpeg_start_decompress = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBJPEG 1 +_ACEOF + + LIBS="-ljpeg $LIBS" + +fi + +fi + +# tiff test must stand after test for zlib +if test "${USE_TIFF}" = "yes"; then + +{ echo "$as_me:$LINENO: checking for TIFFOpen in -ltiff" >&5 +echo $ECHO_N "checking for TIFFOpen in -ltiff... $ECHO_C" >&6; } +if test "${ac_cv_lib_tiff_TIFFOpen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ltiff $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* 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 TIFFOpen (); +int +main () +{ +return TIFFOpen (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_tiff_TIFFOpen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_tiff_TIFFOpen=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFOpen" >&5 +echo "${ECHO_T}$ac_cv_lib_tiff_TIFFOpen" >&6; } +if test $ac_cv_lib_tiff_TIFFOpen = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBTIFF 1 +_ACEOF + + LIBS="-ltiff $LIBS" + +fi + +fi + +if test "${USE_LCMS}" = "yes"; then + +{ echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5 +echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; } +if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-llcms $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* 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 cmsOpenProfileFromFile (); +int +main () +{ +return cmsOpenProfileFromFile (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_lcms_cmsOpenProfileFromFile=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_lcms_cmsOpenProfileFromFile=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5 +echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; } +if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBLCMS 1 +_ACEOF + + LIBS="-llcms $LIBS" + +fi + +fi + +# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works +# for constant arguments. Useless! +{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 +echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } +if test "${ac_cv_working_alloca_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include +int +main () +{ +char *p = (char *) alloca (2 * sizeof (int)); + if (p) return 0; + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_working_alloca_h=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_working_alloca_h=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 +echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } +if test $ac_cv_working_alloca_h = yes; then + +cat >>confdefs.h <<\_ACEOF +@%:@define HAVE_ALLOCA_H 1 +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for alloca" >&5 +echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } +if test "${ac_cv_func_alloca_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __GNUC__ +# define alloca __builtin_alloca +#else +# ifdef _MSC_VER +# include +# define alloca _alloca +# else +# ifdef HAVE_ALLOCA_H +# include +# else +# ifdef _AIX + #pragma alloca +# else +# ifndef alloca /* predefined by HP cc +Olibcalls */ +char *alloca (); +# endif +# endif +# endif +# endif +#endif + +int +main () +{ +char *p = (char *) alloca (1); + if (p) return 0; + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_func_alloca_works=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_func_alloca_works=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 +echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } + +if test $ac_cv_func_alloca_works = yes; then + +cat >>confdefs.h <<\_ACEOF +@%:@define HAVE_ALLOCA 1 +_ACEOF + +else + # The SVR3 libPW and SVR4 libucb both contain incompatible functions +# that cause trouble. Some versions do not even contain alloca or +# contain a buggy version. If you still want to use their alloca, +# use ar to extract alloca.o from them instead of compiling alloca.c. + +ALLOCA=\${LIBOBJDIR}alloca.$ac_objext + +cat >>confdefs.h <<\_ACEOF +@%:@define C_ALLOCA 1 +_ACEOF + + +{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 +echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } +if test "${ac_cv_os_cray+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#if defined CRAY && ! defined CRAY2 +webecray +#else +wenotbecray +#endif + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "webecray" >/dev/null 2>&1; then + ac_cv_os_cray=yes +else + ac_cv_os_cray=no +fi +rm -f conftest* + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 +echo "${ECHO_T}$ac_cv_os_cray" >&6; } +if test $ac_cv_os_cray = yes; then + for ac_func in _getb67 GETB67 getb67; do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* 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 $ac_func (); +/* 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_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + +cat >>confdefs.h <<_ACEOF +@%:@define CRAY_STACKSEG_END $ac_func +_ACEOF + + break +fi + + done +fi + +{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 +echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } +if test "${ac_cv_c_stack_direction+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then + ac_cv_c_stack_direction=0 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +find_stack_direction () +{ + static char *addr = 0; + auto char dummy; + if (addr == 0) + { + addr = &dummy; + return find_stack_direction (); + } + else + return (&dummy > addr) ? 1 : -1; +} + +int +main () +{ + return find_stack_direction () < 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_c_stack_direction=1 +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_c_stack_direction=-1 +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 +echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } + +cat >>confdefs.h <<_ACEOF +@%:@define STACK_DIRECTION $ac_cv_c_stack_direction +_ACEOF + + +fi + + + +for ac_header in stdlib.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +for ac_func in getpagesize +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* 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 $ac_func (); +/* 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_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + +{ echo "$as_me:$LINENO: checking for working mmap" >&5 +echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } +if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then + ac_cv_func_mmap_fixed_mapped=no +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +/* malloc might have been renamed as rpl_malloc. */ +#undef malloc + +/* Thanks to Mike Haertel and Jim Avera for this test. + Here is a matrix of mmap possibilities: + mmap private not fixed + mmap private fixed at somewhere currently unmapped + mmap private fixed at somewhere already mapped + mmap shared not fixed + mmap shared fixed at somewhere currently unmapped + mmap shared fixed at somewhere already mapped + For private mappings, we should verify that changes cannot be read() + back from the file, nor mmap's back from the file at a different + address. (There have been systems where private was not correctly + implemented like the infamous i386 svr4.0, and systems where the + VM page cache was not coherent with the file system buffer cache + like early versions of FreeBSD and possibly contemporary NetBSD.) + For shared mappings, we should conversely verify that changes get + propagated back to all the places they're supposed to be. + + Grep wants private fixed already mapped. + The main things grep needs to know about mmap are: + * does it exist and is it safe to write into the mmap'd area + * how to use it (BSD variants) */ + +#include +#include + +#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H +char *malloc (); +#endif + +/* This mess was copied from the GNU getpagesize.h. */ +#ifndef HAVE_GETPAGESIZE +/* Assume that all systems that can run configure have sys/param.h. */ +# ifndef HAVE_SYS_PARAM_H +# define HAVE_SYS_PARAM_H 1 +# endif + +# ifdef _SC_PAGESIZE +# define getpagesize() sysconf(_SC_PAGESIZE) +# else /* no _SC_PAGESIZE */ +# ifdef HAVE_SYS_PARAM_H +# include +# ifdef EXEC_PAGESIZE +# define getpagesize() EXEC_PAGESIZE +# else /* no EXEC_PAGESIZE */ +# ifdef NBPG +# define getpagesize() NBPG * CLSIZE +# ifndef CLSIZE +# define CLSIZE 1 +# endif /* no CLSIZE */ +# else /* no NBPG */ +# ifdef NBPC +# define getpagesize() NBPC +# else /* no NBPC */ +# ifdef PAGESIZE +# define getpagesize() PAGESIZE +# endif /* PAGESIZE */ +# endif /* no NBPC */ +# endif /* no NBPG */ +# endif /* no EXEC_PAGESIZE */ +# else /* no HAVE_SYS_PARAM_H */ +# define getpagesize() 8192 /* punt totally */ +# endif /* no HAVE_SYS_PARAM_H */ +# endif /* no _SC_PAGESIZE */ + +#endif /* no HAVE_GETPAGESIZE */ + +int +main () +{ + char *data, *data2, *data3; + int i, pagesize; + int fd; + + pagesize = getpagesize (); + + /* First, make a file with some known garbage in it. */ + data = (char *) malloc (pagesize); + if (!data) + return 1; + for (i = 0; i < pagesize; ++i) + *(data + i) = rand (); + umask (0); + fd = creat ("conftest.mmap", 0600); + if (fd < 0) + return 1; + if (write (fd, data, pagesize) != pagesize) + return 1; + close (fd); + + /* Next, try to mmap the file at a fixed address which already has + something else allocated at it. If we can, also make sure that + we see the same garbage. */ + fd = open ("conftest.mmap", O_RDWR); + if (fd < 0) + return 1; + data2 = (char *) malloc (2 * pagesize); + if (!data2) + return 1; + data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1); + if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, + MAP_PRIVATE | MAP_FIXED, fd, 0L)) + return 1; + for (i = 0; i < pagesize; ++i) + if (*(data + i) != *(data2 + i)) + return 1; + + /* Finally, make sure that changes to the mapped area do not + percolate back to the file as seen by read(). (This is a bug on + some variants of i386 svr4.0.) */ + for (i = 0; i < pagesize; ++i) + *(data2 + i) = *(data2 + i) + 1; + data3 = (char *) malloc (pagesize); + if (!data3) + return 1; + if (read (fd, data3, pagesize) != pagesize) + return 1; + for (i = 0; i < pagesize; ++i) + if (*(data + i) != *(data3 + i)) + return 1; + close (fd); + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_mmap_fixed_mapped=yes +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_func_mmap_fixed_mapped=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 +echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } +if test $ac_cv_func_mmap_fixed_mapped = yes; then + +cat >>confdefs.h <<\_ACEOF +@%:@define HAVE_MMAP 1 +_ACEOF + +fi +rm -f conftest.mmap + + + + + + + + + + + + + + + +for ac_func in atexit mkdir sigprocmask strdup strndup strftime strstr strsep strtod snprintf usleep strcasecmp strncasecmp lstat +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* 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 $ac_func (); +/* 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_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +{ echo "$as_me:$LINENO: checking for off_t" >&5 +echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } +if test "${ac_cv_type_off_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef off_t ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_off_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_off_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 +echo "${ECHO_T}$ac_cv_type_off_t" >&6; } +if test $ac_cv_type_off_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +@%:@define off_t long int +_ACEOF + +fi + + + + + + + + + + + +for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \ +unistd.h values.h sys/param.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + + + + + + + + + + +for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \ +__argz_count __argz_stringify __argz_next +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* 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 $ac_func (); +/* 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_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + + if test "${ac_cv_func_stpcpy+set}" != "set"; then + +for ac_func in stpcpy +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* 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 $ac_func (); +/* 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_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + fi + if test "${ac_cv_func_stpcpy}" = "yes"; then + cat >>confdefs.h <<\_ACEOF +@%:@define HAVE_STPCPY 1 +_ACEOF + + fi + + if test $ac_cv_header_locale_h = yes; then + { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 +echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; } +if test "${am_cv_val_LC_MESSAGES+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +return LC_MESSAGES + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + am_cv_val_LC_MESSAGES=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + am_cv_val_LC_MESSAGES=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 +echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; } + if test $am_cv_val_LC_MESSAGES = yes; then + cat >>confdefs.h <<\_ACEOF +@%:@define HAVE_LC_MESSAGES 1 +_ACEOF + + fi + fi + { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } + # Check whether --enable-nls was given. +if test "${enable_nls+set}" = set; then + enableval=$enable_nls; USE_NLS=$enableval +else + USE_NLS=yes +fi + + { echo "$as_me:$LINENO: result: $USE_NLS" >&5 +echo "${ECHO_T}$USE_NLS" >&6; } + + + USE_INCLUDED_LIBINTL=no + + if test "$USE_NLS" = "yes"; then + cat >>confdefs.h <<\_ACEOF +@%:@define ENABLE_NLS 1 +_ACEOF + + { echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 +echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6; } + +# Check whether --with-included-gettext was given. +if test "${with_included_gettext+set}" = set; then + withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval +else + nls_cv_force_use_gnu_gettext=no +fi + + { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 +echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; } + + nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" + if test "$nls_cv_force_use_gnu_gettext" != "yes"; then + nls_cv_header_intl= + nls_cv_header_libgt= + CATOBJEXT=NONE + + if test "${ac_cv_header_libintl_h+set}" = set; then + { echo "$as_me:$LINENO: checking for libintl.h" >&5 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; } +if test "${ac_cv_header_libintl_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking libintl.h usability" >&5 +echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking libintl.h presence" >&5 +echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for libintl.h" >&5 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; } +if test "${ac_cv_header_libintl_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_libintl_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; } + +fi +if test $ac_cv_header_libintl_h = yes; then + { echo "$as_me:$LINENO: checking for gettext in libc" >&5 +echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6; } +if test "${gt_cv_func_gettext_libc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +return (int) gettext ("") + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + gt_cv_func_gettext_libc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_func_gettext_libc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5 +echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6; } + + if test "$gt_cv_func_gettext_libc" != "yes"; then + { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5 +echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; } +if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lintl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* 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 bindtextdomain (); +int +main () +{ +return bindtextdomain (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_intl_bindtextdomain=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_intl_bindtextdomain=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5 +echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; } +if test $ac_cv_lib_intl_bindtextdomain = yes; then + { echo "$as_me:$LINENO: checking for gettext in libintl" >&5 +echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6; } +if test "${gt_cv_func_gettext_libintl+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +return (int) gettext ("") + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + gt_cv_func_gettext_libintl=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_func_gettext_libintl=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5 +echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6; } +fi + + fi + + if test "$gt_cv_func_gettext_libintl" = "yes"; then + LIBS="-lintl $LIBS" + fi + + if test "$gt_cv_func_gettext_libc" = "yes" \ + || test "$gt_cv_func_gettext_libintl" = "yes"; then + cat >>confdefs.h <<\_ACEOF +@%:@define HAVE_GETTEXT 1 +_ACEOF + + # Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_MSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case "$MSGFMT" in + /*) + ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then + ac_cv_path_MSGFMT="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" + test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no" + ;; +esac +fi +MSGFMT="$ac_cv_path_MSGFMT" +if test -n "$MSGFMT"; then + { echo "$as_me:$LINENO: result: $MSGFMT" >&5 +echo "${ECHO_T}$MSGFMT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + if test "$MSGFMT" != "no"; then + +for ac_func in dcgettext +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* 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 $ac_func (); +/* 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_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + # Extract the first word of "gmsgfmt", so it can be a program name with args. +set dummy gmsgfmt; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_GMSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $GMSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" + ;; +esac +fi +GMSGFMT=$ac_cv_path_GMSGFMT +if test -n "$GMSGFMT"; then + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + # Extract the first word of "xgettext", so it can be a program name with args. +set dummy xgettext; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_XGETTEXT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case "$XGETTEXT" in + /*) + ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then + ac_cv_path_XGETTEXT="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" + test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" + ;; +esac +fi +XGETTEXT="$ac_cv_path_XGETTEXT" +if test -n "$XGETTEXT"; then + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +echo "${ECHO_T}$XGETTEXT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + CATOBJEXT=.gmo + DATADIRNAME=share +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CATOBJEXT=.mo + DATADIRNAME=lib +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + INSTOBJEXT=.mo + fi + fi + +fi + + + + if test "$CATOBJEXT" = "NONE"; then + { echo "$as_me:$LINENO: checking whether catgets can be used" >&5 +echo $ECHO_N "checking whether catgets can be used... $ECHO_C" >&6; } + +# Check whether --with-catgets was given. +if test "${with_catgets+set}" = set; then + withval=$with_catgets; nls_cv_use_catgets=$withval +else + nls_cv_use_catgets=no +fi + + { echo "$as_me:$LINENO: result: $nls_cv_use_catgets" >&5 +echo "${ECHO_T}$nls_cv_use_catgets" >&6; } + + if test "$nls_cv_use_catgets" = "yes"; then + +{ echo "$as_me:$LINENO: checking for main in -li" >&5 +echo $ECHO_N "checking for main in -li... $ECHO_C" >&6; } +if test "${ac_cv_lib_i_main+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-li $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + + +int +main () +{ +return main (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_i_main=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_i_main=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_i_main" >&5 +echo "${ECHO_T}$ac_cv_lib_i_main" >&6; } +if test $ac_cv_lib_i_main = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBI 1 +_ACEOF + + LIBS="-li $LIBS" + +fi + + { echo "$as_me:$LINENO: checking for catgets" >&5 +echo $ECHO_N "checking for catgets... $ECHO_C" >&6; } +if test "${ac_cv_func_catgets+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define catgets to an innocuous variant, in case declares catgets. + For example, HP-UX 11i declares gettimeofday. */ +#define catgets innocuous_catgets + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char catgets (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef catgets + +/* 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 catgets (); +/* 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_catgets || defined __stub___catgets +choke me +#endif + +int +main () +{ +return catgets (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_func_catgets=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_func_catgets=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func_catgets" >&5 +echo "${ECHO_T}$ac_cv_func_catgets" >&6; } +if test $ac_cv_func_catgets = yes; then + cat >>confdefs.h <<\_ACEOF +@%:@define HAVE_CATGETS 1 +_ACEOF + + INTLOBJS="\$(CATOBJS)" + # Extract the first word of "gencat", so it can be a program name with args. +set dummy gencat; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_GENCAT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $GENCAT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GENCAT="$GENCAT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GENCAT="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GENCAT" && ac_cv_path_GENCAT="no" + ;; +esac +fi +GENCAT=$ac_cv_path_GENCAT +if test -n "$GENCAT"; then + { echo "$as_me:$LINENO: result: $GENCAT" >&5 +echo "${ECHO_T}$GENCAT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "$GENCAT" != "no"; then + # Extract the first word of "gmsgfmt", so it can be a program name with args. +set dummy gmsgfmt; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_GMSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $GMSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="no" + ;; +esac +fi +GMSGFMT=$ac_cv_path_GMSGFMT +if test -n "$GMSGFMT"; then + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + if test "$GMSGFMT" = "no"; then + # Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_GMSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case "$GMSGFMT" in + /*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then + ac_cv_path_GMSGFMT="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="no" + ;; +esac +fi +GMSGFMT="$ac_cv_path_GMSGFMT" +if test -n "$GMSGFMT"; then + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + fi + # Extract the first word of "xgettext", so it can be a program name with args. +set dummy xgettext; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_XGETTEXT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case "$XGETTEXT" in + /*) + ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then + ac_cv_path_XGETTEXT="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" + test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" + ;; +esac +fi +XGETTEXT="$ac_cv_path_XGETTEXT" +if test -n "$XGETTEXT"; then + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +echo "${ECHO_T}$XGETTEXT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.cat + INSTOBJEXT=.cat + DATADIRNAME=lib + INTLDEPS='$(top_builddir)/intl/libintl.a' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` + nls_cv_header_intl=intl/libintl.h + nls_cv_header_libgt=intl/libgettext.h + fi +fi + + fi + fi + + if test "$CATOBJEXT" = "NONE"; then + nls_cv_use_gnu_gettext=yes + fi + fi + + if test "$nls_cv_use_gnu_gettext" = "yes"; then + INTLOBJS="\$(GETTOBJS)" + # Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_MSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case "$MSGFMT" in + /*) + ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then + ac_cv_path_MSGFMT="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" + test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt" + ;; +esac +fi +MSGFMT="$ac_cv_path_MSGFMT" +if test -n "$MSGFMT"; then + { echo "$as_me:$LINENO: result: $MSGFMT" >&5 +echo "${ECHO_T}$MSGFMT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + # Extract the first word of "gmsgfmt", so it can be a program name with args. +set dummy gmsgfmt; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_GMSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $GMSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" + ;; +esac +fi +GMSGFMT=$ac_cv_path_GMSGFMT +if test -n "$GMSGFMT"; then + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + # Extract the first word of "xgettext", so it can be a program name with args. +set dummy xgettext; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_XGETTEXT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case "$XGETTEXT" in + /*) + ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then + ac_cv_path_XGETTEXT="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" + test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" + ;; +esac +fi +XGETTEXT="$ac_cv_path_XGETTEXT" +if test -n "$XGETTEXT"; then + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +echo "${ECHO_T}$XGETTEXT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.gmo + INSTOBJEXT=.mo + DATADIRNAME=share + INTLDEPS='$(top_builddir)/intl/libintl.a' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` + nls_cv_header_intl=intl/libintl.h + nls_cv_header_libgt=intl/libgettext.h + fi + + if test "$XGETTEXT" != ":"; then + if $XGETTEXT --omit-header /dev/null 2> /dev/null; then + : ; + else + { echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5 +echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6; } + XGETTEXT=":" + fi + fi + + # We need to process the po/ directory. + POSUB=po + else + DATADIRNAME=share + nls_cv_header_intl=intl/libintl.h + nls_cv_header_libgt=intl/libgettext.h + fi + + # If this is used in GNU gettext we have to set USE_NLS to `yes' + # because some of the sources are only built for this goal. + if test "$PACKAGE" = gettext; then + USE_NLS=yes + USE_INCLUDED_LIBINTL=yes + fi + + for lang in $ALL_LINGUAS; do + GMOFILES="$GMOFILES $lang.gmo" + POFILES="$POFILES $lang.po" + done + + + + + + + + + + + + + + + if test "x$CATOBJEXT" != "x"; then + if test "x$ALL_LINGUAS" = "x"; then + LINGUAS= + else + { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 +echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; } + NEW_LINGUAS= + for lang in ${LINGUAS=$ALL_LINGUAS}; do + case "$ALL_LINGUAS" in + *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; + esac + done + LINGUAS=$NEW_LINGUAS + { echo "$as_me:$LINENO: result: $LINGUAS" >&5 +echo "${ECHO_T}$LINGUAS" >&6; } + fi + + if test -n "$LINGUAS"; then + for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done + fi + fi + + if test $ac_cv_header_locale_h = yes; then + INCLUDE_LOCALE_H="#include " + else + INCLUDE_LOCALE_H="\ +/* The system does not provide the header . Take care yourself. */" + fi + + + test -d intl || mkdir intl + if test "$CATOBJEXT" = ".cat"; then + if test "${ac_cv_header_linux_version_h+set}" = set; then + { echo "$as_me:$LINENO: checking for linux/version.h" >&5 +echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6; } +if test "${ac_cv_header_linux_version_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5 +echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking linux/version.h usability" >&5 +echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking linux/version.h presence" >&5 +echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for linux/version.h" >&5 +echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6; } +if test "${ac_cv_header_linux_version_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_linux_version_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5 +echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6; } + +fi +if test $ac_cv_header_linux_version_h = yes; then + msgformat=linux +else + msgformat=xopen +fi + + + + sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed > intl/po2msg.sed + fi + sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \ + $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed + + if test "$PACKAGE" = "gettext"; then + GT_NO="#NO#" + GT_YES= + else + GT_NO= + GT_YES="#YES#" + fi + + + + MKINSTALLDIRS= + if test -z "$MKINSTALLDIRS"; then + MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" + fi + + + l= + + +ac_sources="$nls_cv_header_libgt" +ac_dests="$nls_cv_header_intl" +while test -n "$ac_sources"; do + set $ac_dests; ac_dest=$1; shift; ac_dests=$* + set $ac_sources; ac_source=$1; shift; ac_sources=$* + ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source" +done +ac_config_links="$ac_config_links $ac_config_links_1" + + +if test "$USE_NLS" = yes; then + if test "$USE_INCLUDED_LIBINTL" = yes; then + CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/intl" + INTLSUB=intl + fi +fi + + + + # Check whether --enable-sanetest was given. +if test "${enable_sanetest+set}" = set; then + enableval=$enable_sanetest; +else + enable_sanetest=yes +fi + + + # Extract the first word of "sane-config", so it can be a program name with args. +set dummy sane-config; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_SANE_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $SANE_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_SANE_CONFIG="$SANE_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_SANE_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_SANE_CONFIG" && ac_cv_path_SANE_CONFIG="no" + ;; +esac +fi +SANE_CONFIG=$ac_cv_path_SANE_CONFIG +if test -n "$SANE_CONFIG"; then + { echo "$as_me:$LINENO: result: $SANE_CONFIG" >&5 +echo "${ECHO_T}$SANE_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + min_sane_version=1.0.0 + { echo "$as_me:$LINENO: checking for SANE - version >= $min_sane_version" >&5 +echo $ECHO_N "checking for SANE - version >= $min_sane_version... $ECHO_C" >&6; } + no_sane="" + if test "$SANE_CONFIG" = "no" ; then + no_sane=yes + else + SANE_CFLAGS=`$SANE_CONFIG $sane_config_args --cflags` + SANE_LDFLAGS=`$SANE_CONFIG $sane_config_args --ldflags` +# SANE_LIBS=`$SANE_CONFIG $sane_config_args --libs` + SANE_LIBS=`$SANE_CONFIG $sane_config_args --libs | sed -e 's/-lintl//g'` + SANE_PREFIX=`$SANE_CONFIG $sane_config_args --prefix` + sane_config_major_version=`$SANE_CONFIG $sane_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` + sane_config_minor_version=`$SANE_CONFIG $sane_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` + sane_config_micro_version=`$SANE_CONFIG $sane_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` + if test "x$enable_sanetest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LDFLAGS="$LDFLAGS" + ac_save_LIBS="$LIBS" + CFLAGS="$CFLAGS $SANE_CFLAGS" + LDFLAGS="$LDFLAGS $SANE_LDFLAGS" + LIBS="$LIBS $SANE_LIBS" + rm -f conf.sanetest + if test "$cross_compiling" = yes; then + echo $ac_n "cross compiling; assumed OK... $ac_c" +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include + +int +main () +{ + int major, minor, micro; + + system ("touch conf.sanetest"); + + if (sscanf("$min_sane_version", "%d.%d.%d", &major, &minor, µ) != 3) { + printf("%s, bad version string\n", "$min_sane_version"); + exit(1); + } + + if ( ($sane_config_major_version == major) && + ( ($sane_config_minor_version > minor) || + ( ($sane_config_minor_version == minor) && ($sane_config_micro_version >= micro)))) + { + return 0; + } + else if ($sane_config_major_version > major) + { + printf("\n*** A too new version of SANE (%d.%d.%d) was found.\n", + $sane_config_major_version, $sane_config_minor_version, $sane_config_micro_version); + printf("*** You need a version of SANE with the major version number %d.\n", major); + } + else + { + printf("\n*** An old version of SANE (%d.%d.%d) was found.\n", + $sane_config_major_version, $sane_config_minor_version, $sane_config_micro_version); + printf("*** You need a version of SANE newer than %d.%d.%d. The latest version of\n", + major, minor, micro); + } + + printf("*** SANE is always available from ftp://ftp.mostang.com\n"); + printf("***\n"); + printf("*** If you have already installed a sufficient version, this error\n"); + printf("*** probably means that the wrong copy of the sane-config shell script is\n"); + printf("*** being found. The easiest way to fix this is to remove the old version\n"); + printf("*** of SANE, but you can also set the SANE_CONFIG environment to point to the\n"); + printf("*** correct copy of sane-config. (In this case, you will have to\n"); + printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); + printf("*** so that the correct libraries are found at run-time))\n"); + + return 1; +} + +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +no_sane=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + CFLAGS="$ac_save_CFLAGS" + LDFLAGS="$ac_save_LDFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + if test "x$no_sane" = x ; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + HAVE_SANE=yes + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + if test "$SANE_CONFIG" = "no" ; then + echo "*** The sane-config script installed by SANE could not be found" + echo "*** If SANE was installed in PREFIX, make sure PREFIX/bin is in" + echo "*** your path, or set the SANE_CONFIG environment variable to the" + echo "*** full path to sane-config." + else + if test -f conf.sanetest ; then + : + else + echo "*** Could not run SANE test program, checking why..." + CFLAGS="$CFLAGS $SANE_CFLAGS" + LIBS="$LIBS $SANE_LIBS" + LDFLAGS="$LDFLAGS $SANE_LDFLAGS" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include + +int +main () +{ + return (SANE_CURRENT_MAJOR); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + echo "*** The test program compiled, but did not run. This usually means" + echo "*** that the run-time linker is not finding SANE or finding the wrong" + echo "*** version of SANE. If it is not finding SANE, you'll need to set your" + echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" + echo "*** to the installed location Also, make sure you have run ldconfig if that" + echo "*** is required on your system" + echo "***" + echo "*** If you have an old version installed, it is best to remove it, although" + echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" + echo "***" + echo "*** The test program failed to compile or link. See the file config.log for the" + echo "*** exact error that occured. This usually means SANE was incorrectly installed" + echo "*** or that you have moved SANE since it was installed. In the latter case, you" + echo "*** may want to edit the sane-config script: $SANE_CONFIG" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$ac_save_CFLAGS" + LDFLAGS="$ac_save_LDFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + SANE_CFLAGS="" + SANE_LDFLAGS="" + SANE_LIBS="" + : + fi + + + + + rm -f conf.sanetest + + +if test "${USE_GIMP}" = "yes"; then + if test "${TRY_GIMP_2}" = "yes"; then + +# Check whether --enable-gimptest was given. +if test "${enable_gimptest+set}" = set; then + enableval=$enable_gimptest; +else + enable_gimptest=yes +fi + + + pkg_name=gimp-2.0 + pkg_config_args="$pkg_name gimpui-2.0" + + no_gimp="" + + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +echo "${ECHO_T}$PKG_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + + if test x$PKG_CONFIG != xno ; then + if pkg-config --atleast-pkgconfig-version 0.7 ; then + : + else + echo *** pkg-config too old; version 0.7 or better required. + no_gimp=yes + PKG_CONFIG=no + fi + else + no_gimp=yes + fi + + min_gimp_version=1.3.23 + { echo "$as_me:$LINENO: checking for GIMP - version >= $min_gimp_version" >&5 +echo $ECHO_N "checking for GIMP - version >= $min_gimp_version... $ECHO_C" >&6; } + + if test x$PKG_CONFIG != xno ; then + ## don't try to run the test against uninstalled libtool libs + if $PKG_CONFIG --uninstalled $pkg_config_args; then + echo "Will use uninstalled version of GIMP found in PKG_CONFIG_PATH" + enable_gimptest=no + fi + + if $PKG_CONFIG --atleast-version $min_gimp_version $pkg_config_args; then + : + else + no_gimp=yes + fi + fi + + if test x"$no_gimp" = x ; then + GIMP_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` + GIMP_LIBS=`$PKG_CONFIG $pkg_config_args --libs` + GIMP_CFLAGS_NOUI=`$PKG_CONFIG $pkg_name --cflags` + GIMP_LIBS_NOUI=`$PKG_CONFIG $pkg_name --libs` + GIMP_DATA_DIR=`$PKG_CONFIG $pkg_name --variable=gimpdatadir` + GIMP_PLUGIN_DIR=`$PKG_CONFIG $pkg_name --variable=gimplibdir` + + gimp_pkg_major_version=`$PKG_CONFIG --modversion $pkg_name | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` + gimp_pkg_minor_version=`$PKG_CONFIG --modversion $pkg_name | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` + gimp_pkg_micro_version=`$PKG_CONFIG --modversion $pkg_name | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` + if test "x$enable_gimptest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" + CFLAGS="$CFLAGS $GIMP_CFLAGS" + LIBS="$GIMP_LIBS $LIBS" + + rm -f conf.gimptest + if test "$cross_compiling" = yes; then + echo $ac_n "cross compiling; assumed OK... $ac_c" +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include + +#include + +GimpPlugInInfo PLUG_IN_INFO = +{ + NULL, /* init_proc */ + NULL, /* quit_proc */ + NULL, /* query_proc */ + NULL /* run_proc */ +}; + +int main () +{ + int major, minor, micro; + char *tmp_version; + + system ("touch conf.gimptest"); + + /* HP/UX 9 (%@#!) writes to sscanf strings */ + tmp_version = g_strdup("$min_gimp_version"); + if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { + printf("%s, bad version string\n", "$min_gimp_version"); + exit(1); + } + + if (($gimp_pkg_major_version > major) || + (($gimp_pkg_major_version == major) && ($gimp_pkg_minor_version > minor)) || + (($gimp_pkg_major_version == major) && ($gimp_pkg_minor_version == minor) && ($gimp_pkg_micro_version >= micro))) + { + return 0; + } + else + { + printf("\n*** 'pkg-config --modversion %s' returned %d.%d.%d, but the minimum version\n", "$pkg_name", $gimp_pkg_major_version, $gimp_pkg_minor_version, $gimp_pkg_micro_version); + printf("*** of GIMP required is %d.%d.%d. If pkg-config is correct, then it is\n", major, minor, micro); + printf("*** best to upgrade to the required version.\n"); + printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); + printf("*** to point to the correct the correct configuration files\n"); + return 1; + } +} + + +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +no_gimp=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + if test "x$no_gimp" = x ; then + { echo "$as_me:$LINENO: result: yes (version $gimp_pkg_major_version.$gimp_pkg_minor_version.$gimp_pkg_micro_version)" >&5 +echo "${ECHO_T}yes (version $gimp_pkg_major_version.$gimp_pkg_minor_version.$gimp_pkg_micro_version)" >&6; } + HAVE_GIMP=yes + else + if test "$PKG_CONFIG" = "no" ; then + echo "*** A new enough version of pkg-config was not found." + echo "*** See http://www.freedesktop.org/software/pkgconfig/" + else + if test -f conf.gimptest ; then + : + else + echo "" + echo "*** Could not run GIMP test program, checking why..." + CFLAGS="$CFLAGS $GIMP_CFLAGS" + LIBS="$LIBS $GIMP_LIBS" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include + +GimpPlugInInfo PLUG_IN_INFO = +{ + NULL, /* init_proc */ + NULL, /* quit_proc */ + NULL, /* query_proc */ + NULL /* run_proc */ +}; + +int +main () +{ + return 0; + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + echo "*** The test program compiled, but did not run. This usually means" + echo "*** that the run-time linker is not finding GIMP or finding the wrong" + echo "*** version of GIMP. If it is not finding GIMP, you'll need to set your" + echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" + echo "*** to the installed location Also, make sure you have run ldconfig if that" + echo "*** is required on your system" + echo "***" + echo "*** If you have an old version installed, it is best to remove it, although" + echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + echo "*** The test program failed to compile or link. See the file config.log for the" + echo "*** exact error that occured. This usually means GIMP is incorrectly installed." + echo "*** When gimp-2.0 is not installed but gimp-1.x is installed then you can" + echo "*** ignore this error message." +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + GIMP_CFLAGS="" + GIMP_LIBS="" + GIMP_CFLAGS_NOUI="" + GIMP_LIBS_NOUI="" + : + fi + + + + + + + rm -f conf.gimptest + + fi +fi + +if test "${HAVE_GIMP}" = "yes"; then + HAVE_GTK=yes + +cat >>confdefs.h <<\_ACEOF +@%:@define HAVE_GIMP_2 1 +_ACEOF + +else + + if test "${USE_GTK2}" = "yes"; then + # Check whether --enable-gtktest was given. +if test "${enable_gtktest+set}" = set; then + enableval=$enable_gtktest; +else + enable_gtktest=yes +fi + + + pkg_config_args=gtk+-2.0 + for module in . + do + case "$module" in + gthread) + pkg_config_args="$pkg_config_args gthread-2.0" + ;; + esac + done + + no_gtk="" + + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +echo "${ECHO_T}$PKG_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + + if test x$PKG_CONFIG != xno ; then + if pkg-config --atleast-pkgconfig-version 0.7 ; then + : + else + echo *** pkg-config too old; version 0.7 or better required. + no_gtk=yes + PKG_CONFIG=no + fi + else + no_gtk=yes + fi + + min_gtk_version=2.0.0 + { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5 +echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; } + + if test x$PKG_CONFIG != xno ; then + ## don't try to run the test against uninstalled libtool libs + if $PKG_CONFIG --uninstalled $pkg_config_args; then + echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH" + enable_gtktest=no + fi + + if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then + : + else + no_gtk=yes + fi + fi + + if test x"$no_gtk" = x ; then + GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` + GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` + gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` + gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` + gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` + if test "x$enable_gtktest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" + CFLAGS="$CFLAGS $GTK_CFLAGS" + LIBS="$GTK_LIBS $LIBS" + rm -f conf.gtktest + if test "$cross_compiling" = yes; then + echo $ac_n "cross compiling; assumed OK... $ac_c" +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +#include + +int +main () +{ + int major, minor, micro; + char *tmp_version; + + system ("touch conf.gtktest"); + + /* HP/UX 9 (%@#!) writes to sscanf strings */ + tmp_version = g_strdup("$min_gtk_version"); + if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { + printf("%s, bad version string\n", "$min_gtk_version"); + exit(1); + } + + if ((gtk_major_version != $gtk_config_major_version) || + (gtk_minor_version != $gtk_config_minor_version) || + (gtk_micro_version != $gtk_config_micro_version)) + { + printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", + $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, + gtk_major_version, gtk_minor_version, gtk_micro_version); + printf ("*** was found! If pkg-config was correct, then it is best\n"); + printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); + printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); + printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); + printf("*** required on your system.\n"); + printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); + printf("*** to point to the correct configuration files\n"); + } + else if ((gtk_major_version != GTK_MAJOR_VERSION) || + (gtk_minor_version != GTK_MINOR_VERSION) || + (gtk_micro_version != GTK_MICRO_VERSION)) + { + printf("*** GTK+ header files (version %d.%d.%d) do not match\n", + GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); + printf("*** library (version %d.%d.%d)\n", + gtk_major_version, gtk_minor_version, gtk_micro_version); + } + else + { + if ((gtk_major_version > major) || + ((gtk_major_version == major) && (gtk_minor_version > minor)) || + ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) + { + return 0; + } + else + { + printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", + gtk_major_version, gtk_minor_version, gtk_micro_version); + printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", + major, minor, micro); + printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); + printf("***\n"); + printf("*** If you have already installed a sufficiently new version, this error\n"); + printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); + printf("*** being found. The easiest way to fix this is to remove the old version\n"); + printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n"); + printf("*** correct copy of pkg-config. (In this case, you will have to\n"); + printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); + printf("*** so that the correct libraries are found at run-time))\n"); + } + } + return 1; +} + +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +no_gtk=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + if test "x$no_gtk" = x ; then + { echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5 +echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; } + HAVE_GTK=yes + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + if test "$PKG_CONFIG" = "no" ; then + echo "*** A new enough version of pkg-config was not found." + echo "*** See http://pkgconfig.sourceforge.net" + else + if test -f conf.gtktest ; then + : + else + echo "*** Could not run GTK+ test program, checking why..." + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" + CFLAGS="$CFLAGS $GTK_CFLAGS" + LIBS="$LIBS $GTK_LIBS" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include + +int +main () +{ + return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + echo "*** The test program compiled, but did not run. This usually means" + echo "*** that the run-time linker is not finding GTK+ or finding the wrong" + echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" + echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" + echo "*** to the installed location Also, make sure you have run ldconfig if that" + echo "*** is required on your system" + echo "***" + echo "*** If you have an old version installed, it is best to remove it, although" + echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + echo "*** The test program failed to compile or link. See the file config.log for the" + echo "*** exact error that occured. This usually means GTK+ is incorrectly installed." +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + GTK_CFLAGS="" + GTK_LIBS="" + : + fi + + + rm -f conf.gtktest + + fi + + if test "x${HAVE_GTK}" = "x"; then + +# Check whether --with-gtk-prefix was given. +if test "${with_gtk_prefix+set}" = set; then + withval=$with_gtk_prefix; gtk_config_prefix="$withval" +else + gtk_config_prefix="" +fi + + +# Check whether --with-gtk-exec-prefix was given. +if test "${with_gtk_exec_prefix+set}" = set; then + withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval" +else + gtk_config_exec_prefix="" +fi + +# Check whether --enable-gtktest was given. +if test "${enable_gtktest+set}" = set; then + enableval=$enable_gtktest; +else + enable_gtktest=yes +fi + + + for module in . + do + case "$module" in + gthread) + gtk_config_args="$gtk_config_args gthread" + ;; + esac + done + + if test x$gtk_config_exec_prefix != x ; then + gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" + if test x${GTK_CONFIG+set} != xset ; then + GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config + fi + fi + if test x$gtk_config_prefix != x ; then + gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" + if test x${GTK_CONFIG+set} != xset ; then + GTK_CONFIG=$gtk_config_prefix/bin/gtk-config + fi + fi + + # Extract the first word of "gtk-config", so it can be a program name with args. +set dummy gtk-config; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_GTK_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $GTK_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" + ;; +esac +fi +GTK_CONFIG=$ac_cv_path_GTK_CONFIG +if test -n "$GTK_CONFIG"; then + { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5 +echo "${ECHO_T}$GTK_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + min_gtk_version=1.2.0 + { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5 +echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; } + no_gtk="" + if test "$GTK_CONFIG" = "no" ; then + no_gtk=yes + else + GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` + GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` + gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` + gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` + gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` + if test "x$enable_gtktest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" + CFLAGS="$CFLAGS $GTK_CFLAGS" + LIBS="$GTK_LIBS $LIBS" + rm -f conf.gtktest + if test "$cross_compiling" = yes; then + echo $ac_n "cross compiling; assumed OK... $ac_c" +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +#include + +int +main () +{ + int major, minor, micro; + char *tmp_version; + + system ("touch conf.gtktest"); + + /* HP/UX 9 (%@#!) writes to sscanf strings */ + tmp_version = g_strdup("$min_gtk_version"); + if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { + printf("%s, bad version string\n", "$min_gtk_version"); + exit(1); + } + + if ((gtk_major_version != $gtk_config_major_version) || + (gtk_minor_version != $gtk_config_minor_version) || + (gtk_micro_version != $gtk_config_micro_version)) + { + printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", + $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, + gtk_major_version, gtk_minor_version, gtk_micro_version); + printf ("*** was found! If gtk-config was correct, then it is best\n"); + printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); + printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); + printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); + printf("*** required on your system.\n"); + printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); + printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); + printf("*** before re-running configure\n"); + } +#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) + else if ((gtk_major_version != GTK_MAJOR_VERSION) || + (gtk_minor_version != GTK_MINOR_VERSION) || + (gtk_micro_version != GTK_MICRO_VERSION)) + { + printf("*** GTK+ header files (version %d.%d.%d) do not match\n", + GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); + printf("*** library (version %d.%d.%d)\n", + gtk_major_version, gtk_minor_version, gtk_micro_version); + } +#endif /* defined (GTK_MAJOR_VERSION) ... */ + else + { + if ((gtk_major_version > major) || + ((gtk_major_version == major) && (gtk_minor_version > minor)) || + ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) + { + return 0; + } + else + { + printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", + gtk_major_version, gtk_minor_version, gtk_micro_version); + printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", + major, minor, micro); + printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); + printf("***\n"); + printf("*** If you have already installed a sufficiently new version, this error\n"); + printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); + printf("*** being found. The easiest way to fix this is to remove the old version\n"); + printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); + printf("*** correct copy of gtk-config. (In this case, you will have to\n"); + printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); + printf("*** so that the correct libraries are found at run-time))\n"); + } + } + return 1; +} + +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +no_gtk=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + if test "x$no_gtk" = x ; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + HAVE_GTK=yes + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + if test "$GTK_CONFIG" = "no" ; then + echo "*** The gtk-config script installed by GTK could not be found" + echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" + echo "*** your path, or set the GTK_CONFIG environment variable to the" + echo "*** full path to gtk-config." + else + if test -f conf.gtktest ; then + : + else + echo "*** Could not run GTK test program, checking why..." + CFLAGS="$CFLAGS $GTK_CFLAGS" + LIBS="$LIBS $GTK_LIBS" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include + +int +main () +{ + return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + echo "*** The test program compiled, but did not run. This usually means" + echo "*** that the run-time linker is not finding GTK or finding the wrong" + echo "*** version of GTK. If it is not finding GTK, you'll need to set your" + echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" + echo "*** to the installed location Also, make sure you have run ldconfig if that" + echo "*** is required on your system" + echo "***" + echo "*** If you have an old version installed, it is best to remove it, although" + echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" + echo "***" + echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" + echo "*** came with the system with the command" + echo "***" + echo "*** rpm --erase --nodeps gtk gtk-devel" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + echo "*** The test program failed to compile or link. See the file config.log for the" + echo "*** exact error that occured. This usually means GTK was incorrectly installed" + echo "*** or that you have moved GTK since it was installed. In the latter case, you" + echo "*** may want to edit the gtk-config script: $GTK_CONFIG" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + GTK_CFLAGS="" + GTK_LIBS="" + : + fi + + + rm -f conf.gtktest + + fi + + if test "${USE_GIMP}" = "yes"; then + +# Check whether --with-gimp-prefix was given. +if test "${with_gimp_prefix+set}" = set; then + withval=$with_gimp_prefix; gimp_config_prefix="$withval" +else + gimp_config_prefix="" +fi + + +# Check whether --with-gimp-exec-prefix was given. +if test "${with_gimp_exec_prefix+set}" = set; then + withval=$with_gimp_exec_prefix; gimp_config_exec_prefix="$withval" +else + gimp_config_exec_prefix="" +fi + + # Check whether --enable-gimptest was given. +if test "${enable_gimptest+set}" = set; then + enableval=$enable_gimptest; +else + enable_gimptest=yes +fi + + + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" + ac_save_GTK_CFLAGS="$GTK_CFLAGS" + ac_save_GTK_LIBS="$GTK_LIBS" + + if test x$gimp_config_exec_prefix != x ; then + gimp_config_args="$gimp_config_args --exec-prefix=$gimp_config_exec_prefix" + if test x${GIMP_CONFIG+set} != xset ; then + GIMP_CONFIG=$gimp_config_exec_prefix/bin/gimp-config + fi + fi + + if test x$gimp_config_prefix != x ; then + gimp_config_args="$gimp_config_args --prefix=$gimp_config_prefix" + if test x${GIMP_CONFIG+set} != xset ; then + GIMP_CONFIG=$gimp_config_prefix/bin/gimp-config + fi + fi + + # Extract the first word of "gimp-config", so it can be a program name with args. +set dummy gimp-config; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_GIMP_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $GIMP_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_GIMP_CONFIG="$GIMP_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GIMP_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GIMP_CONFIG" && ac_cv_path_GIMP_CONFIG="no" + ;; +esac +fi +GIMP_CONFIG=$ac_cv_path_GIMP_CONFIG +if test -n "$GIMP_CONFIG"; then + { echo "$as_me:$LINENO: result: $GIMP_CONFIG" >&5 +echo "${ECHO_T}$GIMP_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + if test "$GIMP_CONFIG" = "no" ; then + if test x$gimp_config_exec_prefix != x ; then + gimp_config_args="$gimp_config_args --exec-prefix=$gimp_config_exec_prefix" + if test x${GIMP_TOOL+set} != xset ; then + GIMP_TOOL=$gimp_config_exec_prefix/bin/gimptool + fi + fi + if test x$gimp_config_prefix != x ; then + gimp_config_args="$gimp_config_args --prefix=$gimp_config_prefix" + if test x${GIMP_TOOL+set} != xset ; then + GIMP_TOOL=$gimp_config_prefix/bin/gimptool + fi + fi + # Extract the first word of "gimptool", so it can be a program name with args. +set dummy gimptool; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_GIMP_TOOL+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $GIMP_TOOL in + [\\/]* | ?:[\\/]*) + ac_cv_path_GIMP_TOOL="$GIMP_TOOL" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GIMP_TOOL="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GIMP_TOOL" && ac_cv_path_GIMP_TOOL="no" + ;; +esac +fi +GIMP_TOOL=$ac_cv_path_GIMP_TOOL +if test -n "$GIMP_TOOL"; then + { echo "$as_me:$LINENO: result: $GIMP_TOOL" >&5 +echo "${ECHO_T}$GIMP_TOOL" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + GIMP_CONFIG=$GIMP_TOOL + fi + + min_gimp_version=1.0.0 + no_gimp="" + + if test "$GIMP_CONFIG" = "no" ; then + ac_save_CPPFLAGS="$CPPFLAGS" + CPPFLAGS="${CPPFLAGS} ${GTK_CFLAGS}" + +for ac_header in libgimp/gimp.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + GIMP_LIBS="-lgimp" +else + no_gimp=yes +fi + +done + + +for ac_header in libgimp/gimpfeatures.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + CPPFLAGS="$ac_save_CPPFLAGS" + CFLAGS="${CFLAGS} ${GTK_CFLAGS}" + LIBS="${LIBS} ${GTK_LIBS} ${GIMP_LIBS}" + + if test "x$no_gimp" = x ; then + { echo "$as_me:$LINENO: checking GIMP compilation" >&5 +echo $ECHO_N "checking GIMP compilation... $ECHO_C" >&6; } + gimp_config_major_version=-1 + gimp_config_minor_version=0 + gimp_config_micro_version=0 + fi + else + GTK_CFLAGS="" + GTK_LIBS="" + GIMP_CFLAGS=`$GIMP_CONFIG $gimp_config_args --cflags` + GIMP_LIBS=`$GIMP_CONFIG $gimp_config_args --libs`" -lgimp" + gimp_config_major_version=`$GIMP_CONFIG $gimp_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` + gimp_config_minor_version=`$GIMP_CONFIG $gimp_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` + gimp_config_micro_version=`$GIMP_CONFIG $gimp_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` + CFLAGS="${CFLAGS} ${GIMP_CFLAGS}" + LIBS="${LIBS} ${GIMP_LIBS}" + { echo "$as_me:$LINENO: checking for GIMP - version >= $min_gimp_version" >&5 +echo $ECHO_N "checking for GIMP - version >= $min_gimp_version... $ECHO_C" >&6; } + fi + + if test "x$no_gimp" = x ; then + if test "$enable_gimptest" = "yes" ; then + rm -f conf.gimptest + if test "$cross_compiling" = yes; then + echo $ac_n "cross compiling; assumed OK... $ac_c" +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include + +#define GIMP_TEST_CHECK_VERSION(major, minor, micro) \ + ($gimp_config_major_version > (major) || \ + ($gimp_config_major_version == (major) && $gimp_config_minor_version > (minor)) || \ + ($gimp_config_major_version == (major) && $gimp_config_minor_version == (minor) && \ + $gimp_config_micro_version >= (micro))) + +#if !GIMP_TEST_CHECK_VERSION(1,1,25) +# define GimpPlugInInfo GPlugInInfo /* do test with gimp interface version 1.0 */ +#endif + +GimpPlugInInfo PLUG_IN_INFO = +{ + NULL, NULL, NULL, NULL +}; + + +int +main () +{ + int major, minor, micro; + + system ("touch conf.gimptest"); + + if (sscanf("$min_gimp_version", "%d.%d.%d", &major, &minor, µ) != 3) { + printf("%s, bad version string\n", "$min_gimp_version"); + exit(1); + } + + if ( ($gimp_config_major_version != -1) && + ((gimp_major_version != $gimp_config_major_version) || + (gimp_minor_version != $gimp_config_minor_version) || + (gimp_micro_version != $gimp_config_micro_version)) ) + { + printf("\n*** 'gimp-config --version' returned %d.%d.%d, but GIMP (%d.%d.%d)\n", + $gimp_config_major_version, $gimp_config_minor_version, $gimp_config_micro_version, + gimp_major_version, gimp_minor_version, gimp_micro_version); + printf ("*** was found! If gimp-config was correct, then it is best\n"); + printf ("*** to remove the old version of GIMP. You may also be able to fix the error\n"); + printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); + printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); + printf("*** required on your system.\n"); + printf("*** If gimp-config was wrong, set the environment variable GIMP_CONFIG\n"); + printf("*** to point to the correct copy of gimp-config, and remove the file config.cache\n"); + printf("*** before re-running configure\n"); + } + else + { + if ((gimp_major_version > major) || + ((gimp_major_version == major) && (gimp_minor_version > minor)) || + ((gimp_major_version == major) && (gimp_minor_version == minor) && (gimp_micro_version >= micro))) + { + return 0; + } + else + { + printf("\n*** An old version of GIMP (%d.%d.%d) was found.\n", + gimp_major_version, gimp_minor_version, gimp_micro_version); + printf("*** You need a version of GIMP newer than %d.%d.%d. The latest version of\n", + major, minor, micro); + printf("*** GIMP is always available from ftp://ftp.gimp.org.\n"); + printf("***\n"); + printf("*** If you have already installed a sufficiently new version, this error\n"); + printf("*** probably means that the wrong copy of the gimp-config shell script is\n"); + printf("*** being found. The easiest way to fix this is to remove the old version\n"); + printf("*** of GIMP, but you can also set the GIMP_CONFIG environment to point to the\n"); + printf("*** correct copy of gimp-config. (In this case, you will have to\n"); + printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); + printf("*** so that the correct libraries are found at run-time))\n"); + } + } + return 1; +} + +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +no_gimp=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + fi + fi + + if test "x$no_gimp" = x ; then + if test "$enable_gimptest" = "yes" ; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + else + { echo "$as_me:$LINENO: result: not tested" >&5 +echo "${ECHO_T}not tested" >&6; } + fi + if test "$GIMP_CONFIG" != "no" ; then + ac_save_CPPFLAGS="$CPPFLAGS" + CPPFLAGS="${CPPFLAGS} ${GIMP_CFLAGS}" + +for ac_header in libgimp/gimp.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +for ac_header in libgimp/gimpfeatures.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + CPPFLAGS="$ac_save_CPPFLAGS" + fi + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + HAVE_GIMP=yes + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + if test -f conf.gimptest ; then + : + else + echo "" + echo "*** Could not run GIMP test program, checking why..." + CFLAGS="$CFLAGS $GIMP_CFLAGS" + LIBS="$LIBS $GIMP_LIBS" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +#define GIMP_TEST_CHECK_VERSION(major, minor, micro) \ + ($gimp_config_major_version > (major) || \ + ($gimp_config_major_version == (major) && $gimp_config_minor_version > (minor)) || \ + ($gimp_config_major_version == (major) && $gimp_config_minor_version == (minor) && \ + $gimp_config_micro_version >= (micro))) + +#if !GIMP_TEST_CHECK_VERSION(1,1,25) +# define GimpPlugInInfo GPlugInInfo /* do test with gimp interface version 1.0 */ +#endif +GimpPlugInInfo PLUG_IN_INFO = { NULL, NULL, NULL, NULL }; + +int +main () +{ + return ((gimp_major_version) || (gimp_minor_version) || (gimp_micro_version)); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + echo "*** The test program compiled, but did not run. This usually means" + echo "*** that the run-time linker is not finding GIMP or finding the wrong" + echo "*** version of GIMP. If it is not finding GIMP, you'll need to set your" + echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" + echo "*** to the installed location Also, make sure you have run ldconfig if that" + echo "*** is required on your system" + echo "***" + echo "*** If you have an old version installed, it is best to remove it, although" + echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" + echo "***" + echo "***" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + + GIMP_CFLAGS="" + GIMP_LIBS="" + GTK_CFLAGS="$ac_save_GTK_CFLAGS" + GTK_LIBS="$ac_save_GTK_LIBS" + CFLAGS="${CFLAGS} ${GTK_CFLAGS}" + LIBS="${LIBS} ${GTK_LIBS}" + : + fi + + + rm -f conf.gimptest + + fi +fi + +if test "${HAVE_GIMP}" = "yes"; then + +cat >>confdefs.h <<\_ACEOF +@%:@define HAVE_ANY_GIMP 1 +_ACEOF + +fi + + +# png test must stand after test for zlib +# png test must stand behind GTK-check (X-Window-check) +# because png.h is located in the X11 directory on some systems +# so we have to use GTK_CFLAGS and GTK_LIBS to test for png +if test "${USE_PNG}" = "yes"; then + saved_CPPFLAGS="${CPPFLAGS}" + + if test "x${HAVE_GTK}" != "x"; then + CPPFLAGS="${CPPFLAGS} ${GTK_CFLAGS}" + fi + + +for ac_header in png.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +@%:@include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +@%:@include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +{ echo "$as_me:$LINENO: checking for png_create_info_struct in -lpng" >&5 +echo $ECHO_N "checking for png_create_info_struct in -lpng... $ECHO_C" >&6; } +if test "${ac_cv_lib_png_png_create_info_struct+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lpng ${GTK_LIBS} $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* 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 png_create_info_struct (); +int +main () +{ +return png_create_info_struct (); + ; + return 0; +} +_ACEOF +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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_png_png_create_info_struct=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_png_png_create_info_struct=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_create_info_struct" >&5 +echo "${ECHO_T}$ac_cv_lib_png_png_create_info_struct" >&6; } +if test $ac_cv_lib_png_png_create_info_struct = yes; then + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBPNG 1 +_ACEOF + + LIBS="-lpng $LIBS" + +fi + +fi + +done + + CPPFLAGS="${saved_CPPFLAGS}" +fi + + + + + + + +CPPFLAGS="${CPPFLAGS} \ + -DV_MAJOR=${V_MAJOR} -DV_MINOR=${V_MINOR} -DSANE_V_MAJOR=${SANE_V_MAJOR}" + +if test "x${HAVE_SANE}" = "x"; then + echo "****************************************************************" + echo "ERROR: SANE-1.0.0 or newer is needed for compiling xsane" + echo " - if you installed SANE as rpm make sure you also included" + echo " sane-devel" + echo "****************************************************************" + echo "" + exit +fi + +if test "x${HAVE_GTK}" = "x"; then + echo "****************************************************************" + echo "ERROR: GTK-1.2.0 or newer is needed for compiling xsane" + echo " if you installed gtk as rpm make sure you also included" + echo " gtk-devel" + echo "****************************************************************" + echo "" + exit +fi + + + + + + + + +# Check whether --enable-foo1 was given. +if test "${enable_foo1+set}" = set; then + enableval=$enable_foo1; +fi + + +# Check whether --enable-foo2 was given. +if test "${enable_foo2+set}" = set; then + enableval=$enable_foo2; +fi + + +ac_config_files="$ac_config_files Makefile intl/Makefile po/Makefile lib/Makefile src/Makefile include/Makefile doc/Makefile xsane.spec" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes (double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \). + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { echo "$as_me:$LINENO: updating cache $cache_file" >&5 +echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + + +: ${CONFIG_STATUS=./config.status} +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=\${CONFIG_SHELL-$SHELL} +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 + +# Save the log message, to keep $[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by $as_me, which was +generated by GNU Autoconf 2.61. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_links="$ac_config_links" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTIONS] [FILE]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration links: +$config_links + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +ac_cs_version="\\ +config.status +configured by $0, generated by GNU Autoconf 2.61, + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Copyright (C) 2006 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. +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=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + { echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +if \$ac_cs_recheck; then + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + CONFIG_SHELL=$SHELL + export CONFIG_SHELL + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;; + "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "intl/Makefile") CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;; + "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;; + "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + "xsane.spec") CONFIG_FILES="$CONFIG_FILES xsane.spec" ;; + + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || +{ + echo "$me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +# +# Set up the sed scripts for CONFIG_FILES section. +# + +# No need to generate the scripts if there are no CONFIG_FILES. +# This happens for instance when ./config.status config.h +if test -n "$CONFIG_FILES"; then + +_ACEOF + + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +SHELL!$SHELL$ac_delim +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim +PACKAGE_NAME!$PACKAGE_NAME$ac_delim +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim +PACKAGE_STRING!$PACKAGE_STRING$ac_delim +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim +exec_prefix!$exec_prefix$ac_delim +prefix!$prefix$ac_delim +program_transform_name!$program_transform_name$ac_delim +bindir!$bindir$ac_delim +sbindir!$sbindir$ac_delim +libexecdir!$libexecdir$ac_delim +datarootdir!$datarootdir$ac_delim +datadir!$datadir$ac_delim +sysconfdir!$sysconfdir$ac_delim +sharedstatedir!$sharedstatedir$ac_delim +localstatedir!$localstatedir$ac_delim +includedir!$includedir$ac_delim +oldincludedir!$oldincludedir$ac_delim +docdir!$docdir$ac_delim +infodir!$infodir$ac_delim +htmldir!$htmldir$ac_delim +dvidir!$dvidir$ac_delim +pdfdir!$pdfdir$ac_delim +psdir!$psdir$ac_delim +libdir!$libdir$ac_delim +localedir!$localedir$ac_delim +mandir!$mandir$ac_delim +DEFS!$DEFS$ac_delim +ECHO_C!$ECHO_C$ac_delim +ECHO_N!$ECHO_N$ac_delim +ECHO_T!$ECHO_T$ac_delim +LIBS!$LIBS$ac_delim +build_alias!$build_alias$ac_delim +host_alias!$host_alias$ac_delim +target_alias!$target_alias$ac_delim +PACKAGE!$PACKAGE$ac_delim +VERSION!$VERSION$ac_delim +XSANE_PACKAGE_VERSION!$XSANE_PACKAGE_VERSION$ac_delim +SANE_MAJOR!$SANE_MAJOR$ac_delim +CC!$CC$ac_delim +CFLAGS!$CFLAGS$ac_delim +LDFLAGS!$LDFLAGS$ac_delim +CPPFLAGS!$CPPFLAGS$ac_delim +ac_ct_CC!$ac_ct_CC$ac_delim +EXEEXT!$EXEEXT$ac_delim +OBJEXT!$OBJEXT$ac_delim +CPP!$CPP$ac_delim +GREP!$GREP$ac_delim +EGREP!$EGREP$ac_delim +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim +INSTALL_DATA!$INSTALL_DATA$ac_delim +SET_MAKE!$SET_MAKE$ac_delim +ALLOCA!$ALLOCA$ac_delim +RANLIB!$RANLIB$ac_delim +USE_NLS!$USE_NLS$ac_delim +MSGFMT!$MSGFMT$ac_delim +GMSGFMT!$GMSGFMT$ac_delim +XGETTEXT!$XGETTEXT$ac_delim +GENCAT!$GENCAT$ac_delim +USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim +CATALOGS!$CATALOGS$ac_delim +CATOBJEXT!$CATOBJEXT$ac_delim +DATADIRNAME!$DATADIRNAME$ac_delim +GMOFILES!$GMOFILES$ac_delim +INSTOBJEXT!$INSTOBJEXT$ac_delim +INTLDEPS!$INTLDEPS$ac_delim +INTLLIBS!$INTLLIBS$ac_delim +INTLOBJS!$INTLOBJS$ac_delim +POFILES!$POFILES$ac_delim +POSUB!$POSUB$ac_delim +INCLUDE_LOCALE_H!$INCLUDE_LOCALE_H$ac_delim +GT_NO!$GT_NO$ac_delim +GT_YES!$GT_YES$ac_delim +MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim +l!$l$ac_delim +INTLSUB!$INTLSUB$ac_delim +SANE_CONFIG!$SANE_CONFIG$ac_delim +SANE_LDFLAGS!$SANE_LDFLAGS$ac_delim +SANE_CFLAGS!$SANE_CFLAGS$ac_delim +SANE_LIBS!$SANE_LIBS$ac_delim +SANE_PREFIX!$SANE_PREFIX$ac_delim +PKG_CONFIG!$PKG_CONFIG$ac_delim +GIMP_CFLAGS!$GIMP_CFLAGS$ac_delim +GIMP_LIBS!$GIMP_LIBS$ac_delim +GIMP_CFLAGS_NOUI!$GIMP_CFLAGS_NOUI$ac_delim +GIMP_LIBS_NOUI!$GIMP_LIBS_NOUI$ac_delim +GIMP_DATA_DIR!$GIMP_DATA_DIR$ac_delim +GIMP_PLUGIN_DIR!$GIMP_PLUGIN_DIR$ac_delim +GTK_CFLAGS!$GTK_CFLAGS$ac_delim +GTK_LIBS!$GTK_LIBS$ac_delim +GTK_CONFIG!$GTK_CONFIG$ac_delim +GIMP_CONFIG!$GIMP_CONFIG$ac_delim +GIMP_TOOL!$GIMP_TOOL$ac_delim +INCLUDES!$INCLUDES$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof +_ACEOF + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +BINPROGS!$BINPROGS$ac_delim +V_MAJOR!$V_MAJOR$ac_delim +V_MINOR!$V_MINOR$ac_delim +DLL_PRELOAD!$DLL_PRELOAD$ac_delim +XSANE_ICON!$XSANE_ICON$ac_delim +LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim +LTLIBOBJS!$LTLIBOBJS$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 7; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +:end +s/|#_!!_#|//g +CEOF$ac_eof +_ACEOF + + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ 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/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF +fi # test -n "$CONFIG_FILES" + + +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + ac_file_inputs="$ac_file_inputs $ac_f" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input="Generated from "`IFS=: + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + fi + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin";; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= + +case `sed -n '/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p +' $ac_file_inputs` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF + sed "$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s&@configure_input@&$configure_input&;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +$ac_datarootdir_hack +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out + +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"; } && + { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +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;} + + 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 + ;; + :H) + # + # CONFIG_HEADER + # +_ACEOF + +# Transform confdefs.h into a sed script `conftest.defines', that +# substitutes the proper values into config.h.in to produce config.h. +rm -f conftest.defines conftest.tail +# First, append a space to every undef/define line, to ease matching. +echo 's/$/ /' >conftest.defines +# Then, protect against being on the right side of a sed subst, or in +# an unquoted here document, in config.status. If some macros were +# called several times there might be several #defines for the same +# symbol, which is useless. But do not sort them, since the last +# AC_DEFINE must be honored. +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where +# NAME is the cpp macro being defined, VALUE is the value it is being given. +# PARAMS is the parameter list in the macro definition--in most cases, it's +# just an empty string. +ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' +ac_dB='\\)[ (].*,\\1define\\2' +ac_dC=' ' +ac_dD=' ,' + +uniq confdefs.h | + sed -n ' + t rset + :rset + s/^[ ]*#[ ]*define[ ][ ]*// + t ok + d + :ok + s/[\\&,]/\\&/g + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p + ' >>conftest.defines + +# Remove the space that was appended to ease matching. +# Then replace #undef with comments. This is necessary, for +# example, in the case of _POSIX_SOURCE, which is predefined and required +# on some systems where configure will not decide to define it. +# (The regexp can be short, since the line contains either #define or #undef.) +echo 's/ $// +s,^[ #]*u.*,/* & */,' >>conftest.defines + +# Break up conftest.defines: +ac_max_sed_lines=50 + +# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" +# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" +# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" +# et cetera. +ac_in='$ac_file_inputs' +ac_out='"$tmp/out1"' +ac_nxt='"$tmp/out2"' + +while : +do + # Write a here document: + cat >>$CONFIG_STATUS <<_ACEOF + # First, check the format of the line: + cat >"\$tmp/defines.sed" <<\\CEOF +/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def +/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def +b +:def +_ACEOF + sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS + echo 'CEOF + sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS + ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in + sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail + grep . conftest.tail >/dev/null || break + rm -f conftest.defines + mv conftest.tail conftest.defines +done +rm -f conftest.defines conftest.tail + +echo "ac_result=$ac_in" >>$CONFIG_STATUS +cat >>$CONFIG_STATUS <<\_ACEOF + if test x"$ac_file" != x-; then + echo "/* $configure_input */" >"$tmp/config.h" + cat "$ac_result" >>"$tmp/config.h" + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then + { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f $ac_file + mv "$tmp/config.h" $ac_file + fi + else + echo "/* $configure_input */" + cat "$ac_result" + fi + rm -f "$tmp/out12" + ;; + :L) + # + # CONFIG_LINK + # + + { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_file" >&5 +echo "$as_me: linking $srcdir/$ac_source to $ac_file" >&6;} + + if test ! -r "$srcdir/$ac_source"; then + { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5 +echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;} + { (exit 1); exit 1; }; } + fi + rm -f "$ac_file" + + # Try a relative symlink, then a hard link, then a copy. + case $srcdir in + [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;; + *) ac_rel_source=$ac_top_build_prefix$srcdir/$ac_source ;; + esac + ln -s "$ac_rel_source" "$ac_file" 2>/dev/null || + ln "$srcdir/$ac_source" "$ac_file" 2>/dev/null || + cp -p "$srcdir/$ac_source" "$ac_file" || + { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&5 +echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&2;} + { (exit 1); exit 1; }; } + ;; + + esac + +done # for ac_tag + + +{ (exit 0); exit 0; } +_ACEOF +chmod +x $CONFIG_STATUS +ac_clean_files=$ac_clean_files_save + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + 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 || { (exit 1); exit 1; } +fi + + +echo "****************************************************************" +echo "* *" +echo "* XSANE configure status: *" +echo "* ----------------------- *" + +if test "${USE_NLS}" = "yes"; then + if test "$USE_INCLUDED_LIBINTL" = yes; then + echo "* - NLS activated (package internal) *" + else + echo "* - NLS activated (external) *" + fi +else + echo "* - NLS deactivated *" +fi + +if test "${GIMP_LIBS}set" != "set"; then + echo "* - GIMP plugin activated *" +else + echo "* - GIMP plugin deactivated *" +fi + +if test "${ac_cv_lib_jpeg_jpeg_start_decompress}" = "yes"; then + echo "* - JPEG support activated *" +else + echo "* - JPEG support deactivated *" +fi + +if test "${ac_cv_lib_tiff_TIFFOpen}" = "yes"; then + echo "* - TIFF support activated *" +else + echo "* - TIFF support deactivated *" +fi + +if test "${ac_cv_lib_png_png_create_info_struct}" = "yes"; then + echo "* - PNG support activated *" +else + echo "* - PNG support deactivated *" +fi + +if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile}" = "yes"; then + echo "* - LCMS (color management) support activated *" +else + echo "* - LCMS (color management) support deactivated *" +fi + +echo "* *" +echo "****************************************************************" +echo "* *" +echo "* To compile XSANE: *" +echo "* ----------------- *" +echo "* make *" +echo "* make install *" +echo "* *" +echo "* ------------------------------------------------------------ *" +echo "* ... PLEASE READ SANE DOCUMENTATION BEFORE STARTING XSANE ... *" +echo "* ------------------------------------------------------------ *" +echo "****************************************************************" +cat xsane.NEWS diff -Nru xsane-0.996/autom4te.cache/requests xsane-0.997/autom4te.cache/requests --- xsane-0.996/autom4te.cache/requests 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/autom4te.cache/requests 2009-07-21 19:39:23.000000000 +0100 @@ -0,0 +1,64 @@ +# This file was generated by Autom4te Sat Apr 28 03:44:04 GMT 2007. +# It contains the lists of macros which have been traced. +# It can be safely removed. + +@request = ( + bless( [ + '0', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + 'aclocal.m4', + 'configure.in' + ], + { + '_LT_AC_TAGCONFIG' => 1, + 'AM_PROG_F77_C_O' => 1, + 'AC_INIT' => 1, + 'm4_pattern_forbid' => 1, + 'AC_CANONICAL_TARGET' => 1, + 'AC_SUBST' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + 'AC_FC_SRCEXT' => 1, + 'AC_CANONICAL_HOST' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'AC_CONFIG_LINKS' => 1, + 'm4_sinclude' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, + '_m4_warn' => 1, + 'AM_PROG_CXX_C_O' => 1, + 'AM_ENABLE_MULTILIB' => 1, + 'AC_CONFIG_FILES' => 1, + 'include' => 1, + 'LT_INIT' => 1, + 'AM_GNU_GETTEXT' => 1, + 'AC_LIBSOURCE' => 1, + 'AM_PROG_FC_C_O' => 1, + 'AC_CANONICAL_BUILD' => 1, + 'AC_FC_FREEFORM' => 1, + 'AH_OUTPUT' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_CONFIG_AUX_DIR' => 1, + 'sinclude' => 1, + 'm4_pattern_allow' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'AM_CONDITIONAL' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'm4_include' => 1, + 'AC_SUBST_TRACE' => 1 + } + ], 'Autom4te::Request' ) + ); + diff -Nru xsane-0.996/autom4te.cache/traces.0 xsane-0.997/autom4te.cache/traces.0 --- xsane-0.996/autom4te.cache/traces.0 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/autom4te.cache/traces.0 2009-07-21 19:39:23.000000000 +0100 @@ -0,0 +1,852 @@ +m4trace:aclocal.m4:48: -1- m4_include([m4/gettext.m4]) +m4trace:aclocal.m4:49: -1- m4_include([m4/gimp-2.0.m4]) +m4trace:aclocal.m4:50: -1- m4_include([m4/gimp-orauch.m4]) +m4trace:aclocal.m4:51: -1- m4_include([m4/gtk-2.0.m4]) +m4trace:aclocal.m4:52: -1- m4_include([m4/gtk.m4]) +m4trace:aclocal.m4:53: -1- m4_include([m4/msnative-struct.m4]) +m4trace:aclocal.m4:54: -1- m4_include([m4/sane.m4]) +m4trace:configure.in:2: -1- AC_INIT([include/config.h.in]) +m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.in:2: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([SHELL]) +m4trace:configure.in:2: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.in:2: -1- AC_SUBST([PATH_SEPARATOR]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([PATH_SEPARATOR]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_NAME]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_TARNAME]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_VERSION]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_STRING]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.in:2: -1- AC_SUBST([exec_prefix], [NONE]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([exec_prefix]) +m4trace:configure.in:2: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.in:2: -1- AC_SUBST([prefix], [NONE]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([prefix]) +m4trace:configure.in:2: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.in:2: -1- AC_SUBST([program_transform_name], [s,x,x,]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([program_transform_name]) +m4trace:configure.in:2: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.in:2: -1- AC_SUBST([bindir], ['${exec_prefix}/bin']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([bindir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.in:2: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([sbindir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.in:2: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([libexecdir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.in:2: -1- AC_SUBST([datarootdir], ['${prefix}/share']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([datarootdir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.in:2: -1- AC_SUBST([datadir], ['${datarootdir}']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([datadir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.in:2: -1- AC_SUBST([sysconfdir], ['${prefix}/etc']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([sysconfdir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.in:2: -1- AC_SUBST([sharedstatedir], ['${prefix}/com']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([sharedstatedir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.in:2: -1- AC_SUBST([localstatedir], ['${prefix}/var']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([localstatedir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.in:2: -1- AC_SUBST([includedir], ['${prefix}/include']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([includedir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.in:2: -1- AC_SUBST([oldincludedir], ['/usr/include']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([oldincludedir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.in:2: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME], + ['${datarootdir}/doc/${PACKAGE_TARNAME}'], + ['${datarootdir}/doc/${PACKAGE}'])]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([docdir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.in:2: -1- AC_SUBST([infodir], ['${datarootdir}/info']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([infodir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.in:2: -1- AC_SUBST([htmldir], ['${docdir}']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([htmldir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.in:2: -1- AC_SUBST([dvidir], ['${docdir}']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([dvidir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.in:2: -1- AC_SUBST([pdfdir], ['${docdir}']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([pdfdir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.in:2: -1- AC_SUBST([psdir], ['${docdir}']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([psdir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.in:2: -1- AC_SUBST([libdir], ['${exec_prefix}/lib']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([libdir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.in:2: -1- AC_SUBST([localedir], ['${datarootdir}/locale']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([localedir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.in:2: -1- AC_SUBST([mandir], ['${datarootdir}/man']) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([mandir]) +m4trace:configure.in:2: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */ +#undef PACKAGE_NAME]) +m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME]) +m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */ +#undef PACKAGE_VERSION]) +m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING]) +m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT]) +m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT]) +m4trace:configure.in:2: -1- AC_SUBST([DEFS]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([DEFS]) +m4trace:configure.in:2: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.in:2: -1- AC_SUBST([ECHO_C]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_C]) +m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.in:2: -1- AC_SUBST([ECHO_N]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_N]) +m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.in:2: -1- AC_SUBST([ECHO_T]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_T]) +m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.in:2: -1- AC_SUBST([LIBS]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.in:2: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.in:2: -1- AC_SUBST([build_alias]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([build_alias]) +m4trace:configure.in:2: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.in:2: -1- AC_SUBST([host_alias]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([host_alias]) +m4trace:configure.in:2: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.in:2: -1- AC_SUBST([target_alias]) +m4trace:configure.in:2: -1- AC_SUBST_TRACE([target_alias]) +m4trace:configure.in:2: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.in:3: -1- AC_CONFIG_HEADERS([include/config.h]) +m4trace:configure.in:21: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE]) +m4trace:configure.in:21: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.in:21: -1- AH_OUTPUT([PACKAGE], [/* Define to the name of the distribution */ +#undef PACKAGE]) +m4trace:configure.in:22: -1- AC_DEFINE_TRACE_LITERAL([VERSION]) +m4trace:configure.in:22: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.in:22: -1- AH_OUTPUT([VERSION], [/* Define to the version of the distribution */ +#undef VERSION]) +m4trace:configure.in:23: -1- AC_DEFINE_TRACE_LITERAL([XSANE_PACKAGE_VERSION]) +m4trace:configure.in:23: -1- m4_pattern_allow([^XSANE_PACKAGE_VERSION$]) +m4trace:configure.in:23: -1- AH_OUTPUT([XSANE_PACKAGE_VERSION], [/* Define to name and version of distribution */ +#undef XSANE_PACKAGE_VERSION]) +m4trace:configure.in:24: -1- AC_SUBST([PACKAGE]) +m4trace:configure.in:24: -1- AC_SUBST_TRACE([PACKAGE]) +m4trace:configure.in:24: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.in:25: -1- AC_SUBST([VERSION]) +m4trace:configure.in:25: -1- AC_SUBST_TRACE([VERSION]) +m4trace:configure.in:25: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.in:26: -1- AC_SUBST([XSANE_PACKAGE_VERSION]) +m4trace:configure.in:26: -1- AC_SUBST_TRACE([XSANE_PACKAGE_VERSION]) +m4trace:configure.in:26: -1- m4_pattern_allow([^XSANE_PACKAGE_VERSION$]) +m4trace:configure.in:27: -1- AC_SUBST([SANE_MAJOR]) +m4trace:configure.in:27: -1- AC_SUBST_TRACE([SANE_MAJOR]) +m4trace:configure.in:27: -1- m4_pattern_allow([^SANE_MAJOR$]) +m4trace:configure.in:82: -1- AC_SUBST([CC]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.in:82: -1- m4_pattern_allow([^CC$]) +m4trace:configure.in:82: -1- AC_SUBST([CFLAGS]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([CFLAGS]) +m4trace:configure.in:82: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.in:82: -1- AC_SUBST([LDFLAGS]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([LDFLAGS]) +m4trace:configure.in:82: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.in:82: -1- AC_SUBST([LIBS]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.in:82: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.in:82: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.in:82: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.in:82: -1- AC_SUBST([CC]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.in:82: -1- m4_pattern_allow([^CC$]) +m4trace:configure.in:82: -1- AC_SUBST([CC]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.in:82: -1- m4_pattern_allow([^CC$]) +m4trace:configure.in:82: -1- AC_SUBST([CC]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.in:82: -1- m4_pattern_allow([^CC$]) +m4trace:configure.in:82: -1- AC_SUBST([CC]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.in:82: -1- m4_pattern_allow([^CC$]) +m4trace:configure.in:82: -1- AC_SUBST([ac_ct_CC]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([ac_ct_CC]) +m4trace:configure.in:82: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.in:82: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([EXEEXT]) +m4trace:configure.in:82: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.in:82: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) +m4trace:configure.in:82: -1- AC_SUBST_TRACE([OBJEXT]) +m4trace:configure.in:82: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.in:83: -1- AH_OUTPUT([_ALL_SOURCE], [/* Define to 1 if on AIX 3. + System headers sometimes define this. + We just want to avoid a redefinition error message. */ +@%:@ifndef _ALL_SOURCE +@%:@ undef _ALL_SOURCE +@%:@endif]) +m4trace:configure.in:83: -1- AC_SUBST([CPP]) +m4trace:configure.in:83: -1- AC_SUBST_TRACE([CPP]) +m4trace:configure.in:83: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.in:83: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.in:83: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.in:83: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.in:83: -1- AC_SUBST([CPP]) +m4trace:configure.in:83: -1- AC_SUBST_TRACE([CPP]) +m4trace:configure.in:83: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.in:83: -1- AC_SUBST([GREP]) +m4trace:configure.in:83: -1- AC_SUBST_TRACE([GREP]) +m4trace:configure.in:83: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.in:83: -1- AC_SUBST([GREP]) +m4trace:configure.in:83: -1- AC_SUBST_TRACE([GREP]) +m4trace:configure.in:83: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.in:83: -1- AC_SUBST([EGREP]) +m4trace:configure.in:83: -1- AC_SUBST_TRACE([EGREP]) +m4trace:configure.in:83: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.in:83: -1- AC_SUBST([EGREP]) +m4trace:configure.in:83: -1- AC_SUBST_TRACE([EGREP]) +m4trace:configure.in:83: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.in:83: -1- AC_DEFINE_TRACE_LITERAL([_ALL_SOURCE]) +m4trace:configure.in:83: -1- m4_pattern_allow([^_ALL_SOURCE$]) +m4trace:configure.in:84: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) +m4trace:configure.in:84: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.in:84: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS]) +m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H]) +m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H]) +m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H]) +m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H]) +m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H]) +m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H]) +m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H]) +m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H]) +m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H]) +m4trace:configure.in:84: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_SOURCE]) +m4trace:configure.in:84: -1- m4_pattern_allow([^_POSIX_SOURCE$]) +m4trace:configure.in:84: -1- AH_OUTPUT([_POSIX_SOURCE], [/* Define to 1 if you need to in order for `stat\' and other things to work. */ +#undef _POSIX_SOURCE]) +m4trace:configure.in:84: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_1_SOURCE]) +m4trace:configure.in:84: -1- m4_pattern_allow([^_POSIX_1_SOURCE$]) +m4trace:configure.in:84: -1- AH_OUTPUT([_POSIX_1_SOURCE], [/* Define to 2 if the system does not provide POSIX.1 features except with + this defined. */ +#undef _POSIX_1_SOURCE]) +m4trace:configure.in:84: -1- AC_DEFINE_TRACE_LITERAL([_MINIX]) +m4trace:configure.in:84: -1- m4_pattern_allow([^_MINIX$]) +m4trace:configure.in:84: -1- AH_OUTPUT([_MINIX], [/* Define to 1 if on MINIX. */ +#undef _MINIX]) +m4trace:configure.in:86: -1- _m4_warn([obsolete], [The macro `AM_PROG_CC_STDC' is obsolete. +You should run autoupdate.], [aclocal.m4:37: AM_PROG_CC_STDC is expanded from... +configure.in:86: the top level]) +m4trace:configure.in:86: -1- AC_SUBST([CC]) +m4trace:configure.in:86: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.in:86: -1- m4_pattern_allow([^CC$]) +m4trace:configure.in:86: -1- AC_SUBST([CFLAGS]) +m4trace:configure.in:86: -1- AC_SUBST_TRACE([CFLAGS]) +m4trace:configure.in:86: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.in:86: -1- AC_SUBST([LDFLAGS]) +m4trace:configure.in:86: -1- AC_SUBST_TRACE([LDFLAGS]) +m4trace:configure.in:86: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.in:86: -1- AC_SUBST([LIBS]) +m4trace:configure.in:86: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.in:86: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.in:86: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.in:86: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.in:86: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.in:86: -1- AC_SUBST([CC]) +m4trace:configure.in:86: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.in:86: -1- m4_pattern_allow([^CC$]) +m4trace:configure.in:86: -1- AC_SUBST([CC]) +m4trace:configure.in:86: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.in:86: -1- m4_pattern_allow([^CC$]) +m4trace:configure.in:86: -1- AC_SUBST([CC]) +m4trace:configure.in:86: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.in:86: -1- m4_pattern_allow([^CC$]) +m4trace:configure.in:86: -1- AC_SUBST([CC]) +m4trace:configure.in:86: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.in:86: -1- m4_pattern_allow([^CC$]) +m4trace:configure.in:86: -1- AC_SUBST([ac_ct_CC]) +m4trace:configure.in:86: -1- AC_SUBST_TRACE([ac_ct_CC]) +m4trace:configure.in:86: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.in:86: -1- _m4_warn([obsolete], [AM_PROG_CC_STDC: + your code should no longer depend upon `am_cv_prog_cc_stdc', but upon + `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when + you adjust the code. You can also remove the above call to + AC_PROG_CC if you already called it elsewhere.], [aclocal.m4:37: AM_PROG_CC_STDC is expanded from... +configure.in:86: the top level]) +m4trace:configure.in:87: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.in:87: -1- AC_SUBST([INSTALL_PROGRAM]) +m4trace:configure.in:87: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) +m4trace:configure.in:87: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.in:87: -1- AC_SUBST([INSTALL_SCRIPT]) +m4trace:configure.in:87: -1- AC_SUBST_TRACE([INSTALL_SCRIPT]) +m4trace:configure.in:87: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.in:87: -1- AC_SUBST([INSTALL_DATA]) +m4trace:configure.in:87: -1- AC_SUBST_TRACE([INSTALL_DATA]) +m4trace:configure.in:87: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.in:88: -1- AC_SUBST([SET_MAKE]) +m4trace:configure.in:88: -1- AC_SUBST_TRACE([SET_MAKE]) +m4trace:configure.in:88: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.in:89: -1- AC_SUBST([CPP]) +m4trace:configure.in:89: -1- AC_SUBST_TRACE([CPP]) +m4trace:configure.in:89: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.in:89: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.in:89: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.in:89: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.in:89: -1- AC_SUBST([CPP]) +m4trace:configure.in:89: -1- AC_SUBST_TRACE([CPP]) +m4trace:configure.in:89: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.in:94: -1- _m4_warn([obsolete], [The macro `ac_cv_prog_gcc' is obsolete. +You should run autoupdate.], [../../lib/autoconf/c.m4:510: ac_cv_prog_gcc is expanded from... +configure.in:94: the top level]) +m4trace:configure.in:98: -1- AH_OUTPUT([HAVE_WINDOWS_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_WINDOWS_H]) +m4trace:configure.in:105: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) +m4trace:configure.in:105: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.in:105: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS]) +m4trace:configure.in:106: -1- AH_OUTPUT([HAVE_WINDOWS_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_WINDOWS_H]) +m4trace:configure.in:106: -1- AH_OUTPUT([HAVE_OS2_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_OS2_H]) +m4trace:configure.in:106: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H]) +m4trace:configure.in:106: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H]) +m4trace:configure.in:106: -1- AH_OUTPUT([HAVE_LIBC_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_LIBC_H]) +m4trace:configure.in:106: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H]) +m4trace:configure.in:106: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H]) +m4trace:configure.in:106: -1- AH_OUTPUT([HAVE_ZLIB_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_ZLIB_H]) +m4trace:configure.in:109: -1- AC_DEFINE_TRACE_LITERAL([const]) +m4trace:configure.in:109: -1- m4_pattern_allow([^const$]) +m4trace:configure.in:109: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */ +#undef const]) +m4trace:configure.in:110: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler + calls it, or to nothing if \'inline\' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif]) +m4trace:configure.in:111: -1- AC_DEFINE_TRACE_LITERAL([RETSIGTYPE]) +m4trace:configure.in:111: -1- m4_pattern_allow([^RETSIGTYPE$]) +m4trace:configure.in:111: -1- AH_OUTPUT([RETSIGTYPE], [/* Define as the return type of signal handlers (`int\' or `void\'). */ +#undef RETSIGTYPE]) +m4trace:configure.in:112: -1- AC_DEFINE_TRACE_LITERAL([size_t]) +m4trace:configure.in:112: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.in:112: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if does not define. */ +#undef size_t]) +m4trace:configure.in:113: -1- AC_DEFINE_TRACE_LITERAL([pid_t]) +m4trace:configure.in:113: -1- m4_pattern_allow([^pid_t$]) +m4trace:configure.in:113: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if does not define. */ +#undef pid_t]) +m4trace:configure.in:114: -1- AC_DEFINE_TRACE_LITERAL([ssize_t]) +m4trace:configure.in:114: -1- m4_pattern_allow([^ssize_t$]) +m4trace:configure.in:114: -1- AH_OUTPUT([ssize_t], [/* Define to `long\' if does not define. */ +#undef ssize_t]) +m4trace:configure.in:115: -1- AC_DEFINE_TRACE_LITERAL([u_char]) +m4trace:configure.in:115: -1- m4_pattern_allow([^u_char$]) +m4trace:configure.in:115: -1- AH_OUTPUT([u_char], [/* Define to `unsigned char\' if does not define. */ +#undef u_char]) +m4trace:configure.in:116: -1- AC_DEFINE_TRACE_LITERAL([u_int]) +m4trace:configure.in:116: -1- m4_pattern_allow([^u_int$]) +m4trace:configure.in:116: -1- AH_OUTPUT([u_int], [/* Define to `unsigned int\' if does not define. */ +#undef u_int]) +m4trace:configure.in:117: -1- AC_DEFINE_TRACE_LITERAL([u_long]) +m4trace:configure.in:117: -1- m4_pattern_allow([^u_long$]) +m4trace:configure.in:117: -1- AH_OUTPUT([u_long], [/* Define to `unsigned long\' if does not define. */ +#undef u_long]) +m4trace:configure.in:120: -1- AH_OUTPUT([HAVE_LIBM], [/* Define to 1 if you have the `m\' library (-lm). */ +#undef HAVE_LIBM]) +m4trace:configure.in:120: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBM]) +m4trace:configure.in:120: -1- m4_pattern_allow([^HAVE_LIBM$]) +m4trace:configure.in:121: -1- AH_OUTPUT([HAVE_LIBZ], [/* Define to 1 if you have the `z\' library (-lz). */ +#undef HAVE_LIBZ]) +m4trace:configure.in:121: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBZ]) +m4trace:configure.in:121: -1- m4_pattern_allow([^HAVE_LIBZ$]) +m4trace:configure.in:124: -1- AH_OUTPUT([HAVE_LIBJPEG], [/* Define to 1 if you have the `jpeg\' library (-ljpeg). */ +#undef HAVE_LIBJPEG]) +m4trace:configure.in:124: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBJPEG]) +m4trace:configure.in:124: -1- m4_pattern_allow([^HAVE_LIBJPEG$]) +m4trace:configure.in:129: -1- AH_OUTPUT([HAVE_LIBTIFF], [/* Define to 1 if you have the `tiff\' library (-ltiff). */ +#undef HAVE_LIBTIFF]) +m4trace:configure.in:129: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBTIFF]) +m4trace:configure.in:129: -1- m4_pattern_allow([^HAVE_LIBTIFF$]) +m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_LIBLCMS], [/* Define to 1 if you have the `lcms\' library (-llcms). */ +#undef HAVE_LIBLCMS]) +m4trace:configure.in:133: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBLCMS]) +m4trace:configure.in:133: -1- m4_pattern_allow([^HAVE_LIBLCMS$]) +m4trace:configure.in:137: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H]) +m4trace:configure.in:137: -1- m4_pattern_allow([^HAVE_ALLOCA_H$]) +m4trace:configure.in:137: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have and it should be used (not on Ultrix). + */ +#undef HAVE_ALLOCA_H]) +m4trace:configure.in:137: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA]) +m4trace:configure.in:137: -1- m4_pattern_allow([^HAVE_ALLOCA$]) +m4trace:configure.in:137: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */ +#undef HAVE_ALLOCA]) +m4trace:configure.in:137: -1- AC_LIBSOURCE([alloca.c]) +m4trace:configure.in:137: -1- AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext]) +m4trace:configure.in:137: -1- AC_SUBST_TRACE([ALLOCA]) +m4trace:configure.in:137: -1- m4_pattern_allow([^ALLOCA$]) +m4trace:configure.in:137: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA]) +m4trace:configure.in:137: -1- m4_pattern_allow([^C_ALLOCA$]) +m4trace:configure.in:137: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */ +#undef C_ALLOCA]) +m4trace:configure.in:137: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END]) +m4trace:configure.in:137: -1- m4_pattern_allow([^CRAY_STACKSEG_END$]) +m4trace:configure.in:137: -1- AH_OUTPUT([CRAY_STACKSEG_END], [/* Define to one of `_getb67\', `GETB67\', `getb67\' for Cray-2 and Cray-YMP + systems. This function is required for `alloca.c\' support on those systems. + */ +#undef CRAY_STACKSEG_END]) +m4trace:configure.in:137: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the + direction of stack growth for your system; otherwise it will be + automatically deduced at runtime. + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ +@%:@undef STACK_DIRECTION]) +m4trace:configure.in:137: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION]) +m4trace:configure.in:137: -1- m4_pattern_allow([^STACK_DIRECTION$]) +m4trace:configure.in:138: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H]) +m4trace:configure.in:138: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H]) +m4trace:configure.in:138: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */ +#undef HAVE_GETPAGESIZE]) +m4trace:configure.in:138: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP]) +m4trace:configure.in:138: -1- m4_pattern_allow([^HAVE_MMAP$]) +m4trace:configure.in:138: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */ +#undef HAVE_MMAP]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_ATEXIT], [/* Define to 1 if you have the `atexit\' function. */ +#undef HAVE_ATEXIT]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_MKDIR], [/* Define to 1 if you have the `mkdir\' function. */ +#undef HAVE_MKDIR]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_SIGPROCMASK], [/* Define to 1 if you have the `sigprocmask\' function. */ +#undef HAVE_SIGPROCMASK]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */ +#undef HAVE_STRDUP]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_STRNDUP], [/* Define to 1 if you have the `strndup\' function. */ +#undef HAVE_STRNDUP]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_STRFTIME], [/* Define to 1 if you have the `strftime\' function. */ +#undef HAVE_STRFTIME]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_STRSTR], [/* Define to 1 if you have the `strstr\' function. */ +#undef HAVE_STRSTR]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_STRSEP], [/* Define to 1 if you have the `strsep\' function. */ +#undef HAVE_STRSEP]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_STRTOD], [/* Define to 1 if you have the `strtod\' function. */ +#undef HAVE_STRTOD]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the `snprintf\' function. */ +#undef HAVE_SNPRINTF]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_USLEEP], [/* Define to 1 if you have the `usleep\' function. */ +#undef HAVE_USLEEP]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */ +#undef HAVE_STRCASECMP]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_STRNCASECMP], [/* Define to 1 if you have the `strncasecmp\' function. */ +#undef HAVE_STRNCASECMP]) +m4trace:configure.in:139: -1- AH_OUTPUT([HAVE_LSTAT], [/* Define to 1 if you have the `lstat\' function. */ +#undef HAVE_LSTAT]) +m4trace:configure.in:142: -1- AM_GNU_GETTEXT +m4trace:configure.in:142: -1- AC_SUBST([RANLIB]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([RANLIB]) +m4trace:configure.in:142: -1- m4_pattern_allow([^RANLIB$]) +m4trace:configure.in:142: -1- AC_DEFINE_TRACE_LITERAL([off_t]) +m4trace:configure.in:142: -1- m4_pattern_allow([^off_t$]) +m4trace:configure.in:142: -1- AH_OUTPUT([off_t], [/* Define to `long int\' if does not define. */ +#undef off_t]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_ARGZ_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_ARGZ_H]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_LOCALE_H]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_NL_TYPES_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_NL_TYPES_H]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_MALLOC_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_MALLOC_H]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_VALUES_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_VALUES_H]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */ +#undef HAVE_GETCWD]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the `munmap\' function. */ +#undef HAVE_MUNMAP]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_PUTENV], [/* Define to 1 if you have the `putenv\' function. */ +#undef HAVE_PUTENV]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_SETENV], [/* Define to 1 if you have the `setenv\' function. */ +#undef HAVE_SETENV]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */ +#undef HAVE_SETLOCALE]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */ +#undef HAVE_STRCHR]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */ +#undef HAVE_STRCASECMP]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE___ARGZ_COUNT], [/* Define to 1 if you have the `__argz_count\' function. */ +#undef HAVE___ARGZ_COUNT]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE___ARGZ_STRINGIFY], [/* Define to 1 if you have the `__argz_stringify\' function. */ +#undef HAVE___ARGZ_STRINGIFY]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE___ARGZ_NEXT], [/* Define to 1 if you have the `__argz_next\' function. */ +#undef HAVE___ARGZ_NEXT]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the `stpcpy\' function. */ +#undef HAVE_STPCPY]) +m4trace:configure.in:142: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STPCPY]) +m4trace:configure.in:142: -1- m4_pattern_allow([^HAVE_STPCPY$]) +m4trace:configure.in:142: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from... +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from... +m4/gettext.m4:62: AM_LC_MESSAGES is expanded from... +m4/gettext.m4:267: AM_GNU_GETTEXT is expanded from... +configure.in:142: the top level]) +m4trace:configure.in:142: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES]) +m4trace:configure.in:142: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$]) +m4trace:configure.in:142: -1- AC_SUBST([USE_NLS]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([USE_NLS]) +m4trace:configure.in:142: -1- m4_pattern_allow([^USE_NLS$]) +m4trace:configure.in:142: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS]) +m4trace:configure.in:142: -1- m4_pattern_allow([^ENABLE_NLS$]) +m4trace:configure.in:142: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from... +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from... +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from... +../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from... +m4/gettext.m4:85: AM_WITH_NLS is expanded from... +m4/gettext.m4:267: AM_GNU_GETTEXT is expanded from... +configure.in:142: the top level]) +m4trace:configure.in:142: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from... +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from... +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from... +../../lib/autoconf/libs.m4:121: AC_CHECK_LIB is expanded from... +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from... +../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from... +m4/gettext.m4:85: AM_WITH_NLS is expanded from... +m4/gettext.m4:267: AM_GNU_GETTEXT is expanded from... +configure.in:142: the top level]) +m4trace:configure.in:142: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTEXT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^HAVE_GETTEXT$]) +m4trace:configure.in:142: -1- AC_SUBST([MSGFMT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([MSGFMT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^MSGFMT$]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define to 1 if you have the `dcgettext\' function. */ +#undef HAVE_DCGETTEXT]) +m4trace:configure.in:142: -1- AC_SUBST([GMSGFMT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([GMSGFMT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^GMSGFMT$]) +m4trace:configure.in:142: -1- AC_SUBST([XGETTEXT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([XGETTEXT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^XGETTEXT$]) +m4trace:configure.in:142: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from... +../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from... +m4/gettext.m4:85: AM_WITH_NLS is expanded from... +m4/gettext.m4:267: AM_GNU_GETTEXT is expanded from... +configure.in:142: the top level]) +m4trace:configure.in:142: -1- AH_OUTPUT([HAVE_LIBI], [/* Define to 1 if you have the `i\' library (-li). */ +#undef HAVE_LIBI]) +m4trace:configure.in:142: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBI]) +m4trace:configure.in:142: -1- m4_pattern_allow([^HAVE_LIBI$]) +m4trace:configure.in:142: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CATGETS]) +m4trace:configure.in:142: -1- m4_pattern_allow([^HAVE_CATGETS$]) +m4trace:configure.in:142: -1- AC_SUBST([GENCAT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([GENCAT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^GENCAT$]) +m4trace:configure.in:142: -1- AC_SUBST([GMSGFMT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([GMSGFMT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^GMSGFMT$]) +m4trace:configure.in:142: -1- AC_SUBST([GMSGFMT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([GMSGFMT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^GMSGFMT$]) +m4trace:configure.in:142: -1- AC_SUBST([XGETTEXT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([XGETTEXT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^XGETTEXT$]) +m4trace:configure.in:142: -1- AC_SUBST([MSGFMT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([MSGFMT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^MSGFMT$]) +m4trace:configure.in:142: -1- AC_SUBST([GMSGFMT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([GMSGFMT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^GMSGFMT$]) +m4trace:configure.in:142: -1- AC_SUBST([XGETTEXT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([XGETTEXT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^XGETTEXT$]) +m4trace:configure.in:142: -1- AC_SUBST([MSGFMT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([MSGFMT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^MSGFMT$]) +m4trace:configure.in:142: -1- AC_SUBST([USE_INCLUDED_LIBINTL]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([USE_INCLUDED_LIBINTL]) +m4trace:configure.in:142: -1- m4_pattern_allow([^USE_INCLUDED_LIBINTL$]) +m4trace:configure.in:142: -1- AC_SUBST([CATALOGS]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([CATALOGS]) +m4trace:configure.in:142: -1- m4_pattern_allow([^CATALOGS$]) +m4trace:configure.in:142: -1- AC_SUBST([CATOBJEXT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([CATOBJEXT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^CATOBJEXT$]) +m4trace:configure.in:142: -1- AC_SUBST([DATADIRNAME]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([DATADIRNAME]) +m4trace:configure.in:142: -1- m4_pattern_allow([^DATADIRNAME$]) +m4trace:configure.in:142: -1- AC_SUBST([GMOFILES]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([GMOFILES]) +m4trace:configure.in:142: -1- m4_pattern_allow([^GMOFILES$]) +m4trace:configure.in:142: -1- AC_SUBST([INSTOBJEXT]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([INSTOBJEXT]) +m4trace:configure.in:142: -1- m4_pattern_allow([^INSTOBJEXT$]) +m4trace:configure.in:142: -1- AC_SUBST([INTLDEPS]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([INTLDEPS]) +m4trace:configure.in:142: -1- m4_pattern_allow([^INTLDEPS$]) +m4trace:configure.in:142: -1- AC_SUBST([INTLLIBS]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([INTLLIBS]) +m4trace:configure.in:142: -1- m4_pattern_allow([^INTLLIBS$]) +m4trace:configure.in:142: -1- AC_SUBST([INTLOBJS]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([INTLOBJS]) +m4trace:configure.in:142: -1- m4_pattern_allow([^INTLOBJS$]) +m4trace:configure.in:142: -1- AC_SUBST([POFILES]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([POFILES]) +m4trace:configure.in:142: -1- m4_pattern_allow([^POFILES$]) +m4trace:configure.in:142: -1- AC_SUBST([POSUB]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([POSUB]) +m4trace:configure.in:142: -1- m4_pattern_allow([^POSUB$]) +m4trace:configure.in:142: -1- AC_SUBST([INCLUDE_LOCALE_H]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([INCLUDE_LOCALE_H]) +m4trace:configure.in:142: -1- m4_pattern_allow([^INCLUDE_LOCALE_H$]) +m4trace:configure.in:142: -1- AC_SUBST([GT_NO]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([GT_NO]) +m4trace:configure.in:142: -1- m4_pattern_allow([^GT_NO$]) +m4trace:configure.in:142: -1- AC_SUBST([GT_YES]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([GT_YES]) +m4trace:configure.in:142: -1- m4_pattern_allow([^GT_YES$]) +m4trace:configure.in:142: -1- AC_SUBST([MKINSTALLDIRS]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([MKINSTALLDIRS]) +m4trace:configure.in:142: -1- m4_pattern_allow([^MKINSTALLDIRS$]) +m4trace:configure.in:142: -1- AC_SUBST([l]) +m4trace:configure.in:142: -1- AC_SUBST_TRACE([l]) +m4trace:configure.in:142: -1- m4_pattern_allow([^l$]) +m4trace:configure.in:143: -1- _m4_warn([obsolete], [The macro `AC_LINK_FILES' is obsolete. +You should run autoupdate.], [../../lib/autoconf/status.m4:770: AC_LINK_FILES is expanded from... +configure.in:143: the top level]) +m4trace:configure.in:143: -1- AC_CONFIG_LINKS([$ac_config_links_1]) +m4trace:configure.in:152: -1- AC_SUBST([INTLSUB]) +m4trace:configure.in:152: -1- AC_SUBST_TRACE([INTLSUB]) +m4trace:configure.in:152: -1- m4_pattern_allow([^INTLSUB$]) +m4trace:configure.in:154: -1- AC_SUBST([SANE_CONFIG]) +m4trace:configure.in:154: -1- AC_SUBST_TRACE([SANE_CONFIG]) +m4trace:configure.in:154: -1- m4_pattern_allow([^SANE_CONFIG$]) +m4trace:configure.in:154: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... +m4/sane.m4:8: AM_PATH_SANE is expanded from... +configure.in:154: the top level]) +m4trace:configure.in:154: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from... +m4/sane.m4:8: AM_PATH_SANE is expanded from... +configure.in:154: the top level]) +m4trace:configure.in:154: -1- AC_SUBST([SANE_LDFLAGS]) +m4trace:configure.in:154: -1- AC_SUBST_TRACE([SANE_LDFLAGS]) +m4trace:configure.in:154: -1- m4_pattern_allow([^SANE_LDFLAGS$]) +m4trace:configure.in:154: -1- AC_SUBST([SANE_CFLAGS]) +m4trace:configure.in:154: -1- AC_SUBST_TRACE([SANE_CFLAGS]) +m4trace:configure.in:154: -1- m4_pattern_allow([^SANE_CFLAGS$]) +m4trace:configure.in:154: -1- AC_SUBST([SANE_LIBS]) +m4trace:configure.in:154: -1- AC_SUBST_TRACE([SANE_LIBS]) +m4trace:configure.in:154: -1- m4_pattern_allow([^SANE_LIBS$]) +m4trace:configure.in:154: -1- AC_SUBST([SANE_PREFIX]) +m4trace:configure.in:154: -1- AC_SUBST_TRACE([SANE_PREFIX]) +m4trace:configure.in:154: -1- m4_pattern_allow([^SANE_PREFIX$]) +m4trace:configure.in:158: -1- AC_SUBST([PKG_CONFIG]) +m4trace:configure.in:158: -1- AC_SUBST_TRACE([PKG_CONFIG]) +m4trace:configure.in:158: -1- m4_pattern_allow([^PKG_CONFIG$]) +m4trace:configure.in:158: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... +m4/gimp-2.0.m4:8: AM_PATH_GIMP_2_0 is expanded from... +configure.in:158: the top level]) +m4trace:configure.in:158: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from... +m4/gimp-2.0.m4:8: AM_PATH_GIMP_2_0 is expanded from... +configure.in:158: the top level]) +m4trace:configure.in:158: -1- AC_SUBST([GIMP_CFLAGS]) +m4trace:configure.in:158: -1- AC_SUBST_TRACE([GIMP_CFLAGS]) +m4trace:configure.in:158: -1- m4_pattern_allow([^GIMP_CFLAGS$]) +m4trace:configure.in:158: -1- AC_SUBST([GIMP_LIBS]) +m4trace:configure.in:158: -1- AC_SUBST_TRACE([GIMP_LIBS]) +m4trace:configure.in:158: -1- m4_pattern_allow([^GIMP_LIBS$]) +m4trace:configure.in:158: -1- AC_SUBST([GIMP_CFLAGS_NOUI]) +m4trace:configure.in:158: -1- AC_SUBST_TRACE([GIMP_CFLAGS_NOUI]) +m4trace:configure.in:158: -1- m4_pattern_allow([^GIMP_CFLAGS_NOUI$]) +m4trace:configure.in:158: -1- AC_SUBST([GIMP_LIBS_NOUI]) +m4trace:configure.in:158: -1- AC_SUBST_TRACE([GIMP_LIBS_NOUI]) +m4trace:configure.in:158: -1- m4_pattern_allow([^GIMP_LIBS_NOUI$]) +m4trace:configure.in:158: -1- AC_SUBST([GIMP_DATA_DIR]) +m4trace:configure.in:158: -1- AC_SUBST_TRACE([GIMP_DATA_DIR]) +m4trace:configure.in:158: -1- m4_pattern_allow([^GIMP_DATA_DIR$]) +m4trace:configure.in:158: -1- AC_SUBST([GIMP_PLUGIN_DIR]) +m4trace:configure.in:158: -1- AC_SUBST_TRACE([GIMP_PLUGIN_DIR]) +m4trace:configure.in:158: -1- m4_pattern_allow([^GIMP_PLUGIN_DIR$]) +m4trace:configure.in:164: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GIMP_2]) +m4trace:configure.in:164: -1- m4_pattern_allow([^HAVE_GIMP_2$]) +m4trace:configure.in:164: -1- AH_OUTPUT([HAVE_GIMP_2], [/* Define to 1 if you have gimp-2.0. */ +#undef HAVE_GIMP_2]) +m4trace:configure.in:175: -1- AC_SUBST([PKG_CONFIG]) +m4trace:configure.in:175: -1- AC_SUBST_TRACE([PKG_CONFIG]) +m4trace:configure.in:175: -1- m4_pattern_allow([^PKG_CONFIG$]) +m4trace:configure.in:175: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... +m4/gtk-2.0.m4:8: AM_PATH_GTK_2_0 is expanded from... +configure.in:175: the top level]) +m4trace:configure.in:175: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from... +m4/gtk-2.0.m4:8: AM_PATH_GTK_2_0 is expanded from... +configure.in:175: the top level]) +m4trace:configure.in:175: -1- AC_SUBST([GTK_CFLAGS]) +m4trace:configure.in:175: -1- AC_SUBST_TRACE([GTK_CFLAGS]) +m4trace:configure.in:175: -1- m4_pattern_allow([^GTK_CFLAGS$]) +m4trace:configure.in:175: -1- AC_SUBST([GTK_LIBS]) +m4trace:configure.in:175: -1- AC_SUBST_TRACE([GTK_LIBS]) +m4trace:configure.in:175: -1- m4_pattern_allow([^GTK_LIBS$]) +m4trace:configure.in:179: -1- AC_SUBST([GTK_CONFIG]) +m4trace:configure.in:179: -1- AC_SUBST_TRACE([GTK_CONFIG]) +m4trace:configure.in:179: -1- m4_pattern_allow([^GTK_CONFIG$]) +m4trace:configure.in:179: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... +m4/gtk.m4:7: AM_PATH_GTK is expanded from... +configure.in:179: the top level]) +m4trace:configure.in:179: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from... +m4/gtk.m4:7: AM_PATH_GTK is expanded from... +configure.in:179: the top level]) +m4trace:configure.in:179: -1- AC_SUBST([GTK_CFLAGS]) +m4trace:configure.in:179: -1- AC_SUBST_TRACE([GTK_CFLAGS]) +m4trace:configure.in:179: -1- m4_pattern_allow([^GTK_CFLAGS$]) +m4trace:configure.in:179: -1- AC_SUBST([GTK_LIBS]) +m4trace:configure.in:179: -1- AC_SUBST_TRACE([GTK_LIBS]) +m4trace:configure.in:179: -1- m4_pattern_allow([^GTK_LIBS$]) +m4trace:configure.in:184: -1- AC_SUBST([GIMP_CONFIG]) +m4trace:configure.in:184: -1- AC_SUBST_TRACE([GIMP_CONFIG]) +m4trace:configure.in:184: -1- m4_pattern_allow([^GIMP_CONFIG$]) +m4trace:configure.in:184: -1- AC_SUBST([GIMP_TOOL]) +m4trace:configure.in:184: -1- AC_SUBST_TRACE([GIMP_TOOL]) +m4trace:configure.in:184: -1- m4_pattern_allow([^GIMP_TOOL$]) +m4trace:configure.in:184: -1- AH_OUTPUT([HAVE_LIBGIMP_GIMP_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_LIBGIMP_GIMP_H]) +m4trace:configure.in:184: -1- AH_OUTPUT([HAVE_LIBGIMP_GIMPFEATURES_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_LIBGIMP_GIMPFEATURES_H]) +m4trace:configure.in:184: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... +m4/gimp-orauch.m4:10: AM_PATH_GIMP_ORAUCH is expanded from... +configure.in:184: the top level]) +m4trace:configure.in:184: -1- AH_OUTPUT([HAVE_LIBGIMP_GIMP_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_LIBGIMP_GIMP_H]) +m4trace:configure.in:184: -1- AH_OUTPUT([HAVE_LIBGIMP_GIMPFEATURES_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_LIBGIMP_GIMPFEATURES_H]) +m4trace:configure.in:184: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from... +m4/gimp-orauch.m4:10: AM_PATH_GIMP_ORAUCH is expanded from... +configure.in:184: the top level]) +m4trace:configure.in:184: -1- AC_SUBST([GIMP_CFLAGS]) +m4trace:configure.in:184: -1- AC_SUBST_TRACE([GIMP_CFLAGS]) +m4trace:configure.in:184: -1- m4_pattern_allow([^GIMP_CFLAGS$]) +m4trace:configure.in:184: -1- AC_SUBST([GIMP_LIBS]) +m4trace:configure.in:184: -1- AC_SUBST_TRACE([GIMP_LIBS]) +m4trace:configure.in:184: -1- m4_pattern_allow([^GIMP_LIBS$]) +m4trace:configure.in:191: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ANY_GIMP]) +m4trace:configure.in:191: -1- m4_pattern_allow([^HAVE_ANY_GIMP$]) +m4trace:configure.in:191: -1- AH_OUTPUT([HAVE_ANY_GIMP], [/* Define to 1 if you have gimp - no matter what version. */ +#undef HAVE_ANY_GIMP]) +m4trace:configure.in:206: -1- AH_OUTPUT([HAVE_PNG_H], [/* Define to 1 if you have the header file. */ +#undef HAVE_PNG_H]) +m4trace:configure.in:206: -1- AH_OUTPUT([HAVE_LIBPNG], [/* Define to 1 if you have the `png\' library (-lpng). */ +#undef HAVE_LIBPNG]) +m4trace:configure.in:206: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPNG]) +m4trace:configure.in:206: -1- m4_pattern_allow([^HAVE_LIBPNG$]) +m4trace:configure.in:211: -1- AC_SUBST([INCLUDES]) +m4trace:configure.in:211: -1- AC_SUBST_TRACE([INCLUDES]) +m4trace:configure.in:211: -1- m4_pattern_allow([^INCLUDES$]) +m4trace:configure.in:212: -1- AC_SUBST([BINPROGS]) +m4trace:configure.in:212: -1- AC_SUBST_TRACE([BINPROGS]) +m4trace:configure.in:212: -1- m4_pattern_allow([^BINPROGS$]) +m4trace:configure.in:213: -1- AC_SUBST([GTK_CFLAGS]) +m4trace:configure.in:213: -1- AC_SUBST_TRACE([GTK_CFLAGS]) +m4trace:configure.in:213: -1- m4_pattern_allow([^GTK_CFLAGS$]) +m4trace:configure.in:214: -1- AC_SUBST([GTK_LIBS]) +m4trace:configure.in:214: -1- AC_SUBST_TRACE([GTK_LIBS]) +m4trace:configure.in:214: -1- m4_pattern_allow([^GTK_LIBS$]) +m4trace:configure.in:215: -1- AC_SUBST([GIMP_LIBS]) +m4trace:configure.in:215: -1- AC_SUBST_TRACE([GIMP_LIBS]) +m4trace:configure.in:215: -1- m4_pattern_allow([^GIMP_LIBS$]) +m4trace:configure.in:241: -1- AC_SUBST([V_MAJOR]) +m4trace:configure.in:241: -1- AC_SUBST_TRACE([V_MAJOR]) +m4trace:configure.in:241: -1- m4_pattern_allow([^V_MAJOR$]) +m4trace:configure.in:242: -1- AC_SUBST([V_MINOR]) +m4trace:configure.in:242: -1- AC_SUBST_TRACE([V_MINOR]) +m4trace:configure.in:242: -1- m4_pattern_allow([^V_MINOR$]) +m4trace:configure.in:243: -1- AC_SUBST([DLL_PRELOAD]) +m4trace:configure.in:243: -1- AC_SUBST_TRACE([DLL_PRELOAD]) +m4trace:configure.in:243: -1- m4_pattern_allow([^DLL_PRELOAD$]) +m4trace:configure.in:245: -1- AC_SUBST([XSANE_ICON]) +m4trace:configure.in:245: -1- AC_SUBST_TRACE([XSANE_ICON]) +m4trace:configure.in:245: -1- m4_pattern_allow([^XSANE_ICON$]) +m4trace:configure.in:255: -1- AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile lib/Makefile + src/Makefile include/Makefile doc/Makefile xsane.spec]) +m4trace:configure.in:255: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. +You should run autoupdate.], []) +m4trace:configure.in:255: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.in:255: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.in:255: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([LTLIBOBJS]) +m4trace:configure.in:255: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([top_builddir]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([srcdir]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([abs_srcdir]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([top_srcdir]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([abs_top_srcdir]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([builddir]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([abs_builddir]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([abs_top_builddir]) +m4trace:configure.in:255: -1- AC_SUBST_TRACE([INSTALL]) diff -Nru xsane-0.996/configure xsane-0.997/configure --- xsane-0.996/configure 2007-12-17 10:18:11.000000000 +0000 +++ xsane-0.997/configure 2009-07-21 19:39:23.000000000 +0100 @@ -1,25 +1,54 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59. +# Generated by GNU Autoconf 2.61. # -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## -# Be Bourne compatible +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then - set -o posix + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh fi -DUALCASE=1; export DUALCASE # for MKS sh # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then @@ -29,8 +58,43 @@ fi +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + # Work around bugs in pre-3.0 UWIN ksh. -$as_unset ENV MAIL MAILPATH +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done PS1='$ ' PS2='> ' PS4='+ ' @@ -44,18 +108,19 @@ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else - $as_unset $as_var + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var fi done # Required to use basename. -if expr a : '\(a\)' >/dev/null 2>&1; then +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false @@ -63,157 +128,388 @@ # Name of the executable. -as_me=`$as_basename "$0" || +as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)$' \| \ - . : '\(.\)' 2>/dev/null || + X"$0" : 'X\(/\)' \| . 2>/dev/null || echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } - /^X\/\(\/\/\)$/{ s//\1/; q; } - /^X\/\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` +# CDPATH. +$as_unset CDPATH -# PATH needs CR, and LINENO needs CR and PATH. -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh +if test "x$CONFIG_SHELL" = x; then + if (eval ":") 2>/dev/null; then + as_have_required=yes +else + as_have_required=no +fi + + if test $as_have_required = yes && (eval ": +(as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. fi +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi - as_lineno_1=$LINENO - as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" || { - # Find who we are. Look in the path if we contain no path at all - # relative or not. - case $0 in - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -done +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi - ;; - esac - # We did not find ourselves, most probably we were run as `sh COMMAND' - # in which case we are not to be found in the path. - if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then - { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 - { (exit 1); exit 1; }; } - fi - case $CONFIG_SHELL in - '') +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=\$LINENO + as_lineno_2=\$LINENO + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } +") 2> /dev/null; then + : +else + as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for as_base in sh bash ksh sh5; do - case $as_dir in + case $as_dir in /*) - if ("$as_dir/$as_base" -c ' + for as_base in sh bash ksh sh5; do + as_candidate_shells="$as_candidate_shells $as_dir/$as_base" + done;; + esac +done +IFS=$as_save_IFS + + + for as_shell in $as_candidate_shells $SHELL; do + # Try only shells that exist, to save several forks. + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { ("$as_shell") 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +_ASEOF +}; then + CONFIG_SHELL=$as_shell + as_have_required=yes + if { "$as_shell" 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +(as_func_return () { + (exit $1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = "$1" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test $exitcode = 0) || { (exit 1); exit 1; } + +( as_lineno_1=$LINENO as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } - CONFIG_SHELL=$as_dir/$as_base - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$0" ${1+"$@"} - fi;; - esac - done -done -;; - esac + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } + +_ASEOF +}; then + break +fi + +fi + + done + + if test "x$CONFIG_SHELL" != x; then + for as_var in BASH_ENV ENV + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + + if test $as_have_required = no; then + echo This script requires a shell more modern than all the + echo shells that I found on your system. Please install a + echo modern shell, or manually run the script under such a + echo shell if you do have one. + { (exit 1); exit 1; } +fi + + +fi + +fi + + + +(eval "as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0") || { + echo No shell found that supports shell functions. + echo Please tell autoconf@gnu.org about your system, + echo including any error possibly output before this + echo message +} + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a - # line-number line before each line; the second 'sed' does the real - # work. The second script uses 'N' to pair each line-number line - # with the numbered line, and appends trailing '-' during - # substitution so that $LINENO is not a special case at line end. + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) - sed '=' <$as_myself | + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno N - s,$,-, - : loop - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop - s,-$,, - s,^['$as_cr_digits']*\n,, + s/-\n.*// ' >$as_me.lineno && - chmod +x $as_me.lineno || + chmod +x "$as_me.lineno" || { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the - # original and so on. Autoconf is especially sensible to this). - . ./$as_me.lineno + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" # Exit status is that of the last command. exit } -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in - *c*,-n*) ECHO_N= ECHO_C=' -' ECHO_T=' ' ;; - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; - *) ECHO_N= ECHO_C='\c' ECHO_T= ;; +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; esac -if expr a : '\(a\)' >/dev/null 2>&1; then +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then - # We could just check for DJGPP; but this test a) works b) is more generic - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). - if test -f conf$$.exe; then - # Don't use ln at all; we don't have any links + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' - else - as_ln_s='ln -s' - fi elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi -rm -f conf$$ conf$$.exe conf$$.file +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: @@ -222,7 +518,28 @@ as_mkdir_p=false fi -as_executable_p="test -f" +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -231,39 +548,27 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" -# IFS -# We need space, tab and new line, in precisely that order. -as_nl=' -' -IFS=" $as_nl" - -# CDPATH. -$as_unset CDPATH +exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` -exec 6>&1 - # # Initializations. # ac_default_prefix=/usr/local +ac_clean_files= ac_config_libobj_dir=. +LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} -# Maximum number of lines to put in a shell here document. -# This variable seems obsolete. It should probably be removed, and -# only ac_max_sed_lines should be used. -: ${ac_max_here_lines=38} - # Identity of this package. PACKAGE_NAME= PACKAGE_TARNAME= @@ -275,42 +580,154 @@ # Factoring default headers for most tests. ac_includes_default="\ #include -#if HAVE_SYS_TYPES_H +#ifdef HAVE_SYS_TYPES_H # include #endif -#if HAVE_SYS_STAT_H +#ifdef HAVE_SYS_STAT_H # include #endif -#if STDC_HEADERS +#ifdef STDC_HEADERS # include # include #else -# if HAVE_STDLIB_H +# ifdef HAVE_STDLIB_H # include # endif #endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif -#if HAVE_STRINGS_H +#ifdef HAVE_STRINGS_H # include #endif -#if HAVE_INTTYPES_H +#ifdef HAVE_INTTYPES_H # include -#else -# if HAVE_STDINT_H -# include -# endif #endif -#if HAVE_UNISTD_H +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE VERSION XSANE_PACKAGE_VERSION SANE_MAJOR CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE ALLOCA RANLIB ac_ct_RANLIB USE_NLS MSGFMT GMSGFMT XGETTEXT GENCAT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l INTLSUB SANE_CONFIG SANE_LDFLAGS SANE_CFLAGS SANE_LIBS SANE_PREFIX PKG_CONFIG GIMP_CFLAGS GIMP_LIBS GIMP_CFLAGS_NOUI GIMP_LIBS_NOUI GIMP_DATA_DIR GIMP_PLUGIN_DIR GTK_CFLAGS GTK_LIBS GTK_CONFIG GIMP_CONFIG GIMP_TOOL INCLUDES BINPROGS V_MAJOR V_MINOR DLL_PRELOAD XSANE_ICON LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL +PATH_SEPARATOR +PACKAGE_NAME +PACKAGE_TARNAME +PACKAGE_VERSION +PACKAGE_STRING +PACKAGE_BUGREPORT +exec_prefix +prefix +program_transform_name +bindir +sbindir +libexecdir +datarootdir +datadir +sysconfdir +sharedstatedir +localstatedir +includedir +oldincludedir +docdir +infodir +htmldir +dvidir +pdfdir +psdir +libdir +localedir +mandir +DEFS +ECHO_C +ECHO_N +ECHO_T +LIBS +build_alias +host_alias +target_alias +PACKAGE +VERSION +XSANE_PACKAGE_VERSION +SANE_MAJOR +CC +CFLAGS +LDFLAGS +CPPFLAGS +ac_ct_CC +EXEEXT +OBJEXT +CPP +GREP +EGREP +INSTALL_PROGRAM +INSTALL_SCRIPT +INSTALL_DATA +SET_MAKE +ALLOCA +RANLIB +USE_NLS +MSGFMT +GMSGFMT +XGETTEXT +GENCAT +USE_INCLUDED_LIBINTL +CATALOGS +CATOBJEXT +DATADIRNAME +GMOFILES +INSTOBJEXT +INTLDEPS +INTLLIBS +INTLOBJS +POFILES +POSUB +INCLUDE_LOCALE_H +GT_NO +GT_YES +MKINSTALLDIRS +l +INTLSUB +SANE_CONFIG +SANE_LDFLAGS +SANE_CFLAGS +SANE_LIBS +SANE_PREFIX +PKG_CONFIG +GIMP_CFLAGS +GIMP_LIBS +GIMP_CFLAGS_NOUI +GIMP_LIBS_NOUI +GIMP_DATA_DIR +GIMP_PLUGIN_DIR +GTK_CFLAGS +GTK_LIBS +GTK_CONFIG +GIMP_CONFIG +GIMP_TOOL +INCLUDES +BINPROGS +V_MAJOR +V_MINOR +DLL_PRELOAD +XSANE_ICON +LIBOBJS +LTLIBOBJS' ac_subst_files='' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP' + # Initialize some variables set by options. ac_init_help= @@ -337,34 +754,48 @@ # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' -datadir='${prefix}/share' +datarootdir='${prefix}/share' +datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' -libdir='${exec_prefix}/lib' includedir='${prefix}/include' oldincludedir='/usr/include' -infodir='${prefix}/info' -mandir='${prefix}/man' +docdir='${datarootdir}/doc/${PACKAGE}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' ac_prev= +ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then - eval "$ac_prev=\$ac_option" + eval $ac_prev=\$ac_option ac_prev= continue fi - ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac # Accept the important Cygnus configure options, so we can diagnose typos. - case $ac_option in + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; @@ -386,33 +817,45 @@ --config-cache | -C) cache_file=config.cache ;; - -datadir | --datadir | --datadi | --datad | --data | --dat | --da) + -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; - -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ - | --da=*) + -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + -disable-* | --disable-*) ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - eval "enable_$ac_feature=no" ;; + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - case $ac_option in - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; - *) ac_optarg=yes ;; - esac - eval "enable_$ac_feature='$ac_optarg'" ;; + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -439,6 +882,12 @@ -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; @@ -463,13 +912,16 @@ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + -localstatedir | --localstatedir | --localstatedi | --localstated \ - | --localstate | --localstat | --localsta | --localst \ - | --locals | --local | --loca | --loc | --lo) + | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ - | --localstate=* | --localstat=* | --localsta=* | --localst=* \ - | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) @@ -534,6 +986,16 @@ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; @@ -586,24 +1048,20 @@ -with-* | --with-*) ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package| sed 's/-/_/g'` - case $ac_option in - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; - *) ac_optarg=yes ;; - esac - eval "with_$ac_package='$ac_optarg'" ;; + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=\$ac_optarg ;; -without-* | --without-*) ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/-/_/g'` - eval "with_$ac_package=no" ;; + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=no ;; --x) # Obsolete; use --with-x. @@ -634,8 +1092,7 @@ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } - ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` - eval "$ac_envvar='$ac_optarg'" + eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) @@ -655,27 +1112,19 @@ { (exit 1); exit 1; }; } fi -# Be sure to have absolute paths. -for ac_var in exec_prefix prefix +# Be sure to have absolute directory names. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir do - eval ac_val=$`echo $ac_var` + eval ac_val=\$$ac_var case $ac_val in - [\\/$]* | ?:[\\/]* | NONE | '' ) ;; - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; };; - esac -done - -# Be sure to have absolute paths. -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ - localstatedir libdir includedir oldincludedir infodir mandir -do - eval ac_val=$`echo $ac_var` - case $ac_val in - [\\/$]* | ?:[\\/]* ) ;; - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; };; + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; } done # There might be people who depend on the old broken behavior: `$host' @@ -702,75 +1151,77 @@ 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 .` || + { echo "$as_me: error: Working directory cannot be determined" >&2 + { (exit 1); exit 1; }; } +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + { echo "$as_me: error: pwd does not report name of working directory" >&2 + { (exit 1); exit 1; }; } + + # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes - # Try the directory containing this script, then its parent. - ac_confdir=`(dirname "$0") 2>/dev/null || + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$0" || $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$0" : 'X\(//\)[^/]' \| \ X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || + X"$0" : 'X\(/\)' \| . 2>/dev/null || echo X"$0" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` srcdir=$ac_confdir - if test ! -r $srcdir/$ac_unique_file; then + if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi -if test ! -r $srcdir/$ac_unique_file; then - if test "$ac_srcdir_defaulted" = yes; then - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } - else - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 - { (exit 1); exit 1; }; } - fi fi -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || - { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` -ac_env_build_alias_set=${build_alias+set} -ac_env_build_alias_value=$build_alias -ac_cv_env_build_alias_set=${build_alias+set} -ac_cv_env_build_alias_value=$build_alias -ac_env_host_alias_set=${host_alias+set} -ac_env_host_alias_value=$host_alias -ac_cv_env_host_alias_set=${host_alias+set} -ac_cv_env_host_alias_value=$host_alias -ac_env_target_alias_set=${target_alias+set} -ac_env_target_alias_value=$target_alias -ac_cv_env_target_alias_set=${target_alias+set} -ac_cv_env_target_alias_value=$target_alias -ac_env_CC_set=${CC+set} -ac_env_CC_value=$CC -ac_cv_env_CC_set=${CC+set} -ac_cv_env_CC_value=$CC -ac_env_CFLAGS_set=${CFLAGS+set} -ac_env_CFLAGS_value=$CFLAGS -ac_cv_env_CFLAGS_set=${CFLAGS+set} -ac_cv_env_CFLAGS_value=$CFLAGS -ac_env_LDFLAGS_set=${LDFLAGS+set} -ac_env_LDFLAGS_value=$LDFLAGS -ac_cv_env_LDFLAGS_set=${LDFLAGS+set} -ac_cv_env_LDFLAGS_value=$LDFLAGS -ac_env_CPPFLAGS_set=${CPPFLAGS+set} -ac_env_CPPFLAGS_value=$CPPFLAGS -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} -ac_cv_env_CPPFLAGS_value=$CPPFLAGS -ac_env_CPP_set=${CPP+set} -ac_env_CPP_value=$CPP -ac_cv_env_CPP_set=${CPP+set} -ac_cv_env_CPP_value=$CPP - + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + # # Report the --help message. # @@ -798,9 +1249,6 @@ -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] -_ACEOF - - cat <<_ACEOF Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] @@ -818,15 +1266,22 @@ --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] - --datadir=DIR read-only architecture-independent data [PREFIX/share] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] - --infodir=DIR info documentation [PREFIX/info] - --mandir=DIR man documentation [PREFIX/man] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF @@ -873,126 +1328,95 @@ CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory - CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have - headers in a nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if + you have headers in a nonstandard directory CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. _ACEOF +ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. - ac_popdir=`pwd` for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d $ac_dir || continue + test -d "$ac_dir" || continue ac_builddir=. -if test "$ac_dir" != .; then +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` - # A "../" for each directory in $ac_dir_suffix. - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else - ac_dir_suffix= ac_top_builddir= -fi + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix case $srcdir in - .) # No --srcdir option. We are building in place. + .) # We are building in place. ac_srcdir=. - if test -z "$ac_top_builddir"; then - ac_top_srcdir=. - else - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` - fi ;; - [\\/]* | ?:[\\/]* ) # Absolute path. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir ;; - *) # Relative path. - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_builddir$srcdir ;; -esac - -# Do not use `cd foo && pwd` to compute absolute paths, because -# the directories may not exist. -case `pwd` in -.) ac_abs_builddir="$ac_dir";; -*) - case "$ac_dir" in - .) ac_abs_builddir=`pwd`;; - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; - *) ac_abs_builddir=`pwd`/"$ac_dir";; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_builddir=${ac_top_builddir}.;; -*) - case ${ac_top_builddir}. in - .) ac_abs_top_builddir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_srcdir=$ac_srcdir;; -*) - case $ac_srcdir in - .) ac_abs_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_srcdir=$ac_top_srcdir;; -*) - case $ac_top_srcdir in - .) ac_abs_top_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; - esac;; -esac - - cd $ac_dir - # Check for guested configure; otherwise get Cygnus style configure. - if test -f $ac_srcdir/configure.gnu; then - echo - $SHELL $ac_srcdir/configure.gnu --help=recursive - elif test -f $ac_srcdir/configure; then - echo - $SHELL $ac_srcdir/configure --help=recursive - elif test -f $ac_srcdir/configure.ac || - test -f $ac_srcdir/configure.in; then - echo - $ac_configure --help + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 - fi - cd $ac_popdir + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } done fi -test -n "$ac_init_help" && exit 0 +test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF +configure +generated by GNU Autoconf 2.61 -Copyright (C) 2003 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF - exit 0 + exit fi -exec 5>config.log -cat >&5 <<_ACEOF +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 $as_me, which was -generated by GNU Autoconf 2.59. Invocation command line was +generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ _ACEOF +exec 5>>config.log { cat <<_ASUNAME ## --------- ## @@ -1011,7 +1435,7 @@ /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -hostinfo = `(hostinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` @@ -1025,6 +1449,7 @@ test -z "$as_dir" && as_dir=. echo "PATH: $as_dir" done +IFS=$as_save_IFS } >&5 @@ -1046,7 +1471,6 @@ ac_configure_args= ac_configure_args0= ac_configure_args1= -ac_sep= ac_must_keep_next=false for ac_pass in 1 2 do @@ -1057,7 +1481,7 @@ -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) + *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in @@ -1079,9 +1503,7 @@ -* ) ac_must_keep_next=true ;; esac fi - ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" - # Get rid of the leading space. - ac_sep=" " + ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac done @@ -1092,8 +1514,8 @@ # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. -# WARNING: Be sure not to use single quotes in there, as some shells, -# such as our DU 5.0 friend, will then `close' the trap. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { @@ -1106,20 +1528,34 @@ _ASBOX echo # The following way of writing the cache mishandles newlines in values, -{ +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done (set) 2>&1 | - case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in - *ac_space=\ *) + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) sed -n \ - "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" - ;; + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( *) - sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; - esac; -} + esac | + sort +) echo cat <<\_ASBOX @@ -1130,22 +1566,28 @@ echo for ac_var in $ac_subst_vars do - eval ac_val=$`echo $ac_var` - echo "$ac_var='"'"'$ac_val'"'"'" + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then cat <<\_ASBOX -## ------------- ## -## Output files. ## -## ------------- ## +## ------------------- ## +## File substitutions. ## +## ------------------- ## _ASBOX echo for ac_var in $ac_subst_files do - eval ac_val=$`echo $ac_var` - echo "$ac_var='"'"'$ac_val'"'"'" + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" done | sort echo fi @@ -1157,26 +1599,24 @@ ## ----------- ## _ASBOX echo - sed "/^$/d" confdefs.h | sort + cat confdefs.h echo fi test "$ac_signal" != 0 && echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 - rm -f core *.core && - rm -rf conftest* confdefs* conf$$* $ac_clean_files && + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status - ' 0 +' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. -rm -rf conftest* confdefs.h -# AIX cpp loses on an empty file, so make sure it contains at least a newline. -echo >confdefs.h +rm -f -r conftest* confdefs.h # Predefined preprocessor variables. @@ -1207,14 +1647,17 @@ # Let the site file select an alternate cache file if it wants to. # Prefer explicitly selected file to automatically selected ones. -if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" - else - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" - fi +if test -n "$CONFIG_SITE"; then + set x "$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + set x "$prefix/share/config.site" "$prefix/etc/config.site" +else + set x "$ac_default_prefix/share/config.site" \ + "$ac_default_prefix/etc/config.site" fi -for ac_site_file in $CONFIG_SITE; do +shift +for ac_site_file +do if test -r "$ac_site_file"; then { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} @@ -1230,8 +1673,8 @@ { echo "$as_me:$LINENO: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in - [\\/]* | ?:[\\/]* ) . $cache_file;; - *) . ./$cache_file;; + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; esac fi else @@ -1243,12 +1686,11 @@ # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false -for ac_var in `(set) 2>&1 | - sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do +for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set - eval ac_old_val="\$ac_cv_env_${ac_var}_value" - eval ac_new_val="\$ac_env_${ac_var}_value" + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 @@ -1273,8 +1715,7 @@ # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) - ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in @@ -1291,12 +1732,6 @@ { (exit 1); exit 1; }; } fi -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 - @@ -1313,16 +1748,21 @@ +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 - ac_config_headers="$ac_config_headers include/config.h" +ac_config_headers="$ac_config_headers include/config.h" # AC_PREREQ(2.10)dnl dnl Minimum Autoconf version required. # AC_ARG_PROGRAM # version code: V_MAJOR=0 -V_MINOR=996 +V_MINOR=997 PACKAGE=xsane @@ -1360,91 +1800,91 @@ echo "**************************************************************************" echo "" -echo "$as_me:$LINENO: checking whether GTK+-2.0 is requested" >&5 -echo $ECHO_N "checking whether GTK+-2.0 is requested... $ECHO_C" >&6 -# Check whether --enable-gtk2 or --disable-gtk2 was given. +{ echo "$as_me:$LINENO: checking whether GTK+-2.0 is requested" >&5 +echo $ECHO_N "checking whether GTK+-2.0 is requested... $ECHO_C" >&6; } +# Check whether --enable-gtk2 was given. if test "${enable_gtk2+set}" = set; then - enableval="$enable_gtk2" - USE_GTK2=$enableval + enableval=$enable_gtk2; USE_GTK2=$enableval else USE_GTK2=yes -fi; -echo "$as_me:$LINENO: result: $USE_GTK2" >&5 -echo "${ECHO_T}$USE_GTK2" >&6 - -echo "$as_me:$LINENO: checking whether GIMP plugin is requested" >&5 -echo $ECHO_N "checking whether GIMP plugin is requested... $ECHO_C" >&6 -# Check whether --enable-gimp or --disable-gimp was given. +fi + +{ echo "$as_me:$LINENO: result: $USE_GTK2" >&5 +echo "${ECHO_T}$USE_GTK2" >&6; } + +{ echo "$as_me:$LINENO: checking whether GIMP plugin is requested" >&5 +echo $ECHO_N "checking whether GIMP plugin is requested... $ECHO_C" >&6; } +# Check whether --enable-gimp was given. if test "${enable_gimp+set}" = set; then - enableval="$enable_gimp" - USE_GIMP=$enableval + enableval=$enable_gimp; USE_GIMP=$enableval else USE_GIMP=yes -fi; -echo "$as_me:$LINENO: result: $USE_GIMP" >&5 -echo "${ECHO_T}$USE_GIMP" >&6 +fi + +{ echo "$as_me:$LINENO: result: $USE_GIMP" >&5 +echo "${ECHO_T}$USE_GIMP" >&6; } if test "${USE_GIMP}" = "yes"; then - echo "$as_me:$LINENO: checking whether GIMP-2.0 is requested" >&5 -echo $ECHO_N "checking whether GIMP-2.0 is requested... $ECHO_C" >&6 - # Check whether --enable-gimp2 or --disable-gimp2 was given. + { echo "$as_me:$LINENO: checking whether GIMP-2.0 is requested" >&5 +echo $ECHO_N "checking whether GIMP-2.0 is requested... $ECHO_C" >&6; } + # Check whether --enable-gimp2 was given. if test "${enable_gimp2+set}" = set; then - enableval="$enable_gimp2" - TRY_GIMP_2=$enableval + enableval=$enable_gimp2; TRY_GIMP_2=$enableval else TRY_GIMP_2=yes -fi; - echo "$as_me:$LINENO: result: $TRY_GIMP_2" >&5 -echo "${ECHO_T}$TRY_GIMP_2" >&6 fi -echo "$as_me:$LINENO: checking whether JPEG support is requested" >&5 -echo $ECHO_N "checking whether JPEG support is requested... $ECHO_C" >&6 -# Check whether --enable-jpeg or --disable-jpeg was given. + { echo "$as_me:$LINENO: result: $TRY_GIMP_2" >&5 +echo "${ECHO_T}$TRY_GIMP_2" >&6; } +fi + +{ echo "$as_me:$LINENO: checking whether JPEG support is requested" >&5 +echo $ECHO_N "checking whether JPEG support is requested... $ECHO_C" >&6; } +# Check whether --enable-jpeg was given. if test "${enable_jpeg+set}" = set; then - enableval="$enable_jpeg" - USE_JPEG=$enableval + enableval=$enable_jpeg; USE_JPEG=$enableval else USE_JPEG=yes -fi; -echo "$as_me:$LINENO: result: $USE_JPEG" >&5 -echo "${ECHO_T}$USE_JPEG" >&6 - -echo "$as_me:$LINENO: checking whether PNG support is requested" >&5 -echo $ECHO_N "checking whether PNG support is requested... $ECHO_C" >&6 -# Check whether --enable-png or --disable-png was given. +fi + +{ echo "$as_me:$LINENO: result: $USE_JPEG" >&5 +echo "${ECHO_T}$USE_JPEG" >&6; } + +{ echo "$as_me:$LINENO: checking whether PNG support is requested" >&5 +echo $ECHO_N "checking whether PNG support is requested... $ECHO_C" >&6; } +# Check whether --enable-png was given. if test "${enable_png+set}" = set; then - enableval="$enable_png" - USE_PNG=$enableval + enableval=$enable_png; USE_PNG=$enableval else USE_PNG=yes -fi; -echo "$as_me:$LINENO: result: $USE_PNG" >&5 -echo "${ECHO_T}$USE_PNG" >&6 - -echo "$as_me:$LINENO: checking whether TIFF support is requested" >&5 -echo $ECHO_N "checking whether TIFF support is requested... $ECHO_C" >&6 -# Check whether --enable-tiff or --disable-tiff was given. +fi + +{ echo "$as_me:$LINENO: result: $USE_PNG" >&5 +echo "${ECHO_T}$USE_PNG" >&6; } + +{ echo "$as_me:$LINENO: checking whether TIFF support is requested" >&5 +echo $ECHO_N "checking whether TIFF support is requested... $ECHO_C" >&6; } +# Check whether --enable-tiff was given. if test "${enable_tiff+set}" = set; then - enableval="$enable_tiff" - USE_TIFF=$enableval + enableval=$enable_tiff; USE_TIFF=$enableval else USE_TIFF=yes -fi; -echo "$as_me:$LINENO: result: $USE_TIFF" >&5 -echo "${ECHO_T}$USE_TIFF" >&6 - -echo "$as_me:$LINENO: checking whether LCMS (color management) support is requested" >&5 -echo $ECHO_N "checking whether LCMS (color management) support is requested... $ECHO_C" >&6 -# Check whether --enable-lcms or --disable-lcms was given. +fi + +{ echo "$as_me:$LINENO: result: $USE_TIFF" >&5 +echo "${ECHO_T}$USE_TIFF" >&6; } + +{ echo "$as_me:$LINENO: checking whether LCMS (color management) support is requested" >&5 +echo $ECHO_N "checking whether LCMS (color management) support is requested... $ECHO_C" >&6; } +# Check whether --enable-lcms was given. if test "${enable_lcms+set}" = set; then - enableval="$enable_lcms" - USE_LCMS=$enableval + enableval=$enable_lcms; USE_LCMS=$enableval else USE_LCMS=yes -fi; -echo "$as_me:$LINENO: result: $USE_LCMS" >&5 -echo "${ECHO_T}$USE_LCMS" >&6 +fi + +{ echo "$as_me:$LINENO: result: $USE_LCMS" >&5 +echo "${ECHO_T}$USE_LCMS" >&6; } echo "" echo "**************************************************************************" @@ -1458,8 +1898,8 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1472,32 +1912,34 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1510,36 +1952,51 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi - CC=$ac_ct_CC + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1552,74 +2009,34 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_ac_ct_CC="cc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi - CC=$ac_ct_CC -else - CC="$ac_cv_prog_CC" -fi + fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1633,7 +2050,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue @@ -1644,6 +2061,7 @@ fi done done +IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. @@ -1661,22 +2079,23 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then - for ac_prog in cl + for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1689,36 +2108,38 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC - for ac_prog in cl + for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1731,29 +2152,45 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + test -n "$ac_ct_CC" && break done - CC=$ac_ct_CC + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi fi fi @@ -1766,21 +2203,35 @@ { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:$LINENO:" \ - "checking for C compiler version" >&5 +echo "$as_me:$LINENO: checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 - (eval $ac_compiler --version &5) 2>&5 +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 - (eval $ac_compiler -v &5) 2>&5 +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 - (eval $ac_compiler -V &5) 2>&5 +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } @@ -1805,47 +2256,77 @@ # 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. -echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 - (eval $ac_link_default) 2>&5 +# +# List of possible output files, starting from the most likely. +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) +# only as a last resort. b.out is created by i960 compilers. +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' +# +# The IRIX 6 linker writes into existing files which may not be +# executable, retaining their permissions. Remove them first so a +# subsequent execution test works. +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { (ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link_default") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - # Find the output, starting from the most likely. This scheme is -# not robust to junk in `.', hence go to wildcards (a.*) only as a last -# resort. - -# Be careful to initialize this variable, since it used to be cached. -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. -ac_cv_exeext= -# b.out is created by i960 compilers. -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) - ;; - conftest.$ac_ext ) - # This is the source file. + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - # FIXME: I believe we export ac_cv_exeext for Libtool, - # but it would be cool to find out if it's true. Does anybody - # maintain Libtool? --akim. - export ac_cv_exeext + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. break;; * ) break;; esac done +test "$ac_cv_exeext" = no && ac_cv_exeext= + else + ac_file='' +fi + +{ echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6; } +if test -z "$ac_file"; then echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -1857,19 +2338,21 @@ fi ac_exeext=$ac_cv_exeext -echo "$as_me:$LINENO: result: $ac_file" >&5 -echo "${ECHO_T}$ac_file" >&6 -# Check the compiler produces executables we can run. If not, either +# Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:$LINENO: checking whether the C compiler works" >&5 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -1888,22 +2371,27 @@ fi fi fi -echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } rm -f a.out a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save -# Check the compiler produces executables we can run. If not, either +# Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:$LINENO: result: $cross_compiling" >&5 -echo "${ECHO_T}$cross_compiling" >&6 - -echo "$as_me:$LINENO: checking for suffix of executables" >&5 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6; } + +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then @@ -1914,9 +2402,8 @@ for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - export ac_cv_exeext break;; * ) break;; esac @@ -1930,14 +2417,14 @@ fi rm -f conftest$ac_cv_exeext -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -echo "${ECHO_T}$ac_cv_exeext" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -echo "$as_me:$LINENO: checking for suffix of object files" >&5 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1957,14 +2444,20 @@ } _ACEOF rm -f conftest.o conftest.obj -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac @@ -1982,12 +2475,12 @@ rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -echo "${ECHO_T}$ac_cv_objext" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -2010,50 +2503,49 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_compiler_gnu=no + ac_compiler_gnu=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -CFLAGS="-g" -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -2069,38 +2561,118 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_prog_cc_g=no + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag fi -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then @@ -2116,12 +2688,12 @@ CFLAGS= fi fi -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 -if test "${ac_cv_prog_cc_stdc+set}" = set; then +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_cv_prog_cc_stdc=no + ac_cv_prog_cc_c89=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -2155,12 +2727,17 @@ /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated - as 'x'. The following induces an error, until -std1 is added to get + as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something - that's true only with -std1. */ + that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; @@ -2175,232 +2752,84 @@ return 0; } _ACEOF -# Don't try gcc -ansi; that turns off useful extensions and -# breaks some systems' header files. -# AIX -qlanglvl=ansi -# Ultrix and OSF/1 -std1 -# HP-UX 10.20 and later -Ae -# HP-UX older versions -Aa -D_HPUX_SOURCE -# SVR4 -Xc -D__EXTENSIONS__ -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_prog_cc_stdc=$ac_arg -break + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_c89=$ac_arg else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest.err conftest.$ac_objext + +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break done -rm -f conftest.$ac_ext conftest.$ac_objext +rm -f conftest.$ac_ext CC=$ac_save_CC fi - -case "x$ac_cv_prog_cc_stdc" in - x|xno) - echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6 ;; +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; + xno) + { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;; *) - echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 - CC="$CC $ac_cv_prog_cc_stdc" ;; + CC="$CC $ac_cv_prog_cc_c89" + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; esac -# Some people use a C++ compiler to compile C. Since we use `exit', -# in C++ we need to declare it. In case someone uses the same compiler -# for both compiling C and C++ we need to have the C++ compiler decide -# the declaration of exit, since it's the most demanding environment. -cat >conftest.$ac_ext <<_ACEOF -#ifndef __cplusplus - choke me -#endif -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - for ac_declaration in \ - '' \ - 'extern "C" void std::exit (int) throw (); using std::exit;' \ - 'extern "C" void std::exit (int); using std::exit;' \ - 'extern "C" void exit (int) throw ();' \ - 'extern "C" void exit (int);' \ - 'void exit (int);' -do - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -$ac_declaration -#include -int -main () -{ -exit (42); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - : -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -continue -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -$ac_declaration -int -main () -{ -exit (42); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - break -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -done -rm -f conftest* -if test -n "$ac_declaration"; then - echo '#ifdef __cplusplus' >>confdefs.h - echo $ac_declaration >>confdefs.h - echo '#endif' >>confdefs.h -fi - -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -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 - - -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 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 -# On Suns, sometimes $CPP names a directory. -if test -n "$CPP" && test -d "$CPP"; then - CPP= -fi -if test -z "$CPP"; then - if test "${ac_cv_prog_CPP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - # Double quotes because CPP needs to be expanded - for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" - do - ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes + +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 + + +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 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test "${ac_cv_prog_CPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. @@ -2421,24 +2850,22 @@ #endif Syntax error _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else echo "$as_me: failed program was:" >&5 @@ -2447,9 +2874,10 @@ # Broken: fails on valid input. continue fi + rm -f conftest.err conftest.$ac_ext - # OK, works on sane cases. Now check whether non-existent headers + # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -2459,24 +2887,22 @@ /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else @@ -2487,6 +2913,7 @@ ac_preproc_ok=: break fi + rm -f conftest.err conftest.$ac_ext done @@ -2504,8 +2931,8 @@ else ac_cv_prog_CPP=$CPP fi -echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6 +{ echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do @@ -2528,24 +2955,22 @@ #endif Syntax error _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else echo "$as_me: failed program was:" >&5 @@ -2554,9 +2979,10 @@ # Broken: fails on valid input. continue fi + rm -f conftest.err conftest.$ac_ext - # OK, works on sane cases. Now check whether non-existent headers + # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -2566,24 +2992,22 @@ /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else @@ -2594,6 +3018,7 @@ ac_preproc_ok=: break fi + rm -f conftest.err conftest.$ac_ext done @@ -2616,24 +3041,171 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6 -if test "${ac_cv_prog_egrep+set}" = set; then +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Extract the first word of "grep ggrep" to use in msg output +if test -z "$GREP"; then +set dummy grep ggrep; ac_prog_name=$2 +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_GREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue + # Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_GREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +GREP="$ac_cv_path_GREP" +if test -z "$GREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_GREP=$GREP +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + # Extract the first word of "egrep" to use in msg output +if test -z "$EGREP"; then +set dummy egrep; ac_prog_name=$2 +if test "${ac_cv_path_EGREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - if echo a | (grep -E '(a|b)') >/dev/null 2>&1 - then ac_cv_prog_egrep='grep -E' - else ac_cv_prog_egrep='egrep' + ac_path_EGREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue + # Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_EGREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +EGREP="$ac_cv_path_EGREP" +if test -z "$EGREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_EGREP=$EGREP +fi + + + fi fi -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6 - EGREP=$ac_cv_prog_egrep +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" -echo "$as_me:$LINENO: checking for AIX" >&5 -echo $ECHO_N "checking for AIX... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for AIX" >&5 +echo $ECHO_N "checking for AIX... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -2647,21 +3219,21 @@ _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } cat >>confdefs.h <<\_ACEOF #define _ALL_SOURCE 1 _ACEOF else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi rm -f conftest* -echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -2685,35 +3257,31 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_header_stdc=no + ac_cv_header_stdc=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. @@ -2769,6 +3337,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include +#include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) @@ -2788,18 +3357,27 @@ for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) - exit(2); - exit (0); + return 2; + return 0; } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -2812,12 +3390,14 @@ ( exit $ac_status ) ac_cv_header_stdc=no fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + + fi fi -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -2840,9 +3420,9 @@ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -2856,38 +3436,35 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_Header=no" + eval "$as_ac_Header=no" fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 @@ -2899,17 +3476,17 @@ if test "${ac_cv_header_minix_config_h+set}" = set; then - echo "$as_me:$LINENO: checking for minix/config.h" >&5 -echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for minix/config.h" >&5 +echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } if test "${ac_cv_header_minix_config_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 -echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 +echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking minix/config.h usability" >&5 -echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking minix/config.h usability" >&5 +echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -2920,41 +3497,37 @@ #include _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking minix/config.h presence" >&5 -echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking minix/config.h presence" >&5 +echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -2963,24 +3536,22 @@ /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -2988,9 +3559,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -3014,25 +3586,18 @@ echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for minix/config.h" >&5 -echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for minix/config.h" >&5 +echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } if test "${ac_cv_header_minix_config_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_header_minix_config_h=$ac_header_preproc fi -echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 -echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 +echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } fi if test $ac_cv_header_minix_config_h = yes; then @@ -3060,13 +3625,12 @@ fi -echo "$as_me:$LINENO: checking for library containing strerror" >&5 -echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for library containing strerror" >&5 +echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } if test "${ac_cv_search_strerror+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_func_search_save_LIBS=$LIBS -ac_cv_search_strerror=no cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -3074,115 +3638,73 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char strerror (); int main () { -strerror (); +return strerror (); ; return 0; } _ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +for ac_lib in '' cposix; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_search_strerror="none required" + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_search_strerror=$ac_res else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -if test "$ac_cv_search_strerror" = no; then - for ac_lib in cposix; do - LIBS="-l$ac_lib $ac_func_search_save_LIBS" - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char strerror (); -int -main () -{ -strerror (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_search_strerror="-l$ac_lib" -break -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext + if test "${ac_cv_search_strerror+set}" = set; then + break fi -rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - done +done +if test "${ac_cv_search_strerror+set}" = set; then + : +else + ac_cv_search_strerror=no fi +rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 -echo "${ECHO_T}$ac_cv_search_strerror" >&6 -if test "$ac_cv_search_strerror" != no; then - test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" +{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 +echo "${ECHO_T}$ac_cv_search_strerror" >&6; } +ac_res=$ac_cv_search_strerror +if test "$ac_res" != no; then + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi @@ -3194,8 +3716,8 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3208,32 +3730,34 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3246,36 +3770,51 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi - CC=$ac_ct_CC + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3288,74 +3827,34 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_ac_ct_CC="cc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi - CC=$ac_ct_CC -else - CC="$ac_cv_prog_CC" -fi + fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3369,7 +3868,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue @@ -3380,6 +3879,7 @@ fi done done +IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. @@ -3397,22 +3897,23 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then - for ac_prog in cl + for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3425,36 +3926,38 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC - for ac_prog in cl + for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3467,29 +3970,45 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + test -n "$ac_ct_CC" && break done - CC=$ac_ct_CC + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi fi fi @@ -3502,27 +4021,41 @@ { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:$LINENO:" \ - "checking for C compiler version" >&5 +echo "$as_me:$LINENO: checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 - (eval $ac_compiler --version &5) 2>&5 +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 - (eval $ac_compiler -v &5) 2>&5 +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 - (eval $ac_compiler -V &5) 2>&5 +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3545,50 +4078,49 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_compiler_gnu=no + ac_compiler_gnu=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -CFLAGS="-g" -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -3604,38 +4136,118 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_prog_cc_g=no + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag fi -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then @@ -3651,12 +4263,12 @@ CFLAGS= fi fi -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 -if test "${ac_cv_prog_cc_stdc+set}" = set; then +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_cv_prog_cc_stdc=no + ac_cv_prog_cc_c89=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3690,12 +4302,17 @@ /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated - as 'x'. The following induces an error, until -std1 is added to get + as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something - that's true only with -std1. */ + that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; @@ -3710,205 +4327,57 @@ return 0; } _ACEOF -# Don't try gcc -ansi; that turns off useful extensions and -# breaks some systems' header files. -# AIX -qlanglvl=ansi -# Ultrix and OSF/1 -std1 -# HP-UX 10.20 and later -Ae -# HP-UX older versions -Aa -D_HPUX_SOURCE -# SVR4 -Xc -D__EXTENSIONS__ -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_prog_cc_stdc=$ac_arg -break + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_c89=$ac_arg else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest.err conftest.$ac_objext + +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break done -rm -f conftest.$ac_ext conftest.$ac_objext +rm -f conftest.$ac_ext CC=$ac_save_CC fi - -case "x$ac_cv_prog_cc_stdc" in - x|xno) - echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6 ;; +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; + xno) + { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;; *) - echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 - CC="$CC $ac_cv_prog_cc_stdc" ;; + CC="$CC $ac_cv_prog_cc_c89" + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; esac -# Some people use a C++ compiler to compile C. Since we use `exit', -# in C++ we need to declare it. In case someone uses the same compiler -# for both compiling C and C++ we need to have the C++ compiler decide -# the declaration of exit, since it's the most demanding environment. -cat >conftest.$ac_ext <<_ACEOF -#ifndef __cplusplus - choke me -#endif -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - for ac_declaration in \ - '' \ - 'extern "C" void std::exit (int) throw (); using std::exit;' \ - 'extern "C" void std::exit (int); using std::exit;' \ - 'extern "C" void exit (int) throw ();' \ - 'extern "C" void exit (int);' \ - 'void exit (int);' -do - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -$ac_declaration -#include -int -main () -{ -exit (42); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - : -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -continue -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -$ac_declaration -int -main () -{ -exit (42); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - break -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -done -rm -f conftest* -if test -n "$ac_declaration"; then - echo '#ifdef __cplusplus' >>confdefs.h - echo $ac_declaration >>confdefs.h - echo '#endif' >>confdefs.h -fi - -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -3919,29 +4388,35 @@ am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc ac_aux_dir= -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do - if test -f $ac_dir/install-sh; then +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + 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 + 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 + 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 - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} { (exit 1); exit 1; }; } fi -ac_config_guess="$SHELL $ac_aux_dir/config.guess" -ac_config_sub="$SHELL $ac_aux_dir/config.sub" -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -3956,8 +4431,8 @@ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3979,7 +4454,7 @@ # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. @@ -3998,21 +4473,22 @@ ;; esac done +IFS=$as_save_IFS fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else - # As a last resort, use the slow shell script. We don't cache a - # path for INSTALL within a source directory, because that will + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is - # removed, or if the path is relative. + # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi -echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -4022,32 +4498,33 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } +set x ${MAKE-make}; ac_make=`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 echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.make <<\_ACEOF +SHELL = /bin/sh all: - @echo 'ac_maketemp="$(MAKE)"' + @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` -if test -n "$ac_maketemp"; then - eval ac_cv_prog_make_${ac_make}_set=yes -else - eval ac_cv_prog_make_${ac_make}_set=no -fi +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac rm -f conftest.make fi -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } SET_MAKE= else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -4056,8 +4533,8 @@ 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 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -4091,24 +4568,22 @@ #endif Syntax error _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else echo "$as_me: failed program was:" >&5 @@ -4117,9 +4592,10 @@ # Broken: fails on valid input. continue fi + rm -f conftest.err conftest.$ac_ext - # OK, works on sane cases. Now check whether non-existent headers + # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4129,24 +4605,22 @@ /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else @@ -4157,6 +4631,7 @@ ac_preproc_ok=: break fi + rm -f conftest.err conftest.$ac_ext done @@ -4174,8 +4649,8 @@ else ac_cv_prog_CPP=$CPP fi -echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6 +{ echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do @@ -4198,24 +4673,22 @@ #endif Syntax error _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else echo "$as_me: failed program was:" >&5 @@ -4224,9 +4697,10 @@ # Broken: fails on valid input. continue fi + rm -f conftest.err conftest.$ac_ext - # OK, works on sane cases. Now check whether non-existent headers + # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4236,24 +4710,22 @@ /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else @@ -4264,6 +4736,7 @@ ac_preproc_ok=: break fi + rm -f conftest.err conftest.$ac_ext done @@ -4286,8 +4759,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test $ac_cv_c_compiler_gnu = yes; then - echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 -echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 +echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; } if test "${ac_cv_prog_gcc_traditional+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4328,8 +4801,8 @@ fi fi -echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 -echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 +echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; } if test $ac_cv_prog_gcc_traditional = yes; then CC="$CC -traditional" fi @@ -4346,18 +4819,19 @@ for ac_header in windows.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4368,41 +4842,37 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4411,24 +4881,22 @@ /* end confdefs.h. */ #include <$ac_header> _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -4436,9 +4904,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -4462,25 +4931,19 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then @@ -4490,8 +4953,8 @@ if test x"$GCC" = xyes; then msnative_struct='' - echo "$as_me:$LINENO: checking how to get MSVC-compatible struct packing" >&5 -echo $ECHO_N "checking how to get MSVC-compatible struct packing... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking how to get MSVC-compatible struct packing" >&5 +echo $ECHO_N "checking how to get MSVC-compatible struct packing... $ECHO_C" >&6; } if test -z "$ac_cv_prog_CC"; then our_gcc="$CC" else @@ -4510,14 +4973,14 @@ ;; esac if test x"$msnative_struct" = x ; then - echo "$as_me:$LINENO: result: no way" >&5 -echo "${ECHO_T}no way" >&6 + { echo "$as_me:$LINENO: result: no way" >&5 +echo "${ECHO_T}no way" >&6; } { echo "$as_me:$LINENO: WARNING: produced libraries might be incompatible with MSVC-compiled code" >&5 echo "$as_me: WARNING: produced libraries might be incompatible with MSVC-compiled code" >&2;} else CFLAGS="$CFLAGS $msnative_struct" - echo "$as_me:$LINENO: result: ${msnative_struct}" >&5 -echo "${ECHO_T}${msnative_struct}" >&6 + { echo "$as_me:$LINENO: result: ${msnative_struct}" >&5 +echo "${ECHO_T}${msnative_struct}" >&6; } fi fi @@ -4531,8 +4994,8 @@ XSANE_ICON="xsane-icon.opc" fi -echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4556,35 +5019,31 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_header_stdc=no + ac_cv_header_stdc=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. @@ -4640,6 +5099,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include +#include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) @@ -4659,18 +5119,27 @@ for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) - exit(2); - exit (0); + return 2; + return 0; } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -4683,12 +5152,14 @@ ( exit $ac_status ) ac_cv_header_stdc=no fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + + fi fi -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -4708,18 +5179,19 @@ for ac_header in windows.h os2.h fcntl.h unistd.h libc.h sys/time.h sys/types.h zlib.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4730,41 +5202,37 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4773,24 +5241,22 @@ /* end confdefs.h. */ #include <$ac_header> _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -4798,9 +5264,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -4824,25 +5291,19 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then @@ -4855,8 +5316,8 @@ done -echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } if test "${ac_cv_c_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4874,10 +5335,10 @@ #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; - const charset x; + const charset cs; /* SunOS 4.1.1 cc rejects this. */ - char const *const *ccp; - char **p; + char const *const *pcpcc; + char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; @@ -4886,16 +5347,17 @@ an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; - ccp = &g + (g ? g-g : 0); + pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ - ++ccp; - p = (char**) ccp; - ccp = (char const *const *) p; + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; + if (s) return 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; @@ -4914,7 +5376,9 @@ } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; + if (!foo) return 0; } + return !cs[0] && !zero.x; #endif ; @@ -4922,38 +5386,34 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_const=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_c_const=no + ac_cv_c_const=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 -echo "${ECHO_T}$ac_cv_c_const" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +echo "${ECHO_T}$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then cat >>confdefs.h <<\_ACEOF @@ -4962,8 +5422,8 @@ fi -echo "$as_me:$LINENO: checking for inline" >&5 -echo $ECHO_N "checking for inline... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for inline" >&5 +echo $ECHO_N "checking for inline... $ECHO_C" >&6; } if test "${ac_cv_c_inline+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4983,39 +5443,37 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_c_inline=$ac_kw; break + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_inline=$ac_kw else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + test "$ac_cv_c_inline" != no && break done fi -echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 -echo "${ECHO_T}$ac_cv_c_inline" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 +echo "${ECHO_T}$ac_cv_c_inline" >&6; } case $ac_cv_c_inline in @@ -5033,8 +5491,8 @@ ;; esac -echo "$as_me:$LINENO: checking return type of signal handlers" >&5 -echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 +echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } if test "${ac_cv_type_signal+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5046,64 +5504,52 @@ /* end confdefs.h. */ #include #include -#ifdef signal -# undef signal -#endif -#ifdef __cplusplus -extern "C" void (*signal (int, void (*)(int)))(int); -#else -void (*signal ()) (); -#endif int main () { -int i; +return *(signal (0, 0)) (0) == 1; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_signal=void + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_signal=int else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_signal=int + ac_cv_type_signal=void fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 -echo "${ECHO_T}$ac_cv_type_signal" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 +echo "${ECHO_T}$ac_cv_type_signal" >&6; } cat >>confdefs.h <<_ACEOF #define RETSIGTYPE $ac_cv_type_signal _ACEOF -echo "$as_me:$LINENO: checking for size_t" >&5 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for size_t" >&5 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } if test "${ac_cv_type_size_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5114,62 +5560,59 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +typedef size_t ac__type_new_; int main () { -if ((size_t *) 0) +if ((ac__type_new_ *) 0) return 0; -if (sizeof (size_t)) +if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_size_t=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_size_t=no + ac_cv_type_size_t=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -echo "${ECHO_T}$ac_cv_type_size_t" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +echo "${ECHO_T}$ac_cv_type_size_t" >&6; } if test $ac_cv_type_size_t = yes; then : else cat >>confdefs.h <<_ACEOF -#define size_t unsigned +#define size_t unsigned int _ACEOF fi -echo "$as_me:$LINENO: checking for pid_t" >&5 -echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for pid_t" >&5 +echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } if test "${ac_cv_type_pid_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5180,50 +5623,47 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +typedef pid_t ac__type_new_; int main () { -if ((pid_t *) 0) +if ((ac__type_new_ *) 0) return 0; -if (sizeof (pid_t)) +if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_pid_t=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_pid_t=no + ac_cv_type_pid_t=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 -echo "${ECHO_T}$ac_cv_type_pid_t" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 +echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } if test $ac_cv_type_pid_t = yes; then : else @@ -5234,8 +5674,8 @@ fi -echo "$as_me:$LINENO: checking for ssize_t" >&5 -echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for ssize_t" >&5 +echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } if test "${ac_cv_type_ssize_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5246,50 +5686,47 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +typedef ssize_t ac__type_new_; int main () { -if ((ssize_t *) 0) +if ((ac__type_new_ *) 0) return 0; -if (sizeof (ssize_t)) +if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_ssize_t=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_ssize_t=no + ac_cv_type_ssize_t=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 -echo "${ECHO_T}$ac_cv_type_ssize_t" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 +echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; } if test $ac_cv_type_ssize_t = yes; then : else @@ -5300,8 +5737,8 @@ fi -echo "$as_me:$LINENO: checking for u_char" >&5 -echo $ECHO_N "checking for u_char... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for u_char" >&5 +echo $ECHO_N "checking for u_char... $ECHO_C" >&6; } if test "${ac_cv_type_u_char+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5312,50 +5749,47 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +typedef u_char ac__type_new_; int main () { -if ((u_char *) 0) +if ((ac__type_new_ *) 0) return 0; -if (sizeof (u_char)) +if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_u_char=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_u_char=no + ac_cv_type_u_char=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_type_u_char" >&5 -echo "${ECHO_T}$ac_cv_type_u_char" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_type_u_char" >&5 +echo "${ECHO_T}$ac_cv_type_u_char" >&6; } if test $ac_cv_type_u_char = yes; then : else @@ -5366,8 +5800,8 @@ fi -echo "$as_me:$LINENO: checking for u_int" >&5 -echo $ECHO_N "checking for u_int... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for u_int" >&5 +echo $ECHO_N "checking for u_int... $ECHO_C" >&6; } if test "${ac_cv_type_u_int+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5378,50 +5812,47 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +typedef u_int ac__type_new_; int main () { -if ((u_int *) 0) +if ((ac__type_new_ *) 0) return 0; -if (sizeof (u_int)) +if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_u_int=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_u_int=no + ac_cv_type_u_int=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_type_u_int" >&5 -echo "${ECHO_T}$ac_cv_type_u_int" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int" >&5 +echo "${ECHO_T}$ac_cv_type_u_int" >&6; } if test $ac_cv_type_u_int = yes; then : else @@ -5432,8 +5863,8 @@ fi -echo "$as_me:$LINENO: checking for u_long" >&5 -echo $ECHO_N "checking for u_long... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for u_long" >&5 +echo $ECHO_N "checking for u_long... $ECHO_C" >&6; } if test "${ac_cv_type_u_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5444,50 +5875,47 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +typedef u_long ac__type_new_; int main () { -if ((u_long *) 0) +if ((ac__type_new_ *) 0) return 0; -if (sizeof (u_long)) +if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_u_long=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_u_long=no + ac_cv_type_u_long=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_type_u_long" >&5 -echo "${ECHO_T}$ac_cv_type_u_long" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_type_u_long" >&5 +echo "${ECHO_T}$ac_cv_type_u_long" >&6; } if test $ac_cv_type_u_long = yes; then : else @@ -5500,8 +5928,8 @@ -echo "$as_me:$LINENO: checking for sqrt in -lm" >&5 -echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for sqrt in -lm" >&5 +echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6; } if test "${ac_cv_lib_m_sqrt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5514,56 +5942,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char sqrt (); int main () { -sqrt (); +return sqrt (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_m_sqrt=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_m_sqrt=no + ac_cv_lib_m_sqrt=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 -echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 +echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6; } if test $ac_cv_lib_m_sqrt = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBM 1 @@ -5574,8 +5999,8 @@ fi -echo "$as_me:$LINENO: checking for deflateInit_ in -lz" >&5 -echo $ECHO_N "checking for deflateInit_ in -lz... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for deflateInit_ in -lz" >&5 +echo $ECHO_N "checking for deflateInit_ in -lz... $ECHO_C" >&6; } if test "${ac_cv_lib_z_deflateInit_+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5588,56 +6013,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char deflateInit_ (); int main () { -deflateInit_ (); +return deflateInit_ (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_z_deflateInit_=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_z_deflateInit_=no + ac_cv_lib_z_deflateInit_=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflateInit_" >&5 -echo "${ECHO_T}$ac_cv_lib_z_deflateInit_" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflateInit_" >&5 +echo "${ECHO_T}$ac_cv_lib_z_deflateInit_" >&6; } if test $ac_cv_lib_z_deflateInit_ = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBZ 1 @@ -5650,8 +6072,8 @@ if test "${USE_JPEG}" = "yes"; then -echo "$as_me:$LINENO: checking for jpeg_start_decompress in -ljpeg" >&5 -echo $ECHO_N "checking for jpeg_start_decompress in -ljpeg... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for jpeg_start_decompress in -ljpeg" >&5 +echo $ECHO_N "checking for jpeg_start_decompress in -ljpeg... $ECHO_C" >&6; } if test "${ac_cv_lib_jpeg_jpeg_start_decompress+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5664,56 +6086,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char jpeg_start_decompress (); int main () { -jpeg_start_decompress (); +return jpeg_start_decompress (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_jpeg_jpeg_start_decompress=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_jpeg_jpeg_start_decompress=no + ac_cv_lib_jpeg_jpeg_start_decompress=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_start_decompress" >&5 -echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_start_decompress" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_start_decompress" >&5 +echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_start_decompress" >&6; } if test $ac_cv_lib_jpeg_jpeg_start_decompress = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBJPEG 1 @@ -5728,8 +6147,8 @@ # tiff test must stand after test for zlib if test "${USE_TIFF}" = "yes"; then -echo "$as_me:$LINENO: checking for TIFFOpen in -ltiff" >&5 -echo $ECHO_N "checking for TIFFOpen in -ltiff... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for TIFFOpen in -ltiff" >&5 +echo $ECHO_N "checking for TIFFOpen in -ltiff... $ECHO_C" >&6; } if test "${ac_cv_lib_tiff_TIFFOpen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5742,56 +6161,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char TIFFOpen (); int main () { -TIFFOpen (); +return TIFFOpen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_tiff_TIFFOpen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_tiff_TIFFOpen=no + ac_cv_lib_tiff_TIFFOpen=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFOpen" >&5 -echo "${ECHO_T}$ac_cv_lib_tiff_TIFFOpen" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFOpen" >&5 +echo "${ECHO_T}$ac_cv_lib_tiff_TIFFOpen" >&6; } if test $ac_cv_lib_tiff_TIFFOpen = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBTIFF 1 @@ -5805,8 +6221,8 @@ if test "${USE_LCMS}" = "yes"; then -echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5 -echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5 +echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; } if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5819,56 +6235,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char cmsOpenProfileFromFile (); int main () { -cmsOpenProfileFromFile (); +return cmsOpenProfileFromFile (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_lcms_cmsOpenProfileFromFile=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_lcms_cmsOpenProfileFromFile=no + ac_cv_lib_lcms_cmsOpenProfileFromFile=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5 -echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5 +echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; } if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBLCMS 1 @@ -5882,8 +6295,8 @@ # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -echo "$as_me:$LINENO: checking for working alloca.h" >&5 -echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 +echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } if test "${ac_cv_working_alloca_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5898,44 +6311,42 @@ main () { char *p = (char *) alloca (2 * sizeof (int)); + if (p) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_working_alloca_h=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_working_alloca_h=no + ac_cv_working_alloca_h=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 -echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 +echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } if test $ac_cv_working_alloca_h = yes; then cat >>confdefs.h <<\_ACEOF @@ -5944,8 +6355,8 @@ fi -echo "$as_me:$LINENO: checking for alloca" >&5 -echo $ECHO_N "checking for alloca... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for alloca" >&5 +echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } if test "${ac_cv_func_alloca_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5962,7 +6373,7 @@ # include # define alloca _alloca # else -# if HAVE_ALLOCA_H +# ifdef HAVE_ALLOCA_H # include # else # ifdef _AIX @@ -5980,44 +6391,42 @@ main () { char *p = (char *) alloca (1); + if (p) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_func_alloca_works=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_func_alloca_works=no + ac_cv_func_alloca_works=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 -echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 +echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } if test $ac_cv_func_alloca_works = yes; then @@ -6031,15 +6440,15 @@ # contain a buggy version. If you still want to use their alloca, # use ar to extract alloca.o from them instead of compiling alloca.c. -ALLOCA=alloca.$ac_objext +ALLOCA=\${LIBOBJDIR}alloca.$ac_objext cat >>confdefs.h <<\_ACEOF #define C_ALLOCA 1 _ACEOF -echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 -echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 +echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } if test "${ac_cv_os_cray+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -6049,7 +6458,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#if defined(CRAY) && ! defined(CRAY2) +#if defined CRAY && ! defined CRAY2 webecray #else wenotbecray @@ -6065,14 +6474,14 @@ rm -f conftest* fi -echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 -echo "${ECHO_T}$ac_cv_os_cray" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 +echo "${ECHO_T}$ac_cv_os_cray" >&6; } if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -6098,68 +6507,60 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* 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_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" + eval "$as_ac_var=no" fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF @@ -6172,8 +6573,8 @@ done fi -echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 -echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 +echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } if test "${ac_cv_c_stack_direction+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -6186,6 +6587,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +$ac_includes_default int find_stack_direction () { @@ -6203,17 +6605,26 @@ int main () { - exit (find_stack_direction () < 0); + return find_stack_direction () < 0; } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -6226,11 +6637,13 @@ ( exit $ac_status ) ac_cv_c_stack_direction=-1 fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + + fi -echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 -echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 +echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } cat >>confdefs.h <<_ACEOF #define STACK_DIRECTION $ac_cv_c_stack_direction @@ -6244,18 +6657,19 @@ for ac_header in stdlib.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6266,41 +6680,37 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6309,24 +6719,22 @@ /* end confdefs.h. */ #include <$ac_header> _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -6334,9 +6742,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -6360,25 +6769,19 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then @@ -6394,9 +6797,9 @@ for ac_func in getpagesize do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -6422,68 +6825,60 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* 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_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" + eval "$as_ac_var=no" fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -6492,8 +6887,8 @@ fi done -echo "$as_me:$LINENO: checking for working mmap" >&5 -echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for working mmap" >&5 +echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -6535,21 +6930,21 @@ #include #include -#if !STDC_HEADERS && !HAVE_STDLIB_H +#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H char *malloc (); #endif /* This mess was copied from the GNU getpagesize.h. */ -#if !HAVE_GETPAGESIZE +#ifndef HAVE_GETPAGESIZE /* Assume that all systems that can run configure have sys/param.h. */ -# if !HAVE_SYS_PARAM_H +# ifndef HAVE_SYS_PARAM_H # define HAVE_SYS_PARAM_H 1 # endif # ifdef _SC_PAGESIZE # define getpagesize() sysconf(_SC_PAGESIZE) # else /* no _SC_PAGESIZE */ -# if HAVE_SYS_PARAM_H +# ifdef HAVE_SYS_PARAM_H # include # ifdef EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE @@ -6588,15 +6983,15 @@ /* First, make a file with some known garbage in it. */ data = (char *) malloc (pagesize); if (!data) - exit (1); + return 1; for (i = 0; i < pagesize; ++i) *(data + i) = rand (); umask (0); fd = creat ("conftest.mmap", 0600); if (fd < 0) - exit (1); + return 1; if (write (fd, data, pagesize) != pagesize) - exit (1); + return 1; close (fd); /* Next, try to mmap the file at a fixed address which already has @@ -6604,17 +6999,17 @@ we see the same garbage. */ fd = open ("conftest.mmap", O_RDWR); if (fd < 0) - exit (1); + return 1; data2 = (char *) malloc (2 * pagesize); if (!data2) - exit (1); - data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1); + return 1; + data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1); if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_FIXED, fd, 0L)) - exit (1); + return 1; for (i = 0; i < pagesize; ++i) if (*(data + i) != *(data2 + i)) - exit (1); + return 1; /* Finally, make sure that changes to the mapped area do not percolate back to the file as seen by read(). (This is a bug on @@ -6623,24 +7018,33 @@ *(data2 + i) = *(data2 + i) + 1; data3 = (char *) malloc (pagesize); if (!data3) - exit (1); + return 1; if (read (fd, data3, pagesize) != pagesize) - exit (1); + return 1; for (i = 0; i < pagesize; ++i) if (*(data + i) != *(data3 + i)) - exit (1); + return 1; close (fd); - exit (0); + return 0; } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -6653,11 +7057,13 @@ ( exit $ac_status ) ac_cv_func_mmap_fixed_mapped=no fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + + fi -echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 -echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 +echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } if test $ac_cv_func_mmap_fixed_mapped = yes; then cat >>confdefs.h <<\_ACEOF @@ -6684,9 +7090,9 @@ for ac_func in atexit mkdir sigprocmask strdup strndup strftime strstr strsep strtod snprintf usleep strcasecmp strncasecmp lstat do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -6712,68 +7118,60 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* 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_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" + eval "$as_ac_var=no" fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -6786,8 +7184,8 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -6800,32 +7198,34 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - echo "$as_me:$LINENO: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6 + { echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -6838,33 +7238,47 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS - test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -echo "${ECHO_T}$ac_ct_RANLIB" >&6 + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi - RANLIB=$ac_ct_RANLIB + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi else RANLIB="$ac_cv_prog_RANLIB" fi -echo "$as_me:$LINENO: checking for off_t" >&5 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for off_t" >&5 +echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } if test "${ac_cv_type_off_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -6875,56 +7289,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +typedef off_t ac__type_new_; int main () { -if ((off_t *) 0) +if ((ac__type_new_ *) 0) return 0; -if (sizeof (off_t)) +if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_off_t=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_off_t=no + ac_cv_type_off_t=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 -echo "${ECHO_T}$ac_cv_type_off_t" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 +echo "${ECHO_T}$ac_cv_type_off_t" >&6; } if test $ac_cv_type_off_t = yes; then : else cat >>confdefs.h <<_ACEOF -#define off_t long +#define off_t long int _ACEOF fi @@ -6943,18 +7354,19 @@ unistd.h values.h sys/param.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6965,41 +7377,37 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7008,24 +7416,22 @@ /* end confdefs.h. */ #include <$ac_header> _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -7033,9 +7439,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -7059,25 +7466,19 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then @@ -7103,9 +7504,9 @@ __argz_count __argz_stringify __argz_next do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -7131,68 +7532,60 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* 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_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" + eval "$as_ac_var=no" fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -7207,9 +7600,9 @@ for ac_func in stpcpy do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -7235,68 +7628,60 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* 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_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" + eval "$as_ac_var=no" fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -7314,8 +7699,8 @@ fi if test $ac_cv_header_locale_h = yes; then - echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 -echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 +echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; } if test "${am_cv_val_LC_MESSAGES+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -7335,39 +7720,36 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then am_cv_val_LC_MESSAGES=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -am_cv_val_LC_MESSAGES=no + am_cv_val_LC_MESSAGES=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 -echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6 +{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 +echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; } if test $am_cv_val_LC_MESSAGES = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_LC_MESSAGES 1 @@ -7375,17 +7757,17 @@ fi fi - echo "$as_me:$LINENO: checking whether NLS is requested" >&5 -echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 - # Check whether --enable-nls or --disable-nls was given. + { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } + # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then - enableval="$enable_nls" - USE_NLS=$enableval + enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes -fi; - echo "$as_me:$LINENO: result: $USE_NLS" >&5 -echo "${ECHO_T}$USE_NLS" >&6 +fi + + { echo "$as_me:$LINENO: result: $USE_NLS" >&5 +echo "${ECHO_T}$USE_NLS" >&6; } USE_INCLUDED_LIBINTL=no @@ -7395,18 +7777,18 @@ #define ENABLE_NLS 1 _ACEOF - echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 -echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 +echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6; } -# Check whether --with-included-gettext or --without-included-gettext was given. +# Check whether --with-included-gettext was given. if test "${with_included_gettext+set}" = set; then - withval="$with_included_gettext" - nls_cv_force_use_gnu_gettext=$withval + withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval else nls_cv_force_use_gnu_gettext=no -fi; - echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 -echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6 +fi + + { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 +echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; } nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then @@ -7415,17 +7797,17 @@ CATOBJEXT=NONE if test "${ac_cv_header_libintl_h+set}" = set; then - echo "$as_me:$LINENO: checking for libintl.h" >&5 -echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for libintl.h" >&5 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; } if test "${ac_cv_header_libintl_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 -echo "${ECHO_T}$ac_cv_header_libintl_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking libintl.h usability" >&5 -echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking libintl.h usability" >&5 +echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7436,41 +7818,37 @@ #include _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking libintl.h presence" >&5 -echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking libintl.h presence" >&5 +echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7479,24 +7857,22 @@ /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -7504,9 +7880,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -7530,30 +7907,23 @@ echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for libintl.h" >&5 -echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for libintl.h" >&5 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; } if test "${ac_cv_header_libintl_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_header_libintl_h=$ac_header_preproc fi -echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 -echo "${ECHO_T}$ac_cv_header_libintl_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; } fi if test $ac_cv_header_libintl_h = yes; then - echo "$as_me:$LINENO: checking for gettext in libc" >&5 -echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for gettext in libc" >&5 +echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6; } if test "${gt_cv_func_gettext_libc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -7573,43 +7943,40 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then gt_cv_func_gettext_libc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -gt_cv_func_gettext_libc=no + gt_cv_func_gettext_libc=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5 -echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6 +{ echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5 +echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6; } if test "$gt_cv_func_gettext_libc" != "yes"; then - echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5 -echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5 +echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; } if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -7622,59 +7989,56 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char bindtextdomain (); int main () { -bindtextdomain (); +return bindtextdomain (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_intl_bindtextdomain=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_intl_bindtextdomain=no + ac_cv_lib_intl_bindtextdomain=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5 -echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5 +echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; } if test $ac_cv_lib_intl_bindtextdomain = yes; then - echo "$as_me:$LINENO: checking for gettext in libintl" >&5 -echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for gettext in libintl" >&5 +echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6; } if test "${gt_cv_func_gettext_libintl+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -7694,39 +8058,36 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then gt_cv_func_gettext_libintl=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -gt_cv_func_gettext_libintl=no + gt_cv_func_gettext_libintl=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5 -echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6 +{ echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5 +echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6; } fi fi @@ -7743,8 +8104,8 @@ # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -7770,20 +8131,20 @@ fi MSGFMT="$ac_cv_path_MSGFMT" if test -n "$MSGFMT"; then - echo "$as_me:$LINENO: result: $MSGFMT" >&5 -echo "${ECHO_T}$MSGFMT" >&6 + { echo "$as_me:$LINENO: result: $MSGFMT" >&5 +echo "${ECHO_T}$MSGFMT" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi if test "$MSGFMT" != "no"; then for ac_func in dcgettext do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -7809,68 +8170,60 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* 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_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" + eval "$as_ac_var=no" fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -7881,8 +8234,8 @@ # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -7897,32 +8250,33 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT - if test -n "$GMSGFMT"; then - echo "$as_me:$LINENO: result: $GMSGFMT" >&5 -echo "${ECHO_T}$GMSGFMT" >&6 + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -7948,11 +8302,11 @@ fi XGETTEXT="$ac_cv_path_XGETTEXT" if test -n "$XGETTEXT"; then - echo "$as_me:$LINENO: result: $XGETTEXT" >&5 -echo "${ECHO_T}$XGETTEXT" >&6 + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +echo "${ECHO_T}$XGETTEXT" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi cat >conftest.$ac_ext <<_ACEOF @@ -7972,37 +8326,34 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then CATOBJEXT=.gmo DATADIRNAME=share else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -CATOBJEXT=.mo + CATOBJEXT=.mo DATADIRNAME=lib fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext INSTOBJEXT=.mo fi @@ -8013,23 +8364,23 @@ if test "$CATOBJEXT" = "NONE"; then - echo "$as_me:$LINENO: checking whether catgets can be used" >&5 -echo $ECHO_N "checking whether catgets can be used... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking whether catgets can be used" >&5 +echo $ECHO_N "checking whether catgets can be used... $ECHO_C" >&6; } -# Check whether --with-catgets or --without-catgets was given. +# Check whether --with-catgets was given. if test "${with_catgets+set}" = set; then - withval="$with_catgets" - nls_cv_use_catgets=$withval + withval=$with_catgets; nls_cv_use_catgets=$withval else nls_cv_use_catgets=no -fi; - echo "$as_me:$LINENO: result: $nls_cv_use_catgets" >&5 -echo "${ECHO_T}$nls_cv_use_catgets" >&6 +fi + + { echo "$as_me:$LINENO: result: $nls_cv_use_catgets" >&5 +echo "${ECHO_T}$nls_cv_use_catgets" >&6; } if test "$nls_cv_use_catgets" = "yes"; then -echo "$as_me:$LINENO: checking for main in -li" >&5 -echo $ECHO_N "checking for main in -li... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for main in -li" >&5 +echo $ECHO_N "checking for main in -li... $ECHO_C" >&6; } if test "${ac_cv_lib_i_main+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -8046,46 +8397,43 @@ int main () { -main (); +return main (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_i_main=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_i_main=no + ac_cv_lib_i_main=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_i_main" >&5 -echo "${ECHO_T}$ac_cv_lib_i_main" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_i_main" >&5 +echo "${ECHO_T}$ac_cv_lib_i_main" >&6; } if test $ac_cv_lib_i_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBI 1 @@ -8095,8 +8443,8 @@ fi - echo "$as_me:$LINENO: checking for catgets" >&5 -echo $ECHO_N "checking for catgets... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for catgets" >&5 +echo $ECHO_N "checking for catgets... $ECHO_C" >&6; } if test "${ac_cv_func_catgets+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -8123,68 +8471,59 @@ #undef catgets -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char catgets (); /* 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_catgets) || defined (__stub___catgets) +#if defined __stub_catgets || defined __stub___catgets choke me -#else -char (*f) () = catgets; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != catgets; +return catgets (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_func_catgets=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_func_catgets=no + ac_cv_func_catgets=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_func_catgets" >&5 -echo "${ECHO_T}$ac_cv_func_catgets" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_func_catgets" >&5 +echo "${ECHO_T}$ac_cv_func_catgets" >&6; } if test $ac_cv_func_catgets = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_CATGETS 1 @@ -8193,8 +8532,8 @@ INTLOBJS="\$(CATOBJS)" # Extract the first word of "gencat", so it can be a program name with args. set dummy gencat; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GENCAT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -8209,32 +8548,33 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GENCAT="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS test -z "$ac_cv_path_GENCAT" && ac_cv_path_GENCAT="no" ;; esac fi GENCAT=$ac_cv_path_GENCAT - if test -n "$GENCAT"; then - echo "$as_me:$LINENO: result: $GENCAT" >&5 -echo "${ECHO_T}$GENCAT" >&6 + { echo "$as_me:$LINENO: result: $GENCAT" >&5 +echo "${ECHO_T}$GENCAT" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + if test "$GENCAT" != "no"; then # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -8249,33 +8589,34 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="no" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT - if test -n "$GMSGFMT"; then - echo "$as_me:$LINENO: result: $GMSGFMT" >&5 -echo "${ECHO_T}$GMSGFMT" >&6 + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + if test "$GMSGFMT" = "no"; then # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -8301,18 +8642,18 @@ fi GMSGFMT="$ac_cv_path_GMSGFMT" if test -n "$GMSGFMT"; then - echo "$as_me:$LINENO: result: $GMSGFMT" >&5 -echo "${ECHO_T}$GMSGFMT" >&6 + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -8338,11 +8679,11 @@ fi XGETTEXT="$ac_cv_path_XGETTEXT" if test -n "$XGETTEXT"; then - echo "$as_me:$LINENO: result: $XGETTEXT" >&5 -echo "${ECHO_T}$XGETTEXT" >&6 + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +echo "${ECHO_T}$XGETTEXT" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi USE_INCLUDED_LIBINTL=yes @@ -8369,8 +8710,8 @@ INTLOBJS="\$(GETTOBJS)" # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -8396,17 +8737,17 @@ fi MSGFMT="$ac_cv_path_MSGFMT" if test -n "$MSGFMT"; then - echo "$as_me:$LINENO: result: $MSGFMT" >&5 -echo "${ECHO_T}$MSGFMT" >&6 + { echo "$as_me:$LINENO: result: $MSGFMT" >&5 +echo "${ECHO_T}$MSGFMT" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -8421,32 +8762,33 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT - if test -n "$GMSGFMT"; then - echo "$as_me:$LINENO: result: $GMSGFMT" >&5 -echo "${ECHO_T}$GMSGFMT" >&6 + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -8472,11 +8814,11 @@ fi XGETTEXT="$ac_cv_path_XGETTEXT" if test -n "$XGETTEXT"; then - echo "$as_me:$LINENO: result: $XGETTEXT" >&5 -echo "${ECHO_T}$XGETTEXT" >&6 + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +echo "${ECHO_T}$XGETTEXT" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -8495,8 +8837,8 @@ if $XGETTEXT --omit-header /dev/null 2> /dev/null; then : ; else - echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5 -echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6 + { echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5 +echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6; } XGETTEXT=":" fi fi @@ -8538,8 +8880,8 @@ if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else - echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 -echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 +echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; } NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@ -8547,8 +8889,8 @@ esac done LINGUAS=$NEW_LINGUAS - echo "$as_me:$LINENO: result: $LINGUAS" >&5 -echo "${ECHO_T}$LINGUAS" >&6 + { echo "$as_me:$LINENO: result: $LINGUAS" >&5 +echo "${ECHO_T}$LINGUAS" >&6; } fi if test -n "$LINGUAS"; then @@ -8567,17 +8909,17 @@ test -d intl || mkdir intl if test "$CATOBJEXT" = ".cat"; then if test "${ac_cv_header_linux_version_h+set}" = set; then - echo "$as_me:$LINENO: checking for linux/version.h" >&5 -echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for linux/version.h" >&5 +echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6; } if test "${ac_cv_header_linux_version_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5 -echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5 +echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking linux/version.h usability" >&5 -echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking linux/version.h usability" >&5 +echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8588,41 +8930,37 @@ #include _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking linux/version.h presence" >&5 -echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking linux/version.h presence" >&5 +echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8631,24 +8969,22 @@ /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -8656,9 +8992,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -8682,25 +9019,18 @@ echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for linux/version.h" >&5 -echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for linux/version.h" >&5 +echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6; } if test "${ac_cv_header_linux_version_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_header_linux_version_h=$ac_header_preproc fi -echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5 -echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5 +echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6; } fi if test $ac_cv_header_linux_version_h = yes; then @@ -8742,7 +9072,7 @@ set $ac_sources; ac_source=$1; shift; ac_sources=$* ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source" done - ac_config_links="$ac_config_links $ac_config_links_1" +ac_config_links="$ac_config_links $ac_config_links_1" if test "$USE_NLS" = yes; then @@ -8754,18 +9084,18 @@ - # Check whether --enable-sanetest or --disable-sanetest was given. + # Check whether --enable-sanetest was given. if test "${enable_sanetest+set}" = set; then - enableval="$enable_sanetest" - + enableval=$enable_sanetest; else enable_sanetest=yes -fi; +fi + # Extract the first word of "sane-config", so it can be a program name with args. set dummy sane-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_SANE_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -8780,31 +9110,32 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_SANE_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS test -z "$ac_cv_path_SANE_CONFIG" && ac_cv_path_SANE_CONFIG="no" ;; esac fi SANE_CONFIG=$ac_cv_path_SANE_CONFIG - if test -n "$SANE_CONFIG"; then - echo "$as_me:$LINENO: result: $SANE_CONFIG" >&5 -echo "${ECHO_T}$SANE_CONFIG" >&6 + { echo "$as_me:$LINENO: result: $SANE_CONFIG" >&5 +echo "${ECHO_T}$SANE_CONFIG" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + min_sane_version=1.0.0 - echo "$as_me:$LINENO: checking for SANE - version >= $min_sane_version" >&5 -echo $ECHO_N "checking for SANE - version >= $min_sane_version... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for SANE - version >= $min_sane_version" >&5 +echo $ECHO_N "checking for SANE - version >= $min_sane_version... $ECHO_C" >&6; } no_sane="" if test "$SANE_CONFIG" = "no" ; then no_sane=yes @@ -8888,13 +9219,22 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -8907,20 +9247,22 @@ ( exit $ac_status ) no_sane=yes fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + + CFLAGS="$ac_save_CFLAGS" LDFLAGS="$ac_save_LDFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_sane" = x ; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } HAVE_SANE=yes else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } if test "$SANE_CONFIG" = "no" ; then echo "*** The sane-config script installed by SANE could not be found" echo "*** If SANE was installed in PREFIX, make sure PREFIX/bin is in" @@ -8953,27 +9295,23 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding SANE or finding the wrong" echo "*** version of SANE. If it is not finding SANE, you'll need to set your" @@ -8992,8 +9330,10 @@ echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$ac_save_CFLAGS" LDFLAGS="$ac_save_LDFLAGS" @@ -9015,13 +9355,13 @@ if test "${USE_GIMP}" = "yes"; then if test "${TRY_GIMP_2}" = "yes"; then -# Check whether --enable-gimptest or --disable-gimptest was given. +# Check whether --enable-gimptest was given. if test "${enable_gimptest+set}" = set; then - enableval="$enable_gimptest" - + enableval=$enable_gimptest; else enable_gimptest=yes -fi; +fi + pkg_name=gimp-2.0 pkg_config_args="$pkg_name gimpui-2.0" @@ -9030,8 +9370,8 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -9046,29 +9386,30 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG - if test -n "$PKG_CONFIG"; then - echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6 + { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +echo "${ECHO_T}$PKG_CONFIG" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + if test x$PKG_CONFIG != xno ; then if pkg-config --atleast-pkgconfig-version 0.7 ; then : @@ -9082,8 +9423,8 @@ fi min_gimp_version=1.3.23 - echo "$as_me:$LINENO: checking for GIMP - version >= $min_gimp_version" >&5 -echo $ECHO_N "checking for GIMP - version >= $min_gimp_version... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for GIMP - version >= $min_gimp_version" >&5 +echo $ECHO_N "checking for GIMP - version >= $min_gimp_version... $ECHO_C" >&6; } if test x$PKG_CONFIG != xno ; then ## don't try to run the test against uninstalled libtool libs @@ -9177,13 +9518,22 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -9196,15 +9546,17 @@ ( exit $ac_status ) no_gimp=yes fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + + CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_gimp" = x ; then - echo "$as_me:$LINENO: result: yes (version $gimp_pkg_major_version.$gimp_pkg_minor_version.$gimp_pkg_micro_version)" >&5 -echo "${ECHO_T}yes (version $gimp_pkg_major_version.$gimp_pkg_minor_version.$gimp_pkg_micro_version)" >&6 + { echo "$as_me:$LINENO: result: yes (version $gimp_pkg_major_version.$gimp_pkg_minor_version.$gimp_pkg_micro_version)" >&5 +echo "${ECHO_T}yes (version $gimp_pkg_major_version.$gimp_pkg_minor_version.$gimp_pkg_micro_version)" >&6; } HAVE_GIMP=yes else if test "$PKG_CONFIG" = "no" ; then @@ -9245,27 +9597,23 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GIMP or finding the wrong" echo "*** version of GIMP. If it is not finding GIMP, you'll need to set your" @@ -9279,12 +9627,13 @@ echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - echo "*** The test program failed to compile or link. See the file config.log for the" + echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GIMP is incorrectly installed." echo "*** When gimp-2.0 is not installed but gimp-1.x is installed then you can" echo "*** ignore this error message." fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" @@ -9317,13 +9666,13 @@ else if test "${USE_GTK2}" = "yes"; then - # Check whether --enable-gtktest or --disable-gtktest was given. + # Check whether --enable-gtktest was given. if test "${enable_gtktest+set}" = set; then - enableval="$enable_gtktest" - + enableval=$enable_gtktest; else enable_gtktest=yes -fi; +fi + pkg_config_args=gtk+-2.0 for module in . @@ -9339,8 +9688,8 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -9355,29 +9704,30 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG - if test -n "$PKG_CONFIG"; then - echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6 + { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +echo "${ECHO_T}$PKG_CONFIG" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + if test x$PKG_CONFIG != xno ; then if pkg-config --atleast-pkgconfig-version 0.7 ; then : @@ -9391,8 +9741,8 @@ fi min_gtk_version=2.0.0 - echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5 -echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5 +echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; } if test x$PKG_CONFIG != xno ; then ## don't try to run the test against uninstalled libtool libs @@ -9506,13 +9856,22 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -9525,19 +9884,21 @@ ( exit $ac_status ) no_gtk=yes fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + + CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_gtk" = x ; then - echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5 -echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6 + { echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5 +echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; } HAVE_GTK=yes else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } if test "$PKG_CONFIG" = "no" ; then echo "*** A new enough version of pkg-config was not found." echo "*** See http://pkgconfig.sourceforge.net" @@ -9569,27 +9930,23 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GTK+ or finding the wrong" echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" @@ -9603,10 +9960,11 @@ echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - echo "*** The test program failed to compile or link. See the file config.log for the" + echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GTK+ is incorrectly installed." fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" @@ -9624,28 +9982,28 @@ if test "x${HAVE_GTK}" = "x"; then -# Check whether --with-gtk-prefix or --without-gtk-prefix was given. +# Check whether --with-gtk-prefix was given. if test "${with_gtk_prefix+set}" = set; then - withval="$with_gtk_prefix" - gtk_config_prefix="$withval" + withval=$with_gtk_prefix; gtk_config_prefix="$withval" else gtk_config_prefix="" -fi; +fi + -# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. +# Check whether --with-gtk-exec-prefix was given. if test "${with_gtk_exec_prefix+set}" = set; then - withval="$with_gtk_exec_prefix" - gtk_config_exec_prefix="$withval" + withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval" else gtk_config_exec_prefix="" -fi; -# Check whether --enable-gtktest or --disable-gtktest was given. -if test "${enable_gtktest+set}" = set; then - enableval="$enable_gtktest" +fi +# Check whether --enable-gtktest was given. +if test "${enable_gtktest+set}" = set; then + enableval=$enable_gtktest; else enable_gtktest=yes -fi; +fi + for module in . do @@ -9671,8 +10029,8 @@ # Extract the first word of "gtk-config", so it can be a program name with args. set dummy gtk-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GTK_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -9687,31 +10045,32 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" ;; esac fi GTK_CONFIG=$ac_cv_path_GTK_CONFIG - if test -n "$GTK_CONFIG"; then - echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5 -echo "${ECHO_T}$GTK_CONFIG" >&6 + { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5 +echo "${ECHO_T}$GTK_CONFIG" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + min_gtk_version=1.2.0 - echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5 -echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5 +echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; } no_gtk="" if test "$GTK_CONFIG" = "no" ; then no_gtk=yes @@ -9816,13 +10175,22 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -9835,19 +10203,21 @@ ( exit $ac_status ) no_gtk=yes fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + + CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_gtk" = x ; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } HAVE_GTK=yes else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } if test "$GTK_CONFIG" = "no" ; then echo "*** The gtk-config script installed by GTK could not be found" echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" @@ -9879,27 +10249,23 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GTK or finding the wrong" echo "*** version of GTK. If it is not finding GTK, you'll need to set your" @@ -9918,12 +10284,13 @@ echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - echo "*** The test program failed to compile or link. See the file config.log for the" + echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GTK was incorrectly installed" echo "*** or that you have moved GTK since it was installed. In the latter case, you" echo "*** may want to edit the gtk-config script: $GTK_CONFIG" fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" @@ -9941,28 +10308,28 @@ if test "${USE_GIMP}" = "yes"; then -# Check whether --with-gimp-prefix or --without-gimp-prefix was given. +# Check whether --with-gimp-prefix was given. if test "${with_gimp_prefix+set}" = set; then - withval="$with_gimp_prefix" - gimp_config_prefix="$withval" + withval=$with_gimp_prefix; gimp_config_prefix="$withval" else gimp_config_prefix="" -fi; +fi + -# Check whether --with-gimp-exec-prefix or --without-gimp-exec-prefix was given. +# Check whether --with-gimp-exec-prefix was given. if test "${with_gimp_exec_prefix+set}" = set; then - withval="$with_gimp_exec_prefix" - gimp_config_exec_prefix="$withval" + withval=$with_gimp_exec_prefix; gimp_config_exec_prefix="$withval" else gimp_config_exec_prefix="" -fi; - # Check whether --enable-gimptest or --disable-gimptest was given. -if test "${enable_gimptest+set}" = set; then - enableval="$enable_gimptest" +fi + # Check whether --enable-gimptest was given. +if test "${enable_gimptest+set}" = set; then + enableval=$enable_gimptest; else enable_gimptest=yes -fi; +fi + ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" @@ -9985,8 +10352,8 @@ # Extract the first word of "gimp-config", so it can be a program name with args. set dummy gimp-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GIMP_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -10001,28 +10368,29 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GIMP_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS test -z "$ac_cv_path_GIMP_CONFIG" && ac_cv_path_GIMP_CONFIG="no" ;; esac fi GIMP_CONFIG=$ac_cv_path_GIMP_CONFIG - if test -n "$GIMP_CONFIG"; then - echo "$as_me:$LINENO: result: $GIMP_CONFIG" >&5 -echo "${ECHO_T}$GIMP_CONFIG" >&6 + { echo "$as_me:$LINENO: result: $GIMP_CONFIG" >&5 +echo "${ECHO_T}$GIMP_CONFIG" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + if test "$GIMP_CONFIG" = "no" ; then if test x$gimp_config_exec_prefix != x ; then gimp_config_args="$gimp_config_args --exec-prefix=$gimp_config_exec_prefix" @@ -10038,8 +10406,8 @@ fi # Extract the first word of "gimptool", so it can be a program name with args. set dummy gimptool; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GIMP_TOOL+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -10054,28 +10422,29 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GIMP_TOOL="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS test -z "$ac_cv_path_GIMP_TOOL" && ac_cv_path_GIMP_TOOL="no" ;; esac fi GIMP_TOOL=$ac_cv_path_GIMP_TOOL - if test -n "$GIMP_TOOL"; then - echo "$as_me:$LINENO: result: $GIMP_TOOL" >&5 -echo "${ECHO_T}$GIMP_TOOL" >&6 + { echo "$as_me:$LINENO: result: $GIMP_TOOL" >&5 +echo "${ECHO_T}$GIMP_TOOL" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi + GIMP_CONFIG=$GIMP_TOOL fi @@ -10089,18 +10458,19 @@ for ac_header in libgimp/gimp.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10111,41 +10481,37 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10154,24 +10520,22 @@ /* end confdefs.h. */ #include <$ac_header> _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -10179,9 +10543,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -10205,25 +10570,19 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then @@ -10241,18 +10600,19 @@ for ac_header in libgimp/gimpfeatures.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10263,41 +10623,37 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10306,24 +10662,22 @@ /* end confdefs.h. */ #include <$ac_header> _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -10331,9 +10685,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -10357,25 +10712,19 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then @@ -10392,8 +10741,8 @@ LIBS="${LIBS} ${GTK_LIBS} ${GIMP_LIBS}" if test "x$no_gimp" = x ; then - echo "$as_me:$LINENO: checking GIMP compilation" >&5 -echo $ECHO_N "checking GIMP compilation... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking GIMP compilation" >&5 +echo $ECHO_N "checking GIMP compilation... $ECHO_C" >&6; } gimp_config_major_version=-1 gimp_config_minor_version=0 gimp_config_micro_version=0 @@ -10411,8 +10760,8 @@ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` CFLAGS="${CFLAGS} ${GIMP_CFLAGS}" LIBS="${LIBS} ${GIMP_LIBS}" - echo "$as_me:$LINENO: checking for GIMP - version >= $min_gimp_version" >&5 -echo $ECHO_N "checking for GIMP - version >= $min_gimp_version... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for GIMP - version >= $min_gimp_version" >&5 +echo $ECHO_N "checking for GIMP - version >= $min_gimp_version... $ECHO_C" >&6; } fi if test "x$no_gimp" = x ; then @@ -10506,13 +10855,22 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -10525,18 +10883,20 @@ ( exit $ac_status ) no_gimp=yes fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + + fi fi if test "x$no_gimp" = x ; then if test "$enable_gimptest" = "yes" ; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } else - echo "$as_me:$LINENO: result: not tested" >&5 -echo "${ECHO_T}not tested" >&6 + { echo "$as_me:$LINENO: result: not tested" >&5 +echo "${ECHO_T}not tested" >&6; } fi if test "$GIMP_CONFIG" != "no" ; then ac_save_CPPFLAGS="$CPPFLAGS" @@ -10545,18 +10905,19 @@ for ac_header in libgimp/gimp.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10567,41 +10928,37 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10610,24 +10967,22 @@ /* end confdefs.h. */ #include <$ac_header> _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -10635,9 +10990,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -10661,25 +11017,19 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then @@ -10695,18 +11045,19 @@ for ac_header in libgimp/gimpfeatures.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10717,41 +11068,37 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10760,24 +11107,22 @@ /* end confdefs.h. */ #include <$ac_header> _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -10785,9 +11130,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -10811,25 +11157,19 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then @@ -10847,8 +11187,8 @@ LIBS="$ac_save_LIBS" HAVE_GIMP=yes else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } if test -f conf.gimptest ; then : else @@ -10885,27 +11225,23 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GIMP or finding the wrong" echo "*** version of GIMP. If it is not finding GIMP, you'll need to set your" @@ -10921,8 +11257,10 @@ echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" @@ -10967,18 +11305,19 @@ for ac_header in png.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10989,41 +11328,37 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no + ac_header_compiler=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11032,24 +11367,22 @@ /* end confdefs.h. */ #include <$ac_header> _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -11057,9 +11390,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -11083,25 +11417,19 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX -## ------------------------------------------ ## -## Report this to the AC_PACKAGE_NAME lists. ## -## ------------------------------------------ ## -_ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ;; esac -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then @@ -11109,8 +11437,8 @@ #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF -echo "$as_me:$LINENO: checking for png_create_info_struct in -lpng" >&5 -echo $ECHO_N "checking for png_create_info_struct in -lpng... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for png_create_info_struct in -lpng" >&5 +echo $ECHO_N "checking for png_create_info_struct in -lpng... $ECHO_C" >&6; } if test "${ac_cv_lib_png_png_create_info_struct+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -11123,56 +11451,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* 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 -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char png_create_info_struct (); int main () { -png_create_info_struct (); +return png_create_info_struct (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_png_png_create_info_struct=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_png_png_create_info_struct=no + ac_cv_lib_png_png_create_info_struct=no fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_create_info_struct" >&5 -echo "${ECHO_T}$ac_cv_lib_png_png_create_info_struct" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_create_info_struct" >&5 +echo "${ECHO_T}$ac_cv_lib_png_png_create_info_struct" >&6; } if test $ac_cv_lib_png_png_create_info_struct = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBPNG 1 @@ -11225,19 +11550,20 @@ -# Check whether --enable-foo1 or --disable-foo1 was given. +# Check whether --enable-foo1 was given. if test "${enable_foo1+set}" = set; then - enableval="$enable_foo1" + enableval=$enable_foo1; +fi -fi; -# Check whether --enable-foo2 or --disable-foo2 was given. +# Check whether --enable-foo2 was given. if test "${enable_foo2+set}" = set; then - enableval="$enable_foo2" + enableval=$enable_foo2; +fi + -fi; +ac_config_files="$ac_config_files Makefile intl/Makefile po/Makefile lib/Makefile src/Makefile include/Makefile doc/Makefile xsane.spec" - ac_config_files="$ac_config_files Makefile intl/Makefile po/Makefile lib/Makefile src/Makefile include/Makefile doc/Makefile xsane.spec" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -11256,39 +11582,58 @@ # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. -# So, don't put newlines in cache variables' values. +# So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. -{ +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + (set) 2>&1 | - case `(ac_space=' '; set | grep ac_space) 2>&1` in - *ac_space=\ *) + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" - ;; + ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. - sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; - esac; -} | + esac | + sort +) | sed ' + /^ac_cv_env_/b end t clear - : clear + :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end - /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ - : end' >>confcache -if diff $cache_file confcache >/dev/null 2>&1; then :; else - if test -w $cache_file; then - test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { echo "$as_me:$LINENO: updating cache $cache_file" >&5 +echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else - echo "not updating unwritable cache $cache_file" + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -11297,32 +11642,18 @@ # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -# VPATH may cause trouble with some makes, so we remove $(srcdir), -# ${srcdir} and @srcdir@ 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/; -s/:*$//; -s/^[^=]*=[ ]*$//; -}' -fi - DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. - ac_i=`echo "$ac_i" | - sed 's/\$U\././;s/\.o$//;s/\.obj$//'` - # 2. Add them. - ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" - ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs @@ -11353,17 +11684,45 @@ ## M4sh Initialization. ## ## --------------------- ## -# Be Bourne compatible +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then - set -o posix + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh fi -DUALCASE=1; export DUALCASE # for MKS sh # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then @@ -11373,8 +11732,43 @@ fi +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + # Work around bugs in pre-3.0 UWIN ksh. -$as_unset ENV MAIL MAILPATH +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done PS1='$ ' PS2='> ' PS4='+ ' @@ -11388,18 +11782,19 @@ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else - $as_unset $as_var + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var fi done # Required to use basename. -if expr a : '\(a\)' >/dev/null 2>&1; then +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false @@ -11407,159 +11802,120 @@ # Name of the executable. -as_me=`$as_basename "$0" || +as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)$' \| \ - . : '\(.\)' 2>/dev/null || + X"$0" : 'X\(/\)' \| . 2>/dev/null || echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } - /^X\/\(\/\/\)$/{ s//\1/; q; } - /^X\/\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` +# CDPATH. +$as_unset CDPATH -# PATH needs CR, and LINENO needs CR and PATH. -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh -fi as_lineno_1=$LINENO as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" || { - # Find who we are. Look in the path if we contain no path at all - # relative or not. - case $0 in - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -done - - ;; - esac - # We did not find ourselves, most probably we were run as `sh COMMAND' - # in which case we are not to be found in the path. - if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then - { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} - { (exit 1); exit 1; }; } - fi - case $CONFIG_SHELL in - '') - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for as_base in sh bash ksh sh5; do - case $as_dir in - /*) - if ("$as_dir/$as_base" -c ' - as_lineno_1=$LINENO - as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } - CONFIG_SHELL=$as_dir/$as_base - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$0" ${1+"$@"} - fi;; - esac - done -done -;; - esac + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a - # line-number line before each line; the second 'sed' does the real - # work. The second script uses 'N' to pair each line-number line - # with the numbered line, and appends trailing '-' during - # substitution so that $LINENO is not a special case at line end. + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) - sed '=' <$as_myself | + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno N - s,$,-, - : loop - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop - s,-$,, - s,^['$as_cr_digits']*\n,, + s/-\n.*// ' >$as_me.lineno && - chmod +x $as_me.lineno || - { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the - # original and so on. Autoconf is especially sensible to this). - . ./$as_me.lineno + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" # Exit status is that of the last command. exit } -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in - *c*,-n*) ECHO_N= ECHO_C=' -' ECHO_T=' ' ;; - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; - *) ECHO_N= ECHO_C='\c' ECHO_T= ;; +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; esac -if expr a : '\(a\)' >/dev/null 2>&1; then +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then - # We could just check for DJGPP; but this test a) works b) is more generic - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). - if test -f conf$$.exe; then - # Don't use ln at all; we don't have any links + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' - else - as_ln_s='ln -s' - fi elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi -rm -f conf$$ conf$$.exe conf$$.file +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: @@ -11568,7 +11924,28 @@ as_mkdir_p=false fi -as_executable_p="test -f" +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -11577,31 +11954,14 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" -# IFS -# We need space, tab and new line, in precisely that order. -as_nl=' -' -IFS=" $as_nl" - -# CDPATH. -$as_unset CDPATH - exec 6>&1 -# Open the log real soon, to keep \$[0] and so on meaningful, and to +# Save the log message, to keep $[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their -# values after options handling. Logging --version etc. is OK. -exec 5>>config.log -{ - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX -## Running $as_me. ## -_ASBOX -} >&5 -cat >&5 <<_CSEOF - +# values after options handling. +ac_log=" This file was extended by $as_me, which was -generated by GNU Autoconf 2.59. Invocation command line was +generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -11609,30 +11969,20 @@ CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ -_CSEOF -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 -echo >&5 +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + _ACEOF +cat >>$CONFIG_STATUS <<_ACEOF # Files that config.status was made for. -if test -n "$ac_config_files"; then - echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS -fi - -if test -n "$ac_config_headers"; then - echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS -fi - -if test -n "$ac_config_links"; then - echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS -fi +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_links="$ac_config_links" -if test -n "$ac_config_commands"; then - echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS -fi +_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF - ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. @@ -11640,7 +11990,7 @@ Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit - -V, --version print version number, then exit + -V, --version print version number and configuration settings, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions @@ -11659,19 +12009,21 @@ $config_links Report bugs to ." -_ACEOF +_ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ config.status -configured by $0, generated by GNU Autoconf 2.59, - with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" +configured by $0, generated by GNU Autoconf 2.61, + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -Copyright (C) 2003 Free Software Foundation, Inc. +Copyright (C) 2006 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." -srcdir=$srcdir -INSTALL="$INSTALL" + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF @@ -11682,39 +12034,24 @@ do case $1 in --*=*) - ac_option=`expr "x$1" : 'x\([^=]*\)='` - ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; - -*) + *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; - *) # This is not an option, so the user has probably given explicit - # arguments. - ac_option=$1 - ac_need_defaults=false;; esac case $ac_option in # Handling of the options. -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; - --version | --vers* | -V ) - echo "$ac_cs_version"; exit 0 ;; - --he | --h) - # Conflict between --help and --header - { { echo "$as_me:$LINENO: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&2;} - { (exit 1); exit 1; }; };; - --help | --hel | -h ) - echo "$ac_cs_usage"; exit 0 ;; - --debug | --d* | -d ) + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift @@ -11724,18 +12061,24 @@ $ac_shift CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + { echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. - -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&2;} + -*) { echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; - *) ac_config_targets="$ac_config_targets $1" ;; + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; esac shift @@ -11751,37 +12094,51 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF if \$ac_cs_recheck; then - echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 - exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + CONFIG_SHELL=$SHELL + export CONFIG_SHELL + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion fi _ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + echo "$ac_log" +} >&5 - - - +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF + +# Handling of arguments. for ac_config_target in $ac_config_targets do - case "$ac_config_target" in - # Handling of arguments. - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "intl/Makefile" ) CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;; - "po/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/Makefile" ;; - "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; - "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; - "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; - "xsane.spec" ) CONFIG_FILES="$CONFIG_FILES xsane.spec" ;; - "$ac_config_links_1" ) CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;; - "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;; + case $ac_config_target in + "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;; + "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "intl/Makefile") CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;; + "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;; + "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + "xsane.spec") CONFIG_FILES="$CONFIG_FILES xsane.spec" ;; + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done + # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely @@ -11793,742 +12150,623 @@ fi # Have a temporary directory for convenience. Make it in the build tree -# simply because there is no reason to put it here, and in addition, +# simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. -# Create a temporary directory, and hook for its removal unless debugging. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. $debug || { - trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15 } - # Create a (secure) tmp directory for tmp files. { - tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { - tmp=./confstat$$-$RANDOM - (umask 077 && mkdir $tmp) + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") } || { echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } -_ACEOF - -cat >>$CONFIG_STATUS <<_ACEOF - # -# CONFIG_FILES section. +# Set up the sed scripts for CONFIG_FILES section. # # No need to generate the scripts if there are no CONFIG_FILES. # This happens for instance when ./config.status config.h -if test -n "\$CONFIG_FILES"; then - # Protect against being on the right side of a sed subst in config.status. - sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; - s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF -s,@SHELL@,$SHELL,;t t -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t -s,@exec_prefix@,$exec_prefix,;t t -s,@prefix@,$prefix,;t t -s,@program_transform_name@,$program_transform_name,;t t -s,@bindir@,$bindir,;t t -s,@sbindir@,$sbindir,;t t -s,@libexecdir@,$libexecdir,;t t -s,@datadir@,$datadir,;t t -s,@sysconfdir@,$sysconfdir,;t t -s,@sharedstatedir@,$sharedstatedir,;t t -s,@localstatedir@,$localstatedir,;t t -s,@libdir@,$libdir,;t t -s,@includedir@,$includedir,;t t -s,@oldincludedir@,$oldincludedir,;t t -s,@infodir@,$infodir,;t t -s,@mandir@,$mandir,;t t -s,@build_alias@,$build_alias,;t t -s,@host_alias@,$host_alias,;t t -s,@target_alias@,$target_alias,;t t -s,@DEFS@,$DEFS,;t t -s,@ECHO_C@,$ECHO_C,;t t -s,@ECHO_N@,$ECHO_N,;t t -s,@ECHO_T@,$ECHO_T,;t t -s,@LIBS@,$LIBS,;t t -s,@PACKAGE@,$PACKAGE,;t t -s,@VERSION@,$VERSION,;t t -s,@XSANE_PACKAGE_VERSION@,$XSANE_PACKAGE_VERSION,;t t -s,@SANE_MAJOR@,$SANE_MAJOR,;t t -s,@CC@,$CC,;t t -s,@CFLAGS@,$CFLAGS,;t t -s,@LDFLAGS@,$LDFLAGS,;t t -s,@CPPFLAGS@,$CPPFLAGS,;t t -s,@ac_ct_CC@,$ac_ct_CC,;t t -s,@EXEEXT@,$EXEEXT,;t t -s,@OBJEXT@,$OBJEXT,;t t -s,@CPP@,$CPP,;t t -s,@EGREP@,$EGREP,;t t -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t -s,@INSTALL_DATA@,$INSTALL_DATA,;t t -s,@SET_MAKE@,$SET_MAKE,;t t -s,@ALLOCA@,$ALLOCA,;t t -s,@RANLIB@,$RANLIB,;t t -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t -s,@USE_NLS@,$USE_NLS,;t t -s,@MSGFMT@,$MSGFMT,;t t -s,@GMSGFMT@,$GMSGFMT,;t t -s,@XGETTEXT@,$XGETTEXT,;t t -s,@GENCAT@,$GENCAT,;t t -s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t -s,@CATALOGS@,$CATALOGS,;t t -s,@CATOBJEXT@,$CATOBJEXT,;t t -s,@DATADIRNAME@,$DATADIRNAME,;t t -s,@GMOFILES@,$GMOFILES,;t t -s,@INSTOBJEXT@,$INSTOBJEXT,;t t -s,@INTLDEPS@,$INTLDEPS,;t t -s,@INTLLIBS@,$INTLLIBS,;t t -s,@INTLOBJS@,$INTLOBJS,;t t -s,@POFILES@,$POFILES,;t t -s,@POSUB@,$POSUB,;t t -s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t -s,@GT_NO@,$GT_NO,;t t -s,@GT_YES@,$GT_YES,;t t -s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t -s,@l@,$l,;t t -s,@INTLSUB@,$INTLSUB,;t t -s,@SANE_CONFIG@,$SANE_CONFIG,;t t -s,@SANE_LDFLAGS@,$SANE_LDFLAGS,;t t -s,@SANE_CFLAGS@,$SANE_CFLAGS,;t t -s,@SANE_LIBS@,$SANE_LIBS,;t t -s,@SANE_PREFIX@,$SANE_PREFIX,;t t -s,@PKG_CONFIG@,$PKG_CONFIG,;t t -s,@GIMP_CFLAGS@,$GIMP_CFLAGS,;t t -s,@GIMP_LIBS@,$GIMP_LIBS,;t t -s,@GIMP_CFLAGS_NOUI@,$GIMP_CFLAGS_NOUI,;t t -s,@GIMP_LIBS_NOUI@,$GIMP_LIBS_NOUI,;t t -s,@GIMP_DATA_DIR@,$GIMP_DATA_DIR,;t t -s,@GIMP_PLUGIN_DIR@,$GIMP_PLUGIN_DIR,;t t -s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t -s,@GTK_LIBS@,$GTK_LIBS,;t t -s,@GTK_CONFIG@,$GTK_CONFIG,;t t -s,@GIMP_CONFIG@,$GIMP_CONFIG,;t t -s,@GIMP_TOOL@,$GIMP_TOOL,;t t -s,@INCLUDES@,$INCLUDES,;t t -s,@BINPROGS@,$BINPROGS,;t t -s,@V_MAJOR@,$V_MAJOR,;t t -s,@V_MINOR@,$V_MINOR,;t t -s,@DLL_PRELOAD@,$DLL_PRELOAD,;t t -s,@XSANE_ICON@,$XSANE_ICON,;t t -s,@LIBOBJS@,$LIBOBJS,;t t -s,@LTLIBOBJS@,$LTLIBOBJS,;t t -CEOF - -_ACEOF - - cat >>$CONFIG_STATUS <<\_ACEOF - # Split the substitutions into bite-sized pieces for seds with - # small command number limits, like on Digital OSF/1 and HP-UX. - ac_max_sed_lines=48 - ac_sed_frag=1 # Number of current file. - ac_beg=1 # First line for current file. - ac_end=$ac_max_sed_lines # Line after last line for current file. - ac_more_lines=: - ac_sed_cmds= - while $ac_more_lines; do - if test $ac_beg -gt 1; then - sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag - else - sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag - fi - if test ! -s $tmp/subs.frag; then - ac_more_lines=false - else - # The purpose of the label and of the branching condition is to - # speed up the sed processing (if there are no `@' at all, there - # is no need to browse any of the substitutions). - # These are the two extra sed commands mentioned above. - (echo ':t - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed - if test -z "$ac_sed_cmds"; then - ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" - else - ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" - fi - ac_sed_frag=`expr $ac_sed_frag + 1` - ac_beg=$ac_end - ac_end=`expr $ac_end + $ac_max_sed_lines` - fi - done - if test -z "$ac_sed_cmds"; then - ac_sed_cmds=cat +if test -n "$CONFIG_FILES"; then + +_ACEOF + + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +SHELL!$SHELL$ac_delim +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim +PACKAGE_NAME!$PACKAGE_NAME$ac_delim +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim +PACKAGE_STRING!$PACKAGE_STRING$ac_delim +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim +exec_prefix!$exec_prefix$ac_delim +prefix!$prefix$ac_delim +program_transform_name!$program_transform_name$ac_delim +bindir!$bindir$ac_delim +sbindir!$sbindir$ac_delim +libexecdir!$libexecdir$ac_delim +datarootdir!$datarootdir$ac_delim +datadir!$datadir$ac_delim +sysconfdir!$sysconfdir$ac_delim +sharedstatedir!$sharedstatedir$ac_delim +localstatedir!$localstatedir$ac_delim +includedir!$includedir$ac_delim +oldincludedir!$oldincludedir$ac_delim +docdir!$docdir$ac_delim +infodir!$infodir$ac_delim +htmldir!$htmldir$ac_delim +dvidir!$dvidir$ac_delim +pdfdir!$pdfdir$ac_delim +psdir!$psdir$ac_delim +libdir!$libdir$ac_delim +localedir!$localedir$ac_delim +mandir!$mandir$ac_delim +DEFS!$DEFS$ac_delim +ECHO_C!$ECHO_C$ac_delim +ECHO_N!$ECHO_N$ac_delim +ECHO_T!$ECHO_T$ac_delim +LIBS!$LIBS$ac_delim +build_alias!$build_alias$ac_delim +host_alias!$host_alias$ac_delim +target_alias!$target_alias$ac_delim +PACKAGE!$PACKAGE$ac_delim +VERSION!$VERSION$ac_delim +XSANE_PACKAGE_VERSION!$XSANE_PACKAGE_VERSION$ac_delim +SANE_MAJOR!$SANE_MAJOR$ac_delim +CC!$CC$ac_delim +CFLAGS!$CFLAGS$ac_delim +LDFLAGS!$LDFLAGS$ac_delim +CPPFLAGS!$CPPFLAGS$ac_delim +ac_ct_CC!$ac_ct_CC$ac_delim +EXEEXT!$EXEEXT$ac_delim +OBJEXT!$OBJEXT$ac_delim +CPP!$CPP$ac_delim +GREP!$GREP$ac_delim +EGREP!$EGREP$ac_delim +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim +INSTALL_DATA!$INSTALL_DATA$ac_delim +SET_MAKE!$SET_MAKE$ac_delim +ALLOCA!$ALLOCA$ac_delim +RANLIB!$RANLIB$ac_delim +USE_NLS!$USE_NLS$ac_delim +MSGFMT!$MSGFMT$ac_delim +GMSGFMT!$GMSGFMT$ac_delim +XGETTEXT!$XGETTEXT$ac_delim +GENCAT!$GENCAT$ac_delim +USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim +CATALOGS!$CATALOGS$ac_delim +CATOBJEXT!$CATOBJEXT$ac_delim +DATADIRNAME!$DATADIRNAME$ac_delim +GMOFILES!$GMOFILES$ac_delim +INSTOBJEXT!$INSTOBJEXT$ac_delim +INTLDEPS!$INTLDEPS$ac_delim +INTLLIBS!$INTLLIBS$ac_delim +INTLOBJS!$INTLOBJS$ac_delim +POFILES!$POFILES$ac_delim +POSUB!$POSUB$ac_delim +INCLUDE_LOCALE_H!$INCLUDE_LOCALE_H$ac_delim +GT_NO!$GT_NO$ac_delim +GT_YES!$GT_YES$ac_delim +MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim +l!$l$ac_delim +INTLSUB!$INTLSUB$ac_delim +SANE_CONFIG!$SANE_CONFIG$ac_delim +SANE_LDFLAGS!$SANE_LDFLAGS$ac_delim +SANE_CFLAGS!$SANE_CFLAGS$ac_delim +SANE_LIBS!$SANE_LIBS$ac_delim +SANE_PREFIX!$SANE_PREFIX$ac_delim +PKG_CONFIG!$PKG_CONFIG$ac_delim +GIMP_CFLAGS!$GIMP_CFLAGS$ac_delim +GIMP_LIBS!$GIMP_LIBS$ac_delim +GIMP_CFLAGS_NOUI!$GIMP_CFLAGS_NOUI$ac_delim +GIMP_LIBS_NOUI!$GIMP_LIBS_NOUI$ac_delim +GIMP_DATA_DIR!$GIMP_DATA_DIR$ac_delim +GIMP_PLUGIN_DIR!$GIMP_PLUGIN_DIR$ac_delim +GTK_CFLAGS!$GTK_CFLAGS$ac_delim +GTK_LIBS!$GTK_LIBS$ac_delim +GTK_CONFIG!$GTK_CONFIG$ac_delim +GIMP_CONFIG!$GIMP_CONFIG$ac_delim +GIMP_TOOL!$GIMP_TOOL$ac_delim +INCLUDES!$INCLUDES$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi -fi # test -n "$CONFIG_FILES" +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof +_ACEOF + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +BINPROGS!$BINPROGS$ac_delim +V_MAJOR!$V_MAJOR$ac_delim +V_MINOR!$V_MINOR$ac_delim +DLL_PRELOAD!$DLL_PRELOAD$ac_delim +XSANE_ICON!$XSANE_ICON$ac_delim +LIBOBJS!$LIBOBJS$ac_delim +LTLIBOBJS!$LTLIBOBJS$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 7; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +:end +s/|#_!!_#|//g +CEOF$ac_eof _ACEOF + + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ 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/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + cat >>$CONFIG_STATUS <<\_ACEOF -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". - case $ac_file in - - | *:- | *:-:* ) # input from stdin - cat >$tmp/stdin - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - * ) ac_file_in=$ac_file.in ;; +fi # test -n "$CONFIG_FILES" + + +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift - # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. - ac_dir=`(dirname "$ac_file") 2>/dev/null || + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + ac_file_inputs="$ac_file_inputs $ac_f" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input="Generated from "`IFS=: + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + fi + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin";; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - { if $as_mkdir_p; then - mkdir -p "$ac_dir" - else - as_dir="$ac_dir" + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= - while test ! -d "$as_dir"; do - as_dirs="$as_dir $as_dirs" - as_dir=`(dirname "$as_dir") 2>/dev/null || + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break done - test ! -n "$as_dirs" || mkdir $as_dirs - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } - ac_builddir=. -if test "$ac_dir" != .; then +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` - # A "../" for each directory in $ac_dir_suffix. - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else - ac_dir_suffix= ac_top_builddir= -fi + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix case $srcdir in - .) # No --srcdir option. We are building in place. + .) # We are building in place. ac_srcdir=. - if test -z "$ac_top_builddir"; then - ac_top_srcdir=. - else - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` - fi ;; - [\\/]* | ?:[\\/]* ) # Absolute path. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir ;; - *) # Relative path. - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_builddir$srcdir ;; -esac + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix -# Do not use `cd foo && pwd` to compute absolute paths, because -# the directories may not exist. -case `pwd` in -.) ac_abs_builddir="$ac_dir";; -*) - case "$ac_dir" in - .) ac_abs_builddir=`pwd`;; - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; - *) ac_abs_builddir=`pwd`/"$ac_dir";; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_builddir=${ac_top_builddir}.;; -*) - case ${ac_top_builddir}. in - .) ac_abs_top_builddir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_srcdir=$ac_srcdir;; -*) - case $ac_srcdir in - .) ac_abs_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_srcdir=$ac_top_srcdir;; -*) - case $ac_top_srcdir in - .) ac_abs_top_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; - esac;; -esac + case $ac_mode in + :F) + # + # CONFIG_FILE + # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; - *) ac_INSTALL=$ac_top_builddir$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac +_ACEOF - if test x"$ac_file" != x-; then - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} - rm -f "$ac_file" - fi - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ - if test x"$ac_file" = x-; then - configure_input= - else - configure_input="$ac_file. " - fi - configure_input=$configure_input"Generated from `echo $ac_file_in | - sed 's,.*/,,'` by configure." - - # First look for the input files in the build tree, otherwise in the - # src tree. - ac_file_inputs=`IFS=: - for f in $ac_file_in; do - case $f in - -) echo $tmp/stdin ;; - [\\/$]*) - # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - echo "$f";; - *) # Relative - if test -f "$f"; then - # Build tree - echo "$f" - elif test -f "$srcdir/$f"; then - # Source tree - echo "$srcdir/$f" - else - # /dev/null tree - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - fi;; - esac - done` || { (exit 1); exit 1; } +cat >>$CONFIG_STATUS <<\_ACEOF +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= + +case `sed -n '/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p +' $ac_file_inputs` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF sed "$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s,@configure_input@,$configure_input,;t t -s,@srcdir@,$ac_srcdir,;t t -s,@abs_srcdir@,$ac_abs_srcdir,;t t -s,@top_srcdir@,$ac_top_srcdir,;t t -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t -s,@builddir@,$ac_builddir,;t t -s,@abs_builddir@,$ac_abs_builddir,;t t -s,@top_builddir@,$ac_top_builddir,;t t -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t -s,@INSTALL@,$ac_INSTALL,;t t -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out - rm -f $tmp/stdin - if test x"$ac_file" != x-; then - mv $tmp/out $ac_file - else - cat $tmp/out - rm -f $tmp/out - fi - -done -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF - -# -# CONFIG_HEADER section. -# +s&@configure_input@&$configure_input&;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +$ac_datarootdir_hack +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out + +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"; } && + { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +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;} -# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where -# NAME is the cpp macro being defined and VALUE is the value it is being given. -# -# ac_d sets the value in "#define NAME VALUE" lines. -ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' -ac_dB='[ ].*$,\1#\2' -ac_dC=' ' -ac_dD=',;t' -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". -ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' -ac_uB='$,\1#\2define\3' -ac_uC=' ' -ac_uD=',;t' - -for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". + rm -f "$tmp/stdin" case $ac_file in - - | *:- | *:-:* ) # input from stdin - cat >$tmp/stdin - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - * ) ac_file_in=$ac_file.in ;; + -) cat "$tmp/out"; rm -f "$tmp/out";; + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; esac + ;; + :H) + # + # CONFIG_HEADER + # +_ACEOF + +# Transform confdefs.h into a sed script `conftest.defines', that +# substitutes the proper values into config.h.in to produce config.h. +rm -f conftest.defines conftest.tail +# First, append a space to every undef/define line, to ease matching. +echo 's/$/ /' >conftest.defines +# Then, protect against being on the right side of a sed subst, or in +# an unquoted here document, in config.status. If some macros were +# called several times there might be several #defines for the same +# symbol, which is useless. But do not sort them, since the last +# AC_DEFINE must be honored. +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where +# NAME is the cpp macro being defined, VALUE is the value it is being given. +# PARAMS is the parameter list in the macro definition--in most cases, it's +# just an empty string. +ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' +ac_dB='\\)[ (].*,\\1define\\2' +ac_dC=' ' +ac_dD=' ,' - test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} - - # First look for the input files in the build tree, otherwise in the - # src tree. - ac_file_inputs=`IFS=: - for f in $ac_file_in; do - case $f in - -) echo $tmp/stdin ;; - [\\/$]*) - # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - # Do quote $f, to prevent DOS paths from being IFS'd. - echo "$f";; - *) # Relative - if test -f "$f"; then - # Build tree - echo "$f" - elif test -f "$srcdir/$f"; then - # Source tree - echo "$srcdir/$f" - else - # /dev/null tree - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - fi;; - esac - done` || { (exit 1); exit 1; } - # Remove the trailing spaces. - sed 's/[ ]*$//' $ac_file_inputs >$tmp/in - -_ACEOF - -# Transform confdefs.h into two sed scripts, `conftest.defines' and -# `conftest.undefs', that substitutes the proper values into -# config.h.in to produce config.h. The first handles `#define' -# templates, and the second `#undef' templates. -# And first: Protect against being on the right side of a sed subst in -# config.status. Protect against being in an unquoted here document -# in config.status. -rm -f conftest.defines conftest.undefs -# Using a here document instead of a string reduces the quoting nightmare. -# Putting comments in sed scripts is not portable. -# -# `end' is used to avoid that the second main sed command (meant for -# 0-ary CPP macros) applies to n-ary macro definitions. -# See the Autoconf documentation for `clear'. -cat >confdef2sed.sed <<\_ACEOF -s/[\\&,]/\\&/g -s,[\\$`],\\&,g -t clear -: clear -s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp -t end -s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp -: end -_ACEOF -# If some macros were called several times there might be several times -# the same #defines, which is useless. Nevertheless, we may not want to -# sort them, since we want the *last* AC-DEFINE to be honored. -uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines -sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs -rm -f confdef2sed.sed +uniq confdefs.h | + sed -n ' + t rset + :rset + s/^[ ]*#[ ]*define[ ][ ]*// + t ok + d + :ok + s/[\\&,]/\\&/g + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p + ' >>conftest.defines -# This sed command replaces #undef with comments. This is necessary, for +# Remove the space that was appended to ease matching. +# Then replace #undef with comments. This is necessary, for # example, in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. -cat >>conftest.undefs <<\_ACEOF -s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, +# (The regexp can be short, since the line contains either #define or #undef.) +echo 's/ $// +s,^[ #]*u.*,/* & */,' >>conftest.defines + +# Break up conftest.defines: +ac_max_sed_lines=50 + +# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" +# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" +# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" +# et cetera. +ac_in='$ac_file_inputs' +ac_out='"$tmp/out1"' +ac_nxt='"$tmp/out2"' + +while : +do + # Write a here document: + cat >>$CONFIG_STATUS <<_ACEOF + # First, check the format of the line: + cat >"\$tmp/defines.sed" <<\\CEOF +/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def +/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def +b +:def _ACEOF - -# Break up conftest.defines because some shells have a limit on the size -# of here documents, and old seds have small limits too (100 cmds). -echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS -echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS -echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS -echo ' :' >>$CONFIG_STATUS -rm -f conftest.tail -while grep . conftest.defines >/dev/null -do - # Write a limited-size here document to $tmp/defines.sed. - echo ' cat >$tmp/defines.sed <>$CONFIG_STATUS - # Speed up: don't consider the non `#define' lines. - echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS - # Work around the forget-to-reset-the-flag bug. - echo 't clr' >>$CONFIG_STATUS - echo ': clr' >>$CONFIG_STATUS - sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS + sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS echo 'CEOF - sed -f $tmp/defines.sed $tmp/in >$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in -' >>$CONFIG_STATUS - sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail + sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS + ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in + sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail + grep . conftest.tail >/dev/null || break rm -f conftest.defines mv conftest.tail conftest.defines done -rm -f conftest.defines -echo ' fi # grep' >>$CONFIG_STATUS -echo >>$CONFIG_STATUS - -# Break up conftest.undefs because some shells have a limit on the size -# of here documents, and old seds have small limits too (100 cmds). -echo ' # Handle all the #undef templates' >>$CONFIG_STATUS -rm -f conftest.tail -while grep . conftest.undefs >/dev/null -do - # Write a limited-size here document to $tmp/undefs.sed. - echo ' cat >$tmp/undefs.sed <>$CONFIG_STATUS - # Speed up: don't consider the non `#undef' - echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS - # Work around the forget-to-reset-the-flag bug. - echo 't clr' >>$CONFIG_STATUS - echo ': clr' >>$CONFIG_STATUS - sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS - echo 'CEOF - sed -f $tmp/undefs.sed $tmp/in >$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in -' >>$CONFIG_STATUS - sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail - rm -f conftest.undefs - mv conftest.tail conftest.undefs -done -rm -f conftest.undefs +rm -f conftest.defines conftest.tail +echo "ac_result=$ac_in" >>$CONFIG_STATUS cat >>$CONFIG_STATUS <<\_ACEOF - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ - if test x"$ac_file" = x-; then - echo "/* Generated by configure. */" >$tmp/config.h - else - echo "/* $ac_file. Generated by configure. */" >$tmp/config.h - fi - cat $tmp/in >>$tmp/config.h - rm -f $tmp/in if test x"$ac_file" != x-; then - if diff $ac_file $tmp/config.h >/dev/null 2>&1; then + echo "/* $configure_input */" >"$tmp/config.h" + cat "$ac_result" >>"$tmp/config.h" + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else - ac_dir=`(dirname "$ac_file") 2>/dev/null || -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - { if $as_mkdir_p; then - mkdir -p "$ac_dir" - else - as_dir="$ac_dir" - as_dirs= - while test ! -d "$as_dir"; do - as_dirs="$as_dir $as_dirs" - as_dir=`(dirname "$as_dir") 2>/dev/null || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - done - test ! -n "$as_dirs" || mkdir $as_dirs - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} - { (exit 1); exit 1; }; }; } - rm -f $ac_file - mv $tmp/config.h $ac_file + mv "$tmp/config.h" $ac_file fi else - cat $tmp/config.h - rm -f $tmp/config.h + echo "/* $configure_input */" + cat "$ac_result" fi -done -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF + rm -f "$tmp/out12" + ;; + :L) + # + # CONFIG_LINK + # -# -# CONFIG_LINKS section. -# + { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_file" >&5 +echo "$as_me: linking $srcdir/$ac_source to $ac_file" >&6;} -for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue - ac_dest=`echo "$ac_file" | sed 's,:.*,,'` - ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` - - { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5 -echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;} - - if test ! -r $srcdir/$ac_source; then + if test ! -r "$srcdir/$ac_source"; then { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5 echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;} { (exit 1); exit 1; }; } fi - rm -f $ac_dest - - # Make relative symlinks. - ac_dest_dir=`(dirname "$ac_dest") 2>/dev/null || -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_dest" : 'X\(//\)[^/]' \| \ - X"$ac_dest" : 'X\(//\)$' \| \ - X"$ac_dest" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$ac_dest" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - { if $as_mkdir_p; then - mkdir -p "$ac_dest_dir" - else - as_dir="$ac_dest_dir" - as_dirs= - while test ! -d "$as_dir"; do - as_dirs="$as_dir $as_dirs" - as_dir=`(dirname "$as_dir") 2>/dev/null || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - done - test ! -n "$as_dirs" || mkdir $as_dirs - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5 -echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;} - { (exit 1); exit 1; }; }; } - - ac_builddir=. - -if test "$ac_dest_dir" != .; then - ac_dir_suffix=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'` - # A "../" for each directory in $ac_dir_suffix. - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else - ac_dir_suffix= ac_top_builddir= -fi - -case $srcdir in - .) # No --srcdir option. We are building in place. - ac_srcdir=. - if test -z "$ac_top_builddir"; then - ac_top_srcdir=. - else - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` - fi ;; - [\\/]* | ?:[\\/]* ) # Absolute path. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir ;; - *) # Relative path. - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_builddir$srcdir ;; -esac - -# Do not use `cd foo && pwd` to compute absolute paths, because -# the directories may not exist. -case `pwd` in -.) ac_abs_builddir="$ac_dest_dir";; -*) - case "$ac_dest_dir" in - .) ac_abs_builddir=`pwd`;; - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dest_dir";; - *) ac_abs_builddir=`pwd`/"$ac_dest_dir";; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_builddir=${ac_top_builddir}.;; -*) - case ${ac_top_builddir}. in - .) ac_abs_top_builddir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_srcdir=$ac_srcdir;; -*) - case $ac_srcdir in - .) ac_abs_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_srcdir=$ac_top_srcdir;; -*) - case $ac_top_srcdir in - .) ac_abs_top_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; - esac;; -esac - + rm -f "$ac_file" + # Try a relative symlink, then a hard link, then a copy. case $srcdir in [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;; - *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;; + *) ac_rel_source=$ac_top_build_prefix$srcdir/$ac_source ;; esac - - # Try a symlink, then a hard link, then a copy. - ln -s $ac_rel_source $ac_dest 2>/dev/null || - ln $srcdir/$ac_source $ac_dest 2>/dev/null || - cp -p $srcdir/$ac_source $ac_dest || - { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5 -echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;} + ln -s "$ac_rel_source" "$ac_file" 2>/dev/null || + ln "$srcdir/$ac_source" "$ac_file" 2>/dev/null || + cp -p "$srcdir/$ac_source" "$ac_file" || + { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&5 +echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&2;} { (exit 1); exit 1; }; } -done -_ACEOF + ;; + + esac + +done # for ac_tag -cat >>$CONFIG_STATUS <<\_ACEOF { (exit 0); exit 0; } _ACEOF diff -Nru xsane-0.996/configure.in xsane-0.997/configure.in --- xsane-0.996/configure.in 2007-12-17 10:17:50.000000000 +0000 +++ xsane-0.997/configure.in 2009-07-21 19:37:20.000000000 +0100 @@ -6,7 +6,7 @@ # version code: V_MAJOR=0 -V_MINOR=996 +V_MINOR=997 PACKAGE=xsane diff -Nru xsane-0.996/debian/changelog xsane-0.997/debian/changelog --- xsane-0.996/debian/changelog 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/changelog 2010-07-16 06:24:26.000000000 +0100 @@ -1,8 +1,103 @@ -xsane (0.996-2ubuntu1.1~ppa1~jaunty1) jaunty; urgency=low +xsane (0.997-2ubuntu2~ppa1~jaunty1) jaunty; urgency=low - * Backport to Jaunty. + * Backport to jaunty. - -- Nicola Ferralis Wed, 09 Dec 2009 13:21:25 -0800 + -- Nicola Ferralis Wed, 15 Jul 2010 15:12:47 -0700 + +xsane (0.997-2ubuntu2) maverick; urgency=low + + * Disable compiler optimization for thumb2/armv7. (LP: #600717) + + -- David Sugar Thu, 01 Jul 2010 16:12:35 +0000 + +xsane (0.997-2ubuntu1) maverick; urgency=low + + [ Lorenzo De Liso ] + * Merge from debian unstable (LP: #596843), remaining changes: + - debian/patches/13_pot_desktop_msgid.dpatch: Add .desktop file Name and + Comment to the POT. + - debian/control: + + Depend on firefox instead of iceweasel. + - debian/xsane.desktop: + + Use generic scanner icon instead of out-dated/confusing xsane icon + + Modified to match POT changes (LP: #410234) + - debian/control: + + remove Vcs-Bzr tag + * Dropped changes: + - lp: #370818: Fixed a problem in mouse event processing that interfered + with selecting the scan rectangle in the preview window: fixed in debian + * Renamed 13_pot_desktop_msgid.dpatch to pot_desktop_msgid.patch since + the package uses no longer dpatch. + + [ Stefano Rivera ] + * Merged -doc back into -common. Debian rejected this change. + Closes: #454122. + + -- Lorenzo De Liso Mon, 21 Jun 2010 12:50:50 +0200 + +xsane (0.997-2) unstable; urgency=low + + * debian/patches/fix_spin_button_pagesize.patch: + + Added back; not fixed upstream. + + -- Julien BLACHE Mon, 31 May 2010 19:37:03 +0200 + +xsane (0.997-1) unstable; urgency=low + + * New upstream release. + + * debian/patches/fix_preview_mouse_events.patch: + + Added; fix mouse events handling in the preview window (closes: #583661). + * debian/patches/fix_cap_always_settable.patch, + debian/patches/fix_spin_button_pagesize.patch: + + Removed; fixed upstream. + + -- Julien BLACHE Sat, 29 May 2010 12:49:57 +0200 + +xsane (0.996-4) unstable; urgency=low + + * Package converted to source format 3.0 (quilt). + + Patches now have DEP-3 headers. + + * debian/control: + + Drop dpatch build-dep. + + Bump Standards-Version to 3.8.4. + + Add ${misc:Depends}. + * debian/rules: + + Drop dpatch code. + + * debian/patches/fix_message_typo.patch: + + Added; fix a typo in GUI messages (closes: #569747). + * debian/patches/i18n_po_update_fr.patch: + + Added; update french translation (closes: #573213). + + -- Julien BLACHE Sat, 13 Mar 2010 21:14:18 +0100 + +xsane (0.996-3) unstable; urgency=low + + * debian/control: + + Bump Standards-Version to 3.8.3 (no changes). + + * debian/patches/20_spin_button_pagesize.dpatch: + + Added; fix adjustment page size for spin buttons (closes: #562253). + + -- Julien BLACHE Sun, 27 Dec 2009 08:41:32 +0100 + +xsane (0.996-2ubuntu3) lucid-proposed; urgency=low + + * lp: #370818: Fixed a problem in mouse event processing that interfered + with selecting the scan rectangle in the preview window. + + -- Reinhard Fössmeier "Aisano" Thu, 20 May 2010 21:0$ + +xsane (0.996-2ubuntu2) lucid-proposed; urgency=low + + * Rebuild needed to get translations back after demotion to universe + (LP: #571329) + * debian/control: + - remove Vcs-Bzr tag + + -- Didier Roche Wed, 28 Apr 2010 14:31:56 +0200 xsane (0.996-2ubuntu1.1) karmic-proposed; urgency=low @@ -464,29 +559,6 @@ -- Martin Pitt Fri, 29 Oct 2004 13:05:46 +0200 -xsane (0.97-3) unstable; urgency=medium - - * debian/postinst: - + Fixed the link target directory. - + Empty /usr/share/doc/html before trying to remove it (closes: - #292718). - - -- Aurelien Jarno Thu, 3 Feb 2005 16:24:20 +0100 - -xsane (0.97-2) unstable; urgency=low - - * debian/patches/10_batch_scan_bugfix.dpatch: - + Added; fix batch scanning bug, patch from Oliver Rauch. - - -- Julien BLACHE Thu, 27 Jan 2005 22:14:08 +0100 - -xsane (0.97-1) unstable; urgency=low - - * New upstream release. - + Fixes "filechooser chews up CPU" problem (closes: #287596). - - -- Julien BLACHE Sat, 22 Jan 2005 20:53:34 +0100 - xsane (0.96-1) unstable; urgency=low * New upstream release. diff -Nru xsane-0.996/debian/control xsane-0.997/debian/control --- xsane-0.996/debian/control 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/control 2010-07-16 06:24:26.000000000 +0100 @@ -1,18 +1,17 @@ Source: xsane Section: graphics Priority: optional -Maintainer: Ubuntu Core Developers +Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Julien BLACHE -Standards-Version: 3.8.2 -Build-Depends: debhelper (>= 5), dpatch, libgimp2.0-dev (>= 2.0.0), libgtk2.0-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, liblcms1-dev, libsane-dev (>= 1.0.11-3), zlib1g-dev, gettext, autotools-dev -Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/xsane/ubuntu +Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 5), libgimp2.0-dev (>= 2.0.0), libgtk2.0-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, liblcms1-dev, libsane-dev (>= 1.0.11-3), zlib1g-dev, gettext, autotools-dev Package: xsane Section: graphics Architecture: any -Depends: xsane-common (= ${source:Version}), ${shlibs:Depends} +Depends: xsane-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Recommends: firefox | www-browser, cups-client -Suggests: xsane-doc, gimp, hylafax-client | mgetty-fax, gv, gocr +Suggests: gimp, hylafax-client | mgetty-fax, gv, gocr Description: featureful graphical frontend for SANE (Scanner Access Now Easy) xsane can be run as a stand-alone program or through the GIMP image manipulation program. In stand-alone mode, xsane can save an image @@ -32,7 +31,9 @@ Package: xsane-common Section: graphics Architecture: all -Replaces: xsane +Depends: ${misc:Depends} +Replaces: xsane, xsane-doc +Conflicts: xsane-doc Recommends: xsane Description: featureful graphical frontend for SANE (Scanner Access Now Easy) xsane can be run as a stand-alone program or through the GIMP image @@ -41,16 +42,4 @@ fax program, or send an image to a printer. . This package contains architecture-independent files needed by xsane - (locales). - -Package: xsane-doc -Section: doc -Architecture: all -Replaces: xsane-common (<< 0.99+0.991-3ubuntu5) -Description: GTK+-based X11 frontend for SANE (Scanner Access Now Easy) - xsane can be run as a stand-alone program or through the GIMP image - manipulation program. In stand-alone mode, xsane can save an image - to a file in a variety of image formats, serve as a frontend to a - fax program, or send an image to a printer. - . - This package contains the help files for xsane. + (locales, help). diff -Nru xsane-0.996/debian/patches/00list xsane-0.997/debian/patches/00list --- xsane-0.996/debian/patches/00list 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/00list 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -01_printing_defaults -02_docviewer -03_gimp_acquire_menu -04_inhibit_clickthrough -05_options_handling_fix -06_fix_pdf_xref -07_fix_pdf_floats -08_po_update_es_add_gl -09_cap_always_settable -10_broken_links -13_pot_desktop_msgid - diff -Nru xsane-0.996/debian/patches/01_printing_defaults.dpatch xsane-0.997/debian/patches/01_printing_defaults.dpatch --- xsane-0.996/debian/patches/01_printing_defaults.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/01_printing_defaults.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01_printing_defaults.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Change default printing options, switch from lpr to lp. - -@DPATCH@ -diff -urNad xsane-0.995~/src/xsane.h xsane-0.995/src/xsane.h ---- xsane-0.995~/src/xsane.h 2008-09-08 11:02:36.000000000 +0200 -+++ xsane-0.995/src/xsane.h 2008-09-08 11:03:17.191704659 +0200 -@@ -510,8 +510,8 @@ - - #define OUT_FILENAME "out.pnm" - #define PRINTERNAME "new printer" --#define PRINTERCOMMAND "lpr" --#define PRINTERCOPYNUMBEROPTION "-#" -+#define PRINTERCOMMAND "lp" -+#define PRINTERCOPYNUMBEROPTION "-n" - #define FAXPROJECT "faxproject" - #define FAXCOMMAND "sendfax" - #define FAXRECEIVEROPT "-d" diff -Nru xsane-0.996/debian/patches/02_docviewer.dpatch xsane-0.997/debian/patches/02_docviewer.dpatch --- xsane-0.996/debian/patches/02_docviewer.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/02_docviewer.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,37 +0,0 @@ -#!/bin/sh -e -## 02_docviewer.dpatch.dpatch by Aurelien Jarno -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Change default browser to /usr/bin/sensible-browser. - -if [ $# -ne 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch}" - -case "$1" in - -patch) patch $patch_opts -p1 < $0;; - -unpatch) patch $patch_opts -p1 -R < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1;; -esac - -exit 0 - -@DPATCH@ -diff -urNad xsane-0.995~/src/xsane.h xsane-0.995/src/xsane.h ---- xsane-0.995~/src/xsane.h 2007-08-13 09:20:32.000000000 +0200 -+++ xsane-0.995/src/xsane.h 2007-11-22 11:24:15.068421579 +0100 -@@ -251,7 +251,7 @@ - # elif defined(HAVE_OS2_H) - # define DEFAULT_BROWSER "netscape" - # else --# define DEFAULT_BROWSER "netscape" -+# define DEFAULT_BROWSER "/usr/bin/sensible-browser" - # endif - #endif - diff -Nru xsane-0.996/debian/patches/03_gimp_acquire_menu.dpatch xsane-0.997/debian/patches/03_gimp_acquire_menu.dpatch --- xsane-0.996/debian/patches/03_gimp_acquire_menu.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/03_gimp_acquire_menu.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,39 +0,0 @@ -#!/bin/sh -e -## 03_gimp_acquire_menu.dpatch.dpatch by Aurelien Jarno -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Group XSane actions in their own submenu in the Acquire menu. - -if [ $# -ne 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch}" - -case "$1" in - -patch) patch $patch_opts -p1 < $0;; - -unpatch) patch $patch_opts -p1 -R < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1;; -esac - -exit 0 - -@DPATCH@ -diff -urNad xsane-0.995~/src/xsane-text.h xsane-0.995/src/xsane-text.h ---- xsane-0.995~/src/xsane-text.h 2007-08-13 09:16:43.000000000 +0200 -+++ xsane-0.995/src/xsane-text.h 2007-11-22 11:24:49.170421498 +0100 -@@ -869,8 +869,8 @@ - #define XSANE_GIMP_INSTALL_HELP _("This function provides access to scanners and other image acquisition devices through the SANE (Scanner Access Now Easy) interface.") - - /* Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" */ --#define XSANE_GIMP_MENU_DIALOG _("/File/Acquire/XSane: Device dialog...") --#define XSANE_GIMP_MENU _("/File/Acquire/XSane: ") -+#define XSANE_GIMP_MENU_DIALOG _("/File/Acquire/XSane/Device dialog...") -+#define XSANE_GIMP_MENU _("/File/Acquire/XSane/") - #define XSANE_GIMP_MENU_DIALOG_OLD _("/Xtns/XSane/Device dialog...") - #define XSANE_GIMP_MENU_OLD _("/Xtns/XSane/") - diff -Nru xsane-0.996/debian/patches/04_inhibit_clickthrough.dpatch xsane-0.997/debian/patches/04_inhibit_clickthrough.dpatch --- xsane-0.996/debian/patches/04_inhibit_clickthrough.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/04_inhibit_clickthrough.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,59 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 04_inhibit_clickthrough.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Finally give up and inhibit the license clickthrough. - -@DPATCH@ -diff -urNad xsane-0.995~/src/xsane.c xsane-0.995/src/xsane.c ---- xsane-0.995~/src/xsane.c 2007-09-28 17:24:56.000000000 +0200 -+++ xsane-0.995/src/xsane.c 2008-04-11 18:56:55.120439147 +0200 -@@ -1901,11 +1901,11 @@ - /* ---------------------------------------------------------------------------------------------------------------------- */ - - static int xsane_pref_restore(void) --/* returns true if this is the first time this xsane version is called */ -+/* Originally: returns true if this is the first time this xsane version is called */ - { - char filename[PATH_MAX]; - int fd; -- int result = TRUE; -+ int result = FALSE; - int i; - - DBG(DBG_proc, "xsane_pref_restore\n"); -@@ -1919,6 +1919,7 @@ - preferences_restore(fd); - close(fd); - -+#if 0 - /* the version test only is done for the local xsane.rc file because each user */ - /* shall accept (or not) the license for xsane */ - if (preferences.xsane_version_str) -@@ -1928,6 +1929,7 @@ - result = FALSE; /* this version already has been started */ - } - } -+#endif /* 0 */ - } - else /* no local sane file, look for system file */ - { -@@ -5795,7 +5797,10 @@ - xsane.xsane_rc_set_filename = strdup("xsane"); /* ".rc" is appended later */ - } - -+ xsane_pref_restore(); -+ xsane_pref_save(); - -+#if 0 /* Original XSane code */ - if (xsane_pref_restore()) /* restore preferences, returns TRUE if license is not accpted yet */ - { - if (xsane_display_eula(1)) /* show license and ask for accept/not accept */ -@@ -5808,6 +5813,7 @@ - xsane_pref_save(); - } - } -+#endif /* Original XSane code */ - - xsane_pref_restore_media(); - diff -Nru xsane-0.996/debian/patches/05_options_handling_fix.dpatch xsane-0.997/debian/patches/05_options_handling_fix.dpatch --- xsane-0.996/debian/patches/05_options_handling_fix.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/05_options_handling_fix.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,242 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 05_options_handling_fix.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Duplicate string values for options with constraint type of -## DP: SANE_CONSTRAINT_STRING_LIST. The string list is not guaranteed to -## DP: be stable, and actually isn't stable when the net backend is used. - -@DPATCH@ -diff -urNad xsane-0.995~/src/xsane-back-gtk.c xsane-0.995/src/xsane-back-gtk.c ---- xsane-0.995~/src/xsane-back-gtk.c 2008-07-25 18:53:38.000000000 +0200 -+++ xsane-0.995/src/xsane-back-gtk.c 2008-07-25 18:53:45.764102480 +0200 -@@ -2226,11 +2226,13 @@ - /* ----------------------------------------------------------------------------------------------------------------- */ - - void xsane_back_gtk_option_menu_new(GtkWidget *parent, const char *name, char *str_list[], -- const char *val, DialogElement *elem, -+ const char *val, SANE_Constraint_Type constraint_type, DialogElement *elem, - GtkTooltips *tooltips, const char *desc, SANE_Int settable) - { - GtkWidget *hbox, *label, *option_menu, *menu, *item; - MenuItem *menu_items; -+ int dup_string; -+ char *strval; - int i, num_items; - - DBG(DBG_proc, "xsane_back_gtk_option_menu_new(%s)\n", name); -@@ -2248,16 +2250,23 @@ - - menu_items = malloc((num_items + 1) * sizeof(menu_items[0])); - -+ dup_string = (constraint_type == SANE_CONSTRAINT_STRING_LIST); -+ - menu = gtk_menu_new(); - for (i = 0; i < num_items; ++i) - { -- item = gtk_menu_item_new_with_label(_BGT(str_list[i])); -+ if (dup_string) -+ strval = strdup(str_list[i]); -+ else -+ strval = str_list[i]; -+ -+ item = gtk_menu_item_new_with_label(_BGT(strval)); - gtk_container_add(GTK_CONTAINER(menu), item); - g_signal_connect(GTK_OBJECT(item), "activate", (GtkSignalFunc) xsane_back_gtk_option_menu_callback, menu_items + i); - - gtk_widget_show(item); - -- menu_items[i].label = str_list[i]; -+ menu_items[i].label = strval; - menu_items[i].elem = elem; - menu_items[i].index = i; - } -@@ -2403,14 +2412,15 @@ - xsane.standard_hbox = NULL; - xsane.advanced_hbox = NULL; - -- /* free the menu labels of integer/fix-point word-lists: */ -+ /* free the menu labels */ - for (i = 0; i < xsane.num_elements; ++i) - { - if (xsane.element[i].menu) - { - opt = xsane_get_option_descriptor(xsane.dev, i); - elem = xsane.element + i; -- if (opt->type != SANE_TYPE_STRING) -+ if ((opt->type != SANE_TYPE_STRING) -+ || (opt->constraint_type == SANE_CONSTRAINT_STRING_LIST)) - { - for (j = 0; j < elem->menu_size; ++j) - { -diff -urNad xsane-0.995~/src/xsane-back-gtk.h xsane-0.995/src/xsane-back-gtk.h ---- xsane-0.995~/src/xsane-back-gtk.h 2008-07-25 18:53:38.000000000 +0200 -+++ xsane-0.995/src/xsane-back-gtk.h 2008-07-25 18:53:45.764102480 +0200 -@@ -117,7 +117,7 @@ - gfloat quant, int automatic, - DialogElement *elem, GtkTooltips *tooltips, const char *desc, SANE_Int settable); - extern void xsane_back_gtk_option_menu_new(GtkWidget *parent, const char *name, char *str_list[], -- const char *val, DialogElement *elem, GtkTooltips *tooltips, const char *desc, SANE_Int settable); -+ const char *val, SANE_Constraint_Type constraint_type, DialogElement *elem, GtkTooltips *tooltips, const char *desc, SANE_Int settable); - extern void xsane_back_gtk_text_entry_new(GtkWidget *parent, const char *name, const char *val, - DialogElement *elem, GtkTooltips *tooltips, const char *desc, SANE_Int settable); - extern void xsane_back_gtk_push_button_callback(GtkWidget *widget, gpointer data); -diff -urNad xsane-0.995~/src/xsane-front-gtk.c xsane-0.995/src/xsane-front-gtk.c ---- xsane-0.995~/src/xsane-front-gtk.c 2008-07-25 18:53:38.000000000 +0200 -+++ xsane-0.995/src/xsane-front-gtk.c 2008-07-25 18:53:58.887267644 +0200 -@@ -64,10 +64,10 @@ - int *state, void *xsane_toggle_button_callback); - GtkWidget *xsane_button_new_with_pixmap(GdkWindow *window, GtkWidget *parent, const char *xpm_d[], const char *desc, - void *xsane_button_callback, gpointer data); --void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, int option_number, const char *desc, -+void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, SANE_Constraint_Type constraint_type, int option_number, const char *desc, - void *option_menu_callback, SANE_Int settable, const gchar *widget_name); - void xsane_option_menu_new_with_pixmap(GdkWindow *window, GtkBox *parent, const char *xpm_d[], const char *desc, -- char *str_list[], const char *val, -+ char *str_list[], const char *val, SANE_Constraint_Type constraint_type, - GtkWidget **data, int option, - void *option_menu_callback, SANE_Int settable, const gchar *widget_name); - void xsane_range_new(GtkBox *parent, char *labeltext, const char *desc, -@@ -1007,12 +1007,14 @@ - - /* ---------------------------------------------------------------------------------------------------------------------- */ - --void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, int option_number, const char *desc, -+void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, SANE_Constraint_Type constraint_type, int option_number, const char *desc, - void *option_menu_callback, SANE_Int settable, const gchar *widget_name) - { - GtkWidget *option_menu, *menu, *item; - MenuItem *menu_items; - DialogElement *elem; -+ int dup_string; -+ char *strval; - int i, num_items; - - DBG(DBG_proc, "xsane_option_menu_new\n"); -@@ -1031,9 +1033,16 @@ - gtk_widget_set_name(menu, widget_name); - } - -+ dup_string = (constraint_type == SANE_CONSTRAINT_STRING_LIST); -+ - for (i = 0; i < num_items; ++i) - { -- item = gtk_menu_item_new_with_label(_BGT(str_list[i])); -+ if (dup_string) -+ strval = strdup(str_list[i]); -+ else -+ strval = str_list[i]; -+ -+ item = gtk_menu_item_new_with_label(_BGT(strval)); - gtk_container_add(GTK_CONTAINER(menu), item); - - if (option_menu_callback) -@@ -1047,7 +1056,7 @@ - - gtk_widget_show(item); - -- menu_items[i].label = str_list[i]; -+ menu_items[i].label = strval; - menu_items[i].elem = elem; - menu_items[i].index = i; - } -@@ -1075,7 +1084,7 @@ - /* ---------------------------------------------------------------------------------------------------------------------- */ - - void xsane_option_menu_new_with_pixmap(GdkWindow *window, GtkBox *parent, const char *xpm_d[], const char *desc, -- char *str_list[], const char *val, -+ char *str_list[], const char *val, SANE_Constraint_Type constraint_type, - GtkWidget **data, int option, - void *option_menu_callback, SANE_Int settable, const gchar *widget_name) - { -@@ -1094,7 +1103,7 @@ - gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); - gtk_widget_show(pixmapwidget); - -- xsane_option_menu_new(hbox, str_list, val, option, desc, option_menu_callback, settable, widget_name); -+ xsane_option_menu_new(hbox, str_list, val, constraint_type, option, desc, option_menu_callback, settable, widget_name); - gtk_widget_show(hbox); - } - -diff -urNad xsane-0.995~/src/xsane-front-gtk.h xsane-0.995/src/xsane-front-gtk.h ---- xsane-0.995~/src/xsane-front-gtk.h 2008-07-25 18:53:38.000000000 +0200 -+++ xsane-0.995/src/xsane-front-gtk.h 2008-07-25 18:53:45.768101033 +0200 -@@ -54,10 +54,10 @@ - extern GtkWidget *xsane_button_new_with_pixmap(GdkWindow *window, GtkWidget *parent, const char *xpm_d[], const char *desc, - void *xsane_button_callback, gpointer data); - extern void xsane_pixmap_new(GtkWidget *parent, char *title, int width, int height, XsanePixmap *hist); --extern void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, int option_number, const char *desc, -+extern void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, SANE_Constraint_Type constraint_type, int option_number, const char *desc, - void *option_menu_callback, SANE_Int settable, const gchar *widget_name); - extern void xsane_option_menu_new_with_pixmap(GdkWindow *window, GtkBox *parent, const char *xpm_d[], const char *desc, -- char *str_list[], const char *val, -+ char *str_list[], const char *val, SANE_Constraint_Type constraint_type, - GtkWidget **data, int option, - void *option_menu_callback, SANE_Int settable, const gchar *widget_name); - extern void xsane_range_new(GtkBox *parent, char *labeltext, const char *desc, -diff -urNad xsane-0.995~/src/xsane.c xsane-0.995/src/xsane.c ---- xsane-0.995~/src/xsane.c 2008-07-25 18:53:45.132101694 +0200 -+++ xsane-0.995/src/xsane.c 2008-07-25 18:53:45.772100494 +0200 -@@ -876,7 +876,7 @@ - str_list[j] = 0; - sprintf(str, "%d", (int) val); - -- xsane_option_menu_new_with_pixmap(xsane.xsane_window->window, GTK_BOX(parent), image_xpm, desc, str_list, str, &resolution_widget, well_known_option, -+ xsane_option_menu_new_with_pixmap(xsane.xsane_window->window, GTK_BOX(parent), image_xpm, desc, str_list, str, opt->constraint_type, &resolution_widget, well_known_option, - xsane_resolution_list_callback, SANE_OPTION_IS_SETTABLE(opt->cap), widget_name); - - free(str_list); -@@ -931,7 +931,7 @@ - - - xsane_option_menu_new_with_pixmap(xsane.xsane_window->window, GTK_BOX(parent), image_xpm, desc, -- str_list, str, &resolution_widget, well_known_option, -+ str_list, str, opt->constraint_type, &resolution_widget, well_known_option, - xsane_resolution_list_callback, SANE_OPTION_IS_SETTABLE(opt->cap), widget_name); - free(str_list); - } -@@ -1490,7 +1490,7 @@ - set = malloc(opt->size); - status = xsane_control_option(xsane.dev, xsane.well_known.scansource, SANE_ACTION_GET_VALUE, set, 0); - -- xsane_option_menu_new(hbox, (char **) opt->constraint.string_list, set, xsane.well_known.scansource, -+ xsane_option_menu_new(hbox, (char **) opt->constraint.string_list, set, opt->constraint_type, xsane.well_known.scansource, - _BGT(opt->desc), 0, SANE_OPTION_IS_SETTABLE(opt->cap), 0); - } - break; -@@ -1529,7 +1529,7 @@ - set = malloc(opt->size); - status = xsane_control_option(xsane.dev, xsane.well_known.scanmode, SANE_ACTION_GET_VALUE, set, 0); - -- xsane_option_menu_new(hbox, (char **) opt->constraint.string_list, set, xsane.well_known.scanmode, -+ xsane_option_menu_new(hbox, (char **) opt->constraint.string_list, set, opt->constraint_type, xsane.well_known.scanmode, - _BGT(opt->desc), xsane_scanmode_menu_callback, SANE_OPTION_IS_SETTABLE(opt->cap), 0); - } - break; -@@ -4635,7 +4635,7 @@ - } - str_list[j] = 0; - sprintf(str, "%d", val); -- xsane_back_gtk_option_menu_new(parent, title, str_list, str, elem, xsane.tooltips, _BGT(opt->desc), -+ xsane_back_gtk_option_menu_new(parent, title, str_list, str, opt->constraint_type, elem, xsane.tooltips, _BGT(opt->desc), - SANE_OPTION_IS_SETTABLE(opt->cap)); - free(str_list); - gtk_widget_show(parent->parent); -@@ -4733,7 +4733,7 @@ - } - str_list[j] = 0; - sprintf(str, "%g", SANE_UNFIX(val)); -- xsane_back_gtk_option_menu_new(parent, title, str_list, str, elem, xsane.tooltips, _BGT(opt->desc), SANE_OPTION_IS_SETTABLE(opt->cap)); -+ xsane_back_gtk_option_menu_new(parent, title, str_list, str, opt->constraint_type, elem, xsane.tooltips, _BGT(opt->desc), SANE_OPTION_IS_SETTABLE(opt->cap)); - free (str_list); - gtk_widget_show(parent->parent); - } -@@ -4770,7 +4770,7 @@ - (strcmp (opt->name, SANE_NAME_SCAN_SOURCE) != 0) ) /* do not show scansource */ - { - /* use a "list-selection" widget */ -- xsane_back_gtk_option_menu_new(parent, title, (char **) opt->constraint.string_list, buf, -+ xsane_back_gtk_option_menu_new(parent, title, (char **) opt->constraint.string_list, buf, opt->constraint_type, - elem, xsane.tooltips, _BGT(opt->desc), SANE_OPTION_IS_SETTABLE(opt->cap)); - gtk_widget_show (parent->parent); - } diff -Nru xsane-0.996/debian/patches/06_fix_pdf_xref.dpatch xsane-0.997/debian/patches/06_fix_pdf_xref.dpatch --- xsane-0.996/debian/patches/06_fix_pdf_xref.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/06_fix_pdf_xref.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 06_fix_pdf_xref.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Mark non-existent objects as free in the xref table. - -@DPATCH@ -diff -urNad xsane-0.995~/src/xsane-multipage-project.c xsane-0.995/src/xsane-multipage-project.c ---- xsane-0.995~/src/xsane-multipage-project.c 2007-05-17 14:57:31.000000000 +0200 -+++ xsane-0.995/src/xsane-multipage-project.c 2008-09-17 21:54:28.871207862 +0200 -@@ -973,6 +973,10 @@ - else if (output_format == XSANE_PDF) - { - xsane_save_pdf_create_document_header(outfile, &xref, pages, preferences.save_pdf_flatedecoded); -+ -+ /* Objects 4 and 5 are unused and do not exist */ -+ xref.obj[4] = 0; -+ xref.obj[5] = 0; - } - } - #ifdef HAVE_LIBTIFF diff -Nru xsane-0.996/debian/patches/07_fix_pdf_floats.dpatch xsane-0.997/debian/patches/07_fix_pdf_floats.dpatch --- xsane-0.996/debian/patches/07_fix_pdf_floats.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/07_fix_pdf_floats.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,69 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 07_fix_pdf_floats.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Set LC_NUMERIC to POSIX before printing floats when building -## DP: PostScript of PDF output. - -@DPATCH@ -diff -urNad xsane-0.996~/src/xsane-save.c xsane-0.996/src/xsane-save.c ---- xsane-0.996~/src/xsane-save.c 2008-09-20 22:48:29.000000000 +0200 -+++ xsane-0.996/src/xsane-save.c 2009-06-26 11:46:52.599585386 +0200 -@@ -26,6 +26,8 @@ - #include "xsane-back-gtk.h" - #include "xsane-front-gtk.h" - #include "xsane-save.h" -+#include -+#include - #include - #include - -@@ -2411,6 +2413,7 @@ - int flatedecode) - { - int depth; -+ char *save_locale; - - depth = image_info->depth; - -@@ -2428,8 +2431,15 @@ - - fprintf(outfile, "%d rotate\n", degree); - fprintf(outfile, "%d %d translate\n", position_left, position_bottom); -+ -+ save_locale = strdup(setlocale(LC_NUMERIC, NULL)); -+ setlocale(LC_NUMERIC, "POSIX"); -+ - fprintf(outfile, "%f %f scale\n", width, height); - -+ setlocale(LC_NUMERIC, save_locale); -+ free(save_locale); -+ - fprintf(outfile, "<<\n"); - fprintf(outfile, " /ImageType 1\n"); - fprintf(outfile, " /Width %d\n", image_info->image_width); -@@ -3889,6 +3899,7 @@ - int position_left, position_bottom, box_left, box_bottom, box_right, box_top, depth; - int left, bottom; - float rad; -+ char *save_locale; - - DBG(DBG_proc, "xsane_save_pdf_create_page_header\n"); - -@@ -4003,8 +4014,16 @@ - - fprintf(outfile, "q\n"); - fprintf(outfile, "1 0 0 1 %d %d cm\n", position_left, position_bottom); /* translate */ -+ -+ save_locale = strdup(setlocale(LC_NUMERIC, NULL)); -+ setlocale(LC_NUMERIC, "POSIX"); -+ - fprintf(outfile, "%f %f -%f %f 0 0 cm\n", cos(rad), sin(rad), sin(rad), cos(rad)); /* rotate */ - fprintf(outfile, "%f 0 0 %f 0 0 cm\n", width, height); /* scale */ -+ -+ setlocale(LC_NUMERIC, save_locale); -+ free(save_locale); -+ - fprintf(outfile, "BI\n"); - fprintf(outfile, " /W %d\n", image_info->image_width); - fprintf(outfile, " /H %d\n", image_info->image_height); diff -Nru xsane-0.996/debian/patches/08_po_update_es_add_gl.dpatch xsane-0.997/debian/patches/08_po_update_es_add_gl.dpatch --- xsane-0.996/debian/patches/08_po_update_es_add_gl.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/08_po_update_es_add_gl.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,6411 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 08_po_update_es_add_gl.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Update es translation, add new gl translation. -## DP: Courtesy of Miguel Bouzada . - -@DPATCH@ -diff -urNad xsane-0.996~/configure xsane-0.996/configure ---- xsane-0.996~/configure 2007-12-17 11:18:11.000000000 +0100 -+++ xsane-0.996/configure 2009-06-26 11:50:32.201585328 +0200 -@@ -1329,7 +1329,7 @@ - BINPROGS="xsane" - - # languages --ALL_LINGUAS="ca cs da de es fi fr hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv vi tr zh zh_CN" -+ALL_LINGUAS="ca cs da de es fi fr gl hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv vi tr zh zh_CN" - - SANE_V_MAJOR=1 - VERSION=${V_MAJOR}.${V_MINOR} -diff -urNad xsane-0.996~/po/es.po xsane-0.996/po/es.po ---- xsane-0.996~/po/es.po 2007-11-21 20:18:26.000000000 +0100 -+++ xsane-0.996/po/es.po 2009-06-26 11:51:58.505593289 +0200 -@@ -1,21 +1,24 @@ --# translation of es.po to Castellano --# XSane Spanish .po file -+# Castellano - Español translation -+# XSane Spanish es.po file - # Copyright (C) 2001,2002, 2004 Free Software Foundation, Inc. - # Gustavo D. Vranjes , 2001,2002, 2004. - # Gustavo D. Vranjes , 2002. -+# Miguel Anxo Bouzada , 2009. - # - msgid "" - msgstr "" - "Project-Id-Version: XSANE 0.96\n" - "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-08-13 09:22+0200\n" --"PO-Revision-Date: 2004-08-22 19:15GMT\n" --"Last-Translator: Gustavo D. Vranjes \n" --"Language-Team: Castellano \n" -+"PO-Revision-Date: 2009-06-24 19:04+0100\n" -+"Last-Translator: Miguel Anxo Bouzada \n" -+"Language-Team: GALPon MiniNo \n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" --"X-Generator: KBabel 1.9\n" -+"Plural-Forms: nplurals=2; plural=(n != 1);\n" -+"X-Poedit-Language: Spanish\n" -+"X-Poedit-Country: SPAIN\n" - - #. Please translate this to the correct directory name (eg. german=>de) - #. XSANE_LANGUAGE_DIR -@@ -33,12 +36,12 @@ - - #. WINDOW_ABOUT_XSANE - msgid "About" --msgstr "Acerca..." -+msgstr "Acerca de" - - #. WINDOW_ABOUT_TRANSLATION, MENU_ITEM_ABOUT_TRANSLATION - #. MENU_ITEM_ABOUT_TRANSLATION - msgid "About translation" --msgstr "Acerca de la traducción..." -+msgstr "Acerca de la traducción" - - #. WINDOW_AUTHORIZE - msgid "authorization" -@@ -50,7 +53,7 @@ - - #. WINDOW_EULA - msgid "End User License Agreement" --msgstr "Acuerdo de Licencia para Usuario Final" -+msgstr "Acuerdo de licencia para usuario final" - - #. WINDOW_INFO - msgid "info" -@@ -66,67 +69,59 @@ - - #. WINDOW_BATCH_SCAN - msgid "batch scan" --msgstr "Escaneo por lotes" -+msgstr "escaneo por lotes" - - #. WINDOW_BATCH_RENAME - msgid "rename batch area" --msgstr "renombrar area de proceso por lotes" -+msgstr "renombrar área de proceso por lotes" - - #. WINDOW_FAX_PROJECT - msgid "fax project" - msgstr "proyecto de fax" - - #. WINDOW_FAX_PROJECT_BROWSE --#, fuzzy - msgid "browse for fax project" --msgstr "Ingresar nombre del proyecto de fax" -+msgstr "explorar por proyecto de fax" - - #. WINDOW_FAX_RENAME - msgid "rename fax page" --msgstr "renombrar página de fax" -+msgstr "renombrar la página de fax" - - #. WINDOW_FAX_INSERT --#, fuzzy - msgid "insert PS-file into fax" --msgstr "insertar archivo-ps dentro de fax" -+msgstr "insertar un archivo PS en el fax" - - #. WINDOW_EMAIL_PROJECT --#, fuzzy - msgid "E-mail project" --msgstr "proyecto de correo electrónico" -+msgstr "Proyecto de correo-e" - - #. WINDOW_EMAIL_PROJECT_BROWSE --#, fuzzy - msgid "browse for email project" --msgstr "Ingresar nombre del proyecto de correo electrónico" -+msgstr "explorar por proyecto de correo-e" - - #. WINDOW_EMAIL_RENAME --#, fuzzy - msgid "rename e-mail image" --msgstr "renombrar imagen de correo electrónico" -+msgstr "renombrar imagen de correo-e" - - #. WINDOW_EMAIL_INSERT --#, fuzzy - msgid "insert file into e-mail" --msgstr "insertar archivo dentro de correo electrónico" -+msgstr "insertar un archivo en el correo-e" - - #. WINDOW_MULTIPAGE_PROJECT --#, fuzzy - msgid "multipage project" --msgstr "Borrar proyecto" -+msgstr "proyecto de múltiples páginas" - - #. WINDOW_MULTIPAGE_PROJECT_BROWSE --#, fuzzy - msgid "browse for multipage project" --msgstr "Borrar proyecto" -+msgstr "explorar por proyecto de multiples páginas" - - #. WINDOW_PRESET_AREA_RENAME - msgid "rename preset area" --msgstr "renombrar area de preset" -+msgstr "renombrar ajuste previo de área" - - #. WINDOW_PRESET_AREA_ADD - msgid "add preset area" --msgstr "agregar area de preset" -+msgstr "añadir ajuste previo de área" - - #. WINDOW_MEDIUM_RENAME - msgid "rename medium" -@@ -146,7 +141,7 @@ - - #. WINDOW_GAMMA - msgid "Gamma curve" --msgstr "Curva Gamma" -+msgstr "Curva gamma" - - #. WINDOW_STANDARD_OPTIONS - msgid "Standard options" -@@ -183,71 +178,66 @@ - - #. WINDOW_SAVE_SETTINGS - msgid "save device settings" --msgstr "guardar configuración de dispositivo" -+msgstr "guardar la configuración del dispositivo" - - #. WINDOW_LOAD_SETTINGS - msgid "load device settings" --msgstr "cargar configuración de dispositivo" -+msgstr "cargar la configuración del dispositivo" - - #. WINDOW_CHANGE_WORKING_DIR - msgid "change working directory" --msgstr "cambiar directorio de trabajo" -+msgstr "cambiar el directorio de trabajo" - - #. WINDOW_TMP_PATH - msgid "select temporary directory" --msgstr "seleccionar directorio temporal" -+msgstr "seleccionar el directorio temporal" - - #. WINDOW_SCALE - #. DESC_VIEWER_SCALE - msgid "Scale image" --msgstr "Redimensionar imagen" -+msgstr "Redimensionar la imagen" - - #. WINDOW_DESPECKLE - #. DESC_VIEWER_DESPECKLE - msgid "Despeckle image" --msgstr "Desparasitar imagen" -+msgstr "Desparasitar la imagen" - - #. WINDOW_BLUR - #. DESC_VIEWER_BLUR - msgid "Blur image" --msgstr "Desenfocar imagen" -+msgstr "Desenfocar la imagen" - - #. WINDOW_STORE_MEDIUM - msgid "Store medium definition" --msgstr "Guardar definición de medio" -+msgstr "Guardar la definición del medio" - - #. WINDOW_NO_DEVICES - msgid "No devices available" --msgstr "No hay dispositivos obtenibles" -+msgstr "No hay dispositivos disponibles" - - #. WINDOW_SCANNER_DEFAULT_COLOR_ICM_PROFILE --#, fuzzy - msgid "select scanner default color ICM-profile" --msgstr "Borrar impresora" -+msgstr "seleccione el perfil ICM de color predeterminado del escáner" - - #. WINDOW_SCANNER_DEFAULT_GRAY_ICM_PROFILE --#, fuzzy - msgid "select scanner default gray ICM-profile" --msgstr "Borrar impresora" -+msgstr "seleccione el perfil ICM de escala de grises predeterminado del escáner" - - #. WINDOW_DISPLAY_ICM_PROFILE - msgid "select display ICM-profile" --msgstr "" -+msgstr "Seleccionar el perfil ICM de la pantalla" - - #. WINDOW_CUSTOM_PROOFING_ICM_PROFILE --#, fuzzy - msgid "select custom proofing ICM-profile" --msgstr "seleccionar archivo de salida" -+msgstr "seleccionar el perfil ICM personalizado de prueba" - - #. WINDOW_WORKING_COLOR_SPACE_ICM_PROFILE --#, fuzzy - msgid "select working color space ICM-profile" --msgstr "Borrar impresora" -+msgstr "seleccionar el perfil ICM de color del espacio de de trabajo" - - #. WINDOW_PRINTER_ICM_PROFILE --#, fuzzy - msgid "select printer ICM-profile" --msgstr "Borrar impresora" -+msgstr "seleccionar el perfil ICM de la impresora" - - #. MENU_FILE - msgid "File" -@@ -285,11 +275,11 @@ - #. MENU_COLOR_MANAGEMENT - #. NOTEBOOK_COLOR_MANAGEMENT_OPTIONS - msgid "Color management" --msgstr "" -+msgstr "Gestión del color" - - #. MENU_ITEM_ABOUT_XSANE - msgid "About XSane" --msgstr "Acerca de XSane..." -+msgstr "Acerca de XSane" - - #. MENU_ITEM_INFO - msgid "Info" -@@ -355,7 +345,7 @@ - - #. FRAME_RAW_IMAGE - msgid "Raw image" --msgstr "Imagen Cruda" -+msgstr "Imagen en bruto" - - #. FRAME_ENHANCED_IMAGE - msgid "Enhanced image" -@@ -367,7 +357,7 @@ - - #. BUTTON_OK - msgid "Ok" --msgstr "Ok" -+msgstr "Conforme" - - #. BUTTON_ACCEPT - msgid "Accept" -@@ -391,7 +381,7 @@ - - #. BUTTON_CONT_AT_OWN_RISK - msgid "Continue at your own risk" --msgstr "Continuar a su propio riesgo" -+msgstr "Continúe bajo su propio riesgo" - - #. BUTTON_BROWSE - msgid "Browse" -@@ -407,35 +397,35 @@ - - #. BUTTON_BATCH_AREA_SCAN - msgid "Scan selected area" --msgstr "Escanear área seleccionada" -+msgstr "Escanear el área seleccionada" - - #. BUTTON_PAGE_DELETE - msgid "Delete page" --msgstr "Borrar página" -+msgstr "Borrar la página" - - #. BUTTON_PAGE_SHOW - msgid "Show page" --msgstr "Mostrar página" -+msgstr "Mostrar la página" - - #. BUTTON_PAGE_RENAME - msgid "Rename page" --msgstr "Renombrar página" -+msgstr "Renombrar la página" - - #. BUTTON_IMAGE_DELETE - msgid "Delete image" --msgstr "Borrar imagen" -+msgstr "Borrar la imagen" - - #. BUTTON_IMAGE_SHOW - msgid "Show image" --msgstr "Mostrar imagen" -+msgstr "Mostrar la imagen" - - #. BUTTON_IMAGE_EDIT - msgid "Edit image" --msgstr "Editar imagen" -+msgstr "Editar la imagen" - - #. BUTTON_IMAGE_RENAME - msgid "Rename image" --msgstr "Renombrar imagen" -+msgstr "Renombrar la imagen" - - #. BUTTON_FILE_INSERT - msgid "Insert file" -@@ -443,40 +433,39 @@ - - #. BUTTON_CREATE_PROJECT - msgid "Create project" --msgstr "Crear proyecto" -+msgstr "Crear un proyecto" - - #. BUTTON_SEND_PROJECT - msgid "Send project" --msgstr "Enviar proyecto" -+msgstr "Enviar el proyecto" - - #. BUTTON_SAVE_MULTIPAGE --#, fuzzy - msgid "Save multipage file" --msgstr "Guardar imagen" -+msgstr "Guardar archivo de múltiples páginas" - - #. BUTTON_DELETE_PROJECT - msgid "Delete project" --msgstr "Borrar proyecto" -+msgstr "Borrar el proyecto" - - #. BUTTON_ADD_PRINTER - msgid "Add printer" --msgstr "Añadir impresora" -+msgstr "Añadir una impresora" - - #. BUTTON_DELETE_PRINTER - msgid "Delete printer" --msgstr "Borrar impresora" -+msgstr "Eliminar la impresora" - - #. BUTTON_PREVIEW_ACQUIRE - msgid "Acquire preview" --msgstr "Adquirir vista previa" -+msgstr "Obtener una vista previa" - - #. BUTTON_PREVIEW_CANCEL - msgid "Cancel preview" --msgstr "Cancelar vista previa" -+msgstr "Cancelar la vista previa" - - #. BUTTON_DISCARD_IMAGE - msgid "Discard image" --msgstr "Descartar imagen" -+msgstr "Descartar la imagen" - - #. BUTTON_DISCARD_ALL_IMAGES - msgid "Discard all images" -@@ -488,24 +477,23 @@ - - #. BUTTON_SCALE_BIND - msgid "Bind scale" --msgstr "Atar escala" -+msgstr "Fijar la escala" - - #. RADIO_BUTTON_FINE_MODE - msgid "Fine mode" - msgstr "Modo fino" - - #. RADIO_BUTTON_HTML_EMAIL --#, fuzzy - msgid "HTML e-mail" --msgstr "Correo electrónico HTML" -+msgstr "correo-e HTML" - - #. RADIO_BUTTON_SAVE_DEVPREFS_AT_EXIT - msgid "Save device preferences at exit" --msgstr "Guardar preferencias de dispositivo al salir" -+msgstr "Guardar las preferencias de dispositivo al salir" - - #. RADIO_BUTTON_OVERWRITE_WARNING - msgid "Overwrite warning" --msgstr "Advertencia de sobreescritura" -+msgstr "Aviso de sobreescritura" - - #. RADIO_BUTTON_SKIP_EXISTING_NRS - msgid "Skip existing filenames" -@@ -513,16 +501,15 @@ - - #. RADIO_BUTTON_SAVE_PS_FLATEDECODED - msgid "Save postscript zlib compressed (PS level 3)" --msgstr "" -+msgstr "Guardar postscript comprimido en zlib (PS nivel 3)" - - #. RADIO_BUTTON_SAVE_PDF_FLATEDECODED - msgid "Save PDF zlib compressed" --msgstr "" -+msgstr "Guardar PDF comprimido en zlib" - - #. RADIO_BUTTON_SAVE_PNM16_AS_ASCII --#, fuzzy - msgid "Save 16bit PNM in ASCII format" --msgstr "Guardar 16bit pnm en formato ascii" -+msgstr "Guardar PNM 16bits en formato ASCII" - - #. RADIO_BUTTON_REDUCE_16BIT_TO_8BIT - msgid "Reduce 16 bit image to 8 bit" -@@ -530,12 +517,11 @@ - - #. RADIO_BUTTON_WINDOW_FIXED - msgid "Main window size fixed" --msgstr "Tamaño de ventana principal fijo" -+msgstr "Ventana principal de tamaño fijo" - - #. RADIO_BUTTON_DISABLE_GIMP_PREVIEW_GAMMA --#, fuzzy - msgid "Disable GIMP preview gamma" --msgstr "Deshabilitar vista previa de gamma de gimp" -+msgstr "Desactivar vista previa de gamma de GIMP" - - #. RADIO_BUTTON_PRIVATE_COLORMAP - msgid "Use private colormap" -@@ -543,29 +529,28 @@ - - #. RADIO_BUTTON_AUTOENHANCE_GAMMA - msgid "Autoenhance gamma" --msgstr "Automejorar gamma" -+msgstr "Mejorar gamma automáticamente" - - #. RADIO_BUTTON_PRESELECT_SCAN_AREA --#, fuzzy - msgid "Preselect scan area" --msgstr "Preseleccionar área de escaneado" -+msgstr "Preseleccionar área de escaneo" - - #. RADIO_BUTTON_AUTOCORRECT_COLORS - msgid "Autocorrect colors" --msgstr "Autocorregir colores" -+msgstr "Corregir los colores automáticamente" - - #. RADIO_BUTTON_OCR_USE_GUI_PIPE - msgid "Use GUI progress pipe" --msgstr "Usar progreso de tubería GUI " -+msgstr "Usar canalización de indicador de progreso" - - #. RADIO_BUTTON_CMS_BPC - #. MENU_ITEM_CMS_BLACK_POINT_COMPENSATION - msgid "Black point compensation" --msgstr "" -+msgstr "Compensación de punto negro" - - #. TEXT_SCANNING_DEVICES - msgid "scanning for devices" --msgstr "Escaneando dispositivos" -+msgstr "escaneando dispositivos" - - #. TEXT_AVAILABLE_DEVICES - msgid "Available devices:" -@@ -577,13 +562,12 @@ - - #. TEXT_CMS_FUNCTION - #. DESC_CMS_FUNCTION --#, fuzzy - msgid "Color management function" --msgstr "Rango de color completo" -+msgstr "Función de gestión de color" - - #. TEXT_SCANNER_BACKEND - msgid "Scanner and backend:" --msgstr "Escáner y backend:" -+msgstr "Escáner y motor:" - - #. TEXT_VENDOR - msgid "Vendor:" -@@ -603,7 +587,7 @@ - - #. TEXT_LOADED_BACKEND - msgid "Loaded backend:" --msgstr "Backend cargado:" -+msgstr "Motor cargado:" - - #. TEXT_SANE_VERSION - msgid "Sane version:" -@@ -619,7 +603,7 @@ - - #. TEXT_SCANNER - msgid "scanner" --msgstr "escáner" -+msgstr "Escáner" - - #. TEXT_SOFTWARE_XSANE - msgid "software (XSane)" -@@ -631,15 +615,15 @@ - - #. TEXT_GAMMA_INPUT_DEPTH - msgid "Gamma input depth:" --msgstr "Profundidad de entrada de gamma:" -+msgstr "Profundidad gamma de entrada:" - - #. TEXT_GAMMA_OUTPUT_DEPTH - msgid "Gamma output depth:" --msgstr "Profundidad de salida de gamma:" -+msgstr "Profundidad gamma de salida:" - - #. TEXT_SCANNER_OUTPUT_DEPTH - msgid "Scanner output depth:" --msgstr "Profundidad de salida de escáner:" -+msgstr "Profundidad de salida del escáner:" - - #. TEXT_OUTPUT_FORMATS - msgid "XSane output formats:" -@@ -654,18 +638,16 @@ - msgstr "Formatos de salida de 16 bits:" - - #. TEXT_REDUCE_16BIT_TO_8BIT --#, fuzzy - msgid "" - "Bit depth 16 bits/channel is not supported for this output format.\n" - "Do you want to reduce the depth to 8 bits/channel?" - msgstr "" --"La profundidad de 16 bits/color no está soportada en éste formato de " --"salida.\n" --"¿Quire reducir la profundidad a 8 bits/color?" -+"La profundidad de bit de 16 bits/canal no está soportada en éste formato de salida.\n" -+"¿Quire reducir la profundidad a 8 bits/canal?" - - #. TEXT_AUTHORIZATION_REQ - msgid "Authorization required for" --msgstr "Se requiere autorización para" -+msgstr "Se necesita autorización para" - - #. TEXT_AUTHORIZATION_SECURE - msgid "Password transmission is secure" -@@ -673,7 +655,7 @@ - - #. TEXT_AUTHORIZATION_INSECURE - msgid "Backend requests plain-text password" --msgstr "Los pedidos de backend requieren contraseña de texto puro." -+msgstr "Las peticiones del motor necesitan una contraseña de texto simple." - - #. TEXT_USERNAME - msgid "Username :" -@@ -685,7 +667,7 @@ - - #. TEXT_INVALID_PARAMS - msgid "Invalid parameters." --msgstr "Parámetros no válidos." -+msgstr "Los parámetros no son correctos." - - #. TEXT_VERSION - msgid "version:" -@@ -696,17 +678,16 @@ - msgstr "paquete" - - #. TEXT_WITH_CMS_FUNCTION --#, fuzzy - msgid "with color management function" --msgstr "Rango de color completo" -+msgstr "con la función de gestión del color" - - #. TEXT_WITH_GIMP_SUPPORT - msgid "with GIMP support" --msgstr "Con soporte de GIMP" -+msgstr "con soporte de GIMP" - - #. TEXT_WITHOUT_GIMP_SUPPORT - msgid "without GIMP support" --msgstr "Sin soporte de GIMP" -+msgstr "sin soporte de GIMP" - - #. TEXT_GTK_VERSION - msgid "compiled with GTK-" -@@ -735,17 +716,16 @@ - "\"NO WARRANTY\" agreement.\n" - msgstr "" - "XSane se distribuye bajo los términos de la Licencia Pública General GNU\n" --"tal como se la publica por la Free Software Foundation; cualquier versión \n" --"2 de la Licencia, or (a su opción) cualquier versión posterior\n" -+"tal como la publica la Free Software Foundation; según la versión 2\n" -+"de la Licencia, o (a su elección) cualquier versión posterior\n" - "\n" --"Éste programa se distribuye con el deseo que pueda ser útil, pero\n" --"SIN NINGUNA GARANTÍA; aún sin la garantía implícita de\n" --"MERCANTILISMO o AJUSTE PARA ALGÚN PROPÓSITO PARTICULAR\n" --"Sea el caso de probarse defecto del programa, usted asumirá el costo de " --"toda\n" -+"Éste programa se distribuye con el deseo de que pueda ser útil, pero SIN\n" -+"NINGUNA GARANTÍA; aún sin la garantía implícita de COMERCIALIZACIÓN\n" -+"o ADAPTACIÓN A ALGÚN PROPÓSITO PARTICULAR\n" -+"De encontrarse algún defecto en el programa, usted asumirá el costo de toda\n" - "reparación, servicio ó corrección necesarios. Para usar éste programa usted\n" - "tiene que leer, entender y aceptar el siguiente\n" --"acuerdo de \"NO GARANTÍA\".\n" -+"acuerdo de «NO GARANTÍA».\n" - - #. TEXT_GPL - msgid "" -@@ -758,21 +738,20 @@ - "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" - msgstr "" - "XSane se distribuye bajo los términos de la Licencia Pública General GNU\n" --"tal como se la publica por la Free Software Foundation; cualquier versión \n" --"2 de la Licencia, or (a su opción) cualquier versión posterior\n" -+"tal como la publica la Free Software Foundation; según la versión 2\n" -+"de la Licencia, o (a su elección) cualquier versión posterior\n" - "\n" --"Éste programa se distribuye con el deseo que pueda ser útil, pero\n" --"SIN NINGUNA GARANTÍA; aún sin la garantía implícita de\n" --"MERCANTILISMO o AJUSTE PARA ALGÚN PROPÓSITO PARTICULAR\n" -+"Éste programa se distribuye con el deseo de que pueda ser útil, pero SIN\n" -+"NINGUNA GARANTÍA; aún sin la garantía implícita de COMERCIALIZACIÓN\n" -+"o ADAPTACIÓN A ALGÚN PROPÓSITO PARTICULAR\n" - - #. TEXT_EMAIL_ADR --#, fuzzy - msgid "E-mail:" --msgstr "Correo electrónico:" -+msgstr "Correo-e:" - - #. TEXT_HOMEPAGE - msgid "Homepage:" --msgstr "Página web:" -+msgstr "Página principal:" - - #. TEXT_FILE - msgid "File:" -@@ -787,15 +766,14 @@ - #. by YOUR NAME\n - #. E-mail: your.name@yourdomain.com\n - #. TEXT_TRANSLATION_INFO --#, fuzzy - msgid "" - "untranslated original english text\n" - "by Oliver Rauch\n" - "E-mail: Oliver.Rauch@rauch-domain.de\n" - msgstr "" --"texto traducido al castellano\n" --"por Gustavo D. Vranjes\n" --"Correo electrónico gvranjes@SoftHome.net\n" -+"traducido al castellano por:\n" -+"Gustavo D. Vranjes \n" -+"Miguel Anxo Bouzada \n" - - #. TEXT_INFO_BOX - msgid "0x0: 0KB" -@@ -806,9 +784,8 @@ - msgstr "Páginas escaneadas:" - - #. TEXT_EMAIL_TEXT --#, fuzzy - msgid "E-mail text:" --msgstr "Texto de correo electrónico:" -+msgstr "Texto de correo-e:" - - #. TEXT_ATTACHMENTS - msgid "Attachments:" -@@ -819,40 +796,33 @@ - msgstr "Estado del proyecto:" - - #. TEXT_EMAIL_FILETYPE --#, fuzzy - msgid "E-mail image filetype:" --msgstr "Tipo de archivo de imagen de correo electrónico" -+msgstr "Tipo de archivo de imagen de correo-e" - - #. TEXT_PAGES --#, fuzzy - msgid "Pages:" --msgstr "Uso:" -+msgstr "Páginas:" - - #. TEXT_MULTIPAGE_FILETYPE --#, fuzzy - msgid "Multipage document filetype:" --msgstr "Tipo de archivo de imagen de correo electrónico" -+msgstr "Tipo de archivo del documento de múltiples páginas" - - #. TEXT_MEDIUM_DEFINITION_NAME - msgid "Medium Name:" - msgstr "Nombre del medio:" - - #. TEXT_VIEWER_IMAGE_INFO --#, fuzzy, c-format --msgid "" --"Size %d x %d pixel, %d bits/channel, %d channels, %1.0f dpi x %1.0f dpi, %" --"1.1f %s" --msgstr "" --"Tamaño %d x %d pixel, %d bit/color, %d colores, %1.0f dpi x %1.0f ppp, %1.1f " --"%s" -+#, c-format -+msgid "Size %d x %d pixel, %d bits/channel, %d channels, %1.0f dpi x %1.0f dpi, %1.1f %s" -+msgstr "Tamaño %d x %d píxel, %d bit/canal, %d colores, %1.0f ppp x %1.0f ppp, %1.1f %s" - - #. TEXT_DESPECKLE_RADIUS - msgid "Despeckle radius:" --msgstr "Radio de desparasitado" -+msgstr "Radio de desparasitado:" - - #. TEXT_BLUR_RADIUS - msgid "Blur radius:" --msgstr "Radio de desenfoque de imagen:" -+msgstr "Radio de desenfoque:" - - #. TEXT_BATCH_AREA_DEFAULT_NAME - msgid "(no name)" -@@ -860,7 +830,7 @@ - - #. TEXT_BATCH_LIST_AREANAME - msgid "Area name:" --msgstr "Nombre de area:" -+msgstr "Nombre de área:" - - #. TEXT_BATCH_LIST_SCANMODE - msgid "Scanmode:" -@@ -904,89 +874,76 @@ - msgstr "Copiar opción número:" - - #. TEXT_SETUP_SCAN_RESOLUTION_PRINTER --#, fuzzy - msgid "Scan resolution:" --msgstr "Establecer resolución de escaneo" -+msgstr "Resolución de escaneo:" - - #. TEXT_SETUP_PRINTER_LINEART_RES --#, fuzzy - msgid "lineart [dpi]" --msgstr "Resolución de línea de arte (ppp):" -+msgstr "línea de arte (ppp):" - - #. TEXT_SETUP_PRINTER_GRAYSCALE_RES --#, fuzzy - msgid "grayscale [dpi]" --msgstr "Resolución de tonos de gris (ppp):" -+msgstr "escala de grises (ppp):" - - #. TEXT_SETUP_PRINTER_COLOR_RES - msgid "color [dpi]" --msgstr "" -+msgstr "color [ppp]" - - #. TEXT_SETUP_PRINTER_PAPER_GEOMETRIE - msgid "Paper geometrie:" --msgstr "" -+msgstr "Geometría del papel:" - - #. TEXT_SETUP_PRINTER_WIDTH --#, fuzzy - msgid "width" --msgstr "Anchura" -+msgstr "anchura" - - #. TEXT_SETUP_PRINTER_HEIGHT --#, fuzzy - msgid "height" --msgstr "Altura" -+msgstr "altura" - - #. TEXT_SETUP_PRINTER_LEFT --#, fuzzy - msgid "left offset" --msgstr "Desplazamiento a izquierda" -+msgstr "desplazamiento a la izquierda" - - #. TEXT_SETUP_PRINTER_BOTTOM --#, fuzzy - msgid "bottom offset" --msgstr "Desplazamiento hacia abajo" -+msgstr "desplazamiento hacia abajo" - - #. TEXT_SETUP_PRINTER_GAMMA_CORRECTION --#, fuzzy - msgid "Printer gamma:" --msgstr "Gamma rojo de impresora:" -+msgstr "Gamma de la impresora:" - - #. TEXT_SETUP_PRINTER_GAMMA --#, fuzzy - msgid "common value" --msgstr "Valores recientes:" -+msgstr "valor común" - - #. TEXT_SETUP_PRINTER_GAMMA_RED --#, fuzzy - msgid "red" --msgstr "leer" -+msgstr "rojo" - - #. TEXT_SETUP_PRINTER_GAMMA_GREEN - msgid "green" --msgstr "" -+msgstr "verde" - - #. TEXT_SETUP_PRINTER_GAMMA_BLUE --#, fuzzy - msgid "blue" --msgstr "Desenfoque" -+msgstr "azul" - - #. TEXT_SETUP_PRINTER_EMBED_CSA --#, fuzzy - msgid "Embed scanner ICM profile as CSA" --msgstr "Borrar impresora" -+msgstr "Incluir el perfil ICM del escáner como CSA" - - #. TEXT_SETUP_PRINTER_EMBED_CRD --#, fuzzy - msgid "Embed printer ICM profile as CRD" --msgstr "Borrar impresora" -+msgstr "Incluir el perfil ICM del escáner como CRD" - - #. TEXT_SETUP_PRINTER_CMS_BPC - msgid "Apply black point compensation" --msgstr "" -+msgstr "Aplicar la compensación de punto negro" - - #. TEXT_SETUP_PRINTER_PS_FLATEDECODED - msgid "Create zlib compressed postscript image (PS level 3) for printing" --msgstr "" -+msgstr "Crear una imagen postscript comprimida con zlib (PS nivel 3) para impresión" - - #. TEXT_SETUP_TMP_PATH - msgid "Temporary directory" -@@ -1010,12 +967,11 @@ - - #. TEXT_SETUP_FILENAME_COUNTER_LEN - msgid "Filename counter length" --msgstr "Largo del contador de nombre de archivo" -+msgstr "Longitud del contador de nombre de archivo" - - #. TEXT_SETUP_TIFF_ZIP_COMPRESSION --#, fuzzy - msgid "TIFF zip compression rate" --msgstr "Compresión de imagen TIFF de 8 bits" -+msgstr "Tasa de compresión TIFF zip" - - #. TEXT_SETUP_TIFF_COMPRESSION_16 - msgid "TIFF 16 bit image compression" -@@ -1031,11 +987,11 @@ - - #. TEXT_SETUP_SHOW_RANGE_MODE - msgid "Show range as:" --msgstr "Mostrar range as:" -+msgstr "Mostrar rango como:" - - #. TEXT_SETUP_PREVIEW_OVERSAMPLING - msgid "Preview oversampling:" --msgstr "Sobremuestra de vista previa:" -+msgstr "Vista previa de sobremuestreo:" - - #. TEXT_SETUP_PREVIEW_GAMMA - msgid "Preview gamma:" -@@ -1079,7 +1035,7 @@ - - #. TEXT_SETUP_GRAYSCALE_SCANMODE - msgid "Name of grayscale scanmode:" --msgstr "Nombre del modo de escaneo en tonos de grises:" -+msgstr "Nombre del modo de escaneo en escala de grises:" - - #. TEXT_SETUP_HELPFILE_VIEWER - msgid "Helpfile viewer (HTML):" -@@ -1091,7 +1047,7 @@ - - #. TEXT_SETUP_FAX_POSTSCRIPT_OPT - msgid "Postscriptfile option:" --msgstr "Opción del archivo post-script:" -+msgstr "Opción del archivo PostScript:" - - #. TEXT_SETUP_FAX_NORMAL_MODE_OPT - msgid "Normal mode option:" -@@ -1103,7 +1059,7 @@ - - #. TEXT_SETUP_FAX_PROGRAM_DEFAULTS - msgid "Set program defaults for:" --msgstr "Establecer por defecto para:" -+msgstr "Definir valores predeterminados de programa para:" - - #. TEXT_SETUP_FAX_VIEWER - msgid "Viewer (Postscript):" -@@ -1127,7 +1083,7 @@ - - #. TEXT_SETUP_FAX_PS_FLATEDECODED - msgid "Create zlib compressed postscript image (PS level 3) for fax" --msgstr "" -+msgstr "Crear una imagen postscript comprimida con zlib (PS nivel 3) para fax" - - #. TEXT_SETUP_SMTP_SERVER - msgid "SMTP server:" -@@ -1146,17 +1102,14 @@ - msgstr "Responder a:" - - #. TEXT_SETUP_EMAIL_AUTHENTICATION --#, fuzzy - msgid "E-mail authentication" --msgstr "Autentificación POP3" -+msgstr "Autenticación de correo-e" - - #. TEXT_SETUP_EMAIL_AUTH_USER --#, fuzzy - msgid "User:" --msgstr "Uso:" -+msgstr "Usuario:" - - #. TEXT_SETUP_EMAIL_AUTH_PASS --#, fuzzy - msgid "Password:" - msgstr "Contraseña:" - -@@ -1166,11 +1119,11 @@ - - #. TEXT_SETUP_POP3_PORT - msgid "POP3 port:" --msgstr "puerto POP3:" -+msgstr "Puerto POP3:" - - #. TEXT_SETUP_OCR_COMMAND - msgid "OCR Command:" --msgstr "Comando OCR:" -+msgstr "Orden OCR:" - - #. TEXT_SETUP_OCR_INPUTFILE_OPT - msgid "Inputfile option:" -@@ -1182,11 +1135,11 @@ - - #. TEXT_SETUP_OCR_USE_GUI_PIPE_OPT - msgid "Use GUI progress pipe:" --msgstr "Usar tubería de progreso GUI:" -+msgstr "Usar canalización de indicador de progreso:" - - #. TEXT_SETUP_OCR_OUTFD_OPT - msgid "GUI output-fd option:" --msgstr "Opción de salida-fd GUI:" -+msgstr "Opción de salida-fd de interfaz:" - - #. TEXT_SETUP_OCR_PROGRESS_KEYWORD - msgid "Progress keyword:" -@@ -1206,37 +1159,33 @@ - - #. TEXT_SETUP_SCANNER_DEFAULT_COLOR_ICM_PROFILE - #. DESC_SCANNER_DEFAULT_COLOR_ICM_PROFILE --#, fuzzy - msgid "Scanner default color ICM-profile" --msgstr "Borrar impresora" -+msgstr "Perfil de color ICM predeterminado del escáner" - - #. TEXT_SETUP_SCANNER_DEFAULT_GRAY_ICM_PROFILE - #. DESC_SCANNER_DEFAULT_GRAY_ICM_PROFILE --#, fuzzy - msgid "Scanner default gray ICM-profile" --msgstr "Borrar impresora" -+msgstr "Perfil de escala de grises ICM predeterminado del escáner" - - #. TEXT_SETUP_DISPLAY_ICM_PROFILE - #. DESC_DISPLAY_ICM_PROFILE - msgid "Display ICM-profile" --msgstr "" -+msgstr "Perfil ICM de monitor" - - #. TEXT_SETUP_CUSTOM_PROOFING_ICM_PROFILE - #. DESC_CUSTOM_PROOFING_ICM_PROFILE --#, fuzzy - msgid "Custom proofing ICM-profile" --msgstr "Borrar impresora" -+msgstr "Perfil ICM de prueba personalizado" - - #. TEXT_SETUP_WORKING_COLOR_SPACE_ICM_PROFILE - #. DESC_WORKING_COLOR_SPACE_ICM_PROFILE --#, fuzzy - msgid "Working color space ICM-profile" --msgstr "Explorar nombre de archivo de imagen" -+msgstr "Perfil ICM del espacio de trabajo de color" - - #. TEXT_SETUP_PRINTER_ICM_PROFILE - #. DESC_PRINTER_ICM_PROFILE - msgid "Printer ICM-profile" --msgstr "" -+msgstr "Perfil ICM de impresora" - - msgid "new media" - msgstr "medio nuevo" -@@ -1247,9 +1196,8 @@ - msgstr "Guarda imagen" - - #. NOTEBOOK_FILETYPE_OPTIONS --#, fuzzy - msgid "Filetype" --msgstr "Archivo" -+msgstr "Tipo de archivo" - - #. NOTEBOOK_COPY_OPTIONS - #. MENU_ITEM_COPY -@@ -1263,9 +1211,8 @@ - - #. NOTEBOOK_EMAIL_OPTIONS - #. MENU_ITEM_EMAIL --#, fuzzy - msgid "E-mail" --msgstr "Correo electrónico" -+msgstr "Correo-e" - - #. NOTEBOOK_OCR_OPTIONS - msgid "OCR" -@@ -1281,11 +1228,11 @@ - - #. MENU_ITEM_MULTIPAGE - msgid "Multipage" --msgstr "" -+msgstr "Múltiples páginas" - - #. MENU_ITEM_SHOW_TOOLTIPS - msgid "Show tooltips" --msgstr "Mostrar tooltips" -+msgstr "Mostrar trucos de herramientas" - - #. MENU_ITEM_SHOW_PREVIEW - msgid "Show preview" -@@ -1297,7 +1244,7 @@ - - #. MENU_ITEM_SHOW_GAMMA - msgid "Show gamma curve" --msgstr "Mostrar curva de gamma" -+msgstr "Mostrar curva gamma" - - #. MENU_ITEM_SHOW_BATCH_SCAN - msgid "Show batch scan" -@@ -1305,7 +1252,7 @@ - - #. MENU_ITEM_SHOW_STANDARDOPTIONS - msgid "Show standard options" --msgstr "Mostrar opciones estándard" -+msgstr "Mostrar opciones estándar" - - #. MENU_ITEM_SHOW_ADVANCEDOPTIONS - msgid "Show advanced options" -@@ -1317,7 +1264,7 @@ - - #. MENU_ITEM_LENGTH_UNIT - msgid "Length unit" --msgstr "Unidad de medida" -+msgstr "Unidad de longitud" - - #. SUBMENU_ITEM_LENGTH_MILLIMETERS - msgid "millimeters" -@@ -1333,7 +1280,7 @@ - - #. MENU_ITEM_UPDATE_POLICY - msgid "Update policy" --msgstr "Póliza de actualización" -+msgstr "Política de actualización" - - #. SUBMENU_ITEM_POLICY_CONTINUOUS - msgid "continuous" -@@ -1357,9 +1304,8 @@ - - #. MENU_ITEM_ENABLE_COLOR_MANAGEMENT - #. MENU_ITEM_CMS_ENABLE_COLOR_MANAGEMENT --#, fuzzy - msgid "Enable color management" --msgstr "Rango de color completo" -+msgstr "RActivar la gestión del color" - - #. MENU_ITEM_EDIT_MEDIUM_DEF - msgid "Edit medium definition" -@@ -1367,11 +1313,11 @@ - - #. MENU_ITEM_SAVE_DEVICE_SETTINGS - msgid "Save device settings" --msgstr "Guardar configuración de dispositivo" -+msgstr "Guardar ajustes del dispositivo" - - #. MENU_ITEM_LOAD_DEVICE_SETTINGS - msgid "Load device settings" --msgstr "Cargar configuración de dispositivo" -+msgstr "Cargar ajustes del dispositivo" - - #. MENU_ITEM_CHANGE_WORKING_DIR - msgid "Change directory" -@@ -1391,99 +1337,91 @@ - - #. MENU_ITEM_BACKEND_DOC - msgid "Backend doc" --msgstr "Documentos del backend" -+msgstr "Documentos del motor" - - #. MENU_ITEM_AVAILABLE_BACKENDS - msgid "Available backends" --msgstr "Backends disponibles" -+msgstr "Motores disponibles" - - #. MENU_ITEM_SCANTIPS - msgid "Scantips" --msgstr "Tips de escaneo" -+msgstr "Consejos de escáner" - - #. MENU_ITEM_PROBLEMS - msgid "Problems?" - msgstr "¿Problemas?" - - #. MENU_ITEM_CMS_PROOFING --#, fuzzy - msgid "Proofing" --msgstr "Añadir impresora" -+msgstr "Pruebas" - - #. SUBMENU_ITEM_CMS_PROOF_OFF - msgid "no proofing (Display)" --msgstr "" -+msgstr "sin probar (Pantalla)" - - #. SUBMENU_ITEM_CMS_PROOF_PRINTER --#, fuzzy - msgid "Proof printer" --msgstr "Añadir impresora" -+msgstr "Prueba de impresora" - - #. SUBMENU_ITEM_CMS_PROOF_CUSTOM - msgid "Proof custom device" --msgstr "" -+msgstr "Prueba de dispositivo personalizado" - - #. MENU_ITEM_CMS_RENDERING_INTENT --#, fuzzy - msgid "Rendering intent" --msgstr "Añadir impresora" -+msgstr "Intento de renderizado" - - #. MENU_ITEM_CMS_PROOFING_INTENT --#, fuzzy - msgid "Proofing rendering intent" --msgstr "Añadir impresora" -+msgstr "Intento de pruebas de renderizado" - - #. SUBMENU_ITEM_CMS_INTENT_PERCEPTUAL - msgid "Perceptual" --msgstr "" -+msgstr "Percepción" - - #. SUBMENU_ITEM_CMS_INTENT_RELATIVE_COLORIMETRIC - msgid "Relative colorimetric" --msgstr "" -+msgstr "Colorimetría relativa" - - #. SUBMENU_ITEM_CMS_INTENT_ABSOLUTE_COLORIMETRIC - msgid "Absolute colorimentric" --msgstr "" -+msgstr "Colorimetría relativa" - - #. SUBMENU_ITEM_CMS_INTENT_SATURATION --#, fuzzy - msgid "Saturation" --msgstr "autorización" -+msgstr "Saturación" - - #. MENU_ITEM_CMS_GAMUT_CHECK - msgid "Gamut check" --msgstr "" -+msgstr "Prueba de Gamut" - - #. MENU_ITEM_CMS_GAMUT_ALARM_COLOR - msgid "Gamut alarm color" --msgstr "" -+msgstr "Alarma de color de Gamut" - - #. SUBMENU_ITEM_CMS_COLOR_BLACK - msgid "Black" --msgstr "" -+msgstr "Negro" - - #. SUBMENU_ITEM_CMS_COLOR_GRAY - msgid "Gray" --msgstr "" -+msgstr "Gris" - - #. SUBMENU_ITEM_CMS_COLOR_WHITE --#, fuzzy - msgid "White" --msgstr "escribir" -+msgstr "Blanco" - - #. SUBMENU_ITEM_CMS_COLOR_RED --#, fuzzy - msgid "Red" --msgstr "Reducir" -+msgstr "Rojo" - - #. SUBMENU_ITEM_CMS_COLOR_GREEN - msgid "Green" --msgstr "" -+msgstr "Verde" - - #. SUBMENU_ITEM_CMS_COLOR_BLUE --#, fuzzy - msgid "Blue" --msgstr "Desenfoque" -+msgstr "Azul" - - #. MENU_ITEM_COUNTER_LEN_INACTIVE - msgid "inactive" -@@ -1498,14 +1436,12 @@ - msgstr "Compresión CCITT 1D Huffman" - - #. MENU_ITEM_TIFF_COMP_CCITFAX3 --#, fuzzy - msgid "CCITT Group 3 fax compression" --msgstr "Compresión CCITT Grupo 3 Fax" -+msgstr "Compresión CCITT fax Grupo 3" - - #. MENU_ITEM_TIFF_COMP_CCITFAX4 --#, fuzzy - msgid "CCITT Group 4 fax compression" --msgstr "Compresión CCITT Grupo 4 Fax" -+msgstr "Compresión CCITT fax Grupo 4" - - #. MENU_ITEM_TIFF_COMP_JPEG - msgid "JPEG DCT compression" -@@ -1513,32 +1449,31 @@ - - #. MENU_ITEM_TIFF_COMP_PACKBITS - msgid "pack bits" --msgstr "paquetes de bits" -+msgstr "paquete de bits" - - #. MENU_ITEM_TIFF_COMP_DEFLATE --#, fuzzy - msgid "deflate" --msgstr "retrasado" -+msgstr "rebajar" - - #. MENU_ITEM_RANGE_SCALE - msgid "Slider (Scale)" --msgstr "Diapositiva (Escala)" -+msgstr "Deslizador (Escala)" - - #. MENU_ITEM_RANGE_SCROLLBAR - msgid "Slider (Scrollbar)" --msgstr "Deslizador (Barra de scroll)" -+msgstr "Deslizador (Barra de desplazamiento)" - - #. MENU_ITEM_RANGE_SPINBUTTON - msgid "Spinbutton" --msgstr "Botón de spin" -+msgstr "Botón de ajuste" - - #. MENU_ITEM_RANGE_SCALE_SPIN - msgid "Scale and Spinbutton" --msgstr "Escala y botón de spin" -+msgstr "Escala y botón de ajuste" - - #. MENU_ITEM_RANGE_SCROLL_SPIN - msgid "Scrollbar and Spinbutton" --msgstr "Barra de scroll y botón de spin" -+msgstr "Barra de desplazamiento y botón de ajuste" - - #. MENU_ITEM_LINEART_MODE_STANDARD - msgid "Standard options window (lineart)" -@@ -1566,58 +1501,55 @@ - - #. MENU_ITEM_MEDIUM_ADD - msgid "Add medium definition" --msgstr "Agragar definición de medio" -+msgstr "Añadir definición de medio" - - #. MENU_ITEM_RENAME - msgid "Rename item" --msgstr "Renombrar item" -+msgstr "Renombrar elemento" - - #. MENU_ITEM_DELETE - msgid "Delete item" --msgstr "Borrar item" -+msgstr "Borrar elemento" - - #. MENU_ITEM_MOVE_UP - msgid "Move item up" --msgstr "Mover item arriba" -+msgstr "Mover elemento hacia arriba" - - #. MENU_ITEM_MOVE_DWN - msgid "Move item down" --msgstr "Mover item abajo" -+msgstr "Mover elemento hacia abajo" - - #. MENU_ITEM_AUTH_NONE --#, fuzzy - msgid "no authentication" --msgstr "Autentificación POP3" -+msgstr "sin autenticación" - - #. MENU_ITEM_AUTH_POP3 - msgid "POP3 before SMTP" --msgstr "" -+msgstr "POP3 antes de SMTP" - - #. MENU_ITEM_AUTH_ASMTP_PLAIN - msgid "ASMTP Plain" --msgstr "" -+msgstr "ASMTP simple" - - #. MENU_ITEM_AUTH_ASMTP_LOGIN - msgid "ASMTP Login" --msgstr "" -+msgstr "Acceso ASMTP" - - #. MENU_ITEM_AUTH_ASMTP_CRAM_MD5 - msgid "ASMTP CRAM-MD5" --msgstr "" -+msgstr "ASMTP CRAM-MD5" - - #. MENU_ITEM_CMS_FUNCTION_EMBED_SCANNER_ICM_PROFILE --#, fuzzy - msgid "Embed scanner ICM profile" --msgstr "Borrar impresora" -+msgstr "Incluir perfil ICM del escáner" - - #. MENU_ITEM_CMS_FUNCTION_CONVERT_TO_SRGB - msgid "Convert to sRGB" --msgstr "" -+msgstr "Convertir a sRGB" - - #. MENU_ITEM_FUNCTION_CONVERT_TO_WORKING_CS --#, fuzzy - msgid "Convert to working color space" --msgstr "Autocorregir colores" -+msgstr "Convertir a espacio de color de trabajo" - - #. PROGRESS_SCANNING - msgid "Scanning" -@@ -1629,38 +1561,36 @@ - msgstr "Recibiendo datos %s" - - #. PROGRESS_PAGE --#, fuzzy - msgid "page" --msgstr "paquete" -+msgstr "página" - - #. PROGRESS_TRANSFERRING_DATA --#, fuzzy - msgid "Transferring image" --msgstr "Transfiriendo imagen" -+msgstr "Transfiriendo la imagen" - - #. PROGRESS_ROTATING_DATA - msgid "Rotating image" --msgstr "Rotando imagen" -+msgstr "Rotando la imagen" - - #. PROGRESS_MIRRORING_DATA - msgid "Mirroring image" --msgstr "Espejando imagen" -+msgstr "Reflejando imagen" - - #. PROGRESS_PACKING_DATA - msgid "Packing image" --msgstr "Comprimiendo imagen" -+msgstr "Comprimiendo la imagen" - - #. PROGRESS_CONVERTING_DATA - msgid "Converting image" --msgstr "Convirtiendo imagen" -+msgstr "Convirtiendola imagen" - - #. PROGRESS_SAVING_DATA - msgid "Saving image" --msgstr "Guardando imagen" -+msgstr "Guardando la imagen" - - #. PROGRESS_CLONING_DATA - msgid "Cloning image" --msgstr "Clonando imagen" -+msgstr "Duplicando la imagen" - - #. PROGRESS_SCALING_DATA - msgid "Scaling image" -@@ -1668,266 +1598,237 @@ - - #. PROGRESS_DESPECKLING_DATA - msgid "Despeckling image" --msgstr "Desparasitando imagen" -+msgstr "Desparasitando la imagen" - - #. PROGRESS_BLURING_DATA - msgid "Bluring image" --msgstr "Desenfocando imagen" -+msgstr "Desenfocando la imagen" - - #. PROGRESS_OCR - msgid "OCR in progress" - msgstr "OCR en progreso" - - #. PROGRESS_ICM_CONVERSION --#, fuzzy - msgid "converting colors" --msgstr "Autocorregir colores" -+msgstr "convirtiendo los colores" - - #. DESC_SCAN_START - msgid "Start scan " --msgstr "Comenzar escaneo " -+msgstr "Comenzar el escaneo " - - #. DESC_SCAN_CANCEL - msgid "Cancel scan " --msgstr "Cancelar escaneo " -+msgstr "Cancelar el escaneo " - - #. DESC_PREVIEW_ACQUIRE - msgid "Acquire preview scan " --msgstr "Adquirir vista previa del escaneo " -+msgstr "Obtener vista previa del escaneo " - - #. DESC_PREVIEW_CANCEL - msgid "Cancel preview scan " --msgstr "Cancelar vista previa del escaneo " -+msgstr "Cancelar la vista previa del escaneo " - - #. DESC_XSANE_MODE --#, fuzzy --msgid "" --"viewer-, save-, photocopy-, multipage-, fax-" --" or e-mail-" --msgstr "" --"guardar-, ver-, fotocopia-, fax- ó correo " --"electrónico-" -+msgid "viewer-, save-, photocopy-, multipage-, fax- or e-mail-" -+msgstr "visualizar-, guardar-, fotocopia-, multiples páginas-, fax- ó correo-e-" - - #. DESC_XSANE_MEDIUM --#, fuzzy - msgid "" - "Select source medium type.\n" --"To rename, reorder or delete an entry use context menu (alternate mouse " --"button).\n" --"To create a medium enable the option edit medium definition in preferences " --"menu." -+"To rename, reorder or delete an entry use context menu (alternate mouse button).\n" -+"To create a medium enable the option edit medium definition in preferences menu." - msgstr "" --"Elegir tipo de medio fuente. \n" --"Para renombrar, reordenar o borrar una entrada use el menu de contexto " --"(botón derecho del ratón). \n" --"Para crear un 'medio' habilitar la opción 'editar definición de medio'en el " --"menú de preferencias." -+"Elegir tipo de medio fuente.\n" -+"Para renombrar, reordenar o borrar una entrada use el menú de contexto (botón derecho del ratón).\n" -+"Para crear un «medio» activar la opción «editar definición de medio» en el menú de preferencias." - - #. DESC_FILENAME_COUNTER_STEP - msgid "Value that is added to filenamecounter after scan" --msgstr "" --"Valor que se agrega al contador de nombre de archivo despues de escanear" -+msgstr "Valor que se añade al contador de nombre de archivo después de escanear" - - #. DESC_BROWSE_FILENAME - msgid "Browse for image filename" --msgstr "Explorar nombre de archivo de imagen" -+msgstr "Explorar por nombre de archivo de imagen" - - #. DESC_FILENAME - msgid "Filename for scanned image" - msgstr "Nombre de archivo para la imagen escaneada" - - #. DESC_FILETYPE --msgid "" --"Type of image format, the suitable filename extension is automatically added " --"to the filename" --msgstr "" --"Tipo de formato de imagen, la extensión adecuada se agregará " --"automáticamente al nombre de archivo" -+msgid "Type of image format, the suitable filename extension is automatically added to the filename" -+msgstr "Tipo de formato de imagen, la extensión adecuada se añadirá automáticamente al nombre de archivo" - - #. DESC_FAXPROJECT --#, fuzzy - msgid "Enter fax project directory name" --msgstr "Explorar para directorio temporal" -+msgstr "Introduzca el nombre del directorio de proyectos de fax" - - #. DESC_FAXPAGENAME - msgid "Enter new name for faxpage" --msgstr "Ingrese nuevo nombre para la página de fax" -+msgstr "Introduzca un nuevo nombre para la página de fax" - - #. DESC_FAXRECEIVER - msgid "Enter receiver phone number or address" --msgstr "Ingrese número de teléfono del receptor ó dirección" -+msgstr "Introduzca el número de teléfono o la dirección del receptor" - - #. DESC_FAX_PROJECT_BROWSE --#, fuzzy - msgid "Browse for fax project directory" --msgstr "Explorar para directorio temporal" -+msgstr "Explorar por directorio de proyecto de fax" - - #. DESC_EMAIL_PROJECT --#, fuzzy - msgid "Enter e-mail project directory name" --msgstr "Explorar para directorio temporal" -+msgstr "Introduzca el nombree del directorio de proyectos de correo-e" - - #. DESC_EMAIL_IMAGENAME --#, fuzzy - msgid "Enter new name for e-mail image" --msgstr "Ingresar nuevo nombre para la imagen de correo electrónico" -+msgstr "Introduzca un nombre nuevo para la imagen de correo-e" - - #. DESC_EMAIL_RECEIVER --#, fuzzy - msgid "Enter e-mail address" --msgstr "Ingresar dirección de correo electrónico" -+msgstr "Introduzca la dirección de correo-e" - - #. DESC_EMAIL_PROJECT_BROWSE --#, fuzzy - msgid "Browse for email project directory" --msgstr "Explorar para directorio temporal" -+msgstr "Explorar por directorio de proyecto de correo-e" - - #. DESC_EMAIL_SUBJECT --#, fuzzy - msgid "Enter subject of e-mail" --msgstr "Ingresar asunto de correo electrónico" -+msgstr "Introduzca el asunto del correo-e" - - #. DESC_EMAIL_FILETYPE - msgid "Select filetype for image attachments" - msgstr "Seleccionar tipo de archivo para imagen adjunta" - - #. DESC_MULTIPAGE_PROJECT --#, fuzzy - msgid "Enter multipage project directory name" --msgstr "Explorar para directorio temporal" -+msgstr "Introduzca el nombre del directorio de proyecto de páginas múltiples" - - #. DESC_MULTIPAGE_PROJECT_BROWSE --#, fuzzy - msgid "Browse for multipage project directory" --msgstr "Explorar para directorio temporal" -+msgstr "Buscar por directorio de proyecto de múltiples páginas" - - #. DESC_MULTIPAGE_FILETYPE --#, fuzzy - msgid "Select filetype for multipage file" --msgstr "Seleccionar tipo de archivo para imagen adjunta" -+msgstr "Definir tipo de archivo para archivo de páginas múltiples" - - #. DESC_PRESET_AREA_RENAME - msgid "Enter new name for preset area" --msgstr "Ingresar nuevo nombre para el área de preset" -+msgstr "Introduzca un nombre nuevo para la preselección de área" - - #. DESC_PRESET_AREA_ADD - msgid "Enter name for new preset area" --msgstr "Ingresar nuevo nombre para el área de preset" -+msgstr "Introduzca un nombre para una nueva preselección de área" - - #. DESC_MEDIUM_RENAME - msgid "Enter new name for medium definition" --msgstr "Ingresar nuevo nombre para definición de medio" -+msgstr "Introduzca un nombre nuevo para definición de medio" - - #. DESC_MEDIUM_ADD - msgid "Enter name for new medium definition" --msgstr "Ingresar nuevo nombre para definición de medio" -+msgstr "Introduzca un nombre para una nueva definición de medio" - - #. DESC_PRINTER_SELECT - msgid "Select printerdefinition " --msgstr "Seleccionar definición de impresora " -+msgstr "Seleccionar definición de impresora " - - #. DESC_RESOLUTION - msgid "Set scan resolution" --msgstr "Establecer resolución de escaneo" -+msgstr "Definir la resolución de escaneo" - - #. DESC_RESOLUTION_X - msgid "Set scan resolution for x direction" --msgstr "Establecer resolución de escaneo en la dirección x" -+msgstr "Definir resolución de escaneo en la dirección X" - - #. DESC_RESOLUTION_Y - msgid "Set scan resolution for y direction" --msgstr "Establecer resolución de escaneo en la dirección y" -+msgstr "Definir resolución de escaneo en la dirección Y" - - #. DESC_ZOOM - msgid "Set zoomfactor" --msgstr "Establecer factor de ampliación" -+msgstr "Definir el factor de ampliación" - - #. DESC_ZOOM_X - msgid "Set zoomfactor for x direction" --msgstr "Establecer factor de ampliación para la dirección x" -+msgstr "Definir el factor de ampliación para la dirección X" - - #. DESC_ZOOM_Y - msgid "Set zoomfactor for y direction" --msgstr "Establecer factor de ampliación para la dirección y" -+msgstr "Definir el factor de ampliación para la dirección Y" - - #. DESC_COPY_NUMBER - msgid "Set number of copies" --msgstr "Establecer número de copias" -+msgstr "Definir el número de copias" - - #. DESC_NEGATIVE - msgid "Negative: Invert colors for scanning negatives " --msgstr "Negativos: Invertir colores para escanear negativos " -+msgstr "Negativos: Invertir los colores para escanear negativos " - - #. DESC_GAMMA - msgid "Set gamma value" --msgstr "Establecer valor de gamma" -+msgstr "Definir valor gamma" - - #. DESC_GAMMA_R - msgid "Set gamma value for red component" --msgstr "Establecer valor de gamma para el componente rojo" -+msgstr "Definir valor gamma para el componente rojo" - - #. DESC_GAMMA_G - msgid "Set gamma value for green component" --msgstr "Establecer valor de gamma para el componente verde" -+msgstr "Definir valor gamma para el componente verde" - - #. DESC_GAMMA_B - msgid "Set gamma value for blue component" --msgstr "Establecer valor de gamma para el componente azul" -+msgstr "Definir valor gamma para el componente azul" - - #. DESC_BRIGHTNESS - msgid "Set brightness" --msgstr "Establecer brillo" -+msgstr "Definir brillo" - - #. DESC_BRIGHTNESS_R - msgid "Set brightness for red component" --msgstr "Establecer brillo para el componente rojo" -+msgstr "Definir brillo para el componente rojo" - - #. DESC_BRIGHTNESS_G - msgid "Set brightness for green component" --msgstr "Establecer brillo para el componente verde" -+msgstr "Definir brillo para el componente verde" - - #. DESC_BRIGHTNESS_B - msgid "Set brightness for blue component" --msgstr "Establecer brillo para el componente azul" -+msgstr "Definir brillo para el componente azul" - - #. DESC_CONTRAST - msgid "Set contrast" --msgstr "Establecer contraste" -+msgstr "Definir contraste" - - #. DESC_CONTRAST_R - msgid "Set contrast for red component" --msgstr "Establecer contraste para el componente rojo" -+msgstr "Definir contraste para el componente rojo" - - #. DESC_CONTRAST_G - msgid "Set contrast for green component" --msgstr "Establecer contraste para el componente verde" -+msgstr "Definir contraste para el componente verde" - - #. DESC_CONTRAST_B - msgid "Set contrast for blue component" --msgstr "Establecer contraste para el componente azul" -+msgstr "Definir contraste para el componente azul" - - #. DESC_THRESHOLD - msgid "Set threshold" --msgstr "Establecer umbral" -+msgstr "Definir umbral" - - #. DESC_RGB_DEFAULT - msgid "" --"RGB default: Set enhancement values for red, green and blue to default " --"values :\n" -+"RGB default: Set enhancement values for red, green and blue to default values :\n" - " gamma = 1.0\n" - " brightness = 0\n" - " contrast = 0" - msgstr "" --"RGB por omisión: Establecer valores de mejora para rojo, verde y azul a " --"valores por omisión :\n" -+"RGB por omisión: Definir valores de mejora para rojo, verde y azul a valores por omisión :\n" - "gamma = 1.0\n" - "brillo = 0\n" - "contraste = 0" - - #. DESC_ENH_AUTO --#, fuzzy - msgid "Autoadjust gamma, brightness and contrast " --msgstr "Autoajustar gamma, brillo y contraste " -+msgstr "Ajustar automáticamente gamma, brillo y contraste " - - #. DESC_ENH_DEFAULT - msgid "" -@@ -1936,7 +1837,7 @@ - "brightness = 0\n" - "contrast = 0" - msgstr "" --"Establecer valores de mejora por omisión :\n" -+"Definir valores de mejora por omisión :\n" - "gamma = 1.0\n" - "brillo = 0\n" - "contraste = 0" -@@ -1951,28 +1852,27 @@ - - #. DESC_HIST_INTENSITY - msgid "Show histogram of intensity/gray " --msgstr "Mostrar histograma de intensidad/grises " -+msgstr "Mostrar el histograma de intensidad/grises " - - #. DESC_HIST_RED - msgid "Show histogram of red component " --msgstr "Mostrar histograma de componente rojo " -+msgstr "Mostrar el histograma del componente rojo " - - #. DESC_HIST_GREEN - msgid "Show histogram of green component " --msgstr "Mostrar histograma de componente verde " -+msgstr "Mostrar el histograma del componente verde " - - #. DESC_HIST_BLUE - msgid "Show histogram of blue component " --msgstr "Mostrar histograma de componente azul " -+msgstr "Mostrar el histograma del componente azul " - - #. DESC_HIST_PIXEL - msgid "Display mode: show histogram with lines instead of pixels " --msgstr "" --"Modo de pantalla: mostrar histograma con líneas en vez de pixels " -+msgstr "Modo de pantalla: mostrar histograma con líneas en vez de píxeles " - - #. DESC_HIST_LOG - msgid "Show logarithm of pixelcount " --msgstr "Mostrar logaritmo de la cuenta de pixels " -+msgstr "Mostrar logaritmo de la cuenta de píxeles " - - #. DESC_PRINTER_SETUP - msgid "Select definition to change" -@@ -1984,47 +1884,38 @@ - - #. DESC_PRINTER_COMMAND - msgid "Enter command to be executed in copy mode (e.g. \"lpr\")" --msgstr "ingrese comando a ser ejecutado en modo copia (e.g. \"lpr\")" -+msgstr "Introduzca la orden a ejecutar en modo copia (p.e. «lpr»)" - - #. DESC_COPY_NUMBER_OPTION - msgid "Enter option for copy numbers" --msgstr "Ingrese opción para el número de copias" -+msgstr "Introduzca la opción para el número de copias" - - #. DESC_PRINTER_LINEART_RESOLUTION --msgid "" --"Resolution with which lineart images are printed and saved in postscript" --msgstr "" --"Resolución con la que las imágenes de línea de arte son impresas y guardadas " --"en postscript" -+msgid "Resolution with which lineart images are printed and saved in postscript" -+msgstr "Resolución con la que las imágenes de línea de arte son impresas y guardadas en postscript" - - #. DESC_PRINTER_GRAYSCALE_RESOLUTION --msgid "" --"Resolution with which grayscale images are printed and saved in postscript" --msgstr "" --"Resolución con la que las imágenes en tonos de grises son impresas y " --"guardadas en postscript" -+msgid "Resolution with which grayscale images are printed and saved in postscript" -+msgstr "Resolución con la que las imágenes en tonos de grises son impresas y guardadas en postscript" - - #. DESC_PRINTER_COLOR_RESOLUTION - msgid "Resolution with which color images are printed and saved in postscript" --msgstr "" --"Resolución con la que las imágenes en color son impresas y guardadas en " --"postscript" -+msgstr "Resolución con la que las imágenes en color son impresas y guardadas en PostScript" - - #. DESC_PRINTER_WIDTH - #. DESC_FAX_WIDTH - msgid "Width of printable area" --msgstr "Anchura de area imprimible" -+msgstr "Anchura de área imprimible" - - #. DESC_PRINTER_HEIGHT - #. DESC_FAX_HEIGHT - msgid "Height of printable area" --msgstr "Altura de area imprimible" -+msgstr "Altura de área imprimible" - - #. DESC_PRINTER_LEFTOFFSET - #. DESC_FAX_LEFTOFFSET - msgid "Left offset from the edge of the paper to the printable area" --msgstr "" --"Deplazamiento a la izquierda desde el borde del papel al área imprimible" -+msgstr "Deplazamiento a la izquierda desde el borde del papel al área imprimible" - - #. DESC_PRINTER_BOTTOMOFFSET - #. DESC_FAX_BOTTOMOFFSET -@@ -2033,37 +1924,39 @@ - - #. DESC_PRINTER_GAMMA - msgid "Additional gamma value for photocopy" --msgstr "Valor de gamma adicional para fotocopia" -+msgstr "Valor gamma adicional para fotocopia" - - #. DESC_PRINTER_GAMMA_RED - msgid "Additional gamma value for red component for photocopy" --msgstr "Valor de gamma adicional del valor rojo para fotocopia" -+msgstr "Valor gamma adicional del valor rojo para fotocopia" - - #. DESC_PRINTER_GAMMA_GREEN - msgid "Additional gamma value for green component for photocopy" --msgstr "Valor de gamma adicional del valor verde para fotocopia" -+msgstr "Valor gamma adicional del valor verde para fotocopia" - - #. DESC_PRINTER_GAMMA_BLUE - msgid "Additional gamma value for blue component for photocopy" --msgstr "Valor de gamma adicional del valor azul para fotocopia" -+msgstr "Valor gamma adicional del valor azul para fotocopia" - - #. DESC_PRINTER_EMBED_CSA - msgid "Creates a postsciptfile that contains the ICM profile of the scanner" --msgstr "" -+msgstr "Crea un archivo PostScript que contiene el perfil ICM del escáner" - - #. DESC_PRINTER_EMBED_CRD - msgid "Creates a postsciptfile that contains the ICM profile of the printer" --msgstr "" -+msgstr "Crea un archivo PostScript que contiene el perfil ICM de la impresora" - - #. DESC_PRINTER_CMS_BPC - msgid "Applies black point compensation" --msgstr "" -+msgstr "Aplicada la compensación de punto negro" - - #. DESC_PRINTER_PS_FLATEDECODED - msgid "" - "Create zlib compressed postscript image for printer (flatedecode).\n" - "The printer has to understand postscript level 3!" - msgstr "" -+"Crear una imagen postscript comprimida con zlib para la impresora (flatedecode).\n" -+"¡La impresora tiene que entender postscript nivel 3!" - - #. DESC_TMP_PATH - msgid "Path to temp directory" -@@ -2071,270 +1964,197 @@ - - #. DESC_BUTTON_TMP_PATH_BROWSE - msgid "Browse for temporary directory" --msgstr "Explorar para directorio temporal" -+msgstr "Explorar por directorio temporal" - - #. DESC_JPEG_QUALITY --#, fuzzy --msgid "" --"Quality in percent if image is saved as JPEG or TIFF with JPEG compression" --msgstr "" --"Calidad en porcentaje si la imagen es guardada como jpeg ó tiff con " --"compresión jpeg" -+msgid "Quality in percent if image is saved as JPEG or TIFF with JPEG compression" -+msgstr "Calidad en porcentaje si la imagen es guardada como JPEG ó TIFF con compresión JPEG" - - #. DESC_PNG_COMPRESSION --#, fuzzy - msgid "Compression if image is saved as PNG" --msgstr "Compresión si la imagen es guardada como png" -+msgstr "Compresión si la imagen es guardada como PNG" - - #. DESC_FILENAME_COUNTER_LEN - msgid "Minimum length of counter in filename" --msgstr "Medida mínima del contador en el nombre de archivo" -+msgstr "Longitud mínima del contador en el nombre de archivo" - - #. DESC_TIFF_ZIP_COMPRESSION --#, fuzzy - msgid "Compression rate for zip compressed TIFF (deflate)" --msgstr "Tipo de compresión si la imagen de 8 bits es guardada como tiff" -+msgstr "Tasa de compresión zip para comprimir TIFF (rebajar)" - - #. DESC_TIFF_COMPRESSION_16 --#, fuzzy - msgid "Compression type if 16 bit image is saved as TIFF" --msgstr "Tipo de compresión si la imagen de 16 bits es guardada como tiff" -+msgstr "Tipo de compresión si la imagen de 16 bits es guardada como TIFF" - - #. DESC_TIFF_COMPRESSION_8 --#, fuzzy - msgid "Compression type if 8 bit image is saved as TIFF" --msgstr "Tipo de compresión si la imagen de 8 bits es guardada como tiff" -+msgstr "Tipo de compresión si la imagen de 8 bits es guardada como TIFF" - - #. DESC_TIFF_COMPRESSION_1 --#, fuzzy - msgid "Compression type if lineart image is saved as TIFF" --msgstr "Tipo de compresión si la imagen de línea de arte es guardada como tiff" -+msgstr "Tipo de compresión si la imagen de línea de arte es guardada como TIFF" - - #. DESC_SAVE_DEVPREFS_AT_EXIT - msgid "Save device dependant preferences in default file at exit of xsane" --msgstr "" --"Guardar preferencias dependientes del dispositivo en archivo por omisión al " --"salir de XSane" -+msgstr "Guardar preferencias dependientes del dispositivo en archivo por omisión al salir de XSane" - - #. DESC_OVERWRITE_WARNING - msgid "Warn before overwriting an existing file" --msgstr "Advertir antes de sobreescribir un archivo existente" -+msgstr "Avisar antes de sobreescribir un archivo existente" - - #. DESC_SKIP_EXISTING --msgid "" --"If filename counter is automatically increased, used numbers are skipped" --msgstr "" --"Si el contador de nombre archivo se incrementa automáticamente, los números " --"presentes son salteados" -+msgid "If filename counter is automatically increased, used numbers are skipped" -+msgstr "Si el contador de nombre de archivo se incrementa automáticamente, se saltan los números utilizados" - - #. DESC_SAVE_PS_FLATEDECODED --msgid "" --"compress postscript image with zlib algorithm (flatedecode). When you want " --"to print such a file your printer has to understand postscript level 3" --msgstr "" -+msgid "compress postscript image with zlib algorithm (flatedecode). When you want to print such a file your printer has to understand postscript level 3" -+msgstr "comprimir la imagen PostScript con el algoritmo zlib (flatedecode). Cuando quiera imprimir tal archivo su impresora tiene que entender PostScript nivel 3" - - #. DESC_SAVE_PDF_FLATEDECODED - msgid "compress PDF image with zlib algorithm (flatedecode)." --msgstr "" -+msgstr "compresión de imagen PDF con algoritmo zlib (decodificación plana)" - - #. DESC_SAVE_PNM16_AS_ASCII --#, fuzzy --msgid "" --"When a 16 bit image shall be saved in PNM format then use ASCII format " --"instead of binary format. The binary format is a new format that is not " --"supported by all programs. The ASCII format is supported by more programs " --"but it produces really huge files!!!" --msgstr "" --"Cuando una imagen de 16 bits deba guardarse en formato pnm use el formato " --"ascii en vez del formato binario. El formato binario es un formato nuevo que " --"no está soportado por todos los programas. ¡¡¡El formato ascii está " --"soportado por la mayoría de los programas pero produce archivos realmente " --"enormes!!!" -+msgid "When a 16 bit image shall be saved in PNM format then use ASCII format instead of binary format. The binary format is a new format that is not supported by all programs. The ASCII format is supported by more programs but it produces really huge files!!!" -+msgstr "Cuando una imagen de 16 bits deba guardarse en formato PNM use el formato ASCII en vez del formato binario. El formato binario es un formato nuevo que no está soportado por todos los programas. ¡¡¡El formato ASCII está soportado por la mayoría de los programas pero produce archivos realmente enormes!!!" - - #. DESC_REDUCE_16BIT_TO_8BIT --#, fuzzy --msgid "" --"If scanner sends image with 16 bits/channel save image with 8 bits/channel" --msgstr "" --"Si el escáner envía imágenes de 16 bits/color guardar imágenes con 8 bits/" --"color" -+msgid "If scanner sends image with 16 bits/channel save image with 8 bits/channel" -+msgstr "Si el escáner envía imágenes de 16 bits/canal guardar las imágenes con 8 bits/canal" - - #. DESC_PSFILE_WIDTH - msgid "Width of paper for postscript files" --msgstr "Anchura de papel para archivos postscript" -+msgstr "Anchura de papel para archivos PostScript" - - #. DESC_PSFILE_HEIGHT - msgid "Height of paper for postscript files" --msgstr "Altura de papel para archivos postscript" -+msgstr "Altura de papel para archivos PostScript" - - #. DESC_PSFILE_LEFTOFFSET --msgid "" --"Left offset from the edge of the paper to the usable area for postscript " --"files" --msgstr "" --"Desplazamiento a la izquierda desde el borde del papel hasta el área usable " --"para los archivos postscript" -+msgid "Left offset from the edge of the paper to the usable area for postscript files" -+msgstr "Desplazamiento a la izquierda desde el borde del papel hasta el área útil para los archivos PostScript" - - #. DESC_PSFILE_BOTTOMOFFSET --msgid "" --"Bottom offset from the edge of the paper to the usable area for postscript " --"files" --msgstr "" --"Desplazamiento hacia abajo desde el borde del papel hasta el área usable " --"para los archivos postscript" -+msgid "Bottom offset from the edge of the paper to the usable area for postscript files" -+msgstr "Desplazamiento hacia abajo desde el borde del papel hasta el área útil para los archivos PostScript" - - #. DESC_MAIN_WINDOW_FIXED - msgid "Use fixed main window size or scrolled, resizable main window" --msgstr "" --"Usar tamaño de ventana principal fijo ó uno de tamaño variable con scroll" -+msgstr "Usar tamaño de ventana principal fijo ó un tamaño variable con desplazamiento" - - #. DESC_DISABLE_GIMP_PREVIEW_GAMMA --#, fuzzy - msgid "Disable preview gamma when XSane runs as GIMP plugin" --msgstr "" --"Deshabilitar el gamma de previsualización cuando XSane funciona como una " --"extensión de GIMP" -+msgstr "Desactivar la vista previa gamma cuando XSane funciona como una extensión de GIMP" - - #. DESC_PREVIEW_COLORMAP - msgid "Use an own colormap for preview if display depth is 8 bpp" --msgstr "" --"Usar un mapa de colores propio si la profundidad de la pantalla es 8 bpp" -+msgstr "Usar un mapa de colores propio si la profundidad de la pantalla es de 8 bpp" - - #. DESC_SHOW_RANGE_MODE - msgid "Select how a range is displayed" - msgstr "Seleccionar cómo se muestra un rango" - - #. DESC_PREVIEW_OVERSAMPLING --#, fuzzy - msgid "Value with which the calculated preview resolution is multiplied" --msgstr "Valor con el que la resolución de la vista previa es multiplicado" -+msgstr "Valor calculado con el que la resolución de la vista previa se multiplica" - - #. DESC_PREVIEW_GAMMA - msgid "Set gamma correction value for preview image" --msgstr "" --"Establecer el valor de la corrección gamma para la imagen de previsualización" -+msgstr "Definir el valor de la corrección gamma para la imagen de vista previa" - - #. DESC_PREVIEW_GAMMA_RED - msgid "Set gamma correction value for red component of preview image" --msgstr "" --"Establecer el valor de la corrección gamma para el componente rojo de la " --"imagen de previsualización" -+msgstr "Definir el valor de la corrección gamma para el componente rojo de la imagen de vista previa" - - #. DESC_PREVIEW_GAMMA_GREEN - msgid "Set gamma correction value for green component of preview image" --msgstr "" --"Establecer el valor de la corrección gamma para el valor verde de la imagen " --"de previsualización" -+msgstr "Definir el valor de la corrección gamma para el valor verde de la imagen de vista previa" - - #. DESC_PREVIEW_GAMMA_BLUE - msgid "Set gamma correction value for blue component of preview image" --msgstr "" --"Establecer el valor de la corrección gamma para el valor azul de la imagen " --"de previsualización" -+msgstr "Definir el valor de la corrección gamma para el valor azul de la imagen de vista previa" - - #. DESC_LINEART_MODE - msgid "Define the way XSane shall handle the threshold option" - msgstr "Definir la forma en que XSane manejará la opción umbral" - - #. DESC_GRAYSCALE_SCANMODE --msgid "" --"Select grayscale scanmode. This scanmode is used for lineart preview scan " --"when transformation from grayscale to lineart is enabled" --msgstr "" --"Seleccionar modo de escaneo tonos de grises. Éste modo es usado para " --"previsualización de línea de arte cuando la transformación de tonos de " --"grises a línea de arte está habilitada" -+msgid "Select grayscale scanmode. This scanmode is used for lineart preview scan when transformation from grayscale to lineart is enabled" -+msgstr "Seleccionar el modo de escaneo de escala de grises. Éste modo es usado para la vista previa de línea de arte cuando la transformación de escala de grises a línea de arte está activada" - - #. DESC_PREVIEW_THRESHOLD_MIN - #, no-c-format - msgid "The scanner's minimum threshold level in %" --msgstr "El mínimo nivel del umbral del escáner en %" -+msgstr "Nivel mínimo del umbral del escáner en %" - - #. DESC_PREVIEW_THRESHOLD_MAX - #, no-c-format - msgid "The scanner's maximum threshold level in %" --msgstr "El máximo nivel del umbral del escáner en %" -+msgstr "Nivel máximo del umbral del escáner en %" - - #. DESC_PREVIEW_THRESHOLD_MUL --msgid "" --"Multiplier to make XSane threshold range and scanner threshold range the same" --msgstr "" --"Factor de multiplicación para hacer que el rango del umbral de XSane y el " --"rango del umbral del escáner sean iguales" -+msgid "Multiplier to make XSane threshold range and scanner threshold range the same" -+msgstr "Factor de multiplicación para hacer que el rango del umbral de XSane y el rango del umbral del escáner sean iguales" - - #. DESC_PREVIEW_THRESHOLD_OFF --msgid "" --"Offset to make XSane threshold range and scanner threshold range the same" --msgstr "" --"Desplazamiento para hacer que el rango del umbral de XSane y el rango del " --"umbral del escáner sean iguales" -+msgid "Offset to make XSane threshold range and scanner threshold range the same" -+msgstr "Desplazamiento para hacer que el rango del umbral de XSane y el rango del umbral del escáner sean iguales" - - #. DESC_ADF_PAGES_MAX - msgid "Number of pages to scan" --msgstr "" -+msgstr "Número de páginas a escanear" - - #. DESC_PREVIEW_PIPETTE_RANGE - msgid "dimension of square that is used to average color for pipette function" --msgstr "" --"Dimensión del cuadrado que es usado para promediar color para la función " --"pipeta" -+msgstr "Dimensión del cuadrado que se usa para promediar el color para la función pipeta" - - #. DESC_DOC_VIEWER --#, fuzzy --msgid "" --"Enter command to be executed to display helpfiles, must be a HTML-viewer!" --msgstr "" --"Ingresar comando a ser ejecutado para mostrar archivos de ayuda, ¡debe ser " --"un visualizador html!" -+msgid "Enter command to be executed to display helpfiles, must be a HTML-viewer!" -+msgstr "Introducir orden a ejecutar para mostrar archivos de ayuda, ¡debe ser un visor HTML!" - - #. DESC_AUTOENHANCE_GAMMA - msgid "Change gamma value when autoenhancement button is pressed" --msgstr "Cambiar valor de gamma cuando el botón de automejora es presionado" -+msgstr "Cambiar valor gamma cuando se presiona el botón de mejora automática" - - #. DESC_PRESELECT_SCAN_AREA --#, fuzzy - msgid "Select scan area after preview scan has finished" --msgstr "" --"Seleccionar área de escaneo después de que la previsualización ha concluído" -+msgstr "Seleccionar área de escaneo después de que la vista previa termine" - - #. DESC_AUTOCORRECT_COLORS - msgid "Do color correction after preview scan has finished" --msgstr "" --"Hacer corrección de color después de que la previsualización ha concluído" -+msgstr "Hacer corrección de color después de terminar el escaneo de la vista previa" - - #. DESC_RENDERING_INTENT --#, fuzzy - msgid "Select rendering intent for preview and saving" --msgstr "" --"Seleccionar área de escaneo después de que la previsualización ha concluído" -+msgstr "Seleccione «Intento de renderizado» para vista previa e gardado" - - #. DESC_CMS_BPC - msgid "Apply black point compensation when color transformation is done" --msgstr "" -+msgstr "Aplicar la compensación de punto negro una vez hecha la transformación de color" - - #. DESC_FAX_COMMAND - msgid "Enter command to be executed in fax mode" --msgstr "Ingresar comando a ser ejecutado en modo de fax" -+msgstr "Introduzca la orden a ejecutar en modo de fax" - - #. DESC_FAX_RECEIVER_OPT - msgid "Enter option to specify receiver" --msgstr "Ingresar opción para especificar un receptor" -+msgstr "Introduzca la opción para especificar un receptor" - - #. DESC_FAX_POSTSCRIPT_OPT - msgid "Enter option to specify postscript files following" --msgstr "Ingresar opción para especificar archivos postscript siguientes" -+msgstr "Introduzca la opción para especificar los archivos PostScript siguientes" - - #. DESC_FAX_NORMAL_OPT - msgid "Enter option to specify normal mode (low resolution)" --msgstr "Ingresar opción para especificar modo normal (baja resolución)" -+msgstr "Introduzca la opción para especificar el modo normal (baja resolución)" - - #. DESC_FAX_FINE_OPT - msgid "Enter option to specify fine mode (high resolution)" --msgstr "Ingresar opción para especificar modo fino (alta resolución)" -+msgstr "Introduzca la opción para especificar el modo fino (alta resolución)" - - #. DESC_FAX_VIEWER - msgid "Enter command to be executed to view a fax" --msgstr "Ingresar comando a ser ejecutado para ver un fax" -+msgstr "Introduzca la orden a ejecutar" - - #. DESC_FAX_FINE_MODE - msgid "Send fax with high vertical resolution (196 lpi instead of 98 lpi)" -@@ -2342,89 +2162,71 @@ - - #. DESC_FAX_PS_FLATEDECODED - msgid "Create zlib compressed postscript image for fax (flatedecode)" --msgstr "" -+msgstr "Crear imagen postscript comprimida para fax (decodificación plana)" - - #. DESC_SMTP_SERVER - msgid "IP Address or Domain name of SMTP server" --msgstr "Dirección IP ó nombre de Dominio del servidor SMTP" -+msgstr "Dirección IP ó nombre de dominio del servidor SMTP" - - #. DESC_SMTP_PORT - msgid "port to connect to SMTP server" --msgstr "puerto a conectar del servidor SMTP" -+msgstr "puerto para conectar al servidor SMTP" - - #. DESC_EMAIL_FROM --#, fuzzy - msgid "enter your e-mail address" --msgstr "Ingresar su dirección de correo electrónico" -+msgstr "Introduzca su dirección de correo-e" - - #. DESC_EMAIL_REPLY_TO --#, fuzzy - msgid "enter e-mail address for replied e-mails" --msgstr "" --"Ingresar dirección de correo electrónico para los correos electrónicos " --"respondidos" -+msgstr "introduzca la dirección de correo-e para los correo-e respondidos" - - #. DESC_EMAIL_AUTHENTICATION --#, fuzzy - msgid "Type of authentication before sending e-mail" --msgstr "Autentificar en un servidor POP3 antes de enviar el correo electrónico" -+msgstr "Tipo de autenticación antes de enviar correo-e" - - #. DESC_EMAIL_AUTH_USER --#, fuzzy - msgid "user name for e-mail server" --msgstr "nombre de usuario para el servidor POP3" -+msgstr "nombre de usuario para el servidor de correo-e" - - #. DESC_EMAIL_AUTH_PASS --#, fuzzy - msgid "password for e-mail server" --msgstr "contraseña para el servidor POP3" -+msgstr "contraseña para el servidor de correo-e" - - #. DESC_POP3_SERVER - msgid "IP Address or Domain name of POP3 server" --msgstr "Dirección IP ó nombre de Dominio del servidor POP3" -+msgstr "Dirección IP ó nombre de dominio del servidor POP3" - - #. DESC_POP3_PORT - msgid "port to connect to POP3 server" --msgstr "puerto a conectar al servidor POP3" -+msgstr "puerto para conectar al servidor POP3" - - #. DESC_HTML_EMAIL --#, fuzzy - msgid "E-mail is sent in HTML mode, place image with: " --msgstr "" --"El correo electrónico se envía en modo html, coloque la imagen con: " -+msgstr "El correo-e se envía en modo HTML, coloque la imagen con: " - - #. DESC_OCR_COMMAND --#, fuzzy - msgid "Enter command to start OCR program" --msgstr "Ingresar comando para lanzar programa de OCR" -+msgstr "Introduzca la orden para iniciar el programa de OCR" - - #. DESC_OCR_INPUTFILE_OPT --#, fuzzy - msgid "Enter option of the OCR program to define input file" --msgstr "" --"Ingresar opción para el programa de OCR para definir archivo de entrada" -+msgstr "Introduzca la opción para el programa de OCR para definir el archivo de entrada" - - #. DESC_OCR_OUTPUTFILE_OPT --#, fuzzy - msgid "Enter option of the OCR program to define output file" --msgstr "ngresar opción para el programa de OCR para definir archivo de salida" -+msgstr "Introduzca la opción para el programa de OCR para definir el archivo de salida" - - #. DESC_OCR_USE_GUI_PIPE_OPT --#, fuzzy - msgid "Define if the OCR program supports gui progress pipe" --msgstr "Definir si el programa de ocr soporta tubería de proceso GUI" -+msgstr "Definir si el programa de OCR soporta la canalización de indicador de progreso" - - #. DESC_OCR_OUTFD_OPT --#, fuzzy --msgid "" --"Enter option of the OCR program to define output filedescripor in GUI mode" --msgstr "" --"Ingresar opción para el programa de ocr para definir descriptor de archivo " --"de salida en modo GUI" -+msgid "Enter option of the OCR program to define output filedescripor in GUI mode" -+msgstr "Introduzca la opción para el programa de OCR para definir descriptor de archivo de salida en modo IGU" - - #. DESC_OCR_PROGRESS_KEYWORD - msgid "Define Keyword that is used to mark progress information" --msgstr "Palabra clave que se usa para indicar información de progreso" -+msgstr "Palabra clave usada para marcar información de progreso" - - #. DESC_PERMISSION_READ - msgid "read" -@@ -2435,9 +2237,8 @@ - msgstr "escribir" - - #. DESC_PERMISSION_SEARCH --#, fuzzy - msgid "search" --msgstr "usuario" -+msgstr "buscar" - - #. DESC_ADD_BATCH - msgid "Add selection for batch scan" -@@ -2456,7 +2257,6 @@ - msgstr "Tomar punto negro" - - #. DESC_ZOOM_FULL --#, fuzzy - msgid "Use full scan area" - msgstr "Usar área de escaneo completa" - -@@ -2467,11 +2267,11 @@ - - #. DESC_ZOOM_IN - msgid "Click at position to zoom to" --msgstr "Hacer click en la posición para hacer zoom a" -+msgstr "Hacer clic en la posición para hacer zoom a" - - #. DESC_ZOOM_AREA - msgid "Zoom into selected area" --msgstr "Ampliar dentro del área seleccionada" -+msgstr "Ampliar precisamente el área seleccionada" - - #. DESC_ZOOM_UNDO - msgid "Undo last zoom" -@@ -2479,40 +2279,35 @@ - - #. DESC_FULL_PREVIEW_AREA - msgid "Select visible area" --msgstr "Seleccionar area visible" -+msgstr "Seleccionar la área visible" - - #. DESC_AUTOSELECT_SCAN_AREA --#, fuzzy - msgid "Autoselect scan area" --msgstr "Autoseleccionar área de escaneado" -+msgstr "Seleccionar automáticamente el área de escaneo" - - #. DESC_AUTORAISE_SCAN_AREA --#, fuzzy - msgid "Autoraise scan area" --msgstr "Autoseleccionar área de escaneado" -+msgstr "Levantar automáticamente el área de escaneo" - - #. DESC_DELETE_IMAGES - msgid "Delete preview image cache" --msgstr "Borrar cache de imagen de previsualización" -+msgstr "Borrar la caché de imagen de la vista previa" - - #. DESC_PRESET_AREA --#, fuzzy - msgid "" - "Preset area:\n" --"To add new area or edit an existing area use context menu (alternate mouse " --"button)." -+"To add new area or edit an existing area use context menu (alternate mouse button)." - msgstr "" --"Área de preset:\n" --"Para agregar una nueva área o editar una existente usar el menú de contexto " --"(botón derecho del ratón)." -+"Preselección de área:\n" -+"Para añadir una nueva área o editar una existente utilice el menú de contexto (botón derecho del ratón)." - - #. DESC_ROTATION - msgid "Rotate preview and scan" --msgstr "Rotar previsualización y escanear" -+msgstr "Rotar la vista previa y escanear" - - #. DESC_RATIO - msgid "Aspect ratio of selection" --msgstr "Relación de aspecto de selección" -+msgstr "Relación de aspecto de la selección" - - #. DESC_PAPER_ORIENTATION - msgid "Define image position for printing" -@@ -2531,27 +2326,24 @@ - msgstr "Clonar imagen" - - #. DESC_ROTATE90 --#, fuzzy - msgid "Rotate image 90 degrees" - msgstr "Rotar imagen 90 grados" - - #. DESC_ROTATE180 --#, fuzzy - msgid "Rotate image 180 degrees" - msgstr "Rotar imagen 180 grados" - - #. DESC_ROTATE270 --#, fuzzy - msgid "Rotate image 270 degrees" - msgstr "Rotar imagen 270 grados" - - #. DESC_MIRROR_X - msgid "Mirror image at vertical axis" --msgstr "Espejar imagen sobre el eje vertical" -+msgstr "Reflejar la imagen sobre el eje vertical" - - #. DESC_MIRROR_Y - msgid "Mirror image at horizontal axis" --msgstr "Espejar imagen sobre el eje horizontal" -+msgstr "Reflejar la imagen sobre el eje horizontal" - - #. DESC_VIEWER_ZOOM - msgid "Zoom image" -@@ -2578,30 +2370,28 @@ - msgstr "Factor de Escala Y" - - #. DESC_SCALE_WIDTH --#, fuzzy - msgid "Scale image to width [pixels]" --msgstr "Escalar imagen a ancho [en pixels]" -+msgstr "Ajustar la imagen al ancho [en píxeles]" - - #. DESC_SCALE_HEIGHT --#, fuzzy - msgid "Scale image to height [pixels]" --msgstr "Escalar imagen a alto [en pixels]" -+msgstr "Ajustar la imagen al alto [en píxeles]" - - #. DESC_BATCH_LIST_EMPTY - msgid "Empty batch list" --msgstr "Vaciar lista de proceso por lotes" -+msgstr "Vaciar la lista de proceso por lotes" - - #. DESC_BATCH_LIST_SAVE - msgid "Save batch list" --msgstr "Guardar lista de proceso por lotes" -+msgstr "Guardar la lista de proceso por lotes" - - #. DESC_BATCH_LIST_LOAD - msgid "Load batch list" --msgstr "Cargar lista de proceso por lotes" -+msgstr "Cargar la lista de proceso por lotes" - - #. DESC_BATCH_RENAME - msgid "Rename area" --msgstr "Renombrar area" -+msgstr "Renombrar el área" - - #. DESC_BATCH_ADD - msgid "Add selected preview area to batch list" -@@ -2609,45 +2399,39 @@ - - #. DESC_BATCH_DEL - msgid "Delete selected area from batch list" --msgstr "Borrar area seleccionada de la lista de proceso por lotes" -+msgstr "Borrar área seleccionada de la lista de proceso por lotes" - - #. DESC_AUTOMATIC - msgid "Turns on automatic mode" --msgstr "Enciende modo automático" -+msgstr "Activa el modo automático" - - #. DESC_BUTTON_SCANNER_DEFAULT_COLOR_ICM_PROFILE_BROWSE --#, fuzzy - msgid "Browse for scanner default color ICM-profile" --msgstr "Explorar nombre de archivo de imagen" -+msgstr "Buscar por perfil de color ICM predeterminado del escáner" - - #. DESC_BUTTON_SCANNER_DEFAULT_GRAY_ICM_PROFILE_BROWSE --#, fuzzy - msgid "Browse for scanner default gray ICM-profile" --msgstr "Explorar nombre de archivo de imagen" -+msgstr "Buscar por perfil de escala de grises ICM predeterminado del escáner" - - #. DESC_BUTTON_DISPLAY_ICM_PROFILE_BROWSE --#, fuzzy - msgid "Browse for display ICM-profile" --msgstr "Explorar nombre de archivo de imagen" -+msgstr "Buscar por perfil ICM de pantalla" - - #. DESC_BUTTON_PRINTER_ICM_PROFILE_BROWSE --#, fuzzy - msgid "Browse for printer ICM-profile" --msgstr "Explorar nombre de archivo de imagen" -+msgstr "Buscar por perfil ICM de impresora" - - #. DESC_BUTTON_CUSTOM_PROOFING_ICM_PROFILE_BROWSE --#, fuzzy - msgid "Browse for custom proofing ICM-profile" --msgstr "Explorar nombre de archivo de imagen" -+msgstr "Buscar por perfil ICM de prueba personalizado" - - #. DESC_BUTTON_WORKING_COLOR_SPACE_ICM_PROFILE_BROWSE --#, fuzzy - msgid "Browse for working color space ICM-profile" --msgstr "Explorar nombre de archivo de imagen" -+msgstr "Buscar por perfil ICM de espacio de color de trabajo" - - #. ERR_HOME_DIR - msgid "Failed to determine home directory:" --msgstr "Falló al determinar el directorio home:" -+msgstr "Falló al determinar el directorio personal:" - - #. ERR_CHANGE_WORKING_DIR - msgid "Failed to change working directory to" -@@ -2655,7 +2439,7 @@ - - #. ERR_FILENAME_TOO_LONG - msgid "Filename too long" --msgstr "Archivo demasiado grande" -+msgstr "Nombre de archivo demasiado grande" - - #. ERR_CREATE_TEMP_FILE - msgid "" -@@ -2664,6 +2448,10 @@ - "select a temporary directory where you have\n" - "write permissions." - msgstr "" -+"No se pudo crear el archivo temporal.\n" -+"Abra el menú Preferencias->Configuración->Directorio temporal\n" -+"y seleccione un directorio temporal donde tenga\n" -+"permisos de escritura." - - #. ERR_SET_OPTION - msgid "Failed to set value of option" -@@ -2683,52 +2471,51 @@ - - #. ERR_NO_DEVICES - msgid "no devices available" --msgstr "no hay dispositivos obtenibles" -+msgstr "no hay dispositivos disponibles" - - #. ERR_DURING_READ - msgid "Error during read:" --msgstr "Error durante lectura:" -+msgstr "Error mientras se leía:" - - #. ERR_DURING_SAVE - msgid "Error during save:" --msgstr "Error durante guardado:" -+msgstr "Error mientras se guardaba:" - - #. ERR_BAD_DEPTH - msgid "Can't handle depth" --msgstr "No puede manejar la profundidad" -+msgstr "No se puede manejar la profundidad" - - #. ERR_UNKNOWN_SAVING_FORMAT - msgid "Unknown file format for saving" --msgstr "Formato de archivo desconocido para guardar" -+msgstr "Formato de archivo desconocido para guardar" - - #. ERR_OPEN_FAILED - msgid "Failed to open" - msgstr "Falló al abrir" - - #. ERR_CREATE_SECURE_FILE --#, fuzzy - msgid "Could not create secure file (maybe a link does exist):" --msgstr "No se puede crear un archivo seguro (puede ser que exista un link):" -+msgstr "No se puede crear un archivo seguro (puede ser que exista un enlace):" - - #. ERR_FAILED_PRINTER_PIPE - msgid "Failed to open pipe for executing printercommand" --msgstr "Falló al abrir tubería para ejecutar comando de impresión" -+msgstr "Falló al abrir la canalización para ejecutar la orden de impresión" - - #. ERR_FAILED_EXEC_PRINTER_CMD - msgid "Failed to execute printercommand:" --msgstr "Falló al ejecutar comando de impresión:" -+msgstr "Falló al ejecutar la orden de impresión:" - - #. ERR_FAILED_START_SCANNER - msgid "Failed to start scanner:" --msgstr "Falló al encender escáner:" -+msgstr "Falló al iniciar el escáner:" - - #. ERR_FAILED_GET_PARAMS - msgid "Failed to get parameters:" --msgstr "Falló al tomar parámetros:" -+msgstr "No se han podido obtener los parámetros:" - - #. ERR_NO_OUTPUT_FORMAT - msgid "No output format given" --msgstr "No se dio formato de salida" -+msgstr "Formato de salida no determinado" - - #. ERR_NO_MEM - msgid "out of memory" -@@ -2736,24 +2523,23 @@ - - #. ERR_TOO_MUCH_DATA - msgid "Backend sends more image data than it defined in parameters" --msgstr "" --"El Backend envía más datos de imagen que los definidos en los parámetros" -+msgstr "El motor envía más datos de imagen que los definidos en los parámetros" - - #. ERR_LIBTIFF - msgid "LIBTIFF reports error" --msgstr "LIBTIFF reporta un error" -+msgstr "LIBTIFF informa de un error" - - #. ERR_LIBPNG - msgid "LIBPNG reports error" --msgstr "LIBPNG reporta un error" -+msgstr "LIBPNG informa de un error" - - #. ERR_LIBJPEG - msgid "LIBJPEG reports error" --msgstr "LIBJPE G reporta un error" -+msgstr "LIBJPE G informa de un error" - - #. ERR_ZLIB - msgid "ZLIB error or memory allocation problem" --msgstr "" -+msgstr "Error en ZLIB o problema de asignación de memoria" - - #. ERR_UNKNOWN_TYPE - msgid "unknown type" -@@ -2761,7 +2547,7 @@ - - #. ERR_UNKNOWN_CONSTRAINT_TYPE - msgid "unknown constraint type" --msgstr "Tipo de restricción desconocida" -+msgstr "restricción de tipo desconocido" - - #. ERR_OPTION_NAME_NULL - msgid "Option has empty name (NULL)." -@@ -2769,32 +2555,31 @@ - - #. ERR_BACKEND_BUG - msgid "This is a backend bug. Please inform the author of the backend!" --msgstr "Éste es un error del backend. ¡Favor de informar al autor del backend!" -+msgstr "Este es un error del motor. ¡Informe al autor del motor!" - - #. ERR_FAILED_EXEC_DOC_VIEWER - msgid "Failed to execute documentation viewer:" --msgstr "Falló al ejecutar visor de documentación:" -+msgstr "Falló al ejecutar el visor de documentación:" - - #. ERR_FAILED_EXEC_FAX_VIEWER - msgid "Failed to execute fax viewer:" --msgstr "Falló al ejecutar visor de fax:" -+msgstr "Falló al ejecutar el visor de fax:" - - #. ERR_FAILED_EXEC_FAX_CMD - msgid "Failed to execute fax command:" --msgstr "Falló al ejecutar comando de fax:" -+msgstr "Falló al ejecutar la orden de fax:" - - #. ERR_FAILED_EXEC_OCR_CMD --#, fuzzy - msgid "Failed to execute OCR command:" --msgstr "Falló al ejecutar comando de fax:" -+msgstr "Falló al ejecutar la orden de OCR:" - - #. ERR_BAD_FRAME_FORMAT - msgid "bad frame format" --msgstr "formato de frame inadecuado" -+msgstr "el formato de cuadro no es correcto" - - #. ERR_FAILED_SET_RESOLUTION - msgid "unable to set resolution" --msgstr "No es posible establecer la resolución" -+msgstr "No es posible determinar la resolución" - - #. ERR_PASSWORD_FILE_INSECURE - #, c-format -@@ -2815,15 +2600,15 @@ - - #. ERR_BACKEND_MAJOR_VERSION - msgid "backend major version =" --msgstr "Versión principal de backend = " -+msgstr "Versión principal del motor = " - - #. ERR_PROGRAM_ABORTED - msgid "*** PROGRAM ABORTED ***" --msgstr "*** PROGRAMA ABORTADO ***" -+msgstr "*** PROGRAMA INTERRUMPIDO ***" - - #. ERR_FAILED_ALLOCATE_IMAGE - msgid "Failed to allocate image memory:" --msgstr "Falló al colocar la imagen de memoria:" -+msgstr "Falló al ubicar la imagen en la memoria:" - - #. ERR_PREVIEW_BAD_DEPTH - msgid "Preview cannot handle bit depth" -@@ -2831,22 +2616,21 @@ - - #. ERR_GIMP_SUPPORT_MISSING - msgid "GIMP support missing" --msgstr "No hay soporte de GIMP" -+msgstr "No se encuentra soporte para GIMP" - - #. ERR_CREATE_FAX_PROJECT - msgid "Could not create faxproject" --msgstr "No se pudo crear proyecto de fax" -+msgstr "No se pudo crear el proyecto de fax" - - #. WARN_COUNTER_UNDERRUN - msgid "Filename counter underrun" --msgstr "Desborde negativo para el contador de nombres de archivo" -+msgstr "Contador de nombres de archivo vacio" - - #. WARN_NO_VALUE_CONSTRAINT - msgid "warning: option has no value constraint" --msgstr "advertencia: la opción no tiene restricciones de valor" -+msgstr "aviso: la opción no tiene restricciones de valor" - - #. WARN_XSANE_AS_ROOT --#, fuzzy - msgid "" - "You try to run XSane as ROOT, that really is DANGEROUS!\n" - "\n" -@@ -2854,11 +2638,11 @@ - "have any problems while running XSane as root:\n" - "YOU ARE ALONE!" - msgstr "" --"¡Usted intenta ejecutar XSane como ROOT, es verdaderamente PELIGROSO!\n" -+"¡Intenta ejecutar XSane como ROOT, lo que es verdaderamente PELIGROSO!\n" - "\n" --"¡ No envíe ningún reporte de bugs cuando usted\n" --"tenga algún problema mientras ejecute XSane as root:\n" --"USTED ESTÁ SOLO!" -+"¡No envíe ningún informe de errores cuando\n" -+"tenga algún problema mientras ejecute XSane como supersusuario:\n" -+"ESTÁ USTED SOLO!" - - #. ERR_HEADER_ERROR - msgid "Error" -@@ -2878,15 +2662,15 @@ - - #. ERR_FAILED_CREATE_FILE - msgid "Failed to create file:" --msgstr "Falló al crear archivo:" -+msgstr "Falló al crear el archivo:" - - #. ERR_LOAD_DEVICE_SETTINGS - msgid "Error while loading device settings:" --msgstr "Error mientras se cargaban las opciones del dispositivo:" -+msgstr "Error mientras se cargaban los ajustes del dispositivo:" - - #. ERR_NO_DRC_FILE - msgid "is not a device-rc-file !!!" --msgstr "¡¡¡no es un archivo-rc-de-dispositivo!!!" -+msgstr "¡¡¡ no es un archivo-rc-de-dispositivo !!!" - - #. ERR_NETSCAPE_EXECUTE_FAIL - msgid "Failed to execute netscape!" -@@ -2894,11 +2678,11 @@ - - #. ERR_SENDFAX_RECEIVER_MISSING - msgid "Send fax: no receiver defined" --msgstr "Envío de fax: no se definió receptor" -+msgstr "Envío de fax: no se definió un receptor" - - #. ERR_CREATED_FOR_DEVICE - msgid "has been created for device" --msgstr "se creó para dispositivo" -+msgstr "se creó para el dispositivo" - - #. ERR_USED_FOR_DEVICE - msgid "you want to use it for device" -@@ -2906,7 +2690,7 @@ - - #. ERR_MAY_CAUSE_PROBLEMS - msgid "this may cause problems!" --msgstr "¡ésto puede causr problemas!" -+msgstr "¡ésto puede causar problemas!" - - #. WARN_UNSAVED_IMAGES - #, c-format -@@ -2934,34 +2718,28 @@ - msgstr "Formato de salida de %d-bit no soportado: %s" - - #. ERR_CMS_CONVERSION --#, fuzzy - msgid "Error during CMS conversion:" --msgstr "Error durante guardado:" -+msgstr "Error en la conversión CMS" - - #. ERR_CMS_OPEN_ICM_FILE --#, fuzzy - msgid "Could not open" - msgstr "Falló al abrir" - - #. CMS_SCANNER_ICM --#, fuzzy - msgid "scanner ICM profile" --msgstr "Borrar impresora" -+msgstr "perfil ICM del escáner" - - #. CMS_DISPLAY_ICM --#, fuzzy - msgid "display ICM profile" --msgstr "Explorar nombre de archivo de imagen" -+msgstr "perfil ICM de la pantalla" - - #. CMS_PROOF_ICM --#, fuzzy - msgid "proofing ICM profile" --msgstr "Borrar impresora" -+msgstr "perfil ICM de pruebas" - - #. ERR_CMS_CREATE_TRANSFORM --#, fuzzy - msgid "Could not create transform" --msgstr "No se puede crear archivos temporales" -+msgstr "No se puede crear la transformación" - - #. WARN_VIEWER_IMAGE_NOT_SAVED - msgid "viewer image is not saved" -@@ -2969,31 +2747,27 @@ - - #. FILE_FILTER_ALL_FILES - msgid "All files" --msgstr "" -+msgstr "Todos los archivos" - - #. FILE_FILTER_IMAGES --#, fuzzy - msgid "Images" --msgstr "Imagen" -+msgstr "Imagenes" - - #. FILE_FILTER_XBL --#, fuzzy - msgid "XSane batch list" --msgstr "Guardar lista de proceso por lotes" -+msgstr "Lista de proceso por lotes de XSane" - - #. FILE_FILTER_ICM - msgid "ICC/ICM Profiles" --msgstr "" -+msgstr "Perfiles ICC/ICM" - - #. FILE_FILTER_DRC --#, fuzzy - msgid "XSane device preferences" --msgstr "Guardar preferencias de dispositivo al salir" -+msgstr "Preferencias de dispositivo de XSane" - - #. FILE_FILTER_RC --#, fuzzy - msgid "XSane preferences" --msgstr "Preferencias" -+msgstr "Preferencias de XSane" - - #. TEXT_USAGE - msgid "Usage:" -@@ -3004,10 +2778,8 @@ - msgstr "[OPCIÓN]... [DISPOSITIVO]" - - #. TEXT_HELP --#, fuzzy - msgid "" --"Start up graphical user interface to access SANE (Scanner Access Now Easy) " --"devices.\n" -+"Start up graphical user interface to access SANE (Scanner Access Now Easy) devices.\n" - "\n" - "The format of [DEVICE] is backendname:devicefile (e.g. umax:/dev/scanner).\n" - "[OPTION]... can be a combination of the following items:\n" -@@ -3015,8 +2787,7 @@ - " -v, --version print version information\n" - " -l, --license print license information\n" - "\n" --" -d, --device-settings file load device settings from file (without \".drc" --"\")\n" -+" -d, --device-settings file load device settings from file (without \".drc\")\n" - "\n" - " -V, --viewer start with viewer-mode active (default)\n" - " -s, --save start with save-mode active\n" -@@ -3026,71 +2797,56 @@ - " -e, --email start with e-mail-mode active\n" - " -n, --no-mode-selection disable menu for XSane mode selection\n" - "\n" --" -F, --Fixed fixed main window size (overwrite preferences " --"value)\n" --" -R, --Resizeable resizable, scrolled main window (overwrite " --"preferences value)\n" -+" -F, --Fixed fixed main window size (overwrite preferences value)\n" -+" -R, --Resizeable resizable, scrolled main window (overwrite preferences value)\n" - "\n" - " -p, --print-filenames print image filenames created by XSane\n" --" -N, --force-filename name force filename and disable user filename " --"selection\n" -+" -N, --force-filename name force filename and disable user filename selection\n" - "\n" - " --display X11-display redirect output to X11-display\n" - " --no-xshm do not use shared memory images\n" --" --sync request a synchronous connection with the X11 " --"server" -+" --sync request a synchronous connection with the X11 server" - msgstr "" --"Inicio de interfaz gráfica de usuario para acceder a dispositivos SANE [\n" --"(A)cceso a e(S)cáner (N)ahora (E)fácil]\n" -+"Inicio de interfaz gráfica de usuario para acceder a dispositivos SANE\n" -+"(Scanner Access Now Easy)\n" - "\n" --"El formato de [DISPOSITIVO] es nombre_de_backend:archivo_de_dispositivo\n" -+"El formato de [DISPOSITIVO] es nombre_de_motor:archivo_de_dispositivo\n" - "(p/ej. umax:/dev/scanner).\n" --"[OPCIÓN]... puede ser una combinación de los siguientes ítems:\n" -+"[OPCIÓN]... puede ser una combinación de los siguientes elementos:\n" - " -h, --help mostrar éste mensaje de ayuda y salir\n" - " -v, --version imprimir información de la versión\n" - " -l, --license imprimir información de la licencia\n" - "\n" --" -d, --device-settings file cargar opciones de dispositivo desde archivo\n" --" (sin \".drc\")\n" -+" -d, --device-settings file cargar opciones de dispositivo desde archivo (sin «.drc»)\n" - "\n" --" -V, --viewer comenzar con viewer-mode activo (por defecto)\n" --" -s, --save comenzar con save-mode activo\n" --" -c, --copy comenzar con copy-mode activo\n" --" -f, --fax comenzar con fax-mode activo\n" --" -m, --mail comenzar con mail-mode activo\n" --" -n, --no-mode-selection no habilitar menu para selección del modo " --"XSAne\n" -+" -V, --viewer comenzar con modo visor activo (por defecto)\n" -+" -s, --save comenzar con modo salvar activo\n" -+" -c, --copy comenzar con modo copia activo\n" -+" -f, --fax comenzar con modo fax activo\n" -+" -m, --mail comenzar con modo correo activo\n" -+" -n, --no-mode-selection no activar menú para selección del modo XSane\n" - "\n" --" -M, --Medium-calibration habilitar modo de calibración medio\n" -+" -M, --Medium-calibration activar modo de calibración medio\n" - "\n" --" -F, --Fixed tamaño de ventana principal fijo\n" --" (sobreescribe el valor de preferencias)\n" --" -R, --Resizeable ventana principal redimensionable, con scroll\n" --" (sobreescribe el valor de preferencias)\n" -+" -F, --Fixed tamaño de ventana principal fijo (sobrescribe el valor de preferencias)\n" -+" -R, --Resizeable ventana principal redimensionable, con barra de desplazamiento\n" -+" (sobrescribe el valor de preferencias)\n" - "\n" --" -p, --print-filenames imprimir nombres de archivos de imágenes\n" --" creadas por XSane\n" --" -N, --force-filename name forzar nombre de archivo y no habilitar el de\n" --" la selección del usuario \n" -+" -p, --print-filenames imprimir nombres de archivos de imágenes creadas por XSane\n" -+" -N, --force-filename name forzar nombre de archivo y no activar el de la selección del usuario\n" - "\n" - " --display X11-display redireccionar salida a la pantalla de X11\n" - " --no-xshm no usar imágenes en memoria compartida\n" --" --sync requerir una conexión sincrónica con " --"el servidor X11" -+" --sync requerir una conexión sincrónica con el servidor X11" - - #. strings for gimp plugin - #. XSANE_GIMP_INSTALL_BLURB - msgid "Front-end to the SANE interface" --msgstr "Front-end para la interfaz SANE " -+msgstr "Frontal para la interfaz SANE " - - #. XSANE_GIMP_INSTALL_HELP --msgid "" --"This function provides access to scanners and other image acquisition " --"devices through the SANE (Scanner Access Now Easy) interface." --msgstr "" --"Ésta función proporciona acceso a escáneres y otros dispositivos de " --"adquisición de imágenes a través de la interfaz SANE[(A)cceso a e(S)cáner (N)" --"ahora (E)fácil)" -+msgid "This function provides access to scanners and other image acquisition devices through the SANE (Scanner Access Now Easy) interface." -+msgstr "Esta función proporciona acceso a escáneres y otros dispositivos de obtención de imágenes a través de la interfaz SANE (Scanner Access Now Easy)" - - #. Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" - #. XSANE_GIMP_MENU_DIALOG -@@ -3103,30 +2859,27 @@ - - #. XSANE_GIMP_MENU_DIALOG_OLD - msgid "/Xtns/XSane/Device dialog..." --msgstr "/Xtns/XSane: Ventana de diálogo de dispositivo..." -+msgstr "/Xtns/XSane/Ventana de diálogo de dispositivo..." - - #. XSANE_GIMP_MENU_OLD - msgid "/Xtns/XSane/" - msgstr "/Xtns/XSane/" - - #. HELP_NO_DEVICES --#, fuzzy - msgid "" - "Possible reasons:\n" - "1) There really is no device that is supported by SANE\n" - "2) Supported devices are busy\n" --"3) The permissions for the device file do not allow you to use it - try as " --"root\n" -+"3) The permissions for the device file do not allow you to use it - try as root\n" - "4) The backend is not loaded by SANE (man sane-dll)\n" - "5) The backend is not configured correctly (man sane-\"backendname\")\n" - "6) Possibly there is more than one SANE version installed" - msgstr "" --"Razones posibles:\n" --"1) No hay un dispositivo soportado por SANE\n" -+"Razones posibles:1) No hay un dispositivo soportado por SANE\n" - "2) Los dispositivos soportados están ocupados\n" --"3) Los permisos para el dispositivo no le permiten usarlo. Pruebe como root\n" --"4) El backend no está cargado por SANE (man sane-dll)\n" --"5) El backend no está configurado correctamente (man sane-\"backendname\")\n" -+"3) Los permisos para el dispositivo no le permiten usarlo. Pruebe como superusuario\n" -+"4) El motor (backend) no fue cargado por SANE (man sane-dll)\n" -+"5) El motor (backend) no fué configurado correctamente (man sane-«nombre_motor»)\n" - "6) Posiblemente haya más de una versión de SANE instalada" - - #. strings that are used in structures, so it is not allowed to use _()/gettext() here -@@ -3244,44 +2997,36 @@ - msgstr "Negativo Rossmann HR 100" - - #. TEXT_PROJECT_STATUS_NOT_CREATED --#, fuzzy - msgid "Project not created" --msgstr "Proyecto de fax no creado" -+msgstr "El proyecto no fue creado" - - #. TEXT_PROJECT_STATUS_CREATED --#, fuzzy - msgid "Project created" --msgstr "Proyecto de fax creado" -+msgstr "Proyecto creado" - - #. TEXT_PROJECT_STATUS_CHANGED --#, fuzzy - msgid "Project changed" --msgstr "Proyecto de fax cambiado" -+msgstr "Proyecto cambiado" - - #. TEXT_PROJECT_STATUS_ERR_READ_PROJECT --#, fuzzy - msgid "Error reading project" --msgstr "Error leyendo el proyecto de correo electrónico" -+msgstr "Se encontró un error leyendo el proyecto" - - #. TEXT_PROJECT_STATUS_FILE_SAVING_ERROR --#, fuzzy - msgid "Error saving file" --msgstr "Guardando imagen" -+msgstr "Se encontró un error guardando el archivo" - - #. TEXT_PROJECT_STATUS_FILE_SAVING --#, fuzzy - msgid "Saving file" --msgstr "Guardando imagen" -+msgstr "Guardando el archivo" - - #. TEXT_PROJECT_STATUS_FILE_SAVING_ABORTED --#, fuzzy - msgid "Aborted saving file" --msgstr "Guardando imagen" -+msgstr "Guardar imagen fue interrumpido" - - #. TEXT_PROJECT_STATUS_FILE_SAVED --#, fuzzy - msgid "File has been saved" --msgstr "El correo electrónico se envió" -+msgstr "El archivo fue guardado" - - #. TEXT_EMAIL_STATUS_POP3_CONNECTION_FAILED - msgid "POP3 connection failed" -@@ -3289,12 +3034,11 @@ - - #. TEXT_EMAIL_STATUS_POP3_LOGIN_FAILED - msgid "POP3 login failed" --msgstr "Falló el login POP3" -+msgstr "Falló el acceso POP3" - - #. TEXT_EMAIL_STATUS_ASMTP_AUTH_FAILED --#, fuzzy - msgid "ASMTP authentication failed" --msgstr "Falló la conexión SMTP" -+msgstr "Falló la autenticación ASMTP" - - #. TEXT_EMAIL_STATUS_SMTP_CONNECTION_FAILED - msgid "SMTP connection failed" -@@ -3302,29 +3046,25 @@ - - #. TEXT_EMAIL_STATUS_SMTP_ERR_FROM - msgid "From entry not accepted" --msgstr "Datos de entrada no aceptados" -+msgstr "No aceptado desde la entrada" - - #. TEXT_EMAIL_STATUS_SMTP_ERR_RCPT - msgid "Receiver entry not accepted" - msgstr "Entrada del receptor no aceptada" - - #. TEXT_EMAIL_STATUS_SMTP_ERR_DATA --#, fuzzy - msgid "E-mail data not accepted" --msgstr "Datos de correo electrónico no aceptados" -+msgstr "Los datos del correo-e no son aceptados" - - #. TEXT_EMAIL_STATUS_SENDING --#, fuzzy - msgid "Sending e-mail" --msgstr "Eviando correo electrónico" -+msgstr "Eviando correo-e" - - #. TEXT_EMAIL_STATUS_SENT --#, fuzzy - msgid "E-mail has been sent" --msgstr "El correo electrónico se envió" -+msgstr "El correo-e fue enviado" - - #. TEXT_FAX_STATUS_QUEUEING_FAX --#, fuzzy - msgid "Queueing fax" - msgstr "Poniendo el fax en la cola de envío" - -@@ -3334,22 +3074,22 @@ - - #. Sane backend messages - msgid "flatbed scanner" --msgstr "escáner flatbed" -+msgstr "escáner plano" - - msgid "frame grabber" --msgstr "capturador de frames" -+msgstr "capturador de fotogramas" - - msgid "handheld scanner" - msgstr "escáner manual" - - msgid "still camera" --msgstr "cámara fotográfica" -+msgstr "cámara fija" - - msgid "video camera" - msgstr "cámara de video" - - msgid "virtual device" --msgstr "dispositivo virtual" -+msgstr "c" - - msgid "Success" - msgstr "Éxito" -@@ -3358,25 +3098,25 @@ - msgstr "Operación no soportada" - - msgid "Operation was cancelled" --msgstr "Operación cancelada" -+msgstr "La operación fue cancelada" - - msgid "Device busy" - msgstr "Dispositivo ocupado" - - msgid "Invalid argument" --msgstr "Argumento no válido" -+msgstr "Argumento incorrecto" - - msgid "End of file reached" - msgstr "Final de archivo alcanzado" - - msgid "Document feeder jammed" --msgstr "Alimentador de Documentos atascado" -+msgstr "Alimentador de documentos atascado" - - msgid "Document feeder out of documents" --msgstr "Alimentador de Documentos sin documentos" -+msgstr "Alimentador de documentos sin documentos" - - msgid "Scanner cover is open" --msgstr "La tapa del Escáner está abierta" -+msgstr "La tapa del escáner está abierta" - - msgid "Error during device I/O" - msgstr "Error durante E/S de dispositivo" -@@ -3385,23 +3125,18 @@ - msgstr "Sin memoria" - - msgid "Access to resource has been denied" --msgstr "Acceso al recurso fue prohibido" -+msgstr "El acceso al recurso fue denegado" - - #~ msgid "XSane options" - #~ msgstr "Opciones de XSane" -- - #~ msgid "Failed to execute ocr command:" - #~ msgstr "Falló al ejecutar comando de OCR:" -- - #~ msgid "Color resolution (dpi):" - #~ msgstr "Resolución de color (ppp):" -- - #~ msgid "Printer gamma value:" - #~ msgstr "Valor de gamma de impresora:" -- - #~ msgid "Printer gamma green:" - #~ msgstr "Gamma verde de impresora:" -- - #~ msgid "Printer gamma blue:" - #~ msgstr "Gamma azul de impresora:" - -@@ -3436,7 +3171,6 @@ - #, fuzzy - #~ msgid "Browse for scanner transmissive gray ICM-profile" - #~ msgstr "Explorar nombre de archivo de imagen" -- - #~ msgid "GIMP can't handle depth %d bits/color" - #~ msgstr "GIMP no puede manejar la profundidad de %d bits/color" - -@@ -3447,7 +3181,6 @@ - #, fuzzy - #~ msgid "Embed scanner/source ICM profile for GIMP" - #~ msgstr "Borrar impresora" -- - #~ msgid "Enter name of fax project" - #~ msgstr "Ingresar nombre del proyecto de fax" - -@@ -3458,17 +3191,14 @@ - #, fuzzy - #~ msgid "Enter name of multipage project" - #~ msgstr "Ingresar nombre del proyecto de correo electrónico" -- - #~ msgid "" - #~ "Gimp does not support depth 16 bits/color.\n" - #~ "Do you want to reduce the depth to 8 bits/color?" - #~ msgstr "" - #~ "Gimp no soporta profundidad de 16 bits/color.\n" - #~ "¿Quire reducir la profundidad a 8 bits/color?" -- - #~ msgid "Could not create temporary preview files" - #~ msgstr "No se puede crear archivos temporales de previsualización" -- - #~ msgid "Could not create filenames for preview files" - #~ msgstr "" - #~ "No se puede crear nombres de archivos para archivos de previsualización" -@@ -3476,19 +3206,14 @@ - #, fuzzy - #~ msgid "POP3 authentication" - #~ msgstr "Autentificación POP3" -- - #~ msgid "XSane mode" - #~ msgstr "Modo de XSane" -- - #~ msgid "POP3 user:" - #~ msgstr "Usuario POP3:" -- - #~ msgid "POP3 password:" - #~ msgstr "Contraseña POP3:" -- - #~ msgid "Automatic Document Feeder Modus:" - #~ msgstr "Módulo de Alimentación Automática de Documento:" -- - #~ msgid "" - #~ "Select scansource for Automatic Document feeder. If this scansource is " - #~ "selected XSane scans until \"out of paper\" or error." -@@ -3532,7 +3257,6 @@ - #, fuzzy - #~ msgid "Multipage saving aborted" - #~ msgstr "Proyecto de correo electrónico creado" -- - #~ msgid "Viewer (png):" - #~ msgstr "Visor (png):" - -@@ -3544,9 +3268,8 @@ - #, fuzzy - #~ msgid "Failed to execute e-mail image viewer:" - #~ msgstr "Falló al ejecutar visor de imagen de correo electrónico:" -- - #~ msgid "Step" - #~ msgstr "Paso" -- - #~ msgid "Mail" - #~ msgstr "Correo electrónico" -+ -diff -urNad xsane-0.996~/po/gl.po xsane-0.996/po/gl.po ---- xsane-0.996~/po/gl.po 1970-01-01 01:00:00.000000000 +0100 -+++ xsane-0.996/po/gl.po 2009-06-26 11:51:58.516616152 +0200 -@@ -0,0 +1,3127 @@ -+# Galego translation -+# XSane Galician gl.po file -+# Copyright (C) 2001,2002, 2004 Free Software Foundation, Inc. -+# Miguel Anxo Bouzada , 2009. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: XSANE 0.96\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2007-08-13 09:22+0200\n" -+"PO-Revision-Date: 2009-06-24 19:10+0100\n" -+"Last-Translator: Miguel Anxo Bouzada \n" -+"Language-Team: Galician \n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=utf-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+"Plural-Forms: nplurals=2; plural=(n != 1);\n" -+"X-Poedit-Language: Galician\n" -+"X-Poedit-Country: SPAIN\n" -+ -+#. Please translate this to the correct directory name (eg. german=>de) -+#. XSANE_LANGUAGE_DIR -+msgid "language_dir" -+msgstr "gl" -+ -+#. XSANE_COPYRIGHT_SIGN -+msgid "(c)" -+msgstr "(c)" -+ -+#. can be translated with \251 -+#. FILENAME_PREFIX_CLONE_OF -+msgid "clone-of-" -+msgstr "clon-de-" -+ -+#. WINDOW_ABOUT_XSANE -+msgid "About" -+msgstr "Acerca de" -+ -+#. WINDOW_ABOUT_TRANSLATION, MENU_ITEM_ABOUT_TRANSLATION -+#. MENU_ITEM_ABOUT_TRANSLATION -+msgid "About translation" -+msgstr "Acerca da tradución" -+ -+#. WINDOW_AUTHORIZE -+msgid "authorization" -+msgstr "autorización" -+ -+#. WINDOW_GPL -+msgid "GPL - the license" -+msgstr "GPL - a licenza" -+ -+#. WINDOW_EULA -+msgid "End User License Agreement" -+msgstr "Acordo de licenza para usuario final" -+ -+#. WINDOW_INFO -+msgid "info" -+msgstr "Información" -+ -+#. WINDOW_LOAD_BATCH_LIST -+msgid "load batch list" -+msgstr "cargar lista de proceso por lotes" -+ -+#. WINDOW_SAVE_BATCH_LIST -+msgid "save batch list" -+msgstr "gardar lista de proceso por lotes" -+ -+#. WINDOW_BATCH_SCAN -+msgid "batch scan" -+msgstr "escaneo por lotes" -+ -+#. WINDOW_BATCH_RENAME -+msgid "rename batch area" -+msgstr "renomear área de proceso por lotes" -+ -+#. WINDOW_FAX_PROJECT -+msgid "fax project" -+msgstr "proxecto de fax" -+ -+#. WINDOW_FAX_PROJECT_BROWSE -+msgid "browse for fax project" -+msgstr "buscar un proxecto de fax" -+ -+#. WINDOW_FAX_RENAME -+msgid "rename fax page" -+msgstr "renomear a páxina de fax" -+ -+#. WINDOW_FAX_INSERT -+msgid "insert PS-file into fax" -+msgstr "inserir un ficheiro PS no fax" -+ -+#. WINDOW_EMAIL_PROJECT -+msgid "E-mail project" -+msgstr "Proxecto de correo-e" -+ -+#. WINDOW_EMAIL_PROJECT_BROWSE -+msgid "browse for email project" -+msgstr "buscar un proxecto de correo-e" -+ -+#. WINDOW_EMAIL_RENAME -+msgid "rename e-mail image" -+msgstr "renomear a imaxe do correo-e" -+ -+#. WINDOW_EMAIL_INSERT -+msgid "insert file into e-mail" -+msgstr "inserir ficheiro no correo-e" -+ -+#. WINDOW_MULTIPAGE_PROJECT -+msgid "multipage project" -+msgstr "proxecto de múltiples páxinas" -+ -+#. WINDOW_MULTIPAGE_PROJECT_BROWSE -+msgid "browse for multipage project" -+msgstr "buscar un proxecto de multiples páxinas" -+ -+#. WINDOW_PRESET_AREA_RENAME -+msgid "rename preset area" -+msgstr "renomear axuste previo de área" -+ -+#. WINDOW_PRESET_AREA_ADD -+msgid "add preset area" -+msgstr "engadir axuste previo de área" -+ -+#. WINDOW_MEDIUM_RENAME -+msgid "rename medium" -+msgstr "renomear o medio" -+ -+#. WINDOW_MEDIUM_ADD -+msgid "add new medium" -+msgstr "engadir novo medio" -+ -+#. WINDOW_SETUP -+msgid "setup" -+msgstr "configuración" -+ -+#. WINDOW_HISTOGRAM -+msgid "Histogram" -+msgstr "Histograma" -+ -+#. WINDOW_GAMMA -+msgid "Gamma curve" -+msgstr "Curva gamma" -+ -+#. WINDOW_STANDARD_OPTIONS -+msgid "Standard options" -+msgstr "Opcións estándar" -+ -+#. WINDOW_ADVANCED_OPTIONS -+msgid "Advanced options" -+msgstr "Opcións avanzadas" -+ -+#. WINDOW_DEVICE_SELECTION -+msgid "device selection" -+msgstr "selección do dispositivo" -+ -+#. WINDOW_PREVIEW -+msgid "Preview" -+msgstr "Vista previa" -+ -+#. WINDOW_VIEWER -+#. MENU_ITEM_VIEWER -+msgid "Viewer" -+msgstr "Visor" -+ -+#. WINDOW_VIEWER_OUTPUT_FILENAME -+msgid "Viewer: select output filename" -+msgstr "Visor: escoller o ficheiro de saída" -+ -+#. WINDOW_OCR_OUTPUT_FILENAME -+msgid "Select output filename for OCR text file" -+msgstr "Escoller o nome de ficheiro de saída para o ficheiro de texto OCR" -+ -+#. WINDOW_OUTPUT_FILENAME -+msgid "select output filename" -+msgstr "escoller o ficheiro de saída" -+ -+#. WINDOW_SAVE_SETTINGS -+msgid "save device settings" -+msgstr "gardar a configuración do dispositivo" -+ -+#. WINDOW_LOAD_SETTINGS -+msgid "load device settings" -+msgstr "cargar a configuración do dispositivo" -+ -+#. WINDOW_CHANGE_WORKING_DIR -+msgid "change working directory" -+msgstr "cambiar o directório de traballo" -+ -+#. WINDOW_TMP_PATH -+msgid "select temporary directory" -+msgstr "escoller o directório temporal" -+ -+#. WINDOW_SCALE -+#. DESC_VIEWER_SCALE -+msgid "Scale image" -+msgstr "Redimensionar a imaxe" -+ -+#. WINDOW_DESPECKLE -+#. DESC_VIEWER_DESPECKLE -+msgid "Despeckle image" -+msgstr "Desparasitar a imaxe" -+ -+#. WINDOW_BLUR -+#. DESC_VIEWER_BLUR -+msgid "Blur image" -+msgstr "Imaxe desenfocada" -+ -+#. WINDOW_STORE_MEDIUM -+msgid "Store medium definition" -+msgstr "Gardar a definición do medio" -+ -+#. WINDOW_NO_DEVICES -+msgid "No devices available" -+msgstr "Non hai dispositivos dispoñibles" -+ -+#. WINDOW_SCANNER_DEFAULT_COLOR_ICM_PROFILE -+msgid "select scanner default color ICM-profile" -+msgstr "escoller o perfil ICM de cor predeterminado do escáner" -+ -+#. WINDOW_SCANNER_DEFAULT_GRAY_ICM_PROFILE -+msgid "select scanner default gray ICM-profile" -+msgstr "escoller o perfil ICM de escala de grises predeterminado do escáner" -+ -+#. WINDOW_DISPLAY_ICM_PROFILE -+msgid "select display ICM-profile" -+msgstr "escoller o perfil ICM da pantalla" -+ -+#. WINDOW_CUSTOM_PROOFING_ICM_PROFILE -+msgid "select custom proofing ICM-profile" -+msgstr "escoller o perfil ICM personalizado de proba" -+ -+#. WINDOW_WORKING_COLOR_SPACE_ICM_PROFILE -+msgid "select working color space ICM-profile" -+msgstr "escoller o perfil ICM de cor do espazo de de traballo" -+ -+#. WINDOW_PRINTER_ICM_PROFILE -+msgid "select printer ICM-profile" -+msgstr "escoller o perfil ICM da impresora" -+ -+#. MENU_FILE -+msgid "File" -+msgstr "Ficheiro" -+ -+#. MENU_PREFERENCES -+msgid "Preferences" -+msgstr "Preferencias" -+ -+#. MENU_VIEW -+msgid "View" -+msgstr "Vista" -+ -+#. MENU_WINDOW -+msgid "Window" -+msgstr "Ventá" -+ -+#. MENU_HELP -+#. BUTTON_HELP -+msgid "Help" -+msgstr "Axuda" -+ -+#. MENU_EDIT -+msgid "Edit" -+msgstr "Editar" -+ -+#. MENU_FILTERS -+msgid "Filters" -+msgstr "Filtros" -+ -+#. MENU_GEOMETRY -+msgid "Geometry" -+msgstr "Xeometría" -+ -+#. MENU_COLOR_MANAGEMENT -+#. NOTEBOOK_COLOR_MANAGEMENT_OPTIONS -+msgid "Color management" -+msgstr "Xestión da cor" -+ -+#. MENU_ITEM_ABOUT_XSANE -+msgid "About XSane" -+msgstr "Acerca de XSanev" -+ -+#. MENU_ITEM_INFO -+msgid "Info" -+msgstr "Información" -+ -+#. MENU_ITEM_QUIT -+msgid "Quit" -+msgstr "Saír" -+ -+#. MENU_ITEM_SAVE_IMAGE -+#. DESC_VIEWER_SAVE -+msgid "Save image" -+msgstr "Gardar imaxe" -+ -+#. MENU_ITEM_OCR -+msgid "OCR - save as text" -+msgstr "OCR - gardar como texto" -+ -+#. MENU_ITEM_CLONE -+msgid "Clone" -+msgstr "Duplicar" -+ -+#. MENU_ITEM_SCALE -+msgid "Scale" -+msgstr "Escala" -+ -+#. MENU_ITEM_CLOSE -+#. BUTTON_CLOSE -+msgid "Close" -+msgstr "Pechar" -+ -+#. MENU_ITEM_UNDO -+msgid "Undo" -+msgstr "Desfacer" -+ -+#. MENU_ITEM_DESPECKLE -+msgid "Despeckle" -+msgstr "Desparasitar" -+ -+#. MENU_ITEM_BLUR -+msgid "Blur" -+msgstr "Desenfocar" -+ -+#. MENU_ITEM_ROTATE90 -+msgid "Rotate 90" -+msgstr "Rotar 90" -+ -+#. MENU_ITEM_ROTATE180 -+msgid "Rotate 180" -+msgstr "Rotar 180" -+ -+#. MENU_ITEM_ROTATE270 -+msgid "Rotate 270" -+msgstr "Rotar 270" -+ -+#. MENU_ITEM_MIRROR_X -+msgid "Mirror |" -+msgstr "Espello |" -+ -+#. MENU_ITEM_MIRROR_Y -+msgid "Mirror -" -+msgstr "Espello -" -+ -+#. FRAME_RAW_IMAGE -+msgid "Raw image" -+msgstr "Imaxe en bruto" -+ -+#. FRAME_ENHANCED_IMAGE -+msgid "Enhanced image" -+msgstr "Imaxe mellorada" -+ -+#. BUTTON_SCAN -+msgid "Scan" -+msgstr "Escanear" -+ -+#. BUTTON_OK -+msgid "Ok" -+msgstr "Conforme" -+ -+#. BUTTON_ACCEPT -+msgid "Accept" -+msgstr "Aceptar" -+ -+#. BUTTON_NOT_ACCEPT -+msgid "Not accept" -+msgstr "Non aceptar" -+ -+#. BUTTON_APPLY -+msgid "Apply" -+msgstr "Aplicar" -+ -+#. BUTTON_CANCEL -+msgid "Cancel" -+msgstr "Cancelar" -+ -+#. BUTTON_REDUCE -+msgid "Reduce" -+msgstr "Reducir" -+ -+#. BUTTON_CONT_AT_OWN_RISK -+msgid "Continue at your own risk" -+msgstr "Continue segundo o seu propio risco" -+ -+#. BUTTON_BROWSE -+msgid "Browse" -+msgstr "Busca" -+ -+#. BUTTON_OVERWRITE -+msgid "Overwrite" -+msgstr "Sobrescribir" -+ -+#. BUTTON_BATCH_LIST_SCAN -+msgid "Scan batch list" -+msgstr "Lista de escaneo por lotes" -+ -+#. BUTTON_BATCH_AREA_SCAN -+msgid "Scan selected area" -+msgstr "Escanear a área seleccionada" -+ -+#. BUTTON_PAGE_DELETE -+msgid "Delete page" -+msgstr "Borrar a páxina" -+ -+#. BUTTON_PAGE_SHOW -+msgid "Show page" -+msgstr "Amosar a páxina" -+ -+#. BUTTON_PAGE_RENAME -+msgid "Rename page" -+msgstr "Renomear a páxina" -+ -+#. BUTTON_IMAGE_DELETE -+msgid "Delete image" -+msgstr "Eliminar a imaxe" -+ -+#. BUTTON_IMAGE_SHOW -+msgid "Show image" -+msgstr "Amosar a imaxe" -+ -+#. BUTTON_IMAGE_EDIT -+msgid "Edit image" -+msgstr "Editar a imaxe" -+ -+#. BUTTON_IMAGE_RENAME -+msgid "Rename image" -+msgstr "Renomear a imaxe" -+ -+#. BUTTON_FILE_INSERT -+msgid "Insert file" -+msgstr "Inserir ficheiro" -+ -+#. BUTTON_CREATE_PROJECT -+msgid "Create project" -+msgstr "Crear un proxecto" -+ -+#. BUTTON_SEND_PROJECT -+msgid "Send project" -+msgstr "Enviar o proxecto" -+ -+#. BUTTON_SAVE_MULTIPAGE -+msgid "Save multipage file" -+msgstr "Gardar ficheiro de múltiples páxinas" -+ -+#. BUTTON_DELETE_PROJECT -+msgid "Delete project" -+msgstr "Borrar o proxecto" -+ -+#. BUTTON_ADD_PRINTER -+msgid "Add printer" -+msgstr "Engadir unha impresora" -+ -+#. BUTTON_DELETE_PRINTER -+msgid "Delete printer" -+msgstr "Eliminar a impresora" -+ -+#. BUTTON_PREVIEW_ACQUIRE -+msgid "Acquire preview" -+msgstr "Obter unha vista previa" -+ -+#. BUTTON_PREVIEW_CANCEL -+msgid "Cancel preview" -+msgstr "Cancelar a vista previa" -+ -+#. BUTTON_DISCARD_IMAGE -+msgid "Discard image" -+msgstr "Desbotar a imaxe" -+ -+#. BUTTON_DISCARD_ALL_IMAGES -+msgid "Discard all images" -+msgstr "Desbotar todas as imaxes" -+ -+#. BUTTON_DO_NOT_CLOSE -+msgid "Do not close" -+msgstr "Non pechar" -+ -+#. BUTTON_SCALE_BIND -+msgid "Bind scale" -+msgstr "Fixar a escala" -+ -+#. RADIO_BUTTON_FINE_MODE -+msgid "Fine mode" -+msgstr "Modo fino" -+ -+#. RADIO_BUTTON_HTML_EMAIL -+msgid "HTML e-mail" -+msgstr "Correo-e HTML" -+ -+#. RADIO_BUTTON_SAVE_DEVPREFS_AT_EXIT -+msgid "Save device preferences at exit" -+msgstr "Gardar as preferencias de dispositivo ao saír" -+ -+#. RADIO_BUTTON_OVERWRITE_WARNING -+msgid "Overwrite warning" -+msgstr "Aviso de sobrescritura" -+ -+#. RADIO_BUTTON_SKIP_EXISTING_NRS -+msgid "Skip existing filenames" -+msgstr "Omitir nomes de ficheiros existentes" -+ -+#. RADIO_BUTTON_SAVE_PS_FLATEDECODED -+msgid "Save postscript zlib compressed (PS level 3)" -+msgstr "Gardar postscript comprimido en zlib (PS nivel 3)" -+ -+#. RADIO_BUTTON_SAVE_PDF_FLATEDECODED -+msgid "Save PDF zlib compressed" -+msgstr "Gardar PDF comprimido en zlib" -+ -+#. RADIO_BUTTON_SAVE_PNM16_AS_ASCII -+msgid "Save 16bit PNM in ASCII format" -+msgstr "Gardar PNM 16bits en formato ASCII" -+ -+#. RADIO_BUTTON_REDUCE_16BIT_TO_8BIT -+msgid "Reduce 16 bit image to 8 bit" -+msgstr "Reducir imaxe de 16 bits a imaxe de 8 bits" -+ -+#. RADIO_BUTTON_WINDOW_FIXED -+msgid "Main window size fixed" -+msgstr "Ventá principal de tamaño fixo" -+ -+#. RADIO_BUTTON_DISABLE_GIMP_PREVIEW_GAMMA -+msgid "Disable GIMP preview gamma" -+msgstr "Desactivar vista previa gamma de GIMP" -+ -+#. RADIO_BUTTON_PRIVATE_COLORMAP -+msgid "Use private colormap" -+msgstr "Usar mapa de cores privado" -+ -+#. RADIO_BUTTON_AUTOENHANCE_GAMMA -+msgid "Autoenhance gamma" -+msgstr "Mellorar gamma automaticamente" -+ -+#. RADIO_BUTTON_PRESELECT_SCAN_AREA -+msgid "Preselect scan area" -+msgstr "Preseleccionar área de escaneo" -+ -+#. RADIO_BUTTON_AUTOCORRECT_COLORS -+msgid "Autocorrect colors" -+msgstr "Corrixir as cores automaticamente" -+ -+#. RADIO_BUTTON_OCR_USE_GUI_PIPE -+msgid "Use GUI progress pipe" -+msgstr "Usar canalización de indicador de progreso" -+ -+#. RADIO_BUTTON_CMS_BPC -+#. MENU_ITEM_CMS_BLACK_POINT_COMPENSATION -+msgid "Black point compensation" -+msgstr "Compensación de punto negro" -+ -+#. TEXT_SCANNING_DEVICES -+msgid "scanning for devices" -+msgstr "escaneando dispositivos" -+ -+#. TEXT_AVAILABLE_DEVICES -+msgid "Available devices:" -+msgstr "Dispositivos dispoñibles:" -+ -+#. TEXT_FILETYPE -+msgid "Type" -+msgstr "Tipo" -+ -+#. TEXT_CMS_FUNCTION -+#. DESC_CMS_FUNCTION -+msgid "Color management function" -+msgstr "Función de xestión da cor" -+ -+#. TEXT_SCANNER_BACKEND -+msgid "Scanner and backend:" -+msgstr "Escáner e motor:" -+ -+#. TEXT_VENDOR -+msgid "Vendor:" -+msgstr "Vendedor:" -+ -+#. TEXT_MODEL -+msgid "Model:" -+msgstr "Modelo:" -+ -+#. TEXT_TYPE -+msgid "Type:" -+msgstr "Tipo:" -+ -+#. TEXT_DEVICE -+msgid "Device:" -+msgstr "Dispositivo:" -+ -+#. TEXT_LOADED_BACKEND -+msgid "Loaded backend:" -+msgstr "Motor cargado:" -+ -+#. TEXT_SANE_VERSION -+msgid "Sane version:" -+msgstr "Versión de Sane:" -+ -+#. TEXT_RECENT_VALUES -+msgid "Recent values:" -+msgstr "Valores recentes:" -+ -+#. TEXT_GAMMA_CORR_BY -+msgid "Gamma correction by:" -+msgstr "Corrección gamma por:" -+ -+#. TEXT_SCANNER -+msgid "scanner" -+msgstr "escáner" -+ -+#. TEXT_SOFTWARE_XSANE -+msgid "software (XSane)" -+msgstr "software (XSane)" -+ -+#. TEXT_NONE -+msgid "none" -+msgstr "ningún" -+ -+#. TEXT_GAMMA_INPUT_DEPTH -+msgid "Gamma input depth:" -+msgstr "Profundidade gamma de entrada:" -+ -+#. TEXT_GAMMA_OUTPUT_DEPTH -+msgid "Gamma output depth:" -+msgstr "Profundidade gamma de saída:" -+ -+#. TEXT_SCANNER_OUTPUT_DEPTH -+msgid "Scanner output depth:" -+msgstr "Profundidade de saída do escáner:" -+ -+#. TEXT_OUTPUT_FORMATS -+msgid "XSane output formats:" -+msgstr "Formatos de saída de XSane:" -+ -+#. TEXT_8BIT_FORMATS -+msgid "8 bit output formats:" -+msgstr "Formatos de saída de 8 bits:" -+ -+#. TEXT_16BIT_FORMATS -+msgid "16 bit output formats:" -+msgstr "Formatos de saída de 16 bits:" -+ -+#. TEXT_REDUCE_16BIT_TO_8BIT -+msgid "" -+"Bit depth 16 bits/channel is not supported for this output format.\n" -+"Do you want to reduce the depth to 8 bits/channel?" -+msgstr "" -+"A profundidade de bit de 16 bits/canle non é soportada neste formato de saída.\n" -+"Qure reducir a profundidade a 8 bits/canle?" -+ -+#. TEXT_AUTHORIZATION_REQ -+msgid "Authorization required for" -+msgstr "Precisase autorización para" -+ -+#. TEXT_AUTHORIZATION_SECURE -+msgid "Password transmission is secure" -+msgstr "A transmisión do contrasinal é segura" -+ -+#. TEXT_AUTHORIZATION_INSECURE -+msgid "Backend requests plain-text password" -+msgstr "As peticións do motor precisan dun contrasinal de texto simple." -+ -+#. TEXT_USERNAME -+msgid "Username :" -+msgstr "Nome de usuario:" -+ -+#. TEXT_PASSWORD -+msgid "Password :" -+msgstr "Contrasinal:" -+ -+#. TEXT_INVALID_PARAMS -+msgid "Invalid parameters." -+msgstr "Os parámetros non son correctos." -+ -+#. TEXT_VERSION -+msgid "version:" -+msgstr "versión:" -+ -+#. TEXT_PACKAGE -+msgid "package" -+msgstr "paquete" -+ -+#. TEXT_WITH_CMS_FUNCTION -+msgid "with color management function" -+msgstr "con función de xestión da cor" -+ -+#. TEXT_WITH_GIMP_SUPPORT -+msgid "with GIMP support" -+msgstr "con soporte de GIMP" -+ -+#. TEXT_WITHOUT_GIMP_SUPPORT -+msgid "without GIMP support" -+msgstr "sen soporte de GIMP" -+ -+#. TEXT_GTK_VERSION -+msgid "compiled with GTK-" -+msgstr "compilado con GTK-" -+ -+#. TEXT_GIMP_VERSION -+msgid "compiled with GIMP-" -+msgstr "compilado con GIMP-" -+ -+#. TEXT_UNKNOWN -+msgid "unknown" -+msgstr "descoñecido" -+ -+#. TEXT_EULA -+msgid "" -+"XSane is distributed under the terms of the GNU General Public License\n" -+"as published by the Free Software Foundation; either version 2 of the\n" -+"License, or (at your option) any later version.\n" -+"\n" -+"This program is distributed in the hope that it will be useful, but\n" -+"WITHOUT ANY WARRANTY; without even the implied warranty of\n" -+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" -+"Should the program prove defective, you assume the cost of all\n" -+"necessary servicing, repair or correction. To use this program you\n" -+"have to read, understand and accept the following\n" -+"\"NO WARRANTY\" agreement.\n" -+msgstr "" -+"XSane distribúese baixo os termos da Licenza Pública Xeneral GNU\n" -+"tal e como a publica a Free Software Foundation; segundo a versión 2\n" -+"da Licenza, o (a súa elección) calquera versión posterior\n" -+"\n" -+"Este programa distribúese co desexo de que poida ser útil, mais SEN\n" -+"NINGUNHA GARANTÍA; aínda sen a garantía implícita de COMERCIALIZACIÓN\n" -+"ou ADAPTACIÓN A ALGÚN PROPÓSITO PARTICULAR\n" -+"De atoparse algún defecto no programa, vostede asumirá o costo de toda\n" -+"reparación, servizo ou corrección precisos. Para usar este programa vostede\n" -+"ten que ler, entender e aceptar o seguinte\n" -+"acordo de «NON GARANTÍA».\n" -+ -+#. TEXT_GPL -+msgid "" -+"XSane is distributed under the terms of the GNU General Public License\n" -+"as published by the Free Software Foundation; either version 2 of the\n" -+"License, or (at your option) any later version.\n" -+"\n" -+"This program is distributed in the hope that it will be useful, but\n" -+"WITHOUT ANY WARRANTY; without even the implied warranty of\n" -+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" -+msgstr "" -+"XSane distribúese baixo os termos da Licenza Pública Xeneral GNU\n" -+"tal e como a publica a Free Software Foundation; segundo a versión 2\n" -+"da Licenza, o (a súa elección) calquera versión posterior\n" -+"\n" -+"Este programa distribúese co desexo de que poida ser útil, mais SEN\n" -+"NINGUNHA GARANTÍA; aínda sen a garantía implícita de COMERCIALIZACIÓN\n" -+"ou ADAPTACIÓN A ALGÚN PROPÓSITO PARTICULAR\n" -+ -+#. TEXT_EMAIL_ADR -+msgid "E-mail:" -+msgstr "Correo-e: " -+ -+#. TEXT_HOMEPAGE -+msgid "Homepage:" -+msgstr "Páxina principal:" -+ -+#. TEXT_FILE -+msgid "File:" -+msgstr "Ficheiro:" -+ -+#. TEXT_TRANSLATION -+msgid "Translation:" -+msgstr "Tradución:" -+ -+#. Please translate this to something like -+#. translation to YOUR LANGUAGE\n -+#. by YOUR NAME\n -+#. E-mail: your.name@yourdomain.com\n -+#. TEXT_TRANSLATION_INFO -+msgid "" -+"untranslated original english text\n" -+"by Oliver Rauch\n" -+"E-mail: Oliver.Rauch@rauch-domain.de\n" -+msgstr "" -+"Traducido ao galego por:\n" -+"Miguel Anxo Bouzada\n" -+"Correo-e; mbouzada@gmail.com\n" -+ -+#. TEXT_INFO_BOX -+msgid "0x0: 0KB" -+msgstr "0x0: 0KB" -+ -+#. TEXT_ADF_PAGES_SCANNED -+msgid "Scanned pages: " -+msgstr "Páxinas escaneadas:" -+ -+#. TEXT_EMAIL_TEXT -+msgid "E-mail text:" -+msgstr "Texto de correo-e:" -+ -+#. TEXT_ATTACHMENTS -+msgid "Attachments:" -+msgstr "Anexados:" -+ -+#. TEXT_EMAIL_STATUS -+msgid "Project status:" -+msgstr "Estado do proxecto:" -+ -+#. TEXT_EMAIL_FILETYPE -+msgid "E-mail image filetype:" -+msgstr "Tipo de ficheiro de imaxe de correo-e" -+ -+#. TEXT_PAGES -+msgid "Pages:" -+msgstr "Páxinas:" -+ -+#. TEXT_MULTIPAGE_FILETYPE -+msgid "Multipage document filetype:" -+msgstr "Tipo de ficheiro do documento de múltiples páxinas" -+ -+#. TEXT_MEDIUM_DEFINITION_NAME -+msgid "Medium Name:" -+msgstr "Nome do medio:" -+ -+#. TEXT_VIEWER_IMAGE_INFO -+#, c-format -+msgid "Size %d x %d pixel, %d bits/channel, %d channels, %1.0f dpi x %1.0f dpi, %1.1f %s" -+msgstr "Tamaño %d x %d píxel, %d bit/canle, %d cores, %1.0f ppp x %1.0f ppp, %1.1f %s" -+ -+#. TEXT_DESPECKLE_RADIUS -+msgid "Despeckle radius:" -+msgstr "Radio de desparasitado:" -+ -+#. TEXT_BLUR_RADIUS -+msgid "Blur radius:" -+msgstr "Radio de desenfoque:" -+ -+#. TEXT_BATCH_AREA_DEFAULT_NAME -+msgid "(no name)" -+msgstr "(sen nome)" -+ -+#. TEXT_BATCH_LIST_AREANAME -+msgid "Area name:" -+msgstr "Nome de área:" -+ -+#. TEXT_BATCH_LIST_SCANMODE -+msgid "Scanmode:" -+msgstr "Modo de escaneo:" -+ -+#. TEXT_BATCH_LIST_GEOMETRY_TL -+msgid "Top left:" -+msgstr "Trriba a esquerda" -+ -+#. TEXT_BATCH_LIST_GEOMETRY_SIZE -+msgid "Size:" -+msgstr "Tamaño:" -+ -+#. TEXT_BATCH_LIST_RESOLUTION -+msgid "Resolution:" -+msgstr "Resolución:" -+ -+#. TEXT_BATCH_LIST_BIT_DEPTH -+msgid "Bit depth:" -+msgstr "Profundidade de bit:" -+ -+#. TEXT_BATCH_LIST_BY_GUI -+msgid "as selected" -+msgstr "como foi seleccionado" -+ -+#. TEXT_SETUP_PRINTER_SEL -+msgid "Printer selection:" -+msgstr "Selección de impresora:" -+ -+#. TEXT_SETUP_PRINTER_NAME -+msgid "Name:" -+msgstr "Nome:" -+ -+#. TEXT_SETUP_PRINTER_CMD, TEXT_SETUP_FAX_CMD -+#. TEXT_SETUP_FAX_COMMAND -+msgid "Command:" -+msgstr "Orde:" -+ -+#. TEXT_SETUP_COPY_NR_OPT -+msgid "Copy number option:" -+msgstr "Copiar opción número:" -+ -+#. TEXT_SETUP_SCAN_RESOLUTION_PRINTER -+msgid "Scan resolution:" -+msgstr "Resolución de escaneo:" -+ -+#. TEXT_SETUP_PRINTER_LINEART_RES -+msgid "lineart [dpi]" -+msgstr "liña de arte [ppp]:" -+ -+#. TEXT_SETUP_PRINTER_GRAYSCALE_RES -+msgid "grayscale [dpi]" -+msgstr "escala de grises [ppp]:" -+ -+#. TEXT_SETUP_PRINTER_COLOR_RES -+msgid "color [dpi]" -+msgstr "cor [ppp]" -+ -+#. TEXT_SETUP_PRINTER_PAPER_GEOMETRIE -+msgid "Paper geometrie:" -+msgstr "Xeometría do papel:" -+ -+#. TEXT_SETUP_PRINTER_WIDTH -+msgid "width" -+msgstr "anchura" -+ -+#. TEXT_SETUP_PRINTER_HEIGHT -+msgid "height" -+msgstr "altura" -+ -+#. TEXT_SETUP_PRINTER_LEFT -+msgid "left offset" -+msgstr "desprazamento cara a esquerda" -+ -+#. TEXT_SETUP_PRINTER_BOTTOM -+msgid "bottom offset" -+msgstr "desprazamento cara a abaixo" -+ -+#. TEXT_SETUP_PRINTER_GAMMA_CORRECTION -+msgid "Printer gamma:" -+msgstr "Gamma da impresora:" -+ -+#. TEXT_SETUP_PRINTER_GAMMA -+msgid "common value" -+msgstr "valor comun:" -+ -+#. TEXT_SETUP_PRINTER_GAMMA_RED -+msgid "red" -+msgstr "vermello" -+ -+#. TEXT_SETUP_PRINTER_GAMMA_GREEN -+msgid "green" -+msgstr "verde" -+ -+#. TEXT_SETUP_PRINTER_GAMMA_BLUE -+msgid "blue" -+msgstr "azul" -+ -+#. TEXT_SETUP_PRINTER_EMBED_CSA -+msgid "Embed scanner ICM profile as CSA" -+msgstr "Incluir o perfil ICM do escáner como CSA" -+ -+#. TEXT_SETUP_PRINTER_EMBED_CRD -+msgid "Embed printer ICM profile as CRD" -+msgstr "Incluir o perfil ICM do escáner como CRD" -+ -+#. TEXT_SETUP_PRINTER_CMS_BPC -+msgid "Apply black point compensation" -+msgstr "Aplicar a compensación de punto negro" -+ -+#. TEXT_SETUP_PRINTER_PS_FLATEDECODED -+msgid "Create zlib compressed postscript image (PS level 3) for printing" -+msgstr "Crear unha imaxe postscript comprimida con zlib (PS nivel 3) para impresión" -+ -+#. TEXT_SETUP_TMP_PATH -+msgid "Temporary directory" -+msgstr "Directório temporal" -+ -+#. TEXT_SETUP_IMAGE_PERMISSION -+msgid "Image-file permissions" -+msgstr "Permisos de ficheiro de imaxe" -+ -+#. TEXT_SETUP_DIR_PERMISSION -+msgid "Directory permissions" -+msgstr "Permisos de directorio" -+ -+#. TEXT_SETUP_JPEG_QUALITY -+msgid "JPEG image quality" -+msgstr "Calidade de imaxe JPEG " -+ -+#. TEXT_SETUP_PNG_COMPRESSION -+msgid "PNG image compression" -+msgstr "Compresión de imaxe PNG" -+ -+#. TEXT_SETUP_FILENAME_COUNTER_LEN -+msgid "Filename counter length" -+msgstr "Lonxitude do contador de nome de ficheiro" -+ -+#. TEXT_SETUP_TIFF_ZIP_COMPRESSION -+msgid "TIFF zip compression rate" -+msgstr "Taxa de compresión TIFF zip" -+ -+#. TEXT_SETUP_TIFF_COMPRESSION_16 -+msgid "TIFF 16 bit image compression" -+msgstr "Compresión de imaxe TIFF de 16 bits" -+ -+#. TEXT_SETUP_TIFF_COMPRESSION_8 -+msgid "TIFF 8 bit image compression" -+msgstr "Compresión de imaxe TIFF de 8 bits" -+ -+#. TEXT_SETUP_TIFF_COMPRESSION_1 -+msgid "TIFF lineart image compression" -+msgstr "Compresión de imaxen TIFF de liña de arte" -+ -+#. TEXT_SETUP_SHOW_RANGE_MODE -+msgid "Show range as:" -+msgstr "Amosar rango como" -+ -+#. TEXT_SETUP_PREVIEW_OVERSAMPLING -+msgid "Preview oversampling:" -+msgstr "Vista previa de sobremostreo:" -+ -+#. TEXT_SETUP_PREVIEW_GAMMA -+msgid "Preview gamma:" -+msgstr "Vista previa gamma:" -+ -+#. TEXT_SETUP_PREVIEW_GAMMA_RED -+msgid "Preview gamma red:" -+msgstr "Vista previa gamma vermello:" -+ -+#. TEXT_SETUP_PREVIEW_GAMMA_GREEN -+msgid "Preview gamma green:" -+msgstr "Vista previa gamma verde:" -+ -+#. TEXT_SETUP_PREVIEW_GAMMA_BLUE -+msgid "Preview gamma blue:" -+msgstr "Vista previa gamma azul:" -+ -+#. TEXT_SETUP_LINEART_MODE -+msgid "Threshold option:" -+msgstr "Opción de limiar:" -+ -+#. TEXT_SETUP_PREVIEW_PIPETTE_RANGE -+msgid "Preview pipette range" -+msgstr "Rango de vista previa de pipeta" -+ -+#. TEXT_SETUP_THRESHOLD_MIN -+msgid "Threshold minimum:" -+msgstr "Limiar mínimo:" -+ -+#. TEXT_SETUP_THRESHOLD_MAX -+msgid "Threshold maximum:" -+msgstr "Limiar máximo:" -+ -+#. TEXT_SETUP_THRESHOLD_MUL -+msgid "Threshold multiplier:" -+msgstr "Multiplicador de limiar" -+ -+#. TEXT_SETUP_THRESHOLD_OFF -+msgid "Threshold offset:" -+msgstr "Desprazamento de limiar" -+ -+#. TEXT_SETUP_GRAYSCALE_SCANMODE -+msgid "Name of grayscale scanmode:" -+msgstr "Nome do modo de escaneo en escala de grises:" -+ -+#. TEXT_SETUP_HELPFILE_VIEWER -+msgid "Helpfile viewer (HTML):" -+msgstr "Visor de ficheiro de axuda (HTML):" -+ -+#. TEXT_SETUP_FAX_RECEIVER_OPTION -+msgid "Receiver option:" -+msgstr "Opción do receptor:" -+ -+#. TEXT_SETUP_FAX_POSTSCRIPT_OPT -+msgid "Postscriptfile option:" -+msgstr "Opción d o ficheiro PostScript:" -+ -+#. TEXT_SETUP_FAX_NORMAL_MODE_OPT -+msgid "Normal mode option:" -+msgstr "Opción en modo normal:" -+ -+#. TEXT_SETUP_FAX_FINE_MODE_OPT -+msgid "Fine mode option:" -+msgstr "Opción en modo fino:" -+ -+#. TEXT_SETUP_FAX_PROGRAM_DEFAULTS -+msgid "Set program defaults for:" -+msgstr "Definir valores predeterminados de programa para:" -+ -+#. TEXT_SETUP_FAX_VIEWER -+msgid "Viewer (Postscript):" -+msgstr "Visor (PostScript):" -+ -+#. TEXT_SETUP_FAX_WIDTH -+msgid "Width" -+msgstr "Anchura" -+ -+#. TEXT_SETUP_FAX_HEIGHT -+msgid "Height" -+msgstr "Altura" -+ -+#. TEXT_SETUP_FAX_LEFT -+msgid "Left offset" -+msgstr "Desprazamento cara a esquerda" -+ -+#. TEXT_SETUP_FAX_BOTTOM -+msgid "Bottom offset" -+msgstr "Desprazamento cara abaixo" -+ -+#. TEXT_SETUP_FAX_PS_FLATEDECODED -+msgid "Create zlib compressed postscript image (PS level 3) for fax" -+msgstr "Crear unha imaxe postscript comprimida con zlib (PS nivel 3) para fax" -+ -+#. TEXT_SETUP_SMTP_SERVER -+msgid "SMTP server:" -+msgstr "Servidor SMTP:" -+ -+#. TEXT_SETUP_SMTP_PORT -+msgid "SMTP port:" -+msgstr "Porto SMTP:" -+ -+#. TEXT_SETUP_EMAIL_FROM -+msgid "From:" -+msgstr "Dende:" -+ -+#. TEXT_SETUP_EMAIL_REPLY_TO -+msgid "Reply to:" -+msgstr "Respostar a:" -+ -+#. TEXT_SETUP_EMAIL_AUTHENTICATION -+msgid "E-mail authentication" -+msgstr "Autenticación de correo-e" -+ -+#. TEXT_SETUP_EMAIL_AUTH_USER -+msgid "User:" -+msgstr "Usuario:" -+ -+#. TEXT_SETUP_EMAIL_AUTH_PASS -+msgid "Password:" -+msgstr "Contrasinal:" -+ -+#. TEXT_SETUP_POP3_SERVER -+msgid "POP3 server:" -+msgstr "Servidor POP3:" -+ -+#. TEXT_SETUP_POP3_PORT -+msgid "POP3 port:" -+msgstr "Porto POP3:" -+ -+#. TEXT_SETUP_OCR_COMMAND -+msgid "OCR Command:" -+msgstr "Orde OCR:" -+ -+#. TEXT_SETUP_OCR_INPUTFILE_OPT -+msgid "Inputfile option:" -+msgstr "Opción do ficheiro de entrada:" -+ -+#. TEXT_SETUP_OCR_OUTPUTFILE_OPT -+msgid "Outputfile option:" -+msgstr "Opción do ficheiro de saída:" -+ -+#. TEXT_SETUP_OCR_USE_GUI_PIPE_OPT -+msgid "Use GUI progress pipe:" -+msgstr "Usar canalización de indicador de progreso:" -+ -+#. TEXT_SETUP_OCR_OUTFD_OPT -+msgid "GUI output-fd option:" -+msgstr "Opción de saída-fd de interface:" -+ -+#. TEXT_SETUP_OCR_PROGRESS_KEYWORD -+msgid "Progress keyword:" -+msgstr "Chave de progreso:" -+ -+#. TEXT_SETUP_PERMISSION_USER -+msgid "user" -+msgstr "usuario" -+ -+#. TEXT_SETUP_PERMISSION_GROUP -+msgid "group" -+msgstr "grupo" -+ -+#. TEXT_SETUP_PERMISSION_ALL -+msgid "all" -+msgstr "todo" -+ -+#. TEXT_SETUP_SCANNER_DEFAULT_COLOR_ICM_PROFILE -+#. DESC_SCANNER_DEFAULT_COLOR_ICM_PROFILE -+msgid "Scanner default color ICM-profile" -+msgstr "Perfil de cor ICM predeterminado do escáner" -+ -+#. TEXT_SETUP_SCANNER_DEFAULT_GRAY_ICM_PROFILE -+#. DESC_SCANNER_DEFAULT_GRAY_ICM_PROFILE -+msgid "Scanner default gray ICM-profile" -+msgstr "Perfil de escala de grises ICM predeterminado do escáner" -+ -+#. TEXT_SETUP_DISPLAY_ICM_PROFILE -+#. DESC_DISPLAY_ICM_PROFILE -+msgid "Display ICM-profile" -+msgstr "Perfil ICM de monitor" -+ -+#. TEXT_SETUP_CUSTOM_PROOFING_ICM_PROFILE -+#. DESC_CUSTOM_PROOFING_ICM_PROFILE -+msgid "Custom proofing ICM-profile" -+msgstr "Perfil ICM de proba personalizado" -+ -+#. TEXT_SETUP_WORKING_COLOR_SPACE_ICM_PROFILE -+#. DESC_WORKING_COLOR_SPACE_ICM_PROFILE -+msgid "Working color space ICM-profile" -+msgstr "Perfil ICM do espazo de traballo de cor" -+ -+#. TEXT_SETUP_PRINTER_ICM_PROFILE -+#. DESC_PRINTER_ICM_PROFILE -+msgid "Printer ICM-profile" -+msgstr "Perfil ICM de impresora" -+ -+msgid "new media" -+msgstr "novo medio" -+ -+#. NOTEBOOK_SAVING_OPTIONS -+#. MENU_ITEM_SAVE -+msgid "Save" -+msgstr "Gardar" -+ -+#. NOTEBOOK_FILETYPE_OPTIONS -+msgid "Filetype" -+msgstr "Tipo de ficheiro" -+ -+#. NOTEBOOK_COPY_OPTIONS -+#. MENU_ITEM_COPY -+msgid "Copy" -+msgstr "Copiar" -+ -+#. NOTEBOOK_FAX_OPTIONS -+#. MENU_ITEM_FAX -+msgid "Fax" -+msgstr "Fax" -+ -+#. NOTEBOOK_EMAIL_OPTIONS -+#. MENU_ITEM_EMAIL -+msgid "E-mail" -+msgstr "Correo-e " -+ -+#. NOTEBOOK_OCR_OPTIONS -+msgid "OCR" -+msgstr "OCR" -+ -+#. NOTEBOOK_DISPLAY_OPTIONS -+msgid "Display" -+msgstr "Pantalla" -+ -+#. NOTEBOOK_ENHANCE_OPTIONS -+msgid "Enhancement" -+msgstr "Mellora" -+ -+#. MENU_ITEM_MULTIPAGE -+msgid "Multipage" -+msgstr "Múltiples páxinas" -+ -+#. MENU_ITEM_SHOW_TOOLTIPS -+msgid "Show tooltips" -+msgstr "Amosar trucos das ferramentas" -+ -+#. MENU_ITEM_SHOW_PREVIEW -+msgid "Show preview" -+msgstr "Amosar a vista previa" -+ -+#. MENU_ITEM_SHOW_HISTOGRAM -+msgid "Show histogram" -+msgstr "Amosar o histograma" -+ -+#. MENU_ITEM_SHOW_GAMMA -+msgid "Show gamma curve" -+msgstr "Amosar a curva gamma" -+ -+#. MENU_ITEM_SHOW_BATCH_SCAN -+msgid "Show batch scan" -+msgstr "Amosar escaneo por lotes" -+ -+#. MENU_ITEM_SHOW_STANDARDOPTIONS -+msgid "Show standard options" -+msgstr "Amosar opciós estándar" -+ -+#. MENU_ITEM_SHOW_ADVANCEDOPTIONS -+msgid "Show advanced options" -+msgstr "Amosar opcions avanzadas." -+ -+#. MENU_ITEM_SETUP -+msgid "Setup" -+msgstr "Configuración" -+ -+#. MENU_ITEM_LENGTH_UNIT -+msgid "Length unit" -+msgstr "Unidade de lonxitude" -+ -+#. SUBMENU_ITEM_LENGTH_MILLIMETERS -+msgid "millimeters" -+msgstr "milímetros" -+ -+#. SUBMENU_ITEM_LENGTH_CENTIMETERS -+msgid "centimeters" -+msgstr "centímetros" -+ -+#. SUBMENU_ITEM_LENGTH_INCHES -+msgid "inches" -+msgstr "polgadas" -+ -+#. MENU_ITEM_UPDATE_POLICY -+msgid "Update policy" -+msgstr "Política de actualización" -+ -+#. SUBMENU_ITEM_POLICY_CONTINUOUS -+msgid "continuous" -+msgstr "continuo" -+ -+#. SUBMENU_ITEM_POLICY_DISCONTINU -+msgid "discontinuous" -+msgstr "discontinuo" -+ -+#. SUBMENU_ITEM_POLICY_DELAYED -+msgid "delayed" -+msgstr "retrasado" -+ -+#. MENU_ITEM_SHOW_RESOLUTIONLIST -+msgid "Show resolution list" -+msgstr "Amosar lista de resolucións" -+ -+#. MENU_ITEM_PAGE_ROTATE -+msgid "Rotate postscript" -+msgstr "Rotar postscript" -+ -+#. MENU_ITEM_ENABLE_COLOR_MANAGEMENT -+#. MENU_ITEM_CMS_ENABLE_COLOR_MANAGEMENT -+msgid "Enable color management" -+msgstr "Activar a xestión da cor" -+ -+#. MENU_ITEM_EDIT_MEDIUM_DEF -+msgid "Edit medium definition" -+msgstr "Editar definición de medio" -+ -+#. MENU_ITEM_SAVE_DEVICE_SETTINGS -+msgid "Save device settings" -+msgstr "Gardar axustes do dispositivo" -+ -+#. MENU_ITEM_LOAD_DEVICE_SETTINGS -+msgid "Load device settings" -+msgstr "Cargar axustes do dispositivo" -+ -+#. MENU_ITEM_CHANGE_WORKING_DIR -+msgid "Change directory" -+msgstr "Cambiar directorio" -+ -+#. MENU_ITEM_XSANE_EULA -+msgid "Show EULA" -+msgstr "Amosar EULA" -+ -+#. MENU_ITEM_XSANE_GPL -+msgid "Show license (GPL)" -+msgstr "Amosar licenza (GPL)" -+ -+#. MENU_ITEM_XSANE_DOC -+msgid "XSane doc" -+msgstr "Documentos de XSane" -+ -+#. MENU_ITEM_BACKEND_DOC -+msgid "Backend doc" -+msgstr "Documentos do motor" -+ -+#. MENU_ITEM_AVAILABLE_BACKENDS -+msgid "Available backends" -+msgstr "Motores dispoñibles" -+ -+#. MENU_ITEM_SCANTIPS -+msgid "Scantips" -+msgstr "Consellos do escáner" -+ -+#. MENU_ITEM_PROBLEMS -+msgid "Problems?" -+msgstr "Problemas?" -+ -+#. MENU_ITEM_CMS_PROOFING -+msgid "Proofing" -+msgstr "Probas" -+ -+#. SUBMENU_ITEM_CMS_PROOF_OFF -+msgid "no proofing (Display)" -+msgstr "sen probar (Pantalla)" -+ -+#. SUBMENU_ITEM_CMS_PROOF_PRINTER -+msgid "Proof printer" -+msgstr "Proba de impresora" -+ -+#. SUBMENU_ITEM_CMS_PROOF_CUSTOM -+msgid "Proof custom device" -+msgstr "Proba de dispositivo personalizado" -+ -+#. MENU_ITEM_CMS_RENDERING_INTENT -+msgid "Rendering intent" -+msgstr "Intento de renderizado" -+ -+#. MENU_ITEM_CMS_PROOFING_INTENT -+msgid "Proofing rendering intent" -+msgstr "Intento de probas de renderizado" -+ -+#. SUBMENU_ITEM_CMS_INTENT_PERCEPTUAL -+msgid "Perceptual" -+msgstr "Percepción" -+ -+#. SUBMENU_ITEM_CMS_INTENT_RELATIVE_COLORIMETRIC -+msgid "Relative colorimetric" -+msgstr "Colorimetría relativa" -+ -+#. SUBMENU_ITEM_CMS_INTENT_ABSOLUTE_COLORIMETRIC -+msgid "Absolute colorimentric" -+msgstr "Colorimetría absoluta" -+ -+#. SUBMENU_ITEM_CMS_INTENT_SATURATION -+msgid "Saturation" -+msgstr "Saturación" -+ -+#. MENU_ITEM_CMS_GAMUT_CHECK -+msgid "Gamut check" -+msgstr "Proba de Gamut" -+ -+#. MENU_ITEM_CMS_GAMUT_ALARM_COLOR -+msgid "Gamut alarm color" -+msgstr "Alarma de cor de Gamut" -+ -+#. SUBMENU_ITEM_CMS_COLOR_BLACK -+msgid "Black" -+msgstr "Negro" -+ -+#. SUBMENU_ITEM_CMS_COLOR_GRAY -+msgid "Gray" -+msgstr "Gris" -+ -+#. SUBMENU_ITEM_CMS_COLOR_WHITE -+msgid "White" -+msgstr "Branco" -+ -+#. SUBMENU_ITEM_CMS_COLOR_RED -+msgid "Red" -+msgstr "Vermello" -+ -+#. SUBMENU_ITEM_CMS_COLOR_GREEN -+msgid "Green" -+msgstr "Verde" -+ -+#. SUBMENU_ITEM_CMS_COLOR_BLUE -+msgid "Blue" -+msgstr "Azul" -+ -+#. MENU_ITEM_COUNTER_LEN_INACTIVE -+msgid "inactive" -+msgstr "inactivo" -+ -+#. MENU_ITEM_TIFF_COMP_NONE -+msgid "no compression" -+msgstr "sen compresión" -+ -+#. MENU_ITEM_TIFF_COMP_CCITTRLE -+msgid "CCITT 1D Huffman compression" -+msgstr "Compresión CCITT 1D Huffman" -+ -+#. MENU_ITEM_TIFF_COMP_CCITFAX3 -+msgid "CCITT Group 3 fax compression" -+msgstr "Compresión CCITT fax Grupo 3" -+ -+#. MENU_ITEM_TIFF_COMP_CCITFAX4 -+msgid "CCITT Group 4 fax compression" -+msgstr "Compresión CCITT fax Grupo 4" -+ -+#. MENU_ITEM_TIFF_COMP_JPEG -+msgid "JPEG DCT compression" -+msgstr "Compresión JPEG DCT" -+ -+#. MENU_ITEM_TIFF_COMP_PACKBITS -+msgid "pack bits" -+msgstr "paquete de bits" -+ -+#. MENU_ITEM_TIFF_COMP_DEFLATE -+msgid "deflate" -+msgstr "rebaixar" -+ -+#. MENU_ITEM_RANGE_SCALE -+msgid "Slider (Scale)" -+msgstr "Deslizador (Escala)" -+ -+#. MENU_ITEM_RANGE_SCROLLBAR -+msgid "Slider (Scrollbar)" -+msgstr "Deslizador (Barra de desprazamento)" -+ -+#. MENU_ITEM_RANGE_SPINBUTTON -+msgid "Spinbutton" -+msgstr "Botón de axuste" -+ -+#. MENU_ITEM_RANGE_SCALE_SPIN -+msgid "Scale and Spinbutton" -+msgstr "Escala e botón de axuste" -+ -+#. MENU_ITEM_RANGE_SCROLL_SPIN -+msgid "Scrollbar and Spinbutton" -+msgstr "Barra de desprazamento e botón de axuste" -+ -+#. MENU_ITEM_LINEART_MODE_STANDARD -+msgid "Standard options window (lineart)" -+msgstr "Ventá de opcións estándar (liña de arte)" -+ -+#. MENU_ITEM_LINEART_MODE_XSANE -+msgid "XSane main window (lineart)" -+msgstr "Escoller o tipo de letra da ventá principal:" -+ -+#. MENU_ITEM_LINEART_MODE_GRAY -+msgid "XSane main window (grayscale->lineart)" -+msgstr "Ventá principal de XSane (escala de grises ->liña de arte)" -+ -+#. MENU_ITEM_SELECTION_NONE -+msgid "(none)" -+msgstr "(ningún)" -+ -+#. MENU_ITEM_FILETYPE_BY_EXT -+msgid "by ext" -+msgstr "por extensión" -+ -+#. MENU_ITEM_PRESET_AREA_ADD_SEL -+msgid "Add selection to list" -+msgstr "Engadir selección á lista" -+ -+#. MENU_ITEM_MEDIUM_ADD -+msgid "Add medium definition" -+msgstr "Engadir a definición de medio" -+ -+#. MENU_ITEM_RENAME -+msgid "Rename item" -+msgstr "Renomear o elemento" -+ -+#. MENU_ITEM_DELETE -+msgid "Delete item" -+msgstr "Borrar o elemento" -+ -+#. MENU_ITEM_MOVE_UP -+msgid "Move item up" -+msgstr "Movera o elemento cara arriba." -+ -+#. MENU_ITEM_MOVE_DWN -+msgid "Move item down" -+msgstr "Mover o elemento cara abaixo" -+ -+#. MENU_ITEM_AUTH_NONE -+msgid "no authentication" -+msgstr "sen autenticacion " -+ -+#. MENU_ITEM_AUTH_POP3 -+msgid "POP3 before SMTP" -+msgstr "POP antes de SMTP" -+ -+#. MENU_ITEM_AUTH_ASMTP_PLAIN -+msgid "ASMTP Plain" -+msgstr "ASMTP simple" -+ -+#. MENU_ITEM_AUTH_ASMTP_LOGIN -+msgid "ASMTP Login" -+msgstr "Acceso ADMTP" -+ -+#. MENU_ITEM_AUTH_ASMTP_CRAM_MD5 -+msgid "ASMTP CRAM-MD5" -+msgstr "ASMTP CRAM-MD5" -+ -+#. MENU_ITEM_CMS_FUNCTION_EMBED_SCANNER_ICM_PROFILE -+msgid "Embed scanner ICM profile" -+msgstr "Incluir perfil ICM do escáner" -+ -+#. MENU_ITEM_CMS_FUNCTION_CONVERT_TO_SRGB -+msgid "Convert to sRGB" -+msgstr "Converter a sRGB" -+ -+#. MENU_ITEM_FUNCTION_CONVERT_TO_WORKING_CS -+msgid "Convert to working color space" -+msgstr "Converter a espazo de cor de traballo" -+ -+#. PROGRESS_SCANNING -+msgid "Scanning" -+msgstr "Escaneando" -+ -+#. PROGRESS_RECEIVING_FRAME_DATA -+#, c-format -+msgid "Receiving %s data" -+msgstr "Recibindo %s datos" -+ -+#. PROGRESS_PAGE -+msgid "page" -+msgstr "páxina" -+ -+#. PROGRESS_TRANSFERRING_DATA -+msgid "Transferring image" -+msgstr "Transferindo a imaxe" -+ -+#. PROGRESS_ROTATING_DATA -+msgid "Rotating image" -+msgstr "Rotando a imaxe" -+ -+#. PROGRESS_MIRRORING_DATA -+msgid "Mirroring image" -+msgstr "Reflectindo a imaxe" -+ -+#. PROGRESS_PACKING_DATA -+msgid "Packing image" -+msgstr "Comprimindo la imaxe" -+ -+#. PROGRESS_CONVERTING_DATA -+msgid "Converting image" -+msgstr "Convertendo a imaxe" -+ -+#. PROGRESS_SAVING_DATA -+msgid "Saving image" -+msgstr "Gardando a imaxe" -+ -+#. PROGRESS_CLONING_DATA -+msgid "Cloning image" -+msgstr "Duplicando a imaxe" -+ -+#. PROGRESS_SCALING_DATA -+msgid "Scaling image" -+msgstr "Cambiando tamaño de imaxe" -+ -+#. PROGRESS_DESPECKLING_DATA -+msgid "Despeckling image" -+msgstr "Desparasitando a imaxe" -+ -+#. PROGRESS_BLURING_DATA -+msgid "Bluring image" -+msgstr "Desenfocando a imaxe" -+ -+#. PROGRESS_OCR -+msgid "OCR in progress" -+msgstr "OCR en progreso" -+ -+#. PROGRESS_ICM_CONVERSION -+msgid "converting colors" -+msgstr "convertendo as cores." -+ -+#. DESC_SCAN_START -+msgid "Start scan " -+msgstr "Comezar o escaneo " -+ -+#. DESC_SCAN_CANCEL -+msgid "Cancel scan " -+msgstr "Cancelar o escaneo " -+ -+#. DESC_PREVIEW_ACQUIRE -+msgid "Acquire preview scan " -+msgstr "Obter vista previa do escaneo " -+ -+#. DESC_PREVIEW_CANCEL -+msgid "Cancel preview scan " -+msgstr "Cancelar a vista previa do escaneo " -+ -+#. DESC_XSANE_MODE -+msgid "viewer-, save-, photocopy-, multipage-, fax- or e-mail-" -+msgstr "Visualizar-, gardar-, fotocopia-, multiples páxinas-, fax- ou correo-e-" -+ -+#. DESC_XSANE_MEDIUM -+msgid "" -+"Select source medium type.\n" -+"To rename, reorder or delete an entry use context menu (alternate mouse button).\n" -+"To create a medium enable the option edit medium definition in preferences menu." -+msgstr "" -+"Elixir tipo de medio fonte.\n" -+"Para renomerar, reordenar ou borrar unha entrada use o menu de contexto (botón dereito do rato).\n" -+"Para crear un «medio» activar a opción «editar definición de medio» no menu de preferencias." -+ -+#. DESC_FILENAME_COUNTER_STEP -+msgid "Value that is added to filenamecounter after scan" -+msgstr "Valor a engadir ao contador de nome de ficheiro despois de escanear" -+ -+#. DESC_BROWSE_FILENAME -+msgid "Browse for image filename" -+msgstr "Buscar polo nome de ficheiro de imaxe" -+ -+#. DESC_FILENAME -+msgid "Filename for scanned image" -+msgstr "Nome de ficheiro para a imaxe escaneada" -+ -+#. DESC_FILETYPE -+msgid "Type of image format, the suitable filename extension is automatically added to the filename" -+msgstr "Tipo de formato de imaxe, a extensión doada engadirase automaticamente ao nome de ficheiro" -+ -+#. DESC_FAXPROJECT -+msgid "Enter fax project directory name" -+msgstr "Introduza o nome do directorio de proxectos de fax" -+ -+#. DESC_FAXPAGENAME -+msgid "Enter new name for faxpage" -+msgstr "Introduza un novo nome para a páxina de fax" -+ -+#. DESC_FAXRECEIVER -+msgid "Enter receiver phone number or address" -+msgstr "Introduza o número de telefono ou o enderezo do receptor" -+ -+#. DESC_FAX_PROJECT_BROWSE -+msgid "Browse for fax project directory" -+msgstr "Busca do directorio de proyecto de fax" -+ -+#. DESC_EMAIL_PROJECT -+msgid "Enter e-mail project directory name" -+msgstr "Introduza o nome do directorio de proxectos de correo-e" -+ -+#. DESC_EMAIL_IMAGENAME -+msgid "Enter new name for e-mail image" -+msgstr "Introduza un nome novo para a imaxe de correo-e" -+ -+#. DESC_EMAIL_RECEIVER -+msgid "Enter e-mail address" -+msgstr "Introduza o enderezo de correo-e" -+ -+#. DESC_EMAIL_PROJECT_BROWSE -+msgid "Browse for email project directory" -+msgstr "Busca do directorio de proyecto de correo-e" -+ -+#. DESC_EMAIL_SUBJECT -+msgid "Enter subject of e-mail" -+msgstr "Introduza o asunto do correo-e" -+ -+#. DESC_EMAIL_FILETYPE -+msgid "Select filetype for image attachments" -+msgstr "Definir tipo de ficheiro para ficheiro de páxinas múltiples" -+ -+#. DESC_MULTIPAGE_PROJECT -+msgid "Enter multipage project directory name" -+msgstr "Introduza o nome do directorio de proyecto de páxinas múltiples" -+ -+#. DESC_MULTIPAGE_PROJECT_BROWSE -+msgid "Browse for multipage project directory" -+msgstr "Busca do directorio de proyecto de múltiples páxinas" -+ -+#. DESC_MULTIPAGE_FILETYPE -+msgid "Select filetype for multipage file" -+msgstr "Escoller tipo de ficheiro para ficheiro de páxinas múltiples" -+ -+#. DESC_PRESET_AREA_RENAME -+msgid "Enter new name for preset area" -+msgstr "Introduza un nome novo para l preselección de área" -+ -+#. DESC_PRESET_AREA_ADD -+msgid "Enter name for new preset area" -+msgstr "Introduza un nome para unha nova preselección de área" -+ -+#. DESC_MEDIUM_RENAME -+msgid "Enter new name for medium definition" -+msgstr "Introduza un nome novo para definición de medio" -+ -+#. DESC_MEDIUM_ADD -+msgid "Enter name for new medium definition" -+msgstr "Introduza un nome para unha nova definición de medio" -+ -+#. DESC_PRINTER_SELECT -+msgid "Select printerdefinition " -+msgstr "Seleccionar definición de impresora " -+ -+#. DESC_RESOLUTION -+msgid "Set scan resolution" -+msgstr "Definir a resolución de escaneo" -+ -+#. DESC_RESOLUTION_X -+msgid "Set scan resolution for x direction" -+msgstr "Definir resolución de escaneo na dirección X" -+ -+#. DESC_RESOLUTION_Y -+msgid "Set scan resolution for y direction" -+msgstr "Definir resolución de escaneo na dirección Y" -+ -+#. DESC_ZOOM -+msgid "Set zoomfactor" -+msgstr "Definir o factor de ampliación" -+ -+#. DESC_ZOOM_X -+msgid "Set zoomfactor for x direction" -+msgstr "Definir o factor de ampliación para la dirección Y factor de ampliación para a dirección X" -+ -+#. DESC_ZOOM_Y -+msgid "Set zoomfactor for y direction" -+msgstr "Definir o factor de ampliación para a dirección Y" -+ -+#. DESC_COPY_NUMBER -+msgid "Set number of copies" -+msgstr "Definir o número de copias" -+ -+#. DESC_NEGATIVE -+msgid "Negative: Invert colors for scanning negatives " -+msgstr "Negativos: Inverter as cores para escanear negativos " -+ -+#. DESC_GAMMA -+msgid "Set gamma value" -+msgstr "Definir valor gamma" -+ -+#. DESC_GAMMA_R -+msgid "Set gamma value for red component" -+msgstr "Definir valor gamma para o compoñente vermello" -+ -+#. DESC_GAMMA_G -+msgid "Set gamma value for green component" -+msgstr "Definir valor gamma para o compoñente verde" -+ -+#. DESC_GAMMA_B -+msgid "Set gamma value for blue component" -+msgstr "Definir valor gamma para o compoñente azul" -+ -+#. DESC_BRIGHTNESS -+msgid "Set brightness" -+msgstr "Definir brillo" -+ -+#. DESC_BRIGHTNESS_R -+msgid "Set brightness for red component" -+msgstr "Definir brillo para o compoñente vermello" -+ -+#. DESC_BRIGHTNESS_G -+msgid "Set brightness for green component" -+msgstr "Definir brillo para o compoñente verde" -+ -+#. DESC_BRIGHTNESS_B -+msgid "Set brightness for blue component" -+msgstr "Definir brillo para o compoñente azul" -+ -+#. DESC_CONTRAST -+msgid "Set contrast" -+msgstr "Definir a cor" -+ -+#. DESC_CONTRAST_R -+msgid "Set contrast for red component" -+msgstr "Definir contraste para o compoñente vermello" -+ -+#. DESC_CONTRAST_G -+msgid "Set contrast for green component" -+msgstr "Definir contraste para o compoñente verde" -+ -+#. DESC_CONTRAST_B -+msgid "Set contrast for blue component" -+msgstr "Definir contraste para o compoñente azul" -+ -+#. DESC_THRESHOLD -+msgid "Set threshold" -+msgstr "Definir limiar" -+ -+#. DESC_RGB_DEFAULT -+msgid "" -+"RGB default: Set enhancement values for red, green and blue to default values :\n" -+" gamma = 1.0\n" -+" brightness = 0\n" -+" contrast = 0" -+msgstr "" -+"RGB por omisión: Definir valores de mellora para vermello, verde e azul a valores por omisión :\n" -+"gamma = 1.0\n" -+"brillo = 0\n" -+"contraste = 0" -+ -+#. DESC_ENH_AUTO -+msgid "Autoadjust gamma, brightness and contrast " -+msgstr "Axustar automaticamente gamma, brillo e contraste " -+ -+#. DESC_ENH_DEFAULT -+msgid "" -+"Set default enhancement values :\n" -+"gamma = 1.0\n" -+"brightness = 0\n" -+"contrast = 0" -+msgstr "" -+"Definir valores de mellora por omisión :\n" -+"gamma = 1.0\n" -+"brillo = 0\n" -+"contraste = 0" -+ -+#. DESC_ENH_RESTORE -+msgid "Restore enhancement values from preferences " -+msgstr "Restaurar valores de mellora desde preferencias " -+ -+#. DESC_ENH_STORE -+msgid "Store active enhancement values to preferences " -+msgstr "Gardar valores de mellora activos a preferencias " -+ -+#. DESC_HIST_INTENSITY -+msgid "Show histogram of intensity/gray " -+msgstr "Amosar o el histograma de intensidade/grises " -+ -+#. DESC_HIST_RED -+msgid "Show histogram of red component " -+msgstr "Amosar o histograma do compoñente vermello " -+ -+#. DESC_HIST_GREEN -+msgid "Show histogram of green component " -+msgstr "Amosar o histograma do compoñente verde " -+ -+#. DESC_HIST_BLUE -+msgid "Show histogram of blue component " -+msgstr "Amosar o histograma do compoñente azul " -+ -+#. DESC_HIST_PIXEL -+msgid "Display mode: show histogram with lines instead of pixels " -+msgstr "Modo de pantalla: amosar histograma con liñas no canto de píxeles " -+ -+#. DESC_HIST_LOG -+msgid "Show logarithm of pixelcount " -+msgstr "Amosar o logaritmo da conta de píxeles " -+ -+#. DESC_PRINTER_SETUP -+msgid "Select definition to change" -+msgstr "Escolla a definición a cambiar" -+ -+#. DESC_PRINTER_NAME -+msgid "Define a name for the selection of this definition" -+msgstr "Definir un nome para a selección desta definición" -+ -+#. DESC_PRINTER_COMMAND -+msgid "Enter command to be executed in copy mode (e.g. \"lpr\")" -+msgstr "Introduza a orde a executar en modo copia (p.e. «lpr»)" -+ -+#. DESC_COPY_NUMBER_OPTION -+msgid "Enter option for copy numbers" -+msgstr "Introduza a opción para o número de copias" -+ -+#. DESC_PRINTER_LINEART_RESOLUTION -+msgid "Resolution with which lineart images are printed and saved in postscript" -+msgstr "Resolución coa que as imaxes de liña de arte han ser impresas e gardadas en PostScript" -+ -+#. DESC_PRINTER_GRAYSCALE_RESOLUTION -+msgid "Resolution with which grayscale images are printed and saved in postscript" -+msgstr "Resolución coa que as imaxes en escala de grisesr han ser impresas e gardadas en PostScript" -+ -+#. DESC_PRINTER_COLOR_RESOLUTION -+msgid "Resolution with which color images are printed and saved in postscript" -+msgstr "Resolución coa que as imaxes a cor han ser impresas e gardadas en PostScript" -+ -+#. DESC_PRINTER_WIDTH -+#. DESC_FAX_WIDTH -+msgid "Width of printable area" -+msgstr "Anchura de área imprimible" -+ -+#. DESC_PRINTER_HEIGHT -+#. DESC_FAX_HEIGHT -+msgid "Height of printable area" -+msgstr "Altura de área imprimible" -+ -+#. DESC_PRINTER_LEFTOFFSET -+#. DESC_FAX_LEFTOFFSET -+msgid "Left offset from the edge of the paper to the printable area" -+msgstr "Deprazamento cara a esquerda desde o bordo do papel á área imprimible" -+ -+#. DESC_PRINTER_BOTTOMOFFSET -+#. DESC_FAX_BOTTOMOFFSET -+msgid "Bottom offset from the edge of the paper to the printable area" -+msgstr "Deprazamento cara abaixo desde o bordo do papel á área imprimible" -+ -+#. DESC_PRINTER_GAMMA -+msgid "Additional gamma value for photocopy" -+msgstr "Valor gamma adicional para fotocopia" -+ -+#. DESC_PRINTER_GAMMA_RED -+msgid "Additional gamma value for red component for photocopy" -+msgstr "Valor gamma adicional do valor vermello para fotocopia" -+ -+#. DESC_PRINTER_GAMMA_GREEN -+msgid "Additional gamma value for green component for photocopy" -+msgstr "Valor gamma adicional do valor verde para fotocopia" -+ -+#. DESC_PRINTER_GAMMA_BLUE -+msgid "Additional gamma value for blue component for photocopy" -+msgstr "Valor gamma adicional do valor azul para fotocopia" -+ -+#. DESC_PRINTER_EMBED_CSA -+msgid "Creates a postsciptfile that contains the ICM profile of the scanner" -+msgstr "Crea un ficheiro PostScript que conten o perfil ICM do escáner" -+ -+#. DESC_PRINTER_EMBED_CRD -+msgid "Creates a postsciptfile that contains the ICM profile of the printer" -+msgstr "Crea un ficheiro PostScript que conten o perfil ICM da impresora" -+ -+#. DESC_PRINTER_CMS_BPC -+msgid "Applies black point compensation" -+msgstr "Aplicada a compensación de punto negro" -+ -+#. DESC_PRINTER_PS_FLATEDECODED -+msgid "" -+"Create zlib compressed postscript image for printer (flatedecode).\n" -+"The printer has to understand postscript level 3!" -+msgstr "" -+"Crear unha imaxe postscript comprimida con zlib para a impresora (flatedecode).\n" -+"A impresora ten que entender postscript nivel 3!" -+ -+#. DESC_TMP_PATH -+msgid "Path to temp directory" -+msgstr "Ruta ao directorio temporal" -+ -+#. DESC_BUTTON_TMP_PATH_BROWSE -+msgid "Browse for temporary directory" -+msgstr "Buscar por directorio temporal" -+ -+#. DESC_JPEG_QUALITY -+msgid "Quality in percent if image is saved as JPEG or TIFF with JPEG compression" -+msgstr "Calidade en porcentaxe si a imaxe é gardada como JPEG ou TIFF con compresión JPEG" -+ -+#. DESC_PNG_COMPRESSION -+msgid "Compression if image is saved as PNG" -+msgstr "Compresión se a imaxe é gardada como PNG" -+ -+#. DESC_FILENAME_COUNTER_LEN -+msgid "Minimum length of counter in filename" -+msgstr "Lonxitude mínima do contador no nome de ficheiro" -+ -+#. DESC_TIFF_ZIP_COMPRESSION -+msgid "Compression rate for zip compressed TIFF (deflate)" -+msgstr "Taxa de compresión zip para comprimir TIFF (rebaixar)" -+ -+#. DESC_TIFF_COMPRESSION_16 -+msgid "Compression type if 16 bit image is saved as TIFF" -+msgstr "Tipo de compresión se a imaxe de 16 bits é gardada como TIFF" -+ -+#. DESC_TIFF_COMPRESSION_8 -+msgid "Compression type if 8 bit image is saved as TIFF" -+msgstr "Tipo de compresión se a imaxe de 8 bits é gardada como TIFF" -+ -+#. DESC_TIFF_COMPRESSION_1 -+msgid "Compression type if lineart image is saved as TIFF" -+msgstr "Tipo de compresión se a imaxe de liña de arte se gardada como TIFF" -+ -+#. DESC_SAVE_DEVPREFS_AT_EXIT -+msgid "Save device dependant preferences in default file at exit of xsane" -+msgstr "Gardar as preferencias dependentes do dispositivo no ficheiro por omisión ao saír de XSane" -+ -+#. DESC_OVERWRITE_WARNING -+msgid "Warn before overwriting an existing file" -+msgstr "Avisar antes de sobrescribir un ficheiro existente" -+ -+#. DESC_SKIP_EXISTING -+msgid "If filename counter is automatically increased, used numbers are skipped" -+msgstr "Se o contador de nome de ficheiro se incrementa automaticamente, sáltanse os números utilizados" -+ -+#. DESC_SAVE_PS_FLATEDECODED -+msgid "compress postscript image with zlib algorithm (flatedecode). When you want to print such a file your printer has to understand postscript level 3" -+msgstr "comprimir a imaxe PostScript co algoritmo zlib (decodificación plana). Cando queira imprimir tal ficheiro a súa impresora ten que entender PostScript nivel 3" -+ -+#. DESC_SAVE_PDF_FLATEDECODED -+msgid "compress PDF image with zlib algorithm (flatedecode)." -+msgstr "compresión de imaxe PDF co algoritmo zlib (decodificación plana)" -+ -+#. DESC_SAVE_PNM16_AS_ASCII -+msgid "When a 16 bit image shall be saved in PNM format then use ASCII format instead of binary format. The binary format is a new format that is not supported by all programs. The ASCII format is supported by more programs but it produces really huge files!!!" -+msgstr "Cando unha imaxe de 16 bits deba gardarse en formato PNM use o formato ASCII no canto do formato binario. O formato binario é un formato novo que non está soportado por todos os programas. O formato ASCII está soportado pola maioría dos programas pero produce ficheiros verdadeiramente enormes!!!" -+ -+#. DESC_REDUCE_16BIT_TO_8BIT -+msgid "If scanner sends image with 16 bits/channel save image with 8 bits/channel" -+msgstr "Se o escáner envia imaxes de 16 bits/canle gardar as imaxes con 8 bits/canle" -+ -+#. DESC_PSFILE_WIDTH -+msgid "Width of paper for postscript files" -+msgstr "Anchura do papel para ficheiros PostScript" -+ -+#. DESC_PSFILE_HEIGHT -+msgid "Height of paper for postscript files" -+msgstr "Altura do papel para ficheiros PostScript" -+ -+#. DESC_PSFILE_LEFTOFFSET -+msgid "Left offset from the edge of the paper to the usable area for postscript files" -+msgstr "Desprazamento cara a esquerda desde o bordo do papel até a área útil para os ficheiros PostScript" -+ -+#. DESC_PSFILE_BOTTOMOFFSET -+msgid "Bottom offset from the edge of the paper to the usable area for postscript files" -+msgstr "Desprazamento cara abaixo desde o bordo do papel até a área útil para os ficheiros PostScript" -+ -+#. DESC_MAIN_WINDOW_FIXED -+msgid "Use fixed main window size or scrolled, resizable main window" -+msgstr "Usar tamaño de ventá principal fixo ou un tamaño variable con desprazamento" -+ -+#. DESC_DISABLE_GIMP_PREVIEW_GAMMA -+msgid "Disable preview gamma when XSane runs as GIMP plugin" -+msgstr "Desactivar a vista previa gamma cando XSane funciona como unha extensión de GIMP" -+ -+#. DESC_PREVIEW_COLORMAP -+msgid "Use an own colormap for preview if display depth is 8 bpp" -+msgstr "Usar un mapa de cores propio se a profundidade da pantalla é de 8 bpp" -+ -+#. DESC_SHOW_RANGE_MODE -+msgid "Select how a range is displayed" -+msgstr "Definir como amosar un rango" -+ -+#. DESC_PREVIEW_OVERSAMPLING -+msgid "Value with which the calculated preview resolution is multiplied" -+msgstr "Valor calculado co que a resolución da vista previa se multiplica" -+ -+#. DESC_PREVIEW_GAMMA -+msgid "Set gamma correction value for preview image" -+msgstr "Definir o valor da corrección gamma para a imaxe de vista previa" -+ -+#. DESC_PREVIEW_GAMMA_RED -+msgid "Set gamma correction value for red component of preview image" -+msgstr "Definir o valor da corrección gamma para o compoñente vermello da imaxe de vista previa" -+ -+#. DESC_PREVIEW_GAMMA_GREEN -+msgid "Set gamma correction value for green component of preview image" -+msgstr "Definir o valor da corrección gamma para o compoñente verde da imaxe de vista previa" -+ -+#. DESC_PREVIEW_GAMMA_BLUE -+msgid "Set gamma correction value for blue component of preview image" -+msgstr "Definir o valor da corrección gamma para o compoñente azul da imaxe de vista previa" -+ -+#. DESC_LINEART_MODE -+msgid "Define the way XSane shall handle the threshold option" -+msgstr "Definir a forma en que XSane manexará la opción limiar" -+ -+#. DESC_GRAYSCALE_SCANMODE -+msgid "Select grayscale scanmode. This scanmode is used for lineart preview scan when transformation from grayscale to lineart is enabled" -+msgstr "Escoller o modo de escaneo de escala de grises. Este modo usase para a vista previa de liña de arte cando a transformación de escala de grises a liña de arte está activada" -+ -+#. DESC_PREVIEW_THRESHOLD_MIN -+#, no-c-format -+msgid "The scanner's minimum threshold level in %" -+msgstr "Nivel mínimo do limiar do escáner en %" -+ -+#. DESC_PREVIEW_THRESHOLD_MAX -+#, no-c-format -+msgid "The scanner's maximum threshold level in %" -+msgstr "Nivel máximo do limiar do escáner en %" -+ -+#. DESC_PREVIEW_THRESHOLD_MUL -+msgid "Multiplier to make XSane threshold range and scanner threshold range the same" -+msgstr "Factor de multiplicación para facer que el rango do limiar de XSane e ol rango do limiar do escáner sexan iguais" -+ -+#. DESC_PREVIEW_THRESHOLD_OFF -+msgid "Offset to make XSane threshold range and scanner threshold range the same" -+msgstr "Desprazamento para facer que o rango do limiar de XSane e o rango do limiar do escáner sexan iguais" -+ -+#. DESC_ADF_PAGES_MAX -+msgid "Number of pages to scan" -+msgstr "Número de páxinas a escanear" -+ -+#. DESC_PREVIEW_PIPETTE_RANGE -+msgid "dimension of square that is used to average color for pipette function" -+msgstr "Dimensión do cadrado que se usa para promediar a cor para a función pipeta" -+ -+#. DESC_DOC_VIEWER -+msgid "Enter command to be executed to display helpfiles, must be a HTML-viewer!" -+msgstr "Introducir orde a executar para amosar ficheiros de axuda, debe ser un visor HTML!" -+ -+#. DESC_AUTOENHANCE_GAMMA -+msgid "Change gamma value when autoenhancement button is pressed" -+msgstr "Cambiar valor gamma cando se preme no botón de mellora automática" -+ -+#. DESC_PRESELECT_SCAN_AREA -+msgid "Select scan area after preview scan has finished" -+msgstr "Seleccionar área de escaneo despois de que a vista previa remate" -+ -+#. DESC_AUTOCORRECT_COLORS -+msgid "Do color correction after preview scan has finished" -+msgstr "Facer a corrección de cor despois de terminar o escaneo da vista previa" -+ -+#. DESC_RENDERING_INTENT -+msgid "Select rendering intent for preview and saving" -+msgstr "Escolla «Intento de renderizado» para vista previa e gardado" -+ -+#. DESC_CMS_BPC -+msgid "Apply black point compensation when color transformation is done" -+msgstr "Aplicar a compensación de punto negro unha vez feita a transformación de cor" -+ -+#. DESC_FAX_COMMAND -+msgid "Enter command to be executed in fax mode" -+msgstr "Introduza a orde a executar en modo fax" -+ -+#. DESC_FAX_RECEIVER_OPT -+msgid "Enter option to specify receiver" -+msgstr "Introduza a opción para especificar un receptor" -+ -+#. DESC_FAX_POSTSCRIPT_OPT -+msgid "Enter option to specify postscript files following" -+msgstr "Introduza a opción para especificar os ficheiros PostScript seguintes" -+ -+#. DESC_FAX_NORMAL_OPT -+msgid "Enter option to specify normal mode (low resolution)" -+msgstr "Introduza a opción para especificar o modo normal (baixa resolución)" -+ -+#. DESC_FAX_FINE_OPT -+msgid "Enter option to specify fine mode (high resolution)" -+msgstr "Introduza a opción para especificar o modo fino (alta resolución)" -+ -+#. DESC_FAX_VIEWER -+msgid "Enter command to be executed to view a fax" -+msgstr "Introduza a orde a executar para ver un fax" -+ -+#. DESC_FAX_FINE_MODE -+msgid "Send fax with high vertical resolution (196 lpi instead of 98 lpi)" -+msgstr "Enviar fax con resolución vertical alta (196 lpp no canto de 98 lpp)" -+ -+#. DESC_FAX_PS_FLATEDECODED -+msgid "Create zlib compressed postscript image for fax (flatedecode)" -+msgstr "Crear imaxe postscript comprimida para fax (decodificación plana)" -+ -+#. DESC_SMTP_SERVER -+msgid "IP Address or Domain name of SMTP server" -+msgstr "Enderezo IP ou nome de dominio do servidor SMTP" -+ -+#. DESC_SMTP_PORT -+msgid "port to connect to SMTP server" -+msgstr "Porto para conectar ao servidor SMTP" -+ -+#. DESC_EMAIL_FROM -+msgid "enter your e-mail address" -+msgstr "Introduza o seu enderzo de correo-e" -+ -+#. DESC_EMAIL_REPLY_TO -+msgid "enter e-mail address for replied e-mails" -+msgstr "introduza o enderezo de correo-e para los correo-e respondidos" -+ -+#. DESC_EMAIL_AUTHENTICATION -+msgid "Type of authentication before sending e-mail" -+msgstr "Tipo de autenticación antes de enviar correo-e" -+ -+#. DESC_EMAIL_AUTH_USER -+msgid "user name for e-mail server" -+msgstr "nome de usuario para o servidor de correo-e" -+ -+#. DESC_EMAIL_AUTH_PASS -+msgid "password for e-mail server" -+msgstr "contrasinal para o servidor de correo-e" -+ -+#. DESC_POP3_SERVER -+msgid "IP Address or Domain name of POP3 server" -+msgstr "Enderezo IP ou nome de dominio do servidor POP3" -+ -+#. DESC_POP3_PORT -+msgid "port to connect to POP3 server" -+msgstr "Porto para conectar ao servidor POP3" -+ -+#. DESC_HTML_EMAIL -+msgid "E-mail is sent in HTML mode, place image with: " -+msgstr "O correo-e enviase en modo HTML, poña a imaxe con: " -+ -+#. DESC_OCR_COMMAND -+msgid "Enter command to start OCR program" -+msgstr "Introduca a orde para iniciar o programa de OCR" -+ -+#. DESC_OCR_INPUTFILE_OPT -+msgid "Enter option of the OCR program to define input file" -+msgstr "Introduza a opción para o programa de OCR para definir o ficheiro de entrada" -+ -+#. DESC_OCR_OUTPUTFILE_OPT -+msgid "Enter option of the OCR program to define output file" -+msgstr "Introduza a opción para o programa de OCR para definir o ficheiro de saída" -+ -+#. DESC_OCR_USE_GUI_PIPE_OPT -+msgid "Define if the OCR program supports gui progress pipe" -+msgstr "Definir si o programa de OCR soporta a canalización de indicador de progreso" -+ -+#. DESC_OCR_OUTFD_OPT -+msgid "Enter option of the OCR program to define output filedescripor in GUI mode" -+msgstr "Introduza a opción para o programa de OCR para definir o descriptor de ficheiro de saída en modo IGU" -+ -+#. DESC_OCR_PROGRESS_KEYWORD -+msgid "Define Keyword that is used to mark progress information" -+msgstr "Palabra chave usada para marcar información de progreso" -+ -+#. DESC_PERMISSION_READ -+msgid "read" -+msgstr "Ler" -+ -+#. DESC_PERMISSION_WRITE -+msgid "write" -+msgstr "Escribir" -+ -+#. DESC_PERMISSION_SEARCH -+msgid "search" -+msgstr "Buscar" -+ -+#. DESC_ADD_BATCH -+msgid "Add selection for batch scan" -+msgstr "Engadir selección para escaneo por lotes" -+ -+#. DESC_PIPETTE_WHITE -+msgid "Pick white point" -+msgstr "Tomar punto blanco" -+ -+#. DESC_PIPETTE_GRAY -+msgid "Pick gray point" -+msgstr "Tomar punto gris)" -+ -+#. DESC_PIPETTE_BLACK -+msgid "Pick black point" -+msgstr "Tomar punto negro" -+ -+#. DESC_ZOOM_FULL -+msgid "Use full scan area" -+msgstr "Usar área de escaneo completa" -+ -+#. DESC_ZOOM_OUT -+#, no-c-format -+msgid "Zoom 20% out" -+msgstr "Ampliar 20%" -+ -+#. DESC_ZOOM_IN -+msgid "Click at position to zoom to" -+msgstr "Facer clic na posición para facer zoom a" -+ -+#. DESC_ZOOM_AREA -+msgid "Zoom into selected area" -+msgstr "Ampliar precisamente a área seleccionada" -+ -+#. DESC_ZOOM_UNDO -+msgid "Undo last zoom" -+msgstr "Desfacer a última ampliación" -+ -+#. DESC_FULL_PREVIEW_AREA -+msgid "Select visible area" -+msgstr "Escoller a área visible" -+ -+#. DESC_AUTOSELECT_SCAN_AREA -+msgid "Autoselect scan area" -+msgstr "Escoller automaticamente el área de escaneo" -+ -+#. DESC_AUTORAISE_SCAN_AREA -+msgid "Autoraise scan area" -+msgstr "Levantar automaticamente a área de escaneo" -+ -+#. DESC_DELETE_IMAGES -+msgid "Delete preview image cache" -+msgstr "Borrar a caché de imaxe da vista previa" -+ -+#. DESC_PRESET_AREA -+msgid "" -+"Preset area:\n" -+"To add new area or edit an existing area use context menu (alternate mouse button)." -+msgstr "" -+"Preselección de área:\n" -+"Para engadir unha nova área ou editar unha existente utilice o menu de contexto (botón dereito do rato)." -+ -+#. DESC_ROTATION -+msgid "Rotate preview and scan" -+msgstr "Rotar a vista previa e escanear" -+ -+#. DESC_RATIO -+msgid "Aspect ratio of selection" -+msgstr "Relación de aspecto da selección" -+ -+#. DESC_PAPER_ORIENTATION -+msgid "Define image position for printing" -+msgstr "Definir posición da imaxe para imprimir" -+ -+#. DESC_VIEWER_OCR -+msgid "Optical Character Recognition" -+msgstr "Recoñecemento optico de caracteres" -+ -+#. DESC_VIEWER_UNDO -+msgid "Undo last change" -+msgstr "Desfacer o último cambio" -+ -+#. DESC_VIEWER_CLONE -+msgid "Clone image" -+msgstr "Duplicar a imaxe" -+ -+#. DESC_ROTATE90 -+msgid "Rotate image 90 degrees" -+msgstr "Rotar imaxe 90 graos" -+ -+#. DESC_ROTATE180 -+msgid "Rotate image 180 degrees" -+msgstr "Rotar imaxe 180 graos" -+ -+#. DESC_ROTATE270 -+msgid "Rotate image 270 degrees" -+msgstr "Rotar imaxe 270 graos" -+ -+#. DESC_MIRROR_X -+msgid "Mirror image at vertical axis" -+msgstr "Reflectir a imaxe sobre o eixo vertical" -+ -+#. DESC_MIRROR_Y -+msgid "Mirror image at horizontal axis" -+msgstr "Reflectir a imaxe sobre o eixo horizontal" -+ -+#. DESC_VIEWER_ZOOM -+msgid "Zoom image" -+msgstr "Ampliar imaxe" -+ -+#. DESC_STORE_MEDIUM -+msgid "Store medium" -+msgstr "Gardar medio" -+ -+#. DESC_DELETE_MEDIUM -+msgid "Delete active medium" -+msgstr "Borrar medio activo" -+ -+#. DESC_SCALE_FACTOR -+msgid "Scale factor" -+msgstr "Factor de escala" -+ -+#. DESC_X_SCALE_FACTOR -+msgid "X-Scale factor" -+msgstr "Factor de escala X" -+ -+#. DESC_Y_SCALE_FACTOR -+msgid "Y-Scale factor" -+msgstr "Factor de escala Y" -+ -+#. DESC_SCALE_WIDTH -+msgid "Scale image to width [pixels]" -+msgstr "Axustar a imaxe ao ancho [en píxeles]" -+ -+#. DESC_SCALE_HEIGHT -+msgid "Scale image to height [pixels]" -+msgstr "Axustar a imaxe ao alto [en píxeles]" -+ -+#. DESC_BATCH_LIST_EMPTY -+msgid "Empty batch list" -+msgstr "Baleirar a lista de proceso por lotes" -+ -+#. DESC_BATCH_LIST_SAVE -+msgid "Save batch list" -+msgstr "Gardar a lista de proceso por lotes" -+ -+#. DESC_BATCH_LIST_LOAD -+msgid "Load batch list" -+msgstr "Cargar a lista de proceso por lotes" -+ -+#. DESC_BATCH_RENAME -+msgid "Rename area" -+msgstr "Renomear a área" -+ -+#. DESC_BATCH_ADD -+msgid "Add selected preview area to batch list" -+msgstr "Engadir vista previa seleccionada á lista de proceso por lotes" -+ -+#. DESC_BATCH_DEL -+msgid "Delete selected area from batch list" -+msgstr "Borrar área seleccionada da lista de proceso por lotes" -+ -+#. DESC_AUTOMATIC -+msgid "Turns on automatic mode" -+msgstr "Activa o modo automático" -+ -+#. DESC_BUTTON_SCANNER_DEFAULT_COLOR_ICM_PROFILE_BROWSE -+msgid "Browse for scanner default color ICM-profile" -+msgstr "Buscar por perfil de cor ICM predeterminado do escáner" -+ -+#. DESC_BUTTON_SCANNER_DEFAULT_GRAY_ICM_PROFILE_BROWSE -+msgid "Browse for scanner default gray ICM-profile" -+msgstr "Buscar por perfil de escala de grises ICM predeterminado do escáner" -+ -+#. DESC_BUTTON_DISPLAY_ICM_PROFILE_BROWSE -+msgid "Browse for display ICM-profile" -+msgstr "Buscar por perfil ICM de pantalla" -+ -+#. DESC_BUTTON_PRINTER_ICM_PROFILE_BROWSE -+msgid "Browse for printer ICM-profile" -+msgstr "Buscar por perfil ICM de impresora" -+ -+#. DESC_BUTTON_CUSTOM_PROOFING_ICM_PROFILE_BROWSE -+msgid "Browse for custom proofing ICM-profile" -+msgstr "Buscar por perfil ICM de proba personalizado" -+ -+#. DESC_BUTTON_WORKING_COLOR_SPACE_ICM_PROFILE_BROWSE -+msgid "Browse for working color space ICM-profile" -+msgstr "Buscar por perfil ICM de espazo de cor de traballo" -+ -+#. ERR_HOME_DIR -+msgid "Failed to determine home directory:" -+msgstr "Fallou ao determinar o directorio persoal:" -+ -+#. ERR_CHANGE_WORKING_DIR -+msgid "Failed to change working directory to" -+msgstr "Fallou ao cambiar o directorio de traballo a" -+ -+#. ERR_FILENAME_TOO_LONG -+msgid "Filename too long" -+msgstr "Nome de ficheiro moi longo" -+ -+#. ERR_CREATE_TEMP_FILE -+msgid "" -+"Could not create temporary file.\n" -+"Open Menue Preferences->Setup Tab Save and\n" -+"select a temporary directory where you have\n" -+"write permissions." -+msgstr "" -+"Non se puido crear o ficheiro temporal.\n" -+"Abra o menu Preferencias->Configuración->Directorio temporal\n" -+"e escolla un directorio temporal donde teña\n" -+"permisos de escritura." -+ -+#. ERR_SET_OPTION -+msgid "Failed to set value of option" -+msgstr "Fallou ao definir o valor da opción" -+ -+#. ERR_GET_OPTION -+msgid "Failed to obtain value of option" -+msgstr "Fallou ao obter o valor da opción" -+ -+#. ERR_OPTION_COUNT -+msgid "Error obtaining option count" -+msgstr "Erro ao obter a opción de contar" -+ -+#. ERR_DEVICE_OPEN_FAILED -+msgid "Failed to open device" -+msgstr "Fallou ao abrir o dispositivo" -+ -+#. ERR_NO_DEVICES -+msgid "no devices available" -+msgstr "Non hai dispositivos dispoñibles" -+ -+#. ERR_DURING_READ -+msgid "Error during read:" -+msgstr "Erro mentres se leia:" -+ -+#. ERR_DURING_SAVE -+msgid "Error during save:" -+msgstr "Erro mentres se gardaba:" -+ -+#. ERR_BAD_DEPTH -+msgid "Can't handle depth" -+msgstr "Non se pode manexar a profundidade" -+ -+#. ERR_UNKNOWN_SAVING_FORMAT -+msgid "Unknown file format for saving" -+msgstr "Formato de ficheiro descoñecido para gardar" -+ -+#. ERR_OPEN_FAILED -+msgid "Failed to open" -+msgstr "Fallou ao abrir" -+ -+#. ERR_CREATE_SECURE_FILE -+msgid "Could not create secure file (maybe a link does exist):" -+msgstr "Non se pode crear un ficheiro seguro (pode que exista unha ligazón):" -+ -+#. ERR_FAILED_PRINTER_PIPE -+msgid "Failed to open pipe for executing printercommand" -+msgstr "Fallou ao abrir a canalización para executar a orde de impresión" -+ -+#. ERR_FAILED_EXEC_PRINTER_CMD -+msgid "Failed to execute printercommand:" -+msgstr "Fallou ao executar a orde de impresión:" -+ -+#. ERR_FAILED_START_SCANNER -+msgid "Failed to start scanner:" -+msgstr "Fallou ao iniciar o escáner:" -+ -+#. ERR_FAILED_GET_PARAMS -+msgid "Failed to get parameters:" -+msgstr "Non se puideron obter os parámetros:" -+ -+#. ERR_NO_OUTPUT_FORMAT -+msgid "No output format given" -+msgstr "Formato de saída sen determinar" -+ -+#. ERR_NO_MEM -+msgid "out of memory" -+msgstr "Non queda memoria " -+ -+#. ERR_TOO_MUCH_DATA -+msgid "Backend sends more image data than it defined in parameters" -+msgstr "O motor envia máis datos de imaxe que os definidos nos parámetros" -+ -+#. ERR_LIBTIFF -+msgid "LIBTIFF reports error" -+msgstr "LIBTIFF informa dun erro" -+ -+#. ERR_LIBPNG -+msgid "LIBPNG reports error" -+msgstr "LIBPNG informa dun erro" -+ -+#. ERR_LIBJPEG -+msgid "LIBJPEG reports error" -+msgstr "LIBJPE G informa dun erro" -+ -+#. ERR_ZLIB -+msgid "ZLIB error or memory allocation problem" -+msgstr "Erro en ZLIB ou problema de asignación de memoria" -+ -+#. ERR_UNKNOWN_TYPE -+msgid "unknown type" -+msgstr "Ttipo descoñecido" -+ -+#. ERR_UNKNOWN_CONSTRAINT_TYPE -+msgid "unknown constraint type" -+msgstr "Restrición de tipo descoñecido" -+ -+#. ERR_OPTION_NAME_NULL -+msgid "Option has empty name (NULL)." -+msgstr "A opción ten nome baleiro (NULL)." -+ -+#. ERR_BACKEND_BUG -+msgid "This is a backend bug. Please inform the author of the backend!" -+msgstr "Este é un erro do motor. Informe ao autor do motor!" -+ -+#. ERR_FAILED_EXEC_DOC_VIEWER -+msgid "Failed to execute documentation viewer:" -+msgstr "Fallou ao executar o visor de fdocumentación:" -+ -+#. ERR_FAILED_EXEC_FAX_VIEWER -+msgid "Failed to execute fax viewer:" -+msgstr "Fallou ao executar o visor de fax:" -+ -+#. ERR_FAILED_EXEC_FAX_CMD -+msgid "Failed to execute fax command:" -+msgstr "Fallou ao executar a orde de fax:" -+ -+#. ERR_FAILED_EXEC_OCR_CMD -+msgid "Failed to execute OCR command:" -+msgstr "Fallou ao executar a orde de OCR:" -+ -+#. ERR_BAD_FRAME_FORMAT -+msgid "bad frame format" -+msgstr "O formato de cadro non é correcto" -+ -+#. ERR_FAILED_SET_RESOLUTION -+msgid "unable to set resolution" -+msgstr "Non se pode determinar a resolución" -+ -+#. ERR_PASSWORD_FILE_INSECURE -+#, c-format -+msgid "Password file (%s) is insecure, use permission x00\n" -+msgstr "O ficheiro de contrasinal (%s) non é seguro, usar permisos x00\n" -+ -+#. ERR_ERROR -+msgid "error" -+msgstr "Erro" -+ -+#. ERR_MAJOR_VERSION_NR_CONFLICT -+msgid "Sane major version number mismatch!" -+msgstr "O número de versión principal de Sane non coincide!" -+ -+#. ERR_XSANE_MAJOR_VERSION -+msgid "XSane major version =" -+msgstr "Versión principal de XSane = " -+ -+#. ERR_BACKEND_MAJOR_VERSION -+msgid "backend major version =" -+msgstr "Versión principal do motor = " -+ -+#. ERR_PROGRAM_ABORTED -+msgid "*** PROGRAM ABORTED ***" -+msgstr "*** PROGRAMA INTERRUMPIDO ***" -+ -+#. ERR_FAILED_ALLOCATE_IMAGE -+msgid "Failed to allocate image memory:" -+msgstr "Fallou ao ubicar a imaxen na memoria:" -+ -+#. ERR_PREVIEW_BAD_DEPTH -+msgid "Preview cannot handle bit depth" -+msgstr "A vista previa non pode manexar a profundidade de bits" -+ -+#. ERR_GIMP_SUPPORT_MISSING -+msgid "GIMP support missing" -+msgstr "Non se atopan o soporte para GIMP" -+ -+#. ERR_CREATE_FAX_PROJECT -+msgid "Could not create faxproject" -+msgstr "Non se puido crear o proxecto de fax" -+ -+#. WARN_COUNTER_UNDERRUN -+msgid "Filename counter underrun" -+msgstr "Contador de nomes de ficheiro baleiro" -+ -+#. WARN_NO_VALUE_CONSTRAINT -+msgid "warning: option has no value constraint" -+msgstr "aviso: a opción non ten restriccións de valor" -+ -+#. WARN_XSANE_AS_ROOT -+msgid "" -+"You try to run XSane as ROOT, that really is DANGEROUS!\n" -+"\n" -+"Do not send any bug reports when you\n" -+"have any problems while running XSane as root:\n" -+"YOU ARE ALONE!" -+msgstr "" -+"Tenta executar XSane como ROOT, o que é verdadeiramente PERIGOSO!\n" -+"\n" -+"Non envíe ningún informe de erros cando\n" -+"teñaa algún problema mentres execute XSane como supersusuario:\n" -+"ESTÁ VOSTEDE SÓ!" -+ -+#. ERR_HEADER_ERROR -+msgid "Error" -+msgstr "Erro" -+ -+#. ERR_HEADER_WARNING -+msgid "Warning" -+msgstr "Atención" -+ -+#. ERR_HEADER_INFO -+msgid "Information" -+msgstr "Información" -+ -+#. ERR_HEADER_CHILD_PROCESS_ERROR -+msgid "Child process error" -+msgstr "Erro nun proceso fillo" -+ -+#. ERR_FAILED_CREATE_FILE -+msgid "Failed to create file:" -+msgstr "Fallou ao crear o ficheiro:" -+ -+#. ERR_LOAD_DEVICE_SETTINGS -+msgid "Error while loading device settings:" -+msgstr "Erro ao cargar os axustes do dispositivo:" -+ -+#. ERR_NO_DRC_FILE -+msgid "is not a device-rc-file !!!" -+msgstr ">Non é un ficheiro-rc-de-dispositivo !!!" -+ -+#. ERR_NETSCAPE_EXECUTE_FAIL -+msgid "Failed to execute netscape!" -+msgstr "Fallou ao executar Netscape!" -+ -+#. ERR_SENDFAX_RECEIVER_MISSING -+msgid "Send fax: no receiver defined" -+msgstr "Envío de fax: no nse definiu un receptor" -+ -+#. ERR_CREATED_FOR_DEVICE -+msgid "has been created for device" -+msgstr "creouse para o dispositivo" -+ -+#. ERR_USED_FOR_DEVICE -+msgid "you want to use it for device" -+msgstr "vostede quere usalo para o dispositivo" -+ -+#. ERR_MAY_CAUSE_PROBLEMS -+msgid "this may cause problems!" -+msgstr "isto pode causar problemas!" -+ -+#. WARN_UNSAVED_IMAGES -+#, c-format -+msgid "There are %d unsaved images" -+msgstr "Hai %d imaxes sen gardar" -+ -+#. WARN_FILE_EXISTS -+#, c-format -+msgid "File %s already exists" -+msgstr "O ficheiro «%s» xa existe" -+ -+#. ERR_FILE_NOT_EXISTS -+#, c-format -+msgid "File %s does not exist" -+msgstr "O ficheiro %s non existe" -+ -+#. ERR_FILE_NOT_POSTSCRIPT -+#, c-format -+msgid "File %s is not a postscript file" -+msgstr "O ficheiro %s no é un ficheiro postscript" -+ -+#. ERR_UNSUPPORTED_OUTPUT_FORMAT -+#, c-format -+msgid "Unsupported %d-bit output format: %s" -+msgstr "Formato de saída de %d-bit non soportado: %s" -+ -+#. ERR_CMS_CONVERSION -+msgid "Error during CMS conversion:" -+msgstr "Erro na conversión CMS" -+ -+#. ERR_CMS_OPEN_ICM_FILE -+msgid "Could not open" -+msgstr "Fallou ao abrir" -+ -+#. CMS_SCANNER_ICM -+msgid "scanner ICM profile" -+msgstr "perfil ICM do escáner" -+ -+#. CMS_DISPLAY_ICM -+msgid "display ICM profile" -+msgstr "perfil ICM da pantalla" -+ -+#. CMS_PROOF_ICM -+msgid "proofing ICM profile" -+msgstr "perfil ICM de probas" -+ -+#. ERR_CMS_CREATE_TRANSFORM -+msgid "Could not create transform" -+msgstr "Non é posible crear a transformación" -+ -+#. WARN_VIEWER_IMAGE_NOT_SAVED -+msgid "viewer image is not saved" -+msgstr "A imaxe do visualizador non foi gardada" -+ -+#. FILE_FILTER_ALL_FILES -+msgid "All files" -+msgstr "Todos os ficheiros" -+ -+#. FILE_FILTER_IMAGES -+msgid "Images" -+msgstr "Imaxes" -+ -+#. FILE_FILTER_XBL -+msgid "XSane batch list" -+msgstr "Lista de proceso por lotes de XSane" -+ -+#. FILE_FILTER_ICM -+msgid "ICC/ICM Profiles" -+msgstr "Perfiles ICC/ICM" -+ -+#. FILE_FILTER_DRC -+msgid "XSane device preferences" -+msgstr "Preferencias de dispositivo de XSane" -+ -+#. FILE_FILTER_RC -+msgid "XSane preferences" -+msgstr "Preferencias de XSane" -+ -+#. TEXT_USAGE -+msgid "Usage:" -+msgstr "Modo de uso:" -+ -+#. TEXT_USAGE_OPTIONS -+msgid "[OPTION]... [DEVICE]" -+msgstr "[OPCIÓN]... [DISPOSITIVO]" -+ -+#. TEXT_HELP -+msgid "" -+"Start up graphical user interface to access SANE (Scanner Access Now Easy) devices.\n" -+"\n" -+"The format of [DEVICE] is backendname:devicefile (e.g. umax:/dev/scanner).\n" -+"[OPTION]... can be a combination of the following items:\n" -+" -h, --help display this help message and exit\n" -+" -v, --version print version information\n" -+" -l, --license print license information\n" -+"\n" -+" -d, --device-settings file load device settings from file (without \".drc\")\n" -+"\n" -+" -V, --viewer start with viewer-mode active (default)\n" -+" -s, --save start with save-mode active\n" -+" -c, --copy start with copy-mode active\n" -+" -m, --multipage start with multipage-mode active\n" -+" -f, --fax start with fax-mode active\n" -+" -e, --email start with e-mail-mode active\n" -+" -n, --no-mode-selection disable menu for XSane mode selection\n" -+"\n" -+" -F, --Fixed fixed main window size (overwrite preferences value)\n" -+" -R, --Resizeable resizable, scrolled main window (overwrite preferences value)\n" -+"\n" -+" -p, --print-filenames print image filenames created by XSane\n" -+" -N, --force-filename name force filename and disable user filename selection\n" -+"\n" -+" --display X11-display redirect output to X11-display\n" -+" --no-xshm do not use shared memory images\n" -+" --sync request a synchronous connection with the X11 server" -+msgstr "" -+"Inicio de interface gráfica de usuario para acceder a dispositivos SANE\n" -+"(Scanner Access Now Easy)\n" -+"\n" -+"O formato de [DISPOSITIVO] é nome_de_motor:ficheiro_de_dispositivo\n" -+"(p/ej. umax:/dev/scanner).\n" -+"[OPCIÓN]... pode ser unha combinación dos seguintes elementos:\n" -+" -h, --help amosar éste mensaxe de axuda e saír\n" -+" -v, --version imprimir información da versión\n" -+" -l, --license imprimir información da licencia\n" -+"\n" -+" -d, --device-settings file cargar opcións de dispositivo desde ficheiro (sen «.drc»)\n" -+"\n" -+" -V, --viewer comezar con modo visor activo (predeterminado)\n" -+" -s, --save comezar con modo salvar activo\n" -+" -c, --copy comezar con modo copia activo\n" -+" -f, --fax comezar con modo fax activo\n" -+" -m, --mail comezar con modo correo activo\n" -+" -n, --no-mode-selection non activar menu para selección de modo XSane\n" -+"\n" -+" -M, --Medium-calibration activar modo de calibración medio\n" -+"\n" -+" -F, --Fixed tamaño de ventá principal fixo (sobrescribe o valor de preferencias)\n" -+" -R, --Resizeable ventá principal redimensionable, con barra de desprazamento\n" -+" (sobrescribe el valor de preferencias)\n" -+"\n" -+" -p, --print-filenames imprimir nomes de ficheiros de imaxes creadas por XSane\n" -+" -N, --force-filename name forzar nome de ficheiro e non activar o da escolla do usuario\n" -+"\n" -+" --display X11-display redireccionar saída á pantalla de X11\n" -+" --no-xshm non usar imaxes en memoria compartida\n" -+" --sync requerir unha conexión sincrónica co servidor X11" -+ -+#. strings for gimp plugin -+#. XSANE_GIMP_INSTALL_BLURB -+msgid "Front-end to the SANE interface" -+msgstr "Frontal para a interface SANE " -+ -+#. XSANE_GIMP_INSTALL_HELP -+msgid "This function provides access to scanners and other image acquisition devices through the SANE (Scanner Access Now Easy) interface." -+msgstr "Esta función fornece acceso a escáneres e outros dispositivos de obtención de imaxes ao través da interface SANE (Scanner Access Now Easy)" -+ -+#. Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" -+#. XSANE_GIMP_MENU_DIALOG -+msgid "/File/Acquire/XSane: Device dialog..." -+msgstr "/File/Acquire/XSane: Dialogo co dispositivo..." -+ -+#. XSANE_GIMP_MENU -+msgid "/File/Acquire/XSane: " -+msgstr "/File/Acquire/XSane: " -+ -+#. XSANE_GIMP_MENU_DIALOG_OLD -+msgid "/Xtns/XSane/Device dialog..." -+msgstr "/Xtns/XSane/Dialogo co dispositivo..." -+ -+#. XSANE_GIMP_MENU_OLD -+msgid "/Xtns/XSane/" -+msgstr "/Xtns/XSane/" -+ -+#. HELP_NO_DEVICES -+msgid "" -+"Possible reasons:\n" -+"1) There really is no device that is supported by SANE\n" -+"2) Supported devices are busy\n" -+"3) The permissions for the device file do not allow you to use it - try as root\n" -+"4) The backend is not loaded by SANE (man sane-dll)\n" -+"5) The backend is not configured correctly (man sane-\"backendname\")\n" -+"6) Possibly there is more than one SANE version installed" -+msgstr "" -+"Causas posibles:1) Non hai un dispositivo soportado por SANE\n" -+"2) Os dispositivos soportados están ocupados\n" -+"3) Os permisos para o dispositivo non lle permiten usarlo. Probe como superusuario\n" -+"4) O motor (backend) non foi cargado por SANE (man sane-dll)\n" -+"5) O motor (backend) non foi configurado correctamente (man sane-«nome_motor»)\n" -+"6) Posiblemente haxa máis dunha versión de SANE instalada" -+ -+#. strings that are used in structures, so it is not allowed to use _()/gettext() here -+#. gettext_noop does mark these texts but does not change the string -+#. MENU_ITEM_SURFACE_FULL_SIZE -+msgid "full size" -+msgstr "tamaño real" -+ -+#. MENU_ITEM_SURFACE_DIN_A3P -+msgid "DIN A3 port." -+msgstr "DIN A3 vert." -+ -+#. MENU_ITEM_SURFACE_DIN_A3L -+msgid "DIN A3 land." -+msgstr "DIN A3 horiz." -+ -+#. MENU_ITEM_SURFACE_DIN_A4P -+msgid "DIN A4 port." -+msgstr "DIN A4 vert." -+ -+#. MENU_ITEM_SURFACE_DIN_A4L -+msgid "DIN A4 land." -+msgstr "DIN A4 horiz." -+ -+#. MENU_ITEM_SURFACE_DIN_A5P -+msgid "DIN A5 port." -+msgstr "DIN A5 vert." -+ -+#. MENU_ITEM_SURFACE_DIN_A5L -+msgid "DIN A5 land." -+msgstr "DIN A5 horiz." -+ -+#. MENU_ITEM_SURFACE_13cmx18cm -+msgid "13cm x 18cm" -+msgstr "13cm x 18cm" -+ -+#. MENU_ITEM_SURFACE_18cmx13cm -+msgid "18cm x 13cm" -+msgstr "18cm x 13cm" -+ -+#. MENU_ITEM_SURFACE_10cmx15cm -+msgid "10cm x 15cm" -+msgstr "10cm x 15cm" -+ -+#. MENU_ITEM_SURFACE_15cmx10cm -+msgid "15cm x 10cm" -+msgstr "15cm x 10cm" -+ -+#. MENU_ITEM_SURFACE_9cmx13cm -+msgid "9cm x 13cm" -+msgstr "9cm x 13cm" -+ -+#. MENU_ITEM_SURFACE_13cmx9cm -+msgid "13cm x 9cm" -+msgstr "13cm x 9cm" -+ -+#. MENU_ITEM_SURFACE_legal_P -+msgid "legal port." -+msgstr "legal vert." -+ -+#. MENU_ITEM_SURFACE_legal_L -+msgid "legal land." -+msgstr "legal horiz." -+ -+#. MENU_ITEM_SURFACE_letter_P -+msgid "letter port." -+msgstr "carta vert." -+ -+#. MENU_ITEM_SURFACE_letter_L -+msgid "letter land." -+msgstr "carta horiz." -+ -+#. MENU_ITEM_MEDIUM_FULL_COLOR_RANGE -+msgid "Full color range" -+msgstr "Rango de cor completo" -+ -+#. MENU_ITEM_MEDIUM_SLIDE -+msgid "Slide" -+msgstr "Diapositiva" -+ -+#. MENU_ITEM_MEDIUM_STANDARD_NEG -+msgid "Standard negative" -+msgstr "Negativo estándar" -+ -+#. MENU_ITEM_MEDIUM_AGFA_NEG -+msgid "Agfa negative" -+msgstr "Negativo Agfa" -+ -+#. MENU_ITEM_MEDIUM_AGFA_NEG_XRG200_4 -+msgid "Agfa negative XRG 200-4" -+msgstr "Negativo Agfa XRG 200-4" -+ -+#. MENU_ITEM_MEDIUM_AGFA_NEG_HDC_100 -+msgid "Agfa negative HDC 100" -+msgstr "Negativo Agfa HDC 100" -+ -+#. MENU_ITEM_MEDIUM_FUJI_NEG -+msgid "Fuji negative" -+msgstr "Negativo Fuji" -+ -+#. MENU_ITEM_MEDIUM_KODAK_NEG -+msgid "Kodak negative" -+msgstr "Negativo Kodak" -+ -+#. MENU_ITEM_MEDIUM_KONICA_NEG -+msgid "Konica negative" -+msgstr "Negativo Konica" -+ -+#. MENU_ITEM_MEDIUM_KONICA_NEG_VX_100 -+msgid "Konica negative VX 100" -+msgstr "Negativo Konica VX 100" -+ -+#. MENU_ITEM_MEDIUM_ROSSMANN_NEG_HR_100 -+msgid "Rossmann negative HR 100" -+msgstr "Negativo Rossmann HR 100" -+ -+#. TEXT_PROJECT_STATUS_NOT_CREATED -+msgid "Project not created" -+msgstr "O proxecto non foi creado" -+ -+#. TEXT_PROJECT_STATUS_CREATED -+msgid "Project created" -+msgstr "Proxecto creado" -+ -+#. TEXT_PROJECT_STATUS_CHANGED -+msgid "Project changed" -+msgstr "Proxecto cambiado" -+ -+#. TEXT_PROJECT_STATUS_ERR_READ_PROJECT -+msgid "Error reading project" -+msgstr "Atopouse un erro ao ler o proxecto" -+ -+#. TEXT_PROJECT_STATUS_FILE_SAVING_ERROR -+msgid "Error saving file" -+msgstr "Produciuse un erro ao gardar o ficheiro" -+ -+#. TEXT_PROJECT_STATUS_FILE_SAVING -+msgid "Saving file" -+msgstr "Gardando o ficheiro" -+ -+#. TEXT_PROJECT_STATUS_FILE_SAVING_ABORTED -+msgid "Aborted saving file" -+msgstr "Gardar imaxe foi interrumpido" -+ -+#. TEXT_PROJECT_STATUS_FILE_SAVED -+msgid "File has been saved" -+msgstr "O ficheiro foi gardado" -+ -+#. TEXT_EMAIL_STATUS_POP3_CONNECTION_FAILED -+msgid "POP3 connection failed" -+msgstr "fallou a conexión POP3" -+ -+#. TEXT_EMAIL_STATUS_POP3_LOGIN_FAILED -+msgid "POP3 login failed" -+msgstr "Fallou o acceso POP3" -+ -+#. TEXT_EMAIL_STATUS_ASMTP_AUTH_FAILED -+msgid "ASMTP authentication failed" -+msgstr "Fallou a autenticación ASMTP" -+ -+#. TEXT_EMAIL_STATUS_SMTP_CONNECTION_FAILED -+msgid "SMTP connection failed" -+msgstr "Fallou a conexión SMTP" -+ -+#. TEXT_EMAIL_STATUS_SMTP_ERR_FROM -+msgid "From entry not accepted" -+msgstr "Non aceptado desde a entrada" -+ -+#. TEXT_EMAIL_STATUS_SMTP_ERR_RCPT -+msgid "Receiver entry not accepted" -+msgstr "Entrada do receptor non aceptada" -+ -+#. TEXT_EMAIL_STATUS_SMTP_ERR_DATA -+msgid "E-mail data not accepted" -+msgstr "Os datos do correo-e non son aceptados" -+ -+#. TEXT_EMAIL_STATUS_SENDING -+msgid "Sending e-mail" -+msgstr "Enviando correo-e" -+ -+#. TEXT_EMAIL_STATUS_SENT -+msgid "E-mail has been sent" -+msgstr "O correo-e foi enviado" -+ -+#. TEXT_FAX_STATUS_QUEUEING_FAX -+msgid "Queueing fax" -+msgstr "Pondo o fax na cola de envio" -+ -+#. TEXT_FAX_STATUS_FAX_QUEUED -+msgid "Fax is queued" -+msgstr "o fax está na cola de envio" -+ -+#. Sane backend messages -+msgid "flatbed scanner" -+msgstr "escáner plano" -+ -+msgid "frame grabber" -+msgstr "capturador de fotogramas" -+ -+msgid "handheld scanner" -+msgstr "escáner manual" -+ -+msgid "still camera" -+msgstr "Cámara fixa" -+ -+msgid "video camera" -+msgstr "cámara de vídeo" -+ -+msgid "virtual device" -+msgstr "dispositivo virtualdispositivo virtualv" -+ -+msgid "Success" -+msgstr "Éxito" -+ -+msgid "Operation not supported" -+msgstr "Operación non soportada" -+ -+msgid "Operation was cancelled" -+msgstr "A operación foi cancelada" -+ -+msgid "Device busy" -+msgstr "Dispositivo ocupado" -+ -+msgid "Invalid argument" -+msgstr "Argumento incorrecto" -+ -+msgid "End of file reached" -+msgstr "Fin de ficheiro acadado" -+ -+msgid "Document feeder jammed" -+msgstr "Alimentador de documentos atourado" -+ -+msgid "Document feeder out of documents" -+msgstr "Alimentador de documentos sen documentos" -+ -+msgid "Scanner cover is open" -+msgstr "A tapa do escáner está aberta" -+ -+msgid "Error during device I/O" -+msgstr "Atopouse un erro durante E/S de dispositivo" -+ -+msgid "Out of memory" -+msgstr "Non queda memoria" -+ -+msgid "Access to resource has been denied" -+msgstr "O acceso ao recurso foi denegado" -+ diff -Nru xsane-0.996/debian/patches/09_cap_always_settable.dpatch xsane-0.997/debian/patches/09_cap_always_settable.dpatch --- xsane-0.996/debian/patches/09_cap_always_settable.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/09_cap_always_settable.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 09_cap_always_settable.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Remove check for SANE_CAP_ALWAYS_SETTABLE. The flag was never part of -## DP: the standard and has been removed upstream in SANE 1.0.20. - -@DPATCH@ -diff -urNad xsane-0.996~/src/xsane-back-gtk.c xsane-0.996/src/xsane-back-gtk.c ---- xsane-0.996~/src/xsane-back-gtk.c 2009-06-26 11:40:52.000000000 +0200 -+++ xsane-0.996/src/xsane-back-gtk.c 2009-06-26 11:57:30.528586816 +0200 -@@ -2612,10 +2612,7 @@ - continue; - } - -- if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE)) -- { -- gtk_widget_set_sensitive(xsane.element[i].widget, sensitive); -- } -+ gtk_widget_set_sensitive(xsane.element[i].widget, sensitive); - } - - if (xsane.xsanemode_widget) diff -Nru xsane-0.996/debian/patches/10_broken_links.dpatch xsane-0.997/debian/patches/10_broken_links.dpatch --- xsane-0.996/debian/patches/10_broken_links.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/10_broken_links.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10_broken_links.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Fix broken links in HTML documentation. - -@DPATCH@ -diff -urNad xsane-0.995~/doc/sane-xsane-doc.html xsane-0.995/doc/sane-xsane-doc.html ---- xsane-0.995~/doc/sane-xsane-doc.html 2007-03-03 14:11:32.000000000 +0100 -+++ xsane-0.995/doc/sane-xsane-doc.html 2007-11-22 11:25:36.385421627 +0100 -@@ -165,8 +165,7 @@ -
  • Display setup
  • -
  • Enhancement setup
  • -
  • Fax setup
  • --
  • Image setup
  • --
  • Mail setup
  • -+
  • Mail setup
  • -
  • Saving setup
  • -
  • Color management setup
  • - diff -Nru xsane-0.996/debian/patches/13_pot_desktop_msgid.dpatch xsane-0.997/debian/patches/13_pot_desktop_msgid.dpatch --- xsane-0.996/debian/patches/13_pot_desktop_msgid.dpatch 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/patches/13_pot_desktop_msgid.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 13_pot_desktop_msgid.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad xsane-0.97~/po/xsane.pot xsane-0.97/po/xsane.pot ---- xsane-0.97~/po/xsane.pot 2004-08-21 14:31:12.000000000 +0100 -+++ xsane-0.97/po/xsane.pot 2006-03-09 14:44:07.000000000 +0000 -@@ -2672,3 +2672,9 @@ - - msgid "Access to resource has been denied" - msgstr "" -+ -+msgid "XSane Image Scanner" -+msgstr "" -+ -+msgid "Scan, copy and fax images" -+msgstr "" diff -Nru xsane-0.996/debian/patches/deb_docviewer.patch xsane-0.997/debian/patches/deb_docviewer.patch --- xsane-0.996/debian/patches/deb_docviewer.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/deb_docviewer.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,18 @@ +Description: Use sensible-browser + Change default browser to /usr/bin/sensible-browser. +Author: Julien BLACHE +Forwarded: not-needed + +Index: xsane-0.996/src/xsane.h +=================================================================== +--- xsane-0.996.orig/src/xsane.h 2010-03-13 20:42:56.787742668 +0100 ++++ xsane-0.996/src/xsane.h 2010-03-13 20:42:58.391742649 +0100 +@@ -251,7 +251,7 @@ + # elif defined(HAVE_OS2_H) + # define DEFAULT_BROWSER "netscape" + # else +-# define DEFAULT_BROWSER "netscape" ++# define DEFAULT_BROWSER "/usr/bin/sensible-browser" + # endif + #endif + diff -Nru xsane-0.996/debian/patches/deb_gimp_acquire_menu.patch xsane-0.997/debian/patches/deb_gimp_acquire_menu.patch --- xsane-0.996/debian/patches/deb_gimp_acquire_menu.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/deb_gimp_acquire_menu.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,20 @@ +Description: Change XSane's GIMP menu layout + Group XSane actions in their own submenu in the Acquire menu. +Author: Julien BLACHE +Forwarded: not-needed + +Index: xsane-0.997/src/xsane-text.h +=================================================================== +--- xsane-0.997.orig/src/xsane-text.h 2002-08-16 10:34:58.000000000 +0200 ++++ xsane-0.997/src/xsane-text.h 2010-05-29 12:30:25.543408856 +0200 +@@ -870,8 +870,8 @@ + #define XSANE_GIMP_INSTALL_HELP _("This function provides access to scanners and other image acquisition devices through the SANE (Scanner Access Now Easy) interface.") + + /* Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" */ +-#define XSANE_GIMP_MENU_DIALOG _("/File/Acquire/XSane: Device dialog...") +-#define XSANE_GIMP_MENU _("/File/Acquire/XSane: ") ++#define XSANE_GIMP_MENU_DIALOG _("/File/Acquire/XSane/Device dialog...") ++#define XSANE_GIMP_MENU _("/File/Acquire/XSane/") + #define XSANE_GIMP_MENU_DIALOG_OLD _("/Xtns/XSane/Device dialog...") + #define XSANE_GIMP_MENU_OLD _("/Xtns/XSane/") + diff -Nru xsane-0.996/debian/patches/deb_inhibit_clickthrough.patch xsane-0.997/debian/patches/deb_inhibit_clickthrough.patch --- xsane-0.996/debian/patches/deb_inhibit_clickthrough.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/deb_inhibit_clickthrough.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,58 @@ +Description: Inhibit XSane's click-through license + Finally give up and inhibit the license click-through. +Author: Julien BLACHE +Forwarded: not-needed + +Index: xsane-0.997/src/xsane.c +=================================================================== +--- xsane-0.997.orig/src/xsane.c 2002-10-02 13:02:50.000000000 +0200 ++++ xsane-0.997/src/xsane.c 2010-05-29 12:30:32.277409114 +0200 +@@ -1909,11 +1909,11 @@ + /* ---------------------------------------------------------------------------------------------------------------------- */ + + static int xsane_pref_restore(void) +-/* returns true if this is the first time this xsane version is called */ ++/* Originally: returns true if this is the first time this xsane version is called */ + { + char filename[PATH_MAX]; + int fd; +- int result = TRUE; ++ int result = FALSE; + int i; + + DBG(DBG_proc, "xsane_pref_restore\n"); +@@ -1927,6 +1927,7 @@ + preferences_restore(fd); + close(fd); + ++#if 0 + /* the version test only is done for the local xsane.rc file because each user */ + /* shall accept (or not) the license for xsane */ + if (preferences.xsane_version_str) +@@ -1936,6 +1937,7 @@ + result = FALSE; /* this version already has been started */ + } + } ++#endif /* 0 */ + } + else /* no local sane file, look for system file */ + { +@@ -5815,7 +5817,10 @@ + xsane.xsane_rc_set_filename = strdup("xsane"); /* ".rc" is appended later */ + } + ++ xsane_pref_restore(); ++ xsane_pref_save(); + ++#if 0 /* Original XSane code */ + if (xsane_pref_restore()) /* restore preferences, returns TRUE if license is not accpted yet */ + { + if (xsane_display_eula(1)) /* show license and ask for accept/not accept */ +@@ -5828,6 +5833,7 @@ + xsane_pref_save(); + } + } ++#endif /* Original XSane code */ + + xsane_pref_restore_media(); + diff -Nru xsane-0.996/debian/patches/deb_printing_defaults.patch xsane-0.997/debian/patches/deb_printing_defaults.patch --- xsane-0.996/debian/patches/deb_printing_defaults.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/deb_printing_defaults.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,20 @@ +Description: Set default printing options for lp + Change default printing options, switch from lpr to lp. +Author: Julien BLACHE +Forwarded: not-needed + +Index: xsane-0.996/src/xsane.h +=================================================================== +--- xsane-0.996.orig/src/xsane.h 2010-03-13 20:42:33.711742315 +0100 ++++ xsane-0.996/src/xsane.h 2010-03-13 20:42:56.787742668 +0100 +@@ -510,8 +510,8 @@ + + #define OUT_FILENAME "out.pnm" + #define PRINTERNAME "new printer" +-#define PRINTERCOMMAND "lpr" +-#define PRINTERCOPYNUMBEROPTION "-#" ++#define PRINTERCOMMAND "lp" ++#define PRINTERCOPYNUMBEROPTION "-n" + #define FAXPROJECT "faxproject" + #define FAXCOMMAND "sendfax" + #define FAXRECEIVEROPT "-d" diff -Nru xsane-0.996/debian/patches/fix_broken_links.patch xsane-0.997/debian/patches/fix_broken_links.patch --- xsane-0.996/debian/patches/fix_broken_links.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/fix_broken_links.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,18 @@ +Description: Fix broken links in HTML documentation + Fix/remove a couple of broken links. +Author: Julien BLACHE + +Index: xsane-0.996/doc/sane-xsane-doc.html +=================================================================== +--- xsane-0.996.orig/doc/sane-xsane-doc.html 2010-03-13 20:42:16.605742467 +0100 ++++ xsane-0.996/doc/sane-xsane-doc.html 2010-03-13 20:43:04.172741448 +0100 +@@ -165,8 +165,7 @@ +
  • Display setup
  • +
  • Enhancement setup
  • +
  • Fax setup
  • +-
  • Image setup
  • +-
  • Mail setup
  • ++
  • Mail setup
  • +
  • Saving setup
  • +
  • Color management setup
  • + diff -Nru xsane-0.996/debian/patches/fix_message_typo.patch xsane-0.997/debian/patches/fix_message_typo.patch --- xsane-0.996/debian/patches/fix_message_typo.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/fix_message_typo.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,493 @@ +Description: Fix a typo in GUI messages + Fix the "postsciptfile" typo in xsane-text.h and po files. +Author: Stphane Blondon +Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;bug=569747 +Bug-Debian: http://bugs.debian.org/569747 +Forwarded: no + +Index: xsane-0.996/po/ca.po +=================================================================== +--- xsane-0.996.orig/po/ca.po 2010-03-13 20:46:20.672742276 +0100 ++++ xsane-0.996/po/ca.po 2010-03-13 20:45:14.249740726 +0100 +@@ -1969,11 +1969,11 @@ + msgstr "Valor gamma addicional de la component blava per a les fotocòpies" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "Crea un fitxer PostScript que conté el perfil ICM de l'escàner" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "Crea un fitxer PostScript que conté el perfil ICM de la impressora" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/cs.po +=================================================================== +--- xsane-0.996.orig/po/cs.po 2010-03-13 20:46:21.274742724 +0100 ++++ xsane-0.996/po/cs.po 2010-03-13 20:45:14.256740809 +0100 +@@ -2015,11 +2015,11 @@ + msgstr "Dodatečná gama hodnota pro modrou komponentu pro kopírování" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/da.po +=================================================================== +--- xsane-0.996.orig/po/da.po 2010-03-13 20:46:21.239742190 +0100 ++++ xsane-0.996/po/da.po 2010-03-13 20:45:14.262740719 +0100 +@@ -1960,11 +1960,11 @@ + msgstr "Supplerende gammaværdi for fotokopiering, blå farvedel" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "Danner en postscriptfil der indeholder ICM-profilen for skanneren" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "Danner en postscriptfil der indeholder ICM-profilen for printeren" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/de.po +=================================================================== +--- xsane-0.996.orig/po/de.po 2010-03-13 20:46:20.332742592 +0100 ++++ xsane-0.996/po/de.po 2010-03-13 20:45:14.269740667 +0100 +@@ -1962,11 +1962,11 @@ + msgstr "Zusätzlicher Gammawert für blaue Komponente beim Fotokopieren" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "Erzeugt eine Postscriptdatei die das ICM-Profil des Scammers enthält" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "Erzeugt eine Postscriptdatei die das ICM-Profil des Druckers enthält" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/es.po +=================================================================== +--- xsane-0.996.orig/po/es.po 2010-03-13 20:46:21.375742617 +0100 ++++ xsane-0.996/po/es.po 2010-03-13 21:03:05.849742195 +0100 +@@ -2048,11 +2048,11 @@ + msgstr "Valor de gamma adicional del valor azul para fotocopia" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/fi.po +=================================================================== +--- xsane-0.996.orig/po/fi.po 2010-03-13 20:46:20.970742508 +0100 ++++ xsane-0.996/po/fi.po 2010-03-13 20:45:14.283740735 +0100 +@@ -1943,11 +1943,11 @@ + msgstr "" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/fr.po +=================================================================== +--- xsane-0.996.orig/po/fr.po 2010-03-13 20:46:21.190742810 +0100 ++++ xsane-0.996/po/fr.po 2010-03-13 21:01:04.698741767 +0100 +@@ -2042,11 +2042,11 @@ + msgstr "Gamma additionnel pour la composante bleue pour la photocopie" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/hu.po +=================================================================== +--- xsane-0.996.orig/po/hu.po 2010-03-13 20:46:20.589742210 +0100 ++++ xsane-0.996/po/hu.po 2010-03-13 20:45:14.297740727 +0100 +@@ -2012,11 +2012,11 @@ + msgstr "Plusz kék gamma érték a fotómásoláshoz" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/it.po +=================================================================== +--- xsane-0.996.orig/po/it.po 2010-03-13 20:46:20.367742448 +0100 ++++ xsane-0.996/po/it.po 2010-03-13 20:45:14.303740706 +0100 +@@ -1965,11 +1965,11 @@ + msgstr "Valore aggiuntivo della gamma per la componente blu per la fotocopia" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "Crea un file postscript che contiene il profilo ICM dello scanner" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "Crea un file postscript che contiene il profilo ICM della stampante" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/ja.po +=================================================================== +--- xsane-0.996.orig/po/ja.po 2010-03-13 20:46:20.832742745 +0100 ++++ xsane-0.996/po/ja.po 2010-03-13 20:45:14.310740713 +0100 +@@ -2031,11 +2031,11 @@ + msgstr "焼き増しへの青成分追加ガンマ値" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/nl.po +=================================================================== +--- xsane-0.996.orig/po/nl.po 2010-03-13 20:46:20.493742583 +0100 ++++ xsane-0.996/po/nl.po 2010-03-13 20:45:14.317740738 +0100 +@@ -2025,11 +2025,11 @@ + msgstr "Extra gammacorrectie voor blauw voor fotokopie" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/pa.po +=================================================================== +--- xsane-0.996.orig/po/pa.po 2010-03-13 20:46:21.104742156 +0100 ++++ xsane-0.996/po/pa.po 2010-03-13 20:45:14.324740795 +0100 +@@ -1951,11 +1951,11 @@ + msgstr "ਫੋਟੋ-ਕਾਪੀ ਲਈ ਨੀਲੇ ਭਾਗ ਵਾਸਤੇ ਹੋਰ ਗਾਮਾ ਮੁੱਲ" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "ਇੱਕ ਪੋਸਟ-ਸਕ੍ਰਿਪਟ ਫਾਇਲ ਬਣਾਓ, ਜੋ ਕਿ ਸਕੈਨਰ ਦਾ ICM ਪਰੋਫਾਇਲ ਰੱਖਦੀ ਹੋਵੇ।" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "ਇੱਕ ਪੋਸਟ-ਸਕ੍ਰਿਪਟ ਫਾਇਲ ਬਣਾਓ, ਜੋ ਕਿ ਪਰਿੰਟਰ ਦਾ ICM ਪਰੋਫਾਇਲ ਰੱਖਦੀ ਹੋਵੇ।" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/pl.po +=================================================================== +--- xsane-0.996.orig/po/pl.po 2010-03-13 20:46:20.527742248 +0100 ++++ xsane-0.996/po/pl.po 2010-03-13 20:45:14.331740912 +0100 +@@ -2030,11 +2030,11 @@ + msgstr "Dodatkowy parametr gamma dla niebieskiej składowej kopii" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/pt.po +=================================================================== +--- xsane-0.996.orig/po/pt.po 2010-03-13 20:46:20.885742285 +0100 ++++ xsane-0.996/po/pt.po 2010-03-13 20:45:14.338740732 +0100 +@@ -2040,11 +2040,11 @@ + msgstr "Valor gama adicional para o componente azul para fotocópia" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/pt_BR.po +=================================================================== +--- xsane-0.996.orig/po/pt_BR.po 2010-03-13 20:46:20.922742415 +0100 ++++ xsane-0.996/po/pt_BR.po 2010-03-13 20:45:14.345740676 +0100 +@@ -2040,11 +2040,11 @@ + msgstr "Valor gama adicional para o componente azul para fotocópia" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/ro.po +=================================================================== +--- xsane-0.996.orig/po/ro.po 2010-03-13 20:46:21.003742774 +0100 ++++ xsane-0.996/po/ro.po 2010-03-13 20:45:14.352740744 +0100 +@@ -2043,11 +2043,11 @@ + msgstr "Valoare gamma adiţională componentă albastru pt. fotocopie" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/ru.po +=================================================================== +--- xsane-0.996.orig/po/ru.po 2010-03-13 20:46:20.799742211 +0100 ++++ xsane-0.996/po/ru.po 2010-03-13 20:45:14.359740721 +0100 +@@ -2024,11 +2024,11 @@ + msgstr "Дополнительное значение синего компонента гаммы при копировании" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/sk.po +=================================================================== +--- xsane-0.996.orig/po/sk.po 2010-03-13 20:46:20.298742205 +0100 ++++ xsane-0.996/po/sk.po 2010-03-13 20:45:14.365740770 +0100 +@@ -1971,11 +1971,11 @@ + msgstr "Dodatočná gama hodnota pre modrý komponent fotokópie" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "Vytvoriť postscript súbor obsahujúci ICM profil skenera" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "Vytvoriť postscript súbor obsahujúci ICM profil tlačiarne" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/sl.po +=================================================================== +--- xsane-0.996.orig/po/sl.po 2010-03-13 20:46:20.718742501 +0100 ++++ xsane-0.996/po/sl.po 2010-03-13 20:45:14.372740679 +0100 +@@ -2015,11 +2015,11 @@ + msgstr "Dodatna vrednost gama za modro komponento pri fotokopiranju" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/sr.po +=================================================================== +--- xsane-0.996.orig/po/sr.po 2010-03-13 20:46:21.072742358 +0100 ++++ xsane-0.996/po/sr.po 2010-03-13 21:04:32.620741160 +0100 +@@ -1958,12 +1958,12 @@ + msgstr "Додатна вредност гама за плаву компоненту при фотокопирању" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" +-msgstr "Направи postscipt фајлу која садржи ICM профил скенера" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" ++msgstr "Направи postscript фајлу која садржи ICM профил скенера" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" +-msgstr "Направи postscipt фајлу која садржи ICM профил штампача" ++msgid "Creates a postscript file that contains the ICM profile of the printer" ++msgstr "Направи postscript фајлу која садржи ICM профил штампача" + + #. DESC_PRINTER_CMS_BPC + msgid "Applies black point compensation" +Index: xsane-0.996/po/sv.po +=================================================================== +--- xsane-0.996.orig/po/sv.po 2010-03-13 20:46:20.764742735 +0100 ++++ xsane-0.996/po/sv.po 2010-03-13 20:45:14.385740768 +0100 +@@ -2043,11 +2043,11 @@ + msgstr "Extra gammavärde för den blåa komponeneten vid fotokopiering" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/tr.po +=================================================================== +--- xsane-0.996.orig/po/tr.po 2010-03-13 20:46:21.147742196 +0100 ++++ xsane-0.996/po/tr.po 2010-03-13 20:45:14.392740765 +0100 +@@ -2023,11 +2023,11 @@ + msgstr "Fotokopi için mavi bileşenin ilave gamma değeri" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/vi.po +=================================================================== +--- xsane-0.996.orig/po/vi.po 2010-03-13 20:46:20.457742815 +0100 ++++ xsane-0.996/po/vi.po 2010-03-13 20:45:14.399740734 +0100 +@@ -2061,11 +2061,11 @@ + msgstr "Giá trị gamma thêm cho thành phần màu xanh da trời cho photocopy" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/xsane.pot +=================================================================== +--- xsane-0.996.orig/po/xsane.pot 2010-03-13 20:46:21.039741815 +0100 ++++ xsane-0.996/po/xsane.pot 2010-03-13 20:45:34.967740754 +0100 +@@ -1912,11 +1912,11 @@ + msgstr "" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/zh.po +=================================================================== +--- xsane-0.996.orig/po/zh.po 2010-03-13 20:46:21.306742209 +0100 ++++ xsane-0.996/po/zh.po 2010-03-13 20:45:14.405740725 +0100 +@@ -2011,11 +2011,11 @@ + msgstr "" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/po/zh_CN.po +=================================================================== +--- xsane-0.996.orig/po/zh_CN.po 2010-03-13 20:46:20.623742975 +0100 ++++ xsane-0.996/po/zh_CN.po 2010-03-13 20:45:14.412740725 +0100 +@@ -1986,11 +1986,11 @@ + msgstr "" + + #. DESC_PRINTER_EMBED_CSA +-msgid "Creates a postsciptfile that contains the ICM profile of the scanner" ++msgid "Creates a postscript file that contains the ICM profile of the scanner" + msgstr "" + + #. DESC_PRINTER_EMBED_CRD +-msgid "Creates a postsciptfile that contains the ICM profile of the printer" ++msgid "Creates a postscript file that contains the ICM profile of the printer" + msgstr "" + + #. DESC_PRINTER_CMS_BPC +Index: xsane-0.996/src/xsane-text.h +=================================================================== +--- xsane-0.996.orig/src/xsane-text.h 2010-03-13 20:46:21.699742631 +0100 ++++ xsane-0.996/src/xsane-text.h 2010-03-13 20:45:01.429741046 +0100 +@@ -579,8 +579,8 @@ + #define DESC_PRINTER_GAMMA_RED _("Additional gamma value for red component for photocopy") + #define DESC_PRINTER_GAMMA_GREEN _("Additional gamma value for green component for photocopy") + #define DESC_PRINTER_GAMMA_BLUE _("Additional gamma value for blue component for photocopy") +-#define DESC_PRINTER_EMBED_CSA _("Creates a postsciptfile that contains the ICM profile of the scanner") +-#define DESC_PRINTER_EMBED_CRD _("Creates a postsciptfile that contains the ICM profile of the printer") ++#define DESC_PRINTER_EMBED_CSA _("Creates a postscript file that contains the ICM profile of the scanner") ++#define DESC_PRINTER_EMBED_CRD _("Creates a postscript file that contains the ICM profile of the printer") + #define DESC_PRINTER_CMS_BPC _("Applies black point compensation") + #define DESC_PRINTER_PS_FLATEDECODED _("Create zlib compressed postscript image for printer (flatedecode).\n" \ + "The printer has to understand postscript level 3!") diff -Nru xsane-0.996/debian/patches/fix_options_handling_fix.patch xsane-0.997/debian/patches/fix_options_handling_fix.patch --- xsane-0.996/debian/patches/fix_options_handling_fix.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/fix_options_handling_fix.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,244 @@ +Description: Fixup options handling + Duplicate string values for options with constraint type of + SANE_CONSTRAINT_STRING_LIST. The string list is not guaranteed to + be stable, and actually isn't stable when the net backend is used. +Author: Julien BLACHE + +Index: xsane-0.997/src/xsane-back-gtk.c +=================================================================== +--- xsane-0.997.orig/src/xsane-back-gtk.c 2002-10-02 13:05:52.000000000 +0200 ++++ xsane-0.997/src/xsane-back-gtk.c 2010-05-29 12:30:37.652409969 +0200 +@@ -2229,11 +2229,13 @@ + /* ----------------------------------------------------------------------------------------------------------------- */ + + void xsane_back_gtk_option_menu_new(GtkWidget *parent, const char *name, char *str_list[], +- const char *val, DialogElement *elem, ++ const char *val, SANE_Constraint_Type constraint_type, DialogElement *elem, + GtkTooltips *tooltips, const char *desc, SANE_Int settable) + { + GtkWidget *hbox, *label, *option_menu, *menu, *item; + MenuItem *menu_items; ++ int dup_string; ++ char *strval; + int i, num_items; + + DBG(DBG_proc, "xsane_back_gtk_option_menu_new(%s)\n", name); +@@ -2251,16 +2253,23 @@ + + menu_items = malloc((num_items + 1) * sizeof(menu_items[0])); + ++ dup_string = (constraint_type == SANE_CONSTRAINT_STRING_LIST); ++ + menu = gtk_menu_new(); + for (i = 0; i < num_items; ++i) + { +- item = gtk_menu_item_new_with_label(_BGT(str_list[i])); ++ if (dup_string) ++ strval = strdup(str_list[i]); ++ else ++ strval = str_list[i]; ++ ++ item = gtk_menu_item_new_with_label(_BGT(strval)); + gtk_container_add(GTK_CONTAINER(menu), item); + g_signal_connect(GTK_OBJECT(item), "activate", (GtkSignalFunc) xsane_back_gtk_option_menu_callback, menu_items + i); + + gtk_widget_show(item); + +- menu_items[i].label = str_list[i]; ++ menu_items[i].label = strval; + menu_items[i].elem = elem; + menu_items[i].index = i; + } +@@ -2406,14 +2415,15 @@ + xsane.standard_hbox = NULL; + xsane.advanced_hbox = NULL; + +- /* free the menu labels of integer/fix-point word-lists: */ ++ /* free the menu labels */ + for (i = 0; i < xsane.num_elements; ++i) + { + if (xsane.element[i].menu) + { + opt = xsane_get_option_descriptor(xsane.dev, i); + elem = xsane.element + i; +- if (opt->type != SANE_TYPE_STRING) ++ if ((opt->type != SANE_TYPE_STRING) ++ || (opt->constraint_type == SANE_CONSTRAINT_STRING_LIST)) + { + for (j = 0; j < elem->menu_size; ++j) + { +Index: xsane-0.997/src/xsane-back-gtk.h +=================================================================== +--- xsane-0.997.orig/src/xsane-back-gtk.h 2007-02-24 01:56:54.000000000 +0100 ++++ xsane-0.997/src/xsane-back-gtk.h 2010-05-29 12:30:37.652409969 +0200 +@@ -117,7 +117,7 @@ + gfloat quant, int automatic, + DialogElement *elem, GtkTooltips *tooltips, const char *desc, SANE_Int settable); + extern void xsane_back_gtk_option_menu_new(GtkWidget *parent, const char *name, char *str_list[], +- const char *val, DialogElement *elem, GtkTooltips *tooltips, const char *desc, SANE_Int settable); ++ const char *val, SANE_Constraint_Type constraint_type, DialogElement *elem, GtkTooltips *tooltips, const char *desc, SANE_Int settable); + extern void xsane_back_gtk_text_entry_new(GtkWidget *parent, const char *name, const char *val, + DialogElement *elem, GtkTooltips *tooltips, const char *desc, SANE_Int settable); + extern void xsane_back_gtk_push_button_callback(GtkWidget *widget, gpointer data); +Index: xsane-0.997/src/xsane-front-gtk.c +=================================================================== +--- xsane-0.997.orig/src/xsane-front-gtk.c 2002-10-02 13:04:33.000000000 +0200 ++++ xsane-0.997/src/xsane-front-gtk.c 2010-05-29 12:30:37.681408559 +0200 +@@ -64,10 +64,10 @@ + int *state, void *xsane_toggle_button_callback); + GtkWidget *xsane_button_new_with_pixmap(GdkWindow *window, GtkWidget *parent, const char *xpm_d[], const char *desc, + void *xsane_button_callback, gpointer data); +-void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, int option_number, const char *desc, ++void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, SANE_Constraint_Type constraint_type, int option_number, const char *desc, + void *option_menu_callback, SANE_Int settable, const gchar *widget_name); + void xsane_option_menu_new_with_pixmap(GdkWindow *window, GtkBox *parent, const char *xpm_d[], const char *desc, +- char *str_list[], const char *val, ++ char *str_list[], const char *val, SANE_Constraint_Type constraint_type, + GtkWidget **data, int option, + void *option_menu_callback, SANE_Int settable, const gchar *widget_name); + void xsane_range_new(GtkBox *parent, char *labeltext, const char *desc, +@@ -1011,12 +1011,14 @@ + + /* ---------------------------------------------------------------------------------------------------------------------- */ + +-void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, int option_number, const char *desc, ++void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, SANE_Constraint_Type constraint_type, int option_number, const char *desc, + void *option_menu_callback, SANE_Int settable, const gchar *widget_name) + { + GtkWidget *option_menu, *menu, *item; + MenuItem *menu_items; + DialogElement *elem; ++ int dup_string; ++ char *strval; + int i, num_items; + + DBG(DBG_proc, "xsane_option_menu_new\n"); +@@ -1035,9 +1037,16 @@ + gtk_widget_set_name(menu, widget_name); + } + ++ dup_string = (constraint_type == SANE_CONSTRAINT_STRING_LIST); ++ + for (i = 0; i < num_items; ++i) + { +- item = gtk_menu_item_new_with_label(_BGT(str_list[i])); ++ if (dup_string) ++ strval = strdup(str_list[i]); ++ else ++ strval = str_list[i]; ++ ++ item = gtk_menu_item_new_with_label(_BGT(strval)); + gtk_container_add(GTK_CONTAINER(menu), item); + + if (option_menu_callback) +@@ -1051,7 +1060,7 @@ + + gtk_widget_show(item); + +- menu_items[i].label = str_list[i]; ++ menu_items[i].label = strval; + menu_items[i].elem = elem; + menu_items[i].index = i; + } +@@ -1079,7 +1088,7 @@ + /* ---------------------------------------------------------------------------------------------------------------------- */ + + void xsane_option_menu_new_with_pixmap(GdkWindow *window, GtkBox *parent, const char *xpm_d[], const char *desc, +- char *str_list[], const char *val, ++ char *str_list[], const char *val, SANE_Constraint_Type constraint_type, + GtkWidget **data, int option, + void *option_menu_callback, SANE_Int settable, const gchar *widget_name) + { +@@ -1098,7 +1107,7 @@ + gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); + gtk_widget_show(pixmapwidget); + +- xsane_option_menu_new(hbox, str_list, val, option, desc, option_menu_callback, settable, widget_name); ++ xsane_option_menu_new(hbox, str_list, val, constraint_type, option, desc, option_menu_callback, settable, widget_name); + gtk_widget_show(hbox); + } + +Index: xsane-0.997/src/xsane-front-gtk.h +=================================================================== +--- xsane-0.997.orig/src/xsane-front-gtk.h 2007-05-17 14:45:19.000000000 +0200 ++++ xsane-0.997/src/xsane-front-gtk.h 2010-05-29 12:30:37.705467626 +0200 +@@ -54,10 +54,10 @@ + extern GtkWidget *xsane_button_new_with_pixmap(GdkWindow *window, GtkWidget *parent, const char *xpm_d[], const char *desc, + void *xsane_button_callback, gpointer data); + extern void xsane_pixmap_new(GtkWidget *parent, char *title, int width, int height, XsanePixmap *hist); +-extern void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, int option_number, const char *desc, ++extern void xsane_option_menu_new(GtkWidget *parent, char *str_list[], const char *val, SANE_Constraint_Type constraint_type, int option_number, const char *desc, + void *option_menu_callback, SANE_Int settable, const gchar *widget_name); + extern void xsane_option_menu_new_with_pixmap(GdkWindow *window, GtkBox *parent, const char *xpm_d[], const char *desc, +- char *str_list[], const char *val, ++ char *str_list[], const char *val, SANE_Constraint_Type constraint_type, + GtkWidget **data, int option, + void *option_menu_callback, SANE_Int settable, const gchar *widget_name); + extern void xsane_range_new(GtkBox *parent, char *labeltext, const char *desc, +Index: xsane-0.997/src/xsane.c +=================================================================== +--- xsane-0.997.orig/src/xsane.c 2010-05-29 12:30:32.277409114 +0200 ++++ xsane-0.997/src/xsane.c 2010-05-29 12:30:37.711409616 +0200 +@@ -876,7 +876,7 @@ + str_list[j] = 0; + sprintf(str, "%d", (int) val); + +- xsane_option_menu_new_with_pixmap(xsane.xsane_window->window, GTK_BOX(parent), image_xpm, desc, str_list, str, &resolution_widget, well_known_option, ++ xsane_option_menu_new_with_pixmap(xsane.xsane_window->window, GTK_BOX(parent), image_xpm, desc, str_list, str, opt->constraint_type, &resolution_widget, well_known_option, + xsane_resolution_list_callback, SANE_OPTION_IS_SETTABLE(opt->cap), widget_name); + + free(str_list); +@@ -931,7 +931,7 @@ + + + xsane_option_menu_new_with_pixmap(xsane.xsane_window->window, GTK_BOX(parent), image_xpm, desc, +- str_list, str, &resolution_widget, well_known_option, ++ str_list, str, opt->constraint_type, &resolution_widget, well_known_option, + xsane_resolution_list_callback, SANE_OPTION_IS_SETTABLE(opt->cap), widget_name); + free(str_list); + } +@@ -1496,7 +1496,7 @@ + set = malloc(opt->size); + status = xsane_control_option(xsane.dev, xsane.well_known.scansource, SANE_ACTION_GET_VALUE, set, 0); + +- xsane_option_menu_new(hbox, (char **) opt->constraint.string_list, set, xsane.well_known.scansource, ++ xsane_option_menu_new(hbox, (char **) opt->constraint.string_list, set, opt->constraint_type, xsane.well_known.scansource, + _BGT(opt->desc), 0, SANE_OPTION_IS_SETTABLE(opt->cap), 0); + } + break; +@@ -1536,7 +1536,7 @@ + set = malloc(opt->size); + status = xsane_control_option(xsane.dev, xsane.well_known.scanmode, SANE_ACTION_GET_VALUE, set, 0); + +- xsane_option_menu_new(hbox, (char **) opt->constraint.string_list, set, xsane.well_known.scanmode, ++ xsane_option_menu_new(hbox, (char **) opt->constraint.string_list, set, opt->constraint_type, xsane.well_known.scanmode, + _BGT(opt->desc), xsane_scanmode_menu_callback, SANE_OPTION_IS_SETTABLE(opt->cap), 0); + } + break; +@@ -4646,7 +4646,7 @@ + } + str_list[j] = 0; + sprintf(str, "%d", val); +- xsane_back_gtk_option_menu_new(parent, title, str_list, str, elem, xsane.tooltips, _BGT(opt->desc), ++ xsane_back_gtk_option_menu_new(parent, title, str_list, str, opt->constraint_type, elem, xsane.tooltips, _BGT(opt->desc), + SANE_OPTION_IS_SETTABLE(opt->cap)); + free(str_list); + gtk_widget_show(parent->parent); +@@ -4744,7 +4744,7 @@ + } + str_list[j] = 0; + sprintf(str, "%g", SANE_UNFIX(val)); +- xsane_back_gtk_option_menu_new(parent, title, str_list, str, elem, xsane.tooltips, _BGT(opt->desc), SANE_OPTION_IS_SETTABLE(opt->cap)); ++ xsane_back_gtk_option_menu_new(parent, title, str_list, str, opt->constraint_type, elem, xsane.tooltips, _BGT(opt->desc), SANE_OPTION_IS_SETTABLE(opt->cap)); + free (str_list); + gtk_widget_show(parent->parent); + } +@@ -4789,7 +4789,7 @@ + (strcmp (opt->name, SANE_NAME_SCAN_SOURCE) != 0) ) /* do not show scansource */ + { + /* use a "list-selection" widget */ +- xsane_back_gtk_option_menu_new(parent, title, (char **) opt->constraint.string_list, buf, ++ xsane_back_gtk_option_menu_new(parent, title, (char **) opt->constraint.string_list, buf, opt->constraint_type, + elem, xsane.tooltips, _BGT(opt->desc), SANE_OPTION_IS_SETTABLE(opt->cap)); + gtk_widget_show (parent->parent); + } diff -Nru xsane-0.996/debian/patches/fix_pdf_floats.patch xsane-0.997/debian/patches/fix_pdf_floats.patch --- xsane-0.996/debian/patches/fix_pdf_floats.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/fix_pdf_floats.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,68 @@ +Description: Fix floats in PDF and PostScript + Set LC_NUMERIC to POSIX before printing floats when building + PostScript or PDF output. +Author: Julien BLACHE +Forwarded: yes + +Index: xsane-0.996/src/xsane-save.c +=================================================================== +--- xsane-0.996.orig/src/xsane-save.c 2010-03-13 20:42:23.891741843 +0100 ++++ xsane-0.996/src/xsane-save.c 2010-03-13 20:43:02.545741964 +0100 +@@ -26,6 +26,8 @@ + #include "xsane-back-gtk.h" + #include "xsane-front-gtk.h" + #include "xsane-save.h" ++#include ++#include + #include + #include + +@@ -2411,6 +2413,7 @@ + int flatedecode) + { + int depth; ++ char *save_locale; + + depth = image_info->depth; + +@@ -2428,8 +2431,15 @@ + + fprintf(outfile, "%d rotate\n", degree); + fprintf(outfile, "%d %d translate\n", position_left, position_bottom); ++ ++ save_locale = strdup(setlocale(LC_NUMERIC, NULL)); ++ setlocale(LC_NUMERIC, "POSIX"); ++ + fprintf(outfile, "%f %f scale\n", width, height); + ++ setlocale(LC_NUMERIC, save_locale); ++ free(save_locale); ++ + fprintf(outfile, "<<\n"); + fprintf(outfile, " /ImageType 1\n"); + fprintf(outfile, " /Width %d\n", image_info->image_width); +@@ -3889,6 +3899,7 @@ + int position_left, position_bottom, box_left, box_bottom, box_right, box_top, depth; + int left, bottom; + float rad; ++ char *save_locale; + + DBG(DBG_proc, "xsane_save_pdf_create_page_header\n"); + +@@ -4003,8 +4014,16 @@ + + fprintf(outfile, "q\n"); + fprintf(outfile, "1 0 0 1 %d %d cm\n", position_left, position_bottom); /* translate */ ++ ++ save_locale = strdup(setlocale(LC_NUMERIC, NULL)); ++ setlocale(LC_NUMERIC, "POSIX"); ++ + fprintf(outfile, "%f %f -%f %f 0 0 cm\n", cos(rad), sin(rad), sin(rad), cos(rad)); /* rotate */ + fprintf(outfile, "%f 0 0 %f 0 0 cm\n", width, height); /* scale */ ++ ++ setlocale(LC_NUMERIC, save_locale); ++ free(save_locale); ++ + fprintf(outfile, "BI\n"); + fprintf(outfile, " /W %d\n", image_info->image_width); + fprintf(outfile, " /H %d\n", image_info->image_height); diff -Nru xsane-0.996/debian/patches/fix_pdf_xref.patch xsane-0.997/debian/patches/fix_pdf_xref.patch --- xsane-0.996/debian/patches/fix_pdf_xref.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/fix_pdf_xref.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,20 @@ +Description: Fix xref table generation + Mark non-existent objects as free in the xref table. +Author: Julien BLACHE +Forwarded: yes + +Index: xsane-0.996/src/xsane-multipage-project.c +=================================================================== +--- xsane-0.996.orig/src/xsane-multipage-project.c 2010-03-13 20:42:27.672742804 +0100 ++++ xsane-0.996/src/xsane-multipage-project.c 2010-03-13 20:43:01.671742346 +0100 +@@ -973,6 +973,10 @@ + else if (output_format == XSANE_PDF) + { + xsane_save_pdf_create_document_header(outfile, &xref, pages, preferences.save_pdf_flatedecoded); ++ ++ /* Objects 4 and 5 are unused and do not exist */ ++ xref.obj[4] = 0; ++ xref.obj[5] = 0; + } + } + #ifdef HAVE_LIBTIFF diff -Nru xsane-0.996/debian/patches/fix_preview_mouse_events.patch xsane-0.997/debian/patches/fix_preview_mouse_events.patch --- xsane-0.996/debian/patches/fix_preview_mouse_events.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/fix_preview_mouse_events.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,41 @@ +Description: Fix mouse events handling in preview window + Event handling was using key values as masks on mouse events, leading + to valid mouse events being discarded in some setups. +Bug-Debian: http://bugs.debian.org/583661 +Author: Reinhard Fssmeier + +Index: xsane-0.997/src/xsane-preview.c +=================================================================== +--- xsane-0.997.orig/src/xsane-preview.c 2010-05-29 12:36:28.326409629 +0200 ++++ xsane-0.997/src/xsane-preview.c 2010-05-29 12:35:47.134409038 +0200 +@@ -80,7 +80,6 @@ + #include "xsane-preview.h" + #include "xsane-preferences.h" + #include "xsane-gamma.h" +-#include + + + #ifndef PATH_MAX +@@ -3022,9 +3021,9 @@ + preview_display_color_components(p, event->motion.x, event->motion.y); + + switch (((GdkEventMotion *)event)->state & +- GDK_Num_Lock & GDK_Caps_Lock & GDK_Shift_Lock & GDK_Scroll_Lock) /* mask all Locks */ ++ (GDK_BUTTON1_MASK | GDK_BUTTON2_MASK | GDK_BUTTON3_MASK)) /* only check for mouse buttons */ + { +- case 256: /* left button */ ++ case GDK_BUTTON1_MASK: /* left button */ + + DBG(DBG_info2, "left button\n"); + +@@ -3291,8 +3290,8 @@ + } + break; + +- case 512: /* middle button */ +- case 1024: /* right button */ ++ case GDK_BUTTON2_MASK: /* middle button */ ++ case GDK_BUTTON3_MASK: /* right button */ + DBG(DBG_info2, "middle or right button\n"); + + if (p->selection_drag) diff -Nru xsane-0.996/debian/patches/fix_spin_button_pagesize.patch xsane-0.997/debian/patches/fix_spin_button_pagesize.patch --- xsane-0.996/debian/patches/fix_spin_button_pagesize.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/fix_spin_button_pagesize.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,68 @@ +Description: Fix spin buttons usage for newer versions of GTK+ 2.0 + Set adjustment page size to 0 for spin buttons. Fix for newer GTK + versions, silences runtime warnings. +Author: Julien BLACHE +Forwarded: no + +Index: xsane-0.997/src/xsane-back-gtk.c +=================================================================== +--- xsane-0.997.orig/src/xsane-back-gtk.c 2010-05-31 19:35:46.406976445 +0200 ++++ xsane-0.997/src/xsane-back-gtk.c 2010-05-31 19:36:33.583975801 +0200 +@@ -2031,6 +2031,7 @@ + digits = 5; + } + #endif ++ gtk_adjustment_set_page_size(GTK_ADJUSTMENT(elem->data), 0); + spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(elem->data), 0, digits); + + if (preferences.show_range_mode & 3) /* slider also visible */ +@@ -2133,6 +2134,7 @@ + digits = 5; + } + #endif ++ gtk_adjustment_set_page_size(GTK_ADJUSTMENT(elem->data), 0); + spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(elem->data), 0, digits); + + if (preferences.show_range_mode & 3) /* sliders are visible */ +Index: xsane-0.997/src/xsane-front-gtk.c +=================================================================== +--- xsane-0.997.orig/src/xsane-front-gtk.c 2010-05-31 19:35:46.421976568 +0200 ++++ xsane-0.997/src/xsane-front-gtk.c 2010-05-31 19:36:33.584975905 +0200 +@@ -1166,6 +1166,7 @@ + /* spinbutton */ + if (preferences.show_range_mode & 4) + { ++ gtk_adjustment_set_page_size(GTK_ADJUSTMENT(*data), 0); + spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(*data), 0, digits); + if (preferences.show_range_mode & 3) /* slider also visible */ + { +@@ -1261,6 +1262,7 @@ + /* spinbutton */ + if (preferences.show_range_mode & 4) + { ++ gtk_adjustment_set_page_size(GTK_ADJUSTMENT(*data), 0); + spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(*data), 0, digits); + gtk_widget_set_size_request(spinbutton, 60, -1); + xsane_back_gtk_set_tooltip(xsane.tooltips, spinbutton, desc); +Index: xsane-0.997/src/xsane.c +=================================================================== +--- xsane-0.997.orig/src/xsane.c 2010-05-31 19:35:46.438976828 +0200 ++++ xsane-0.997/src/xsane.c 2010-05-31 19:36:33.591976211 +0200 +@@ -1218,7 +1218,7 @@ + gtk_widget_show(pixmapwidget); + + /* adf pages maximum */ +- adjustment = gtk_adjustment_new(preferences.adf_pages_max, 1, 9999, 1, 10, 1); ++ adjustment = gtk_adjustment_new(preferences.adf_pages_max, 1, 9999, 1, 10, 0); + xsane_spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(adjustment), 0, 0); + gtk_widget_set_size_request(xsane_spinbutton, 55, -1); + gtk_spin_button_set_wrap(GTK_SPIN_BUTTON(xsane_spinbutton), FALSE); +@@ -1317,7 +1317,7 @@ + + + /* number of copies */ +- adjustment = gtk_adjustment_new(xsane.copy_number, 1, 99, 1, 10, 1); ++ adjustment = gtk_adjustment_new(xsane.copy_number, 1, 99, 1, 10, 0); + xsane_spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(adjustment), 0, 0); + gtk_widget_set_size_request(xsane_spinbutton, 40, -1); + gtk_spin_button_set_wrap(GTK_SPIN_BUTTON(xsane_spinbutton), FALSE); diff -Nru xsane-0.996/debian/patches/i18n_po_update_es_add_gl.patch xsane-0.997/debian/patches/i18n_po_update_es_add_gl.patch --- xsane-0.996/debian/patches/i18n_po_update_es_add_gl.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/i18n_po_update_es_add_gl.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,6411 @@ +Description: PO updates, update es and add gl + Update es translation, add new gl translation. +Author: Miguel Bouzada +Forwarded: yes + +Index: xsane-0.997/configure +=================================================================== +--- xsane-0.997.orig/configure 2009-07-21 20:39:23.000000000 +0200 ++++ xsane-0.997/configure 2010-05-29 12:31:08.066408482 +0200 +@@ -1769,7 +1769,7 @@ + BINPROGS="xsane" + + # languages +-ALL_LINGUAS="ca cs da de es fi fr hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv vi tr zh zh_CN" ++ALL_LINGUAS="ca cs da de es fi fr gl hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv vi tr zh zh_CN" + + SANE_V_MAJOR=1 + VERSION=${V_MAJOR}.${V_MINOR} +Index: xsane-0.997/po/es.po +=================================================================== +--- xsane-0.997.orig/po/es.po 2010-05-29 12:31:03.538038748 +0200 ++++ xsane-0.997/po/es.po 2010-05-29 12:31:08.070408333 +0200 +@@ -1,21 +1,24 @@ +-# translation of es.po to Castellano +-# XSane Spanish .po file ++# Castellano - Español translation ++# XSane Spanish es.po file + # Copyright (C) 2001,2002, 2004 Free Software Foundation, Inc. + # Gustavo D. Vranjes , 2001,2002, 2004. + # Gustavo D. Vranjes , 2002. ++# Miguel Anxo Bouzada , 2009. + # + msgid "" + msgstr "" + "Project-Id-Version: XSANE 0.96\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2007-08-13 09:22+0200\n" +-"PO-Revision-Date: 2004-08-22 19:15GMT\n" +-"Last-Translator: Gustavo D. Vranjes \n" +-"Language-Team: Castellano \n" ++"PO-Revision-Date: 2009-06-24 19:04+0100\n" ++"Last-Translator: Miguel Anxo Bouzada \n" ++"Language-Team: GALPon MiniNo \n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" +-"X-Generator: KBabel 1.9\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++"X-Poedit-Language: Spanish\n" ++"X-Poedit-Country: SPAIN\n" + + #. Please translate this to the correct directory name (eg. german=>de) + #. XSANE_LANGUAGE_DIR +@@ -33,12 +36,12 @@ + + #. WINDOW_ABOUT_XSANE + msgid "About" +-msgstr "Acerca..." ++msgstr "Acerca de" + + #. WINDOW_ABOUT_TRANSLATION, MENU_ITEM_ABOUT_TRANSLATION + #. MENU_ITEM_ABOUT_TRANSLATION + msgid "About translation" +-msgstr "Acerca de la traducción..." ++msgstr "Acerca de la traducción" + + #. WINDOW_AUTHORIZE + msgid "authorization" +@@ -50,7 +53,7 @@ + + #. WINDOW_EULA + msgid "End User License Agreement" +-msgstr "Acuerdo de Licencia para Usuario Final" ++msgstr "Acuerdo de licencia para usuario final" + + #. WINDOW_INFO + msgid "info" +@@ -66,67 +69,59 @@ + + #. WINDOW_BATCH_SCAN + msgid "batch scan" +-msgstr "Escaneo por lotes" ++msgstr "escaneo por lotes" + + #. WINDOW_BATCH_RENAME + msgid "rename batch area" +-msgstr "renombrar area de proceso por lotes" ++msgstr "renombrar área de proceso por lotes" + + #. WINDOW_FAX_PROJECT + msgid "fax project" + msgstr "proyecto de fax" + + #. WINDOW_FAX_PROJECT_BROWSE +-#, fuzzy + msgid "browse for fax project" +-msgstr "Ingresar nombre del proyecto de fax" ++msgstr "explorar por proyecto de fax" + + #. WINDOW_FAX_RENAME + msgid "rename fax page" +-msgstr "renombrar página de fax" ++msgstr "renombrar la página de fax" + + #. WINDOW_FAX_INSERT +-#, fuzzy + msgid "insert PS-file into fax" +-msgstr "insertar archivo-ps dentro de fax" ++msgstr "insertar un archivo PS en el fax" + + #. WINDOW_EMAIL_PROJECT +-#, fuzzy + msgid "E-mail project" +-msgstr "proyecto de correo electrónico" ++msgstr "Proyecto de correo-e" + + #. WINDOW_EMAIL_PROJECT_BROWSE +-#, fuzzy + msgid "browse for email project" +-msgstr "Ingresar nombre del proyecto de correo electrónico" ++msgstr "explorar por proyecto de correo-e" + + #. WINDOW_EMAIL_RENAME +-#, fuzzy + msgid "rename e-mail image" +-msgstr "renombrar imagen de correo electrónico" ++msgstr "renombrar imagen de correo-e" + + #. WINDOW_EMAIL_INSERT +-#, fuzzy + msgid "insert file into e-mail" +-msgstr "insertar archivo dentro de correo electrónico" ++msgstr "insertar un archivo en el correo-e" + + #. WINDOW_MULTIPAGE_PROJECT +-#, fuzzy + msgid "multipage project" +-msgstr "Borrar proyecto" ++msgstr "proyecto de múltiples páginas" + + #. WINDOW_MULTIPAGE_PROJECT_BROWSE +-#, fuzzy + msgid "browse for multipage project" +-msgstr "Borrar proyecto" ++msgstr "explorar por proyecto de multiples páginas" + + #. WINDOW_PRESET_AREA_RENAME + msgid "rename preset area" +-msgstr "renombrar area de preset" ++msgstr "renombrar ajuste previo de área" + + #. WINDOW_PRESET_AREA_ADD + msgid "add preset area" +-msgstr "agregar area de preset" ++msgstr "añadir ajuste previo de área" + + #. WINDOW_MEDIUM_RENAME + msgid "rename medium" +@@ -146,7 +141,7 @@ + + #. WINDOW_GAMMA + msgid "Gamma curve" +-msgstr "Curva Gamma" ++msgstr "Curva gamma" + + #. WINDOW_STANDARD_OPTIONS + msgid "Standard options" +@@ -183,71 +178,66 @@ + + #. WINDOW_SAVE_SETTINGS + msgid "save device settings" +-msgstr "guardar configuración de dispositivo" ++msgstr "guardar la configuración del dispositivo" + + #. WINDOW_LOAD_SETTINGS + msgid "load device settings" +-msgstr "cargar configuración de dispositivo" ++msgstr "cargar la configuración del dispositivo" + + #. WINDOW_CHANGE_WORKING_DIR + msgid "change working directory" +-msgstr "cambiar directorio de trabajo" ++msgstr "cambiar el directorio de trabajo" + + #. WINDOW_TMP_PATH + msgid "select temporary directory" +-msgstr "seleccionar directorio temporal" ++msgstr "seleccionar el directorio temporal" + + #. WINDOW_SCALE + #. DESC_VIEWER_SCALE + msgid "Scale image" +-msgstr "Redimensionar imagen" ++msgstr "Redimensionar la imagen" + + #. WINDOW_DESPECKLE + #. DESC_VIEWER_DESPECKLE + msgid "Despeckle image" +-msgstr "Desparasitar imagen" ++msgstr "Desparasitar la imagen" + + #. WINDOW_BLUR + #. DESC_VIEWER_BLUR + msgid "Blur image" +-msgstr "Desenfocar imagen" ++msgstr "Desenfocar la imagen" + + #. WINDOW_STORE_MEDIUM + msgid "Store medium definition" +-msgstr "Guardar definición de medio" ++msgstr "Guardar la definición del medio" + + #. WINDOW_NO_DEVICES + msgid "No devices available" +-msgstr "No hay dispositivos obtenibles" ++msgstr "No hay dispositivos disponibles" + + #. WINDOW_SCANNER_DEFAULT_COLOR_ICM_PROFILE +-#, fuzzy + msgid "select scanner default color ICM-profile" +-msgstr "Borrar impresora" ++msgstr "seleccione el perfil ICM de color predeterminado del escáner" + + #. WINDOW_SCANNER_DEFAULT_GRAY_ICM_PROFILE +-#, fuzzy + msgid "select scanner default gray ICM-profile" +-msgstr "Borrar impresora" ++msgstr "seleccione el perfil ICM de escala de grises predeterminado del escáner" + + #. WINDOW_DISPLAY_ICM_PROFILE + msgid "select display ICM-profile" +-msgstr "" ++msgstr "Seleccionar el perfil ICM de la pantalla" + + #. WINDOW_CUSTOM_PROOFING_ICM_PROFILE +-#, fuzzy + msgid "select custom proofing ICM-profile" +-msgstr "seleccionar archivo de salida" ++msgstr "seleccionar el perfil ICM personalizado de prueba" + + #. WINDOW_WORKING_COLOR_SPACE_ICM_PROFILE +-#, fuzzy + msgid "select working color space ICM-profile" +-msgstr "Borrar impresora" ++msgstr "seleccionar el perfil ICM de color del espacio de de trabajo" + + #. WINDOW_PRINTER_ICM_PROFILE +-#, fuzzy + msgid "select printer ICM-profile" +-msgstr "Borrar impresora" ++msgstr "seleccionar el perfil ICM de la impresora" + + #. MENU_FILE + msgid "File" +@@ -285,11 +275,11 @@ + #. MENU_COLOR_MANAGEMENT + #. NOTEBOOK_COLOR_MANAGEMENT_OPTIONS + msgid "Color management" +-msgstr "" ++msgstr "Gestión del color" + + #. MENU_ITEM_ABOUT_XSANE + msgid "About XSane" +-msgstr "Acerca de XSane..." ++msgstr "Acerca de XSane" + + #. MENU_ITEM_INFO + msgid "Info" +@@ -355,7 +345,7 @@ + + #. FRAME_RAW_IMAGE + msgid "Raw image" +-msgstr "Imagen Cruda" ++msgstr "Imagen en bruto" + + #. FRAME_ENHANCED_IMAGE + msgid "Enhanced image" +@@ -367,7 +357,7 @@ + + #. BUTTON_OK + msgid "Ok" +-msgstr "Ok" ++msgstr "Conforme" + + #. BUTTON_ACCEPT + msgid "Accept" +@@ -391,7 +381,7 @@ + + #. BUTTON_CONT_AT_OWN_RISK + msgid "Continue at your own risk" +-msgstr "Continuar a su propio riesgo" ++msgstr "Continúe bajo su propio riesgo" + + #. BUTTON_BROWSE + msgid "Browse" +@@ -407,35 +397,35 @@ + + #. BUTTON_BATCH_AREA_SCAN + msgid "Scan selected area" +-msgstr "Escanear área seleccionada" ++msgstr "Escanear el área seleccionada" + + #. BUTTON_PAGE_DELETE + msgid "Delete page" +-msgstr "Borrar página" ++msgstr "Borrar la página" + + #. BUTTON_PAGE_SHOW + msgid "Show page" +-msgstr "Mostrar página" ++msgstr "Mostrar la página" + + #. BUTTON_PAGE_RENAME + msgid "Rename page" +-msgstr "Renombrar página" ++msgstr "Renombrar la página" + + #. BUTTON_IMAGE_DELETE + msgid "Delete image" +-msgstr "Borrar imagen" ++msgstr "Borrar la imagen" + + #. BUTTON_IMAGE_SHOW + msgid "Show image" +-msgstr "Mostrar imagen" ++msgstr "Mostrar la imagen" + + #. BUTTON_IMAGE_EDIT + msgid "Edit image" +-msgstr "Editar imagen" ++msgstr "Editar la imagen" + + #. BUTTON_IMAGE_RENAME + msgid "Rename image" +-msgstr "Renombrar imagen" ++msgstr "Renombrar la imagen" + + #. BUTTON_FILE_INSERT + msgid "Insert file" +@@ -443,40 +433,39 @@ + + #. BUTTON_CREATE_PROJECT + msgid "Create project" +-msgstr "Crear proyecto" ++msgstr "Crear un proyecto" + + #. BUTTON_SEND_PROJECT + msgid "Send project" +-msgstr "Enviar proyecto" ++msgstr "Enviar el proyecto" + + #. BUTTON_SAVE_MULTIPAGE +-#, fuzzy + msgid "Save multipage file" +-msgstr "Guardar imagen" ++msgstr "Guardar archivo de múltiples páginas" + + #. BUTTON_DELETE_PROJECT + msgid "Delete project" +-msgstr "Borrar proyecto" ++msgstr "Borrar el proyecto" + + #. BUTTON_ADD_PRINTER + msgid "Add printer" +-msgstr "Añadir impresora" ++msgstr "Añadir una impresora" + + #. BUTTON_DELETE_PRINTER + msgid "Delete printer" +-msgstr "Borrar impresora" ++msgstr "Eliminar la impresora" + + #. BUTTON_PREVIEW_ACQUIRE + msgid "Acquire preview" +-msgstr "Adquirir vista previa" ++msgstr "Obtener una vista previa" + + #. BUTTON_PREVIEW_CANCEL + msgid "Cancel preview" +-msgstr "Cancelar vista previa" ++msgstr "Cancelar la vista previa" + + #. BUTTON_DISCARD_IMAGE + msgid "Discard image" +-msgstr "Descartar imagen" ++msgstr "Descartar la imagen" + + #. BUTTON_DISCARD_ALL_IMAGES + msgid "Discard all images" +@@ -488,24 +477,23 @@ + + #. BUTTON_SCALE_BIND + msgid "Bind scale" +-msgstr "Atar escala" ++msgstr "Fijar la escala" + + #. RADIO_BUTTON_FINE_MODE + msgid "Fine mode" + msgstr "Modo fino" + + #. RADIO_BUTTON_HTML_EMAIL +-#, fuzzy + msgid "HTML e-mail" +-msgstr "Correo electrónico HTML" ++msgstr "correo-e HTML" + + #. RADIO_BUTTON_SAVE_DEVPREFS_AT_EXIT + msgid "Save device preferences at exit" +-msgstr "Guardar preferencias de dispositivo al salir" ++msgstr "Guardar las preferencias de dispositivo al salir" + + #. RADIO_BUTTON_OVERWRITE_WARNING + msgid "Overwrite warning" +-msgstr "Advertencia de sobreescritura" ++msgstr "Aviso de sobreescritura" + + #. RADIO_BUTTON_SKIP_EXISTING_NRS + msgid "Skip existing filenames" +@@ -513,16 +501,15 @@ + + #. RADIO_BUTTON_SAVE_PS_FLATEDECODED + msgid "Save postscript zlib compressed (PS level 3)" +-msgstr "" ++msgstr "Guardar postscript comprimido en zlib (PS nivel 3)" + + #. RADIO_BUTTON_SAVE_PDF_FLATEDECODED + msgid "Save PDF zlib compressed" +-msgstr "" ++msgstr "Guardar PDF comprimido en zlib" + + #. RADIO_BUTTON_SAVE_PNM16_AS_ASCII +-#, fuzzy + msgid "Save 16bit PNM in ASCII format" +-msgstr "Guardar 16bit pnm en formato ascii" ++msgstr "Guardar PNM 16bits en formato ASCII" + + #. RADIO_BUTTON_REDUCE_16BIT_TO_8BIT + msgid "Reduce 16 bit image to 8 bit" +@@ -530,12 +517,11 @@ + + #. RADIO_BUTTON_WINDOW_FIXED + msgid "Main window size fixed" +-msgstr "Tamaño de ventana principal fijo" ++msgstr "Ventana principal de tamaño fijo" + + #. RADIO_BUTTON_DISABLE_GIMP_PREVIEW_GAMMA +-#, fuzzy + msgid "Disable GIMP preview gamma" +-msgstr "Deshabilitar vista previa de gamma de gimp" ++msgstr "Desactivar vista previa de gamma de GIMP" + + #. RADIO_BUTTON_PRIVATE_COLORMAP + msgid "Use private colormap" +@@ -543,29 +529,28 @@ + + #. RADIO_BUTTON_AUTOENHANCE_GAMMA + msgid "Autoenhance gamma" +-msgstr "Automejorar gamma" ++msgstr "Mejorar gamma automáticamente" + + #. RADIO_BUTTON_PRESELECT_SCAN_AREA +-#, fuzzy + msgid "Preselect scan area" +-msgstr "Preseleccionar área de escaneado" ++msgstr "Preseleccionar área de escaneo" + + #. RADIO_BUTTON_AUTOCORRECT_COLORS + msgid "Autocorrect colors" +-msgstr "Autocorregir colores" ++msgstr "Corregir los colores automáticamente" + + #. RADIO_BUTTON_OCR_USE_GUI_PIPE + msgid "Use GUI progress pipe" +-msgstr "Usar progreso de tubería GUI " ++msgstr "Usar canalización de indicador de progreso" + + #. RADIO_BUTTON_CMS_BPC + #. MENU_ITEM_CMS_BLACK_POINT_COMPENSATION + msgid "Black point compensation" +-msgstr "" ++msgstr "Compensación de punto negro" + + #. TEXT_SCANNING_DEVICES + msgid "scanning for devices" +-msgstr "Escaneando dispositivos" ++msgstr "escaneando dispositivos" + + #. TEXT_AVAILABLE_DEVICES + msgid "Available devices:" +@@ -577,13 +562,12 @@ + + #. TEXT_CMS_FUNCTION + #. DESC_CMS_FUNCTION +-#, fuzzy + msgid "Color management function" +-msgstr "Rango de color completo" ++msgstr "Función de gestión de color" + + #. TEXT_SCANNER_BACKEND + msgid "Scanner and backend:" +-msgstr "Escáner y backend:" ++msgstr "Escáner y motor:" + + #. TEXT_VENDOR + msgid "Vendor:" +@@ -603,7 +587,7 @@ + + #. TEXT_LOADED_BACKEND + msgid "Loaded backend:" +-msgstr "Backend cargado:" ++msgstr "Motor cargado:" + + #. TEXT_SANE_VERSION + msgid "Sane version:" +@@ -619,7 +603,7 @@ + + #. TEXT_SCANNER + msgid "scanner" +-msgstr "escáner" ++msgstr "Escáner" + + #. TEXT_SOFTWARE_XSANE + msgid "software (XSane)" +@@ -631,15 +615,15 @@ + + #. TEXT_GAMMA_INPUT_DEPTH + msgid "Gamma input depth:" +-msgstr "Profundidad de entrada de gamma:" ++msgstr "Profundidad gamma de entrada:" + + #. TEXT_GAMMA_OUTPUT_DEPTH + msgid "Gamma output depth:" +-msgstr "Profundidad de salida de gamma:" ++msgstr "Profundidad gamma de salida:" + + #. TEXT_SCANNER_OUTPUT_DEPTH + msgid "Scanner output depth:" +-msgstr "Profundidad de salida de escáner:" ++msgstr "Profundidad de salida del escáner:" + + #. TEXT_OUTPUT_FORMATS + msgid "XSane output formats:" +@@ -654,18 +638,16 @@ + msgstr "Formatos de salida de 16 bits:" + + #. TEXT_REDUCE_16BIT_TO_8BIT +-#, fuzzy + msgid "" + "Bit depth 16 bits/channel is not supported for this output format.\n" + "Do you want to reduce the depth to 8 bits/channel?" + msgstr "" +-"La profundidad de 16 bits/color no está soportada en éste formato de " +-"salida.\n" +-"¿Quire reducir la profundidad a 8 bits/color?" ++"La profundidad de bit de 16 bits/canal no está soportada en éste formato de salida.\n" ++"¿Quire reducir la profundidad a 8 bits/canal?" + + #. TEXT_AUTHORIZATION_REQ + msgid "Authorization required for" +-msgstr "Se requiere autorización para" ++msgstr "Se necesita autorización para" + + #. TEXT_AUTHORIZATION_SECURE + msgid "Password transmission is secure" +@@ -673,7 +655,7 @@ + + #. TEXT_AUTHORIZATION_INSECURE + msgid "Backend requests plain-text password" +-msgstr "Los pedidos de backend requieren contraseña de texto puro." ++msgstr "Las peticiones del motor necesitan una contraseña de texto simple." + + #. TEXT_USERNAME + msgid "Username :" +@@ -685,7 +667,7 @@ + + #. TEXT_INVALID_PARAMS + msgid "Invalid parameters." +-msgstr "Parámetros no válidos." ++msgstr "Los parámetros no son correctos." + + #. TEXT_VERSION + msgid "version:" +@@ -696,17 +678,16 @@ + msgstr "paquete" + + #. TEXT_WITH_CMS_FUNCTION +-#, fuzzy + msgid "with color management function" +-msgstr "Rango de color completo" ++msgstr "con la función de gestión del color" + + #. TEXT_WITH_GIMP_SUPPORT + msgid "with GIMP support" +-msgstr "Con soporte de GIMP" ++msgstr "con soporte de GIMP" + + #. TEXT_WITHOUT_GIMP_SUPPORT + msgid "without GIMP support" +-msgstr "Sin soporte de GIMP" ++msgstr "sin soporte de GIMP" + + #. TEXT_GTK_VERSION + msgid "compiled with GTK-" +@@ -735,17 +716,16 @@ + "\"NO WARRANTY\" agreement.\n" + msgstr "" + "XSane se distribuye bajo los términos de la Licencia Pública General GNU\n" +-"tal como se la publica por la Free Software Foundation; cualquier versión \n" +-"2 de la Licencia, or (a su opción) cualquier versión posterior\n" ++"tal como la publica la Free Software Foundation; según la versión 2\n" ++"de la Licencia, o (a su elección) cualquier versión posterior\n" + "\n" +-"Éste programa se distribuye con el deseo que pueda ser útil, pero\n" +-"SIN NINGUNA GARANTÍA; aún sin la garantía implícita de\n" +-"MERCANTILISMO o AJUSTE PARA ALGÚN PROPÓSITO PARTICULAR\n" +-"Sea el caso de probarse defecto del programa, usted asumirá el costo de " +-"toda\n" ++"Éste programa se distribuye con el deseo de que pueda ser útil, pero SIN\n" ++"NINGUNA GARANTÍA; aún sin la garantía implícita de COMERCIALIZACIÓN\n" ++"o ADAPTACIÓN A ALGÚN PROPÓSITO PARTICULAR\n" ++"De encontrarse algún defecto en el programa, usted asumirá el costo de toda\n" + "reparación, servicio ó corrección necesarios. Para usar éste programa usted\n" + "tiene que leer, entender y aceptar el siguiente\n" +-"acuerdo de \"NO GARANTÍA\".\n" ++"acuerdo de «NO GARANTÍA».\n" + + #. TEXT_GPL + msgid "" +@@ -758,21 +738,20 @@ + "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" + msgstr "" + "XSane se distribuye bajo los términos de la Licencia Pública General GNU\n" +-"tal como se la publica por la Free Software Foundation; cualquier versión \n" +-"2 de la Licencia, or (a su opción) cualquier versión posterior\n" ++"tal como la publica la Free Software Foundation; según la versión 2\n" ++"de la Licencia, o (a su elección) cualquier versión posterior\n" + "\n" +-"Éste programa se distribuye con el deseo que pueda ser útil, pero\n" +-"SIN NINGUNA GARANTÍA; aún sin la garantía implícita de\n" +-"MERCANTILISMO o AJUSTE PARA ALGÚN PROPÓSITO PARTICULAR\n" ++"Éste programa se distribuye con el deseo de que pueda ser útil, pero SIN\n" ++"NINGUNA GARANTÍA; aún sin la garantía implícita de COMERCIALIZACIÓN\n" ++"o ADAPTACIÓN A ALGÚN PROPÓSITO PARTICULAR\n" + + #. TEXT_EMAIL_ADR +-#, fuzzy + msgid "E-mail:" +-msgstr "Correo electrónico:" ++msgstr "Correo-e:" + + #. TEXT_HOMEPAGE + msgid "Homepage:" +-msgstr "Página web:" ++msgstr "Página principal:" + + #. TEXT_FILE + msgid "File:" +@@ -787,15 +766,14 @@ + #. by YOUR NAME\n + #. E-mail: your.name@yourdomain.com\n + #. TEXT_TRANSLATION_INFO +-#, fuzzy + msgid "" + "untranslated original english text\n" + "by Oliver Rauch\n" + "E-mail: Oliver.Rauch@rauch-domain.de\n" + msgstr "" +-"texto traducido al castellano\n" +-"por Gustavo D. Vranjes\n" +-"Correo electrónico gvranjes@SoftHome.net\n" ++"traducido al castellano por:\n" ++"Gustavo D. Vranjes \n" ++"Miguel Anxo Bouzada \n" + + #. TEXT_INFO_BOX + msgid "0x0: 0KB" +@@ -806,9 +784,8 @@ + msgstr "Páginas escaneadas:" + + #. TEXT_EMAIL_TEXT +-#, fuzzy + msgid "E-mail text:" +-msgstr "Texto de correo electrónico:" ++msgstr "Texto de correo-e:" + + #. TEXT_ATTACHMENTS + msgid "Attachments:" +@@ -819,40 +796,33 @@ + msgstr "Estado del proyecto:" + + #. TEXT_EMAIL_FILETYPE +-#, fuzzy + msgid "E-mail image filetype:" +-msgstr "Tipo de archivo de imagen de correo electrónico" ++msgstr "Tipo de archivo de imagen de correo-e" + + #. TEXT_PAGES +-#, fuzzy + msgid "Pages:" +-msgstr "Uso:" ++msgstr "Páginas:" + + #. TEXT_MULTIPAGE_FILETYPE +-#, fuzzy + msgid "Multipage document filetype:" +-msgstr "Tipo de archivo de imagen de correo electrónico" ++msgstr "Tipo de archivo del documento de múltiples páginas" + + #. TEXT_MEDIUM_DEFINITION_NAME + msgid "Medium Name:" + msgstr "Nombre del medio:" + + #. TEXT_VIEWER_IMAGE_INFO +-#, fuzzy, c-format +-msgid "" +-"Size %d x %d pixel, %d bits/channel, %d channels, %1.0f dpi x %1.0f dpi, %" +-"1.1f %s" +-msgstr "" +-"Tamaño %d x %d pixel, %d bit/color, %d colores, %1.0f dpi x %1.0f ppp, %1.1f " +-"%s" ++#, c-format ++msgid "Size %d x %d pixel, %d bits/channel, %d channels, %1.0f dpi x %1.0f dpi, %1.1f %s" ++msgstr "Tamaño %d x %d píxel, %d bit/canal, %d colores, %1.0f ppp x %1.0f ppp, %1.1f %s" + + #. TEXT_DESPECKLE_RADIUS + msgid "Despeckle radius:" +-msgstr "Radio de desparasitado" ++msgstr "Radio de desparasitado:" + + #. TEXT_BLUR_RADIUS + msgid "Blur radius:" +-msgstr "Radio de desenfoque de imagen:" ++msgstr "Radio de desenfoque:" + + #. TEXT_BATCH_AREA_DEFAULT_NAME + msgid "(no name)" +@@ -860,7 +830,7 @@ + + #. TEXT_BATCH_LIST_AREANAME + msgid "Area name:" +-msgstr "Nombre de area:" ++msgstr "Nombre de área:" + + #. TEXT_BATCH_LIST_SCANMODE + msgid "Scanmode:" +@@ -904,89 +874,76 @@ + msgstr "Copiar opción número:" + + #. TEXT_SETUP_SCAN_RESOLUTION_PRINTER +-#, fuzzy + msgid "Scan resolution:" +-msgstr "Establecer resolución de escaneo" ++msgstr "Resolución de escaneo:" + + #. TEXT_SETUP_PRINTER_LINEART_RES +-#, fuzzy + msgid "lineart [dpi]" +-msgstr "Resolución de línea de arte (ppp):" ++msgstr "línea de arte (ppp):" + + #. TEXT_SETUP_PRINTER_GRAYSCALE_RES +-#, fuzzy + msgid "grayscale [dpi]" +-msgstr "Resolución de tonos de gris (ppp):" ++msgstr "escala de grises (ppp):" + + #. TEXT_SETUP_PRINTER_COLOR_RES + msgid "color [dpi]" +-msgstr "" ++msgstr "color [ppp]" + + #. TEXT_SETUP_PRINTER_PAPER_GEOMETRIE + msgid "Paper geometrie:" +-msgstr "" ++msgstr "Geometría del papel:" + + #. TEXT_SETUP_PRINTER_WIDTH +-#, fuzzy + msgid "width" +-msgstr "Anchura" ++msgstr "anchura" + + #. TEXT_SETUP_PRINTER_HEIGHT +-#, fuzzy + msgid "height" +-msgstr "Altura" ++msgstr "altura" + + #. TEXT_SETUP_PRINTER_LEFT +-#, fuzzy + msgid "left offset" +-msgstr "Desplazamiento a izquierda" ++msgstr "desplazamiento a la izquierda" + + #. TEXT_SETUP_PRINTER_BOTTOM +-#, fuzzy + msgid "bottom offset" +-msgstr "Desplazamiento hacia abajo" ++msgstr "desplazamiento hacia abajo" + + #. TEXT_SETUP_PRINTER_GAMMA_CORRECTION +-#, fuzzy + msgid "Printer gamma:" +-msgstr "Gamma rojo de impresora:" ++msgstr "Gamma de la impresora:" + + #. TEXT_SETUP_PRINTER_GAMMA +-#, fuzzy + msgid "common value" +-msgstr "Valores recientes:" ++msgstr "valor común" + + #. TEXT_SETUP_PRINTER_GAMMA_RED +-#, fuzzy + msgid "red" +-msgstr "leer" ++msgstr "rojo" + + #. TEXT_SETUP_PRINTER_GAMMA_GREEN + msgid "green" +-msgstr "" ++msgstr "verde" + + #. TEXT_SETUP_PRINTER_GAMMA_BLUE +-#, fuzzy + msgid "blue" +-msgstr "Desenfoque" ++msgstr "azul" + + #. TEXT_SETUP_PRINTER_EMBED_CSA +-#, fuzzy + msgid "Embed scanner ICM profile as CSA" +-msgstr "Borrar impresora" ++msgstr "Incluir el perfil ICM del escáner como CSA" + + #. TEXT_SETUP_PRINTER_EMBED_CRD +-#, fuzzy + msgid "Embed printer ICM profile as CRD" +-msgstr "Borrar impresora" ++msgstr "Incluir el perfil ICM del escáner como CRD" + + #. TEXT_SETUP_PRINTER_CMS_BPC + msgid "Apply black point compensation" +-msgstr "" ++msgstr "Aplicar la compensación de punto negro" + + #. TEXT_SETUP_PRINTER_PS_FLATEDECODED + msgid "Create zlib compressed postscript image (PS level 3) for printing" +-msgstr "" ++msgstr "Crear una imagen postscript comprimida con zlib (PS nivel 3) para impresión" + + #. TEXT_SETUP_TMP_PATH + msgid "Temporary directory" +@@ -1010,12 +967,11 @@ + + #. TEXT_SETUP_FILENAME_COUNTER_LEN + msgid "Filename counter length" +-msgstr "Largo del contador de nombre de archivo" ++msgstr "Longitud del contador de nombre de archivo" + + #. TEXT_SETUP_TIFF_ZIP_COMPRESSION +-#, fuzzy + msgid "TIFF zip compression rate" +-msgstr "Compresión de imagen TIFF de 8 bits" ++msgstr "Tasa de compresión TIFF zip" + + #. TEXT_SETUP_TIFF_COMPRESSION_16 + msgid "TIFF 16 bit image compression" +@@ -1031,11 +987,11 @@ + + #. TEXT_SETUP_SHOW_RANGE_MODE + msgid "Show range as:" +-msgstr "Mostrar range as:" ++msgstr "Mostrar rango como:" + + #. TEXT_SETUP_PREVIEW_OVERSAMPLING + msgid "Preview oversampling:" +-msgstr "Sobremuestra de vista previa:" ++msgstr "Vista previa de sobremuestreo:" + + #. TEXT_SETUP_PREVIEW_GAMMA + msgid "Preview gamma:" +@@ -1079,7 +1035,7 @@ + + #. TEXT_SETUP_GRAYSCALE_SCANMODE + msgid "Name of grayscale scanmode:" +-msgstr "Nombre del modo de escaneo en tonos de grises:" ++msgstr "Nombre del modo de escaneo en escala de grises:" + + #. TEXT_SETUP_HELPFILE_VIEWER + msgid "Helpfile viewer (HTML):" +@@ -1091,7 +1047,7 @@ + + #. TEXT_SETUP_FAX_POSTSCRIPT_OPT + msgid "Postscriptfile option:" +-msgstr "Opción del archivo post-script:" ++msgstr "Opción del archivo PostScript:" + + #. TEXT_SETUP_FAX_NORMAL_MODE_OPT + msgid "Normal mode option:" +@@ -1103,7 +1059,7 @@ + + #. TEXT_SETUP_FAX_PROGRAM_DEFAULTS + msgid "Set program defaults for:" +-msgstr "Establecer por defecto para:" ++msgstr "Definir valores predeterminados de programa para:" + + #. TEXT_SETUP_FAX_VIEWER + msgid "Viewer (Postscript):" +@@ -1127,7 +1083,7 @@ + + #. TEXT_SETUP_FAX_PS_FLATEDECODED + msgid "Create zlib compressed postscript image (PS level 3) for fax" +-msgstr "" ++msgstr "Crear una imagen postscript comprimida con zlib (PS nivel 3) para fax" + + #. TEXT_SETUP_SMTP_SERVER + msgid "SMTP server:" +@@ -1146,17 +1102,14 @@ + msgstr "Responder a:" + + #. TEXT_SETUP_EMAIL_AUTHENTICATION +-#, fuzzy + msgid "E-mail authentication" +-msgstr "Autentificación POP3" ++msgstr "Autenticación de correo-e" + + #. TEXT_SETUP_EMAIL_AUTH_USER +-#, fuzzy + msgid "User:" +-msgstr "Uso:" ++msgstr "Usuario:" + + #. TEXT_SETUP_EMAIL_AUTH_PASS +-#, fuzzy + msgid "Password:" + msgstr "Contraseña:" + +@@ -1166,11 +1119,11 @@ + + #. TEXT_SETUP_POP3_PORT + msgid "POP3 port:" +-msgstr "puerto POP3:" ++msgstr "Puerto POP3:" + + #. TEXT_SETUP_OCR_COMMAND + msgid "OCR Command:" +-msgstr "Comando OCR:" ++msgstr "Orden OCR:" + + #. TEXT_SETUP_OCR_INPUTFILE_OPT + msgid "Inputfile option:" +@@ -1182,11 +1135,11 @@ + + #. TEXT_SETUP_OCR_USE_GUI_PIPE_OPT + msgid "Use GUI progress pipe:" +-msgstr "Usar tubería de progreso GUI:" ++msgstr "Usar canalización de indicador de progreso:" + + #. TEXT_SETUP_OCR_OUTFD_OPT + msgid "GUI output-fd option:" +-msgstr "Opción de salida-fd GUI:" ++msgstr "Opción de salida-fd de interfaz:" + + #. TEXT_SETUP_OCR_PROGRESS_KEYWORD + msgid "Progress keyword:" +@@ -1206,37 +1159,33 @@ + + #. TEXT_SETUP_SCANNER_DEFAULT_COLOR_ICM_PROFILE + #. DESC_SCANNER_DEFAULT_COLOR_ICM_PROFILE +-#, fuzzy + msgid "Scanner default color ICM-profile" +-msgstr "Borrar impresora" ++msgstr "Perfil de color ICM predeterminado del escáner" + + #. TEXT_SETUP_SCANNER_DEFAULT_GRAY_ICM_PROFILE + #. DESC_SCANNER_DEFAULT_GRAY_ICM_PROFILE +-#, fuzzy + msgid "Scanner default gray ICM-profile" +-msgstr "Borrar impresora" ++msgstr "Perfil de escala de grises ICM predeterminado del escáner" + + #. TEXT_SETUP_DISPLAY_ICM_PROFILE + #. DESC_DISPLAY_ICM_PROFILE + msgid "Display ICM-profile" +-msgstr "" ++msgstr "Perfil ICM de monitor" + + #. TEXT_SETUP_CUSTOM_PROOFING_ICM_PROFILE + #. DESC_CUSTOM_PROOFING_ICM_PROFILE +-#, fuzzy + msgid "Custom proofing ICM-profile" +-msgstr "Borrar impresora" ++msgstr "Perfil ICM de prueba personalizado" + + #. TEXT_SETUP_WORKING_COLOR_SPACE_ICM_PROFILE + #. DESC_WORKING_COLOR_SPACE_ICM_PROFILE +-#, fuzzy + msgid "Working color space ICM-profile" +-msgstr "Explorar nombre de archivo de imagen" ++msgstr "Perfil ICM del espacio de trabajo de color" + + #. TEXT_SETUP_PRINTER_ICM_PROFILE + #. DESC_PRINTER_ICM_PROFILE + msgid "Printer ICM-profile" +-msgstr "" ++msgstr "Perfil ICM de impresora" + + msgid "new media" + msgstr "medio nuevo" +@@ -1247,9 +1196,8 @@ + msgstr "Guarda imagen" + + #. NOTEBOOK_FILETYPE_OPTIONS +-#, fuzzy + msgid "Filetype" +-msgstr "Archivo" ++msgstr "Tipo de archivo" + + #. NOTEBOOK_COPY_OPTIONS + #. MENU_ITEM_COPY +@@ -1263,9 +1211,8 @@ + + #. NOTEBOOK_EMAIL_OPTIONS + #. MENU_ITEM_EMAIL +-#, fuzzy + msgid "E-mail" +-msgstr "Correo electrónico" ++msgstr "Correo-e" + + #. NOTEBOOK_OCR_OPTIONS + msgid "OCR" +@@ -1281,11 +1228,11 @@ + + #. MENU_ITEM_MULTIPAGE + msgid "Multipage" +-msgstr "" ++msgstr "Múltiples páginas" + + #. MENU_ITEM_SHOW_TOOLTIPS + msgid "Show tooltips" +-msgstr "Mostrar tooltips" ++msgstr "Mostrar trucos de herramientas" + + #. MENU_ITEM_SHOW_PREVIEW + msgid "Show preview" +@@ -1297,7 +1244,7 @@ + + #. MENU_ITEM_SHOW_GAMMA + msgid "Show gamma curve" +-msgstr "Mostrar curva de gamma" ++msgstr "Mostrar curva gamma" + + #. MENU_ITEM_SHOW_BATCH_SCAN + msgid "Show batch scan" +@@ -1305,7 +1252,7 @@ + + #. MENU_ITEM_SHOW_STANDARDOPTIONS + msgid "Show standard options" +-msgstr "Mostrar opciones estándard" ++msgstr "Mostrar opciones estándar" + + #. MENU_ITEM_SHOW_ADVANCEDOPTIONS + msgid "Show advanced options" +@@ -1317,7 +1264,7 @@ + + #. MENU_ITEM_LENGTH_UNIT + msgid "Length unit" +-msgstr "Unidad de medida" ++msgstr "Unidad de longitud" + + #. SUBMENU_ITEM_LENGTH_MILLIMETERS + msgid "millimeters" +@@ -1333,7 +1280,7 @@ + + #. MENU_ITEM_UPDATE_POLICY + msgid "Update policy" +-msgstr "Póliza de actualización" ++msgstr "Política de actualización" + + #. SUBMENU_ITEM_POLICY_CONTINUOUS + msgid "continuous" +@@ -1357,9 +1304,8 @@ + + #. MENU_ITEM_ENABLE_COLOR_MANAGEMENT + #. MENU_ITEM_CMS_ENABLE_COLOR_MANAGEMENT +-#, fuzzy + msgid "Enable color management" +-msgstr "Rango de color completo" ++msgstr "RActivar la gestión del color" + + #. MENU_ITEM_EDIT_MEDIUM_DEF + msgid "Edit medium definition" +@@ -1367,11 +1313,11 @@ + + #. MENU_ITEM_SAVE_DEVICE_SETTINGS + msgid "Save device settings" +-msgstr "Guardar configuración de dispositivo" ++msgstr "Guardar ajustes del dispositivo" + + #. MENU_ITEM_LOAD_DEVICE_SETTINGS + msgid "Load device settings" +-msgstr "Cargar configuración de dispositivo" ++msgstr "Cargar ajustes del dispositivo" + + #. MENU_ITEM_CHANGE_WORKING_DIR + msgid "Change directory" +@@ -1391,99 +1337,91 @@ + + #. MENU_ITEM_BACKEND_DOC + msgid "Backend doc" +-msgstr "Documentos del backend" ++msgstr "Documentos del motor" + + #. MENU_ITEM_AVAILABLE_BACKENDS + msgid "Available backends" +-msgstr "Backends disponibles" ++msgstr "Motores disponibles" + + #. MENU_ITEM_SCANTIPS + msgid "Scantips" +-msgstr "Tips de escaneo" ++msgstr "Consejos de escáner" + + #. MENU_ITEM_PROBLEMS + msgid "Problems?" + msgstr "¿Problemas?" + + #. MENU_ITEM_CMS_PROOFING +-#, fuzzy + msgid "Proofing" +-msgstr "Añadir impresora" ++msgstr "Pruebas" + + #. SUBMENU_ITEM_CMS_PROOF_OFF + msgid "no proofing (Display)" +-msgstr "" ++msgstr "sin probar (Pantalla)" + + #. SUBMENU_ITEM_CMS_PROOF_PRINTER +-#, fuzzy + msgid "Proof printer" +-msgstr "Añadir impresora" ++msgstr "Prueba de impresora" + + #. SUBMENU_ITEM_CMS_PROOF_CUSTOM + msgid "Proof custom device" +-msgstr "" ++msgstr "Prueba de dispositivo personalizado" + + #. MENU_ITEM_CMS_RENDERING_INTENT +-#, fuzzy + msgid "Rendering intent" +-msgstr "Añadir impresora" ++msgstr "Intento de renderizado" + + #. MENU_ITEM_CMS_PROOFING_INTENT +-#, fuzzy + msgid "Proofing rendering intent" +-msgstr "Añadir impresora" ++msgstr "Intento de pruebas de renderizado" + + #. SUBMENU_ITEM_CMS_INTENT_PERCEPTUAL + msgid "Perceptual" +-msgstr "" ++msgstr "Percepción" + + #. SUBMENU_ITEM_CMS_INTENT_RELATIVE_COLORIMETRIC + msgid "Relative colorimetric" +-msgstr "" ++msgstr "Colorimetría relativa" + + #. SUBMENU_ITEM_CMS_INTENT_ABSOLUTE_COLORIMETRIC + msgid "Absolute colorimentric" +-msgstr "" ++msgstr "Colorimetría relativa" + + #. SUBMENU_ITEM_CMS_INTENT_SATURATION +-#, fuzzy + msgid "Saturation" +-msgstr "autorización" ++msgstr "Saturación" + + #. MENU_ITEM_CMS_GAMUT_CHECK + msgid "Gamut check" +-msgstr "" ++msgstr "Prueba de Gamut" + + #. MENU_ITEM_CMS_GAMUT_ALARM_COLOR + msgid "Gamut alarm color" +-msgstr "" ++msgstr "Alarma de color de Gamut" + + #. SUBMENU_ITEM_CMS_COLOR_BLACK + msgid "Black" +-msgstr "" ++msgstr "Negro" + + #. SUBMENU_ITEM_CMS_COLOR_GRAY + msgid "Gray" +-msgstr "" ++msgstr "Gris" + + #. SUBMENU_ITEM_CMS_COLOR_WHITE +-#, fuzzy + msgid "White" +-msgstr "escribir" ++msgstr "Blanco" + + #. SUBMENU_ITEM_CMS_COLOR_RED +-#, fuzzy + msgid "Red" +-msgstr "Reducir" ++msgstr "Rojo" + + #. SUBMENU_ITEM_CMS_COLOR_GREEN + msgid "Green" +-msgstr "" ++msgstr "Verde" + + #. SUBMENU_ITEM_CMS_COLOR_BLUE +-#, fuzzy + msgid "Blue" +-msgstr "Desenfoque" ++msgstr "Azul" + + #. MENU_ITEM_COUNTER_LEN_INACTIVE + msgid "inactive" +@@ -1498,14 +1436,12 @@ + msgstr "Compresión CCITT 1D Huffman" + + #. MENU_ITEM_TIFF_COMP_CCITFAX3 +-#, fuzzy + msgid "CCITT Group 3 fax compression" +-msgstr "Compresión CCITT Grupo 3 Fax" ++msgstr "Compresión CCITT fax Grupo 3" + + #. MENU_ITEM_TIFF_COMP_CCITFAX4 +-#, fuzzy + msgid "CCITT Group 4 fax compression" +-msgstr "Compresión CCITT Grupo 4 Fax" ++msgstr "Compresión CCITT fax Grupo 4" + + #. MENU_ITEM_TIFF_COMP_JPEG + msgid "JPEG DCT compression" +@@ -1513,32 +1449,31 @@ + + #. MENU_ITEM_TIFF_COMP_PACKBITS + msgid "pack bits" +-msgstr "paquetes de bits" ++msgstr "paquete de bits" + + #. MENU_ITEM_TIFF_COMP_DEFLATE +-#, fuzzy + msgid "deflate" +-msgstr "retrasado" ++msgstr "rebajar" + + #. MENU_ITEM_RANGE_SCALE + msgid "Slider (Scale)" +-msgstr "Diapositiva (Escala)" ++msgstr "Deslizador (Escala)" + + #. MENU_ITEM_RANGE_SCROLLBAR + msgid "Slider (Scrollbar)" +-msgstr "Deslizador (Barra de scroll)" ++msgstr "Deslizador (Barra de desplazamiento)" + + #. MENU_ITEM_RANGE_SPINBUTTON + msgid "Spinbutton" +-msgstr "Botón de spin" ++msgstr "Botón de ajuste" + + #. MENU_ITEM_RANGE_SCALE_SPIN + msgid "Scale and Spinbutton" +-msgstr "Escala y botón de spin" ++msgstr "Escala y botón de ajuste" + + #. MENU_ITEM_RANGE_SCROLL_SPIN + msgid "Scrollbar and Spinbutton" +-msgstr "Barra de scroll y botón de spin" ++msgstr "Barra de desplazamiento y botón de ajuste" + + #. MENU_ITEM_LINEART_MODE_STANDARD + msgid "Standard options window (lineart)" +@@ -1566,58 +1501,55 @@ + + #. MENU_ITEM_MEDIUM_ADD + msgid "Add medium definition" +-msgstr "Agragar definición de medio" ++msgstr "Añadir definición de medio" + + #. MENU_ITEM_RENAME + msgid "Rename item" +-msgstr "Renombrar item" ++msgstr "Renombrar elemento" + + #. MENU_ITEM_DELETE + msgid "Delete item" +-msgstr "Borrar item" ++msgstr "Borrar elemento" + + #. MENU_ITEM_MOVE_UP + msgid "Move item up" +-msgstr "Mover item arriba" ++msgstr "Mover elemento hacia arriba" + + #. MENU_ITEM_MOVE_DWN + msgid "Move item down" +-msgstr "Mover item abajo" ++msgstr "Mover elemento hacia abajo" + + #. MENU_ITEM_AUTH_NONE +-#, fuzzy + msgid "no authentication" +-msgstr "Autentificación POP3" ++msgstr "sin autenticación" + + #. MENU_ITEM_AUTH_POP3 + msgid "POP3 before SMTP" +-msgstr "" ++msgstr "POP3 antes de SMTP" + + #. MENU_ITEM_AUTH_ASMTP_PLAIN + msgid "ASMTP Plain" +-msgstr "" ++msgstr "ASMTP simple" + + #. MENU_ITEM_AUTH_ASMTP_LOGIN + msgid "ASMTP Login" +-msgstr "" ++msgstr "Acceso ASMTP" + + #. MENU_ITEM_AUTH_ASMTP_CRAM_MD5 + msgid "ASMTP CRAM-MD5" +-msgstr "" ++msgstr "ASMTP CRAM-MD5" + + #. MENU_ITEM_CMS_FUNCTION_EMBED_SCANNER_ICM_PROFILE +-#, fuzzy + msgid "Embed scanner ICM profile" +-msgstr "Borrar impresora" ++msgstr "Incluir perfil ICM del escáner" + + #. MENU_ITEM_CMS_FUNCTION_CONVERT_TO_SRGB + msgid "Convert to sRGB" +-msgstr "" ++msgstr "Convertir a sRGB" + + #. MENU_ITEM_FUNCTION_CONVERT_TO_WORKING_CS +-#, fuzzy + msgid "Convert to working color space" +-msgstr "Autocorregir colores" ++msgstr "Convertir a espacio de color de trabajo" + + #. PROGRESS_SCANNING + msgid "Scanning" +@@ -1629,38 +1561,36 @@ + msgstr "Recibiendo datos %s" + + #. PROGRESS_PAGE +-#, fuzzy + msgid "page" +-msgstr "paquete" ++msgstr "página" + + #. PROGRESS_TRANSFERRING_DATA +-#, fuzzy + msgid "Transferring image" +-msgstr "Transfiriendo imagen" ++msgstr "Transfiriendo la imagen" + + #. PROGRESS_ROTATING_DATA + msgid "Rotating image" +-msgstr "Rotando imagen" ++msgstr "Rotando la imagen" + + #. PROGRESS_MIRRORING_DATA + msgid "Mirroring image" +-msgstr "Espejando imagen" ++msgstr "Reflejando imagen" + + #. PROGRESS_PACKING_DATA + msgid "Packing image" +-msgstr "Comprimiendo imagen" ++msgstr "Comprimiendo la imagen" + + #. PROGRESS_CONVERTING_DATA + msgid "Converting image" +-msgstr "Convirtiendo imagen" ++msgstr "Convirtiendola imagen" + + #. PROGRESS_SAVING_DATA + msgid "Saving image" +-msgstr "Guardando imagen" ++msgstr "Guardando la imagen" + + #. PROGRESS_CLONING_DATA + msgid "Cloning image" +-msgstr "Clonando imagen" ++msgstr "Duplicando la imagen" + + #. PROGRESS_SCALING_DATA + msgid "Scaling image" +@@ -1668,266 +1598,237 @@ + + #. PROGRESS_DESPECKLING_DATA + msgid "Despeckling image" +-msgstr "Desparasitando imagen" ++msgstr "Desparasitando la imagen" + + #. PROGRESS_BLURING_DATA + msgid "Bluring image" +-msgstr "Desenfocando imagen" ++msgstr "Desenfocando la imagen" + + #. PROGRESS_OCR + msgid "OCR in progress" + msgstr "OCR en progreso" + + #. PROGRESS_ICM_CONVERSION +-#, fuzzy + msgid "converting colors" +-msgstr "Autocorregir colores" ++msgstr "convirtiendo los colores" + + #. DESC_SCAN_START + msgid "Start scan " +-msgstr "Comenzar escaneo " ++msgstr "Comenzar el escaneo " + + #. DESC_SCAN_CANCEL + msgid "Cancel scan " +-msgstr "Cancelar escaneo " ++msgstr "Cancelar el escaneo " + + #. DESC_PREVIEW_ACQUIRE + msgid "Acquire preview scan " +-msgstr "Adquirir vista previa del escaneo " ++msgstr "Obtener vista previa del escaneo " + + #. DESC_PREVIEW_CANCEL + msgid "Cancel preview scan " +-msgstr "Cancelar vista previa del escaneo " ++msgstr "Cancelar la vista previa del escaneo " + + #. DESC_XSANE_MODE +-#, fuzzy +-msgid "" +-"viewer-, save-, photocopy-, multipage-, fax-" +-" or e-mail-" +-msgstr "" +-"guardar-, ver-, fotocopia-, fax- ó correo " +-"electrónico-" ++msgid "viewer-, save-, photocopy-, multipage-, fax- or e-mail-" ++msgstr "visualizar-, guardar-, fotocopia-, multiples páginas-, fax- ó correo-e-" + + #. DESC_XSANE_MEDIUM +-#, fuzzy + msgid "" + "Select source medium type.\n" +-"To rename, reorder or delete an entry use context menu (alternate mouse " +-"button).\n" +-"To create a medium enable the option edit medium definition in preferences " +-"menu." ++"To rename, reorder or delete an entry use context menu (alternate mouse button).\n" ++"To create a medium enable the option edit medium definition in preferences menu." + msgstr "" +-"Elegir tipo de medio fuente. \n" +-"Para renombrar, reordenar o borrar una entrada use el menu de contexto " +-"(botón derecho del ratón). \n" +-"Para crear un 'medio' habilitar la opción 'editar definición de medio'en el " +-"menú de preferencias." ++"Elegir tipo de medio fuente.\n" ++"Para renombrar, reordenar o borrar una entrada use el menú de contexto (botón derecho del ratón).\n" ++"Para crear un «medio» activar la opción «editar definición de medio» en el menú de preferencias." + + #. DESC_FILENAME_COUNTER_STEP + msgid "Value that is added to filenamecounter after scan" +-msgstr "" +-"Valor que se agrega al contador de nombre de archivo despues de escanear" ++msgstr "Valor que se añade al contador de nombre de archivo después de escanear" + + #. DESC_BROWSE_FILENAME + msgid "Browse for image filename" +-msgstr "Explorar nombre de archivo de imagen" ++msgstr "Explorar por nombre de archivo de imagen" + + #. DESC_FILENAME + msgid "Filename for scanned image" + msgstr "Nombre de archivo para la imagen escaneada" + + #. DESC_FILETYPE +-msgid "" +-"Type of image format, the suitable filename extension is automatically added " +-"to the filename" +-msgstr "" +-"Tipo de formato de imagen, la extensión adecuada se agregará " +-"automáticamente al nombre de archivo" ++msgid "Type of image format, the suitable filename extension is automatically added to the filename" ++msgstr "Tipo de formato de imagen, la extensión adecuada se añadirá automáticamente al nombre de archivo" + + #. DESC_FAXPROJECT +-#, fuzzy + msgid "Enter fax project directory name" +-msgstr "Explorar para directorio temporal" ++msgstr "Introduzca el nombre del directorio de proyectos de fax" + + #. DESC_FAXPAGENAME + msgid "Enter new name for faxpage" +-msgstr "Ingrese nuevo nombre para la página de fax" ++msgstr "Introduzca un nuevo nombre para la página de fax" + + #. DESC_FAXRECEIVER + msgid "Enter receiver phone number or address" +-msgstr "Ingrese número de teléfono del receptor ó dirección" ++msgstr "Introduzca el número de teléfono o la dirección del receptor" + + #. DESC_FAX_PROJECT_BROWSE +-#, fuzzy + msgid "Browse for fax project directory" +-msgstr "Explorar para directorio temporal" ++msgstr "Explorar por directorio de proyecto de fax" + + #. DESC_EMAIL_PROJECT +-#, fuzzy + msgid "Enter e-mail project directory name" +-msgstr "Explorar para directorio temporal" ++msgstr "Introduzca el nombree del directorio de proyectos de correo-e" + + #. DESC_EMAIL_IMAGENAME +-#, fuzzy + msgid "Enter new name for e-mail image" +-msgstr "Ingresar nuevo nombre para la imagen de correo electrónico" ++msgstr "Introduzca un nombre nuevo para la imagen de correo-e" + + #. DESC_EMAIL_RECEIVER +-#, fuzzy + msgid "Enter e-mail address" +-msgstr "Ingresar dirección de correo electrónico" ++msgstr "Introduzca la dirección de correo-e" + + #. DESC_EMAIL_PROJECT_BROWSE +-#, fuzzy + msgid "Browse for email project directory" +-msgstr "Explorar para directorio temporal" ++msgstr "Explorar por directorio de proyecto de correo-e" + + #. DESC_EMAIL_SUBJECT +-#, fuzzy + msgid "Enter subject of e-mail" +-msgstr "Ingresar asunto de correo electrónico" ++msgstr "Introduzca el asunto del correo-e" + + #. DESC_EMAIL_FILETYPE + msgid "Select filetype for image attachments" + msgstr "Seleccionar tipo de archivo para imagen adjunta" + + #. DESC_MULTIPAGE_PROJECT +-#, fuzzy + msgid "Enter multipage project directory name" +-msgstr "Explorar para directorio temporal" ++msgstr "Introduzca el nombre del directorio de proyecto de páginas múltiples" + + #. DESC_MULTIPAGE_PROJECT_BROWSE +-#, fuzzy + msgid "Browse for multipage project directory" +-msgstr "Explorar para directorio temporal" ++msgstr "Buscar por directorio de proyecto de múltiples páginas" + + #. DESC_MULTIPAGE_FILETYPE +-#, fuzzy + msgid "Select filetype for multipage file" +-msgstr "Seleccionar tipo de archivo para imagen adjunta" ++msgstr "Definir tipo de archivo para archivo de páginas múltiples" + + #. DESC_PRESET_AREA_RENAME + msgid "Enter new name for preset area" +-msgstr "Ingresar nuevo nombre para el área de preset" ++msgstr "Introduzca un nombre nuevo para la preselección de área" + + #. DESC_PRESET_AREA_ADD + msgid "Enter name for new preset area" +-msgstr "Ingresar nuevo nombre para el área de preset" ++msgstr "Introduzca un nombre para una nueva preselección de área" + + #. DESC_MEDIUM_RENAME + msgid "Enter new name for medium definition" +-msgstr "Ingresar nuevo nombre para definición de medio" ++msgstr "Introduzca un nombre nuevo para definición de medio" + + #. DESC_MEDIUM_ADD + msgid "Enter name for new medium definition" +-msgstr "Ingresar nuevo nombre para definición de medio" ++msgstr "Introduzca un nombre para una nueva definición de medio" + + #. DESC_PRINTER_SELECT + msgid "Select printerdefinition " +-msgstr "Seleccionar definición de impresora " ++msgstr "Seleccionar definición de impresora " + + #. DESC_RESOLUTION + msgid "Set scan resolution" +-msgstr "Establecer resolución de escaneo" ++msgstr "Definir la resolución de escaneo" + + #. DESC_RESOLUTION_X + msgid "Set scan resolution for x direction" +-msgstr "Establecer resolución de escaneo en la dirección x" ++msgstr "Definir resolución de escaneo en la dirección X" + + #. DESC_RESOLUTION_Y + msgid "Set scan resolution for y direction" +-msgstr "Establecer resolución de escaneo en la dirección y" ++msgstr "Definir resolución de escaneo en la dirección Y" + + #. DESC_ZOOM + msgid "Set zoomfactor" +-msgstr "Establecer factor de ampliación" ++msgstr "Definir el factor de ampliación" + + #. DESC_ZOOM_X + msgid "Set zoomfactor for x direction" +-msgstr "Establecer factor de ampliación para la dirección x" ++msgstr "Definir el factor de ampliación para la dirección X" + + #. DESC_ZOOM_Y + msgid "Set zoomfactor for y direction" +-msgstr "Establecer factor de ampliación para la dirección y" ++msgstr "Definir el factor de ampliación para la dirección Y" + + #. DESC_COPY_NUMBER + msgid "Set number of copies" +-msgstr "Establecer número de copias" ++msgstr "Definir el número de copias" + + #. DESC_NEGATIVE + msgid "Negative: Invert colors for scanning negatives " +-msgstr "Negativos: Invertir colores para escanear negativos " ++msgstr "Negativos: Invertir los colores para escanear negativos " + + #. DESC_GAMMA + msgid "Set gamma value" +-msgstr "Establecer valor de gamma" ++msgstr "Definir valor gamma" + + #. DESC_GAMMA_R + msgid "Set gamma value for red component" +-msgstr "Establecer valor de gamma para el componente rojo" ++msgstr "Definir valor gamma para el componente rojo" + + #. DESC_GAMMA_G + msgid "Set gamma value for green component" +-msgstr "Establecer valor de gamma para el componente verde" ++msgstr "Definir valor gamma para el componente verde" + + #. DESC_GAMMA_B + msgid "Set gamma value for blue component" +-msgstr "Establecer valor de gamma para el componente azul" ++msgstr "Definir valor gamma para el componente azul" + + #. DESC_BRIGHTNESS + msgid "Set brightness" +-msgstr "Establecer brillo" ++msgstr "Definir brillo" + + #. DESC_BRIGHTNESS_R + msgid "Set brightness for red component" +-msgstr "Establecer brillo para el componente rojo" ++msgstr "Definir brillo para el componente rojo" + + #. DESC_BRIGHTNESS_G + msgid "Set brightness for green component" +-msgstr "Establecer brillo para el componente verde" ++msgstr "Definir brillo para el componente verde" + + #. DESC_BRIGHTNESS_B + msgid "Set brightness for blue component" +-msgstr "Establecer brillo para el componente azul" ++msgstr "Definir brillo para el componente azul" + + #. DESC_CONTRAST + msgid "Set contrast" +-msgstr "Establecer contraste" ++msgstr "Definir contraste" + + #. DESC_CONTRAST_R + msgid "Set contrast for red component" +-msgstr "Establecer contraste para el componente rojo" ++msgstr "Definir contraste para el componente rojo" + + #. DESC_CONTRAST_G + msgid "Set contrast for green component" +-msgstr "Establecer contraste para el componente verde" ++msgstr "Definir contraste para el componente verde" + + #. DESC_CONTRAST_B + msgid "Set contrast for blue component" +-msgstr "Establecer contraste para el componente azul" ++msgstr "Definir contraste para el componente azul" + + #. DESC_THRESHOLD + msgid "Set threshold" +-msgstr "Establecer umbral" ++msgstr "Definir umbral" + + #. DESC_RGB_DEFAULT + msgid "" +-"RGB default: Set enhancement values for red, green and blue to default " +-"values :\n" ++"RGB default: Set enhancement values for red, green and blue to default values :\n" + " gamma = 1.0\n" + " brightness = 0\n" + " contrast = 0" + msgstr "" +-"RGB por omisión: Establecer valores de mejora para rojo, verde y azul a " +-"valores por omisión :\n" ++"RGB por omisión: Definir valores de mejora para rojo, verde y azul a valores por omisión :\n" + "gamma = 1.0\n" + "brillo = 0\n" + "contraste = 0" + + #. DESC_ENH_AUTO +-#, fuzzy + msgid "Autoadjust gamma, brightness and contrast " +-msgstr "Autoajustar gamma, brillo y contraste " ++msgstr "Ajustar automáticamente gamma, brillo y contraste " + + #. DESC_ENH_DEFAULT + msgid "" +@@ -1936,7 +1837,7 @@ + "brightness = 0\n" + "contrast = 0" + msgstr "" +-"Establecer valores de mejora por omisión :\n" ++"Definir valores de mejora por omisión :\n" + "gamma = 1.0\n" + "brillo = 0\n" + "contraste = 0" +@@ -1951,28 +1852,27 @@ + + #. DESC_HIST_INTENSITY + msgid "Show histogram of intensity/gray " +-msgstr "Mostrar histograma de intensidad/grises " ++msgstr "Mostrar el histograma de intensidad/grises " + + #. DESC_HIST_RED + msgid "Show histogram of red component " +-msgstr "Mostrar histograma de componente rojo " ++msgstr "Mostrar el histograma del componente rojo " + + #. DESC_HIST_GREEN + msgid "Show histogram of green component " +-msgstr "Mostrar histograma de componente verde " ++msgstr "Mostrar el histograma del componente verde " + + #. DESC_HIST_BLUE + msgid "Show histogram of blue component " +-msgstr "Mostrar histograma de componente azul " ++msgstr "Mostrar el histograma del componente azul " + + #. DESC_HIST_PIXEL + msgid "Display mode: show histogram with lines instead of pixels " +-msgstr "" +-"Modo de pantalla: mostrar histograma con líneas en vez de pixels " ++msgstr "Modo de pantalla: mostrar histograma con líneas en vez de píxeles " + + #. DESC_HIST_LOG + msgid "Show logarithm of pixelcount " +-msgstr "Mostrar logaritmo de la cuenta de pixels " ++msgstr "Mostrar logaritmo de la cuenta de píxeles " + + #. DESC_PRINTER_SETUP + msgid "Select definition to change" +@@ -1984,47 +1884,38 @@ + + #. DESC_PRINTER_COMMAND + msgid "Enter command to be executed in copy mode (e.g. \"lpr\")" +-msgstr "ingrese comando a ser ejecutado en modo copia (e.g. \"lpr\")" ++msgstr "Introduzca la orden a ejecutar en modo copia (p.e. «lpr»)" + + #. DESC_COPY_NUMBER_OPTION + msgid "Enter option for copy numbers" +-msgstr "Ingrese opción para el número de copias" ++msgstr "Introduzca la opción para el número de copias" + + #. DESC_PRINTER_LINEART_RESOLUTION +-msgid "" +-"Resolution with which lineart images are printed and saved in postscript" +-msgstr "" +-"Resolución con la que las imágenes de línea de arte son impresas y guardadas " +-"en postscript" ++msgid "Resolution with which lineart images are printed and saved in postscript" ++msgstr "Resolución con la que las imágenes de línea de arte son impresas y guardadas en postscript" + + #. DESC_PRINTER_GRAYSCALE_RESOLUTION +-msgid "" +-"Resolution with which grayscale images are printed and saved in postscript" +-msgstr "" +-"Resolución con la que las imágenes en tonos de grises son impresas y " +-"guardadas en postscript" ++msgid "Resolution with which grayscale images are printed and saved in postscript" ++msgstr "Resolución con la que las imágenes en tonos de grises son impresas y guardadas en postscript" + + #. DESC_PRINTER_COLOR_RESOLUTION + msgid "Resolution with which color images are printed and saved in postscript" +-msgstr "" +-"Resolución con la que las imágenes en color son impresas y guardadas en " +-"postscript" ++msgstr "Resolución con la que las imágenes en color son impresas y guardadas en PostScript" + + #. DESC_PRINTER_WIDTH + #. DESC_FAX_WIDTH + msgid "Width of printable area" +-msgstr "Anchura de area imprimible" ++msgstr "Anchura de área imprimible" + + #. DESC_PRINTER_HEIGHT + #. DESC_FAX_HEIGHT + msgid "Height of printable area" +-msgstr "Altura de area imprimible" ++msgstr "Altura de área imprimible" + + #. DESC_PRINTER_LEFTOFFSET + #. DESC_FAX_LEFTOFFSET + msgid "Left offset from the edge of the paper to the printable area" +-msgstr "" +-"Deplazamiento a la izquierda desde el borde del papel al área imprimible" ++msgstr "Deplazamiento a la izquierda desde el borde del papel al área imprimible" + + #. DESC_PRINTER_BOTTOMOFFSET + #. DESC_FAX_BOTTOMOFFSET +@@ -2033,37 +1924,39 @@ + + #. DESC_PRINTER_GAMMA + msgid "Additional gamma value for photocopy" +-msgstr "Valor de gamma adicional para fotocopia" ++msgstr "Valor gamma adicional para fotocopia" + + #. DESC_PRINTER_GAMMA_RED + msgid "Additional gamma value for red component for photocopy" +-msgstr "Valor de gamma adicional del valor rojo para fotocopia" ++msgstr "Valor gamma adicional del valor rojo para fotocopia" + + #. DESC_PRINTER_GAMMA_GREEN + msgid "Additional gamma value for green component for photocopy" +-msgstr "Valor de gamma adicional del valor verde para fotocopia" ++msgstr "Valor gamma adicional del valor verde para fotocopia" + + #. DESC_PRINTER_GAMMA_BLUE + msgid "Additional gamma value for blue component for photocopy" +-msgstr "Valor de gamma adicional del valor azul para fotocopia" ++msgstr "Valor gamma adicional del valor azul para fotocopia" + + #. DESC_PRINTER_EMBED_CSA + msgid "Creates a postscript file that contains the ICM profile of the scanner" +-msgstr "" ++msgstr "Crea un archivo PostScript que contiene el perfil ICM del escáner" + + #. DESC_PRINTER_EMBED_CRD + msgid "Creates a postscript file that contains the ICM profile of the printer" +-msgstr "" ++msgstr "Crea un archivo PostScript que contiene el perfil ICM de la impresora" + + #. DESC_PRINTER_CMS_BPC + msgid "Applies black point compensation" +-msgstr "" ++msgstr "Aplicada la compensación de punto negro" + + #. DESC_PRINTER_PS_FLATEDECODED + msgid "" + "Create zlib compressed postscript image for printer (flatedecode).\n" + "The printer has to understand postscript level 3!" + msgstr "" ++"Crear una imagen postscript comprimida con zlib para la impresora (flatedecode).\n" ++"¡La impresora tiene que entender postscript nivel 3!" + + #. DESC_TMP_PATH + msgid "Path to temp directory" +@@ -2071,270 +1964,197 @@ + + #. DESC_BUTTON_TMP_PATH_BROWSE + msgid "Browse for temporary directory" +-msgstr "Explorar para directorio temporal" ++msgstr "Explorar por directorio temporal" + + #. DESC_JPEG_QUALITY +-#, fuzzy +-msgid "" +-"Quality in percent if image is saved as JPEG or TIFF with JPEG compression" +-msgstr "" +-"Calidad en porcentaje si la imagen es guardada como jpeg ó tiff con " +-"compresión jpeg" ++msgid "Quality in percent if image is saved as JPEG or TIFF with JPEG compression" ++msgstr "Calidad en porcentaje si la imagen es guardada como JPEG ó TIFF con compresión JPEG" + + #. DESC_PNG_COMPRESSION +-#, fuzzy + msgid "Compression if image is saved as PNG" +-msgstr "Compresión si la imagen es guardada como png" ++msgstr "Compresión si la imagen es guardada como PNG" + + #. DESC_FILENAME_COUNTER_LEN + msgid "Minimum length of counter in filename" +-msgstr "Medida mínima del contador en el nombre de archivo" ++msgstr "Longitud mínima del contador en el nombre de archivo" + + #. DESC_TIFF_ZIP_COMPRESSION +-#, fuzzy + msgid "Compression rate for zip compressed TIFF (deflate)" +-msgstr "Tipo de compresión si la imagen de 8 bits es guardada como tiff" ++msgstr "Tasa de compresión zip para comprimir TIFF (rebajar)" + + #. DESC_TIFF_COMPRESSION_16 +-#, fuzzy + msgid "Compression type if 16 bit image is saved as TIFF" +-msgstr "Tipo de compresión si la imagen de 16 bits es guardada como tiff" ++msgstr "Tipo de compresión si la imagen de 16 bits es guardada como TIFF" + + #. DESC_TIFF_COMPRESSION_8 +-#, fuzzy + msgid "Compression type if 8 bit image is saved as TIFF" +-msgstr "Tipo de compresión si la imagen de 8 bits es guardada como tiff" ++msgstr "Tipo de compresión si la imagen de 8 bits es guardada como TIFF" + + #. DESC_TIFF_COMPRESSION_1 +-#, fuzzy + msgid "Compression type if lineart image is saved as TIFF" +-msgstr "Tipo de compresión si la imagen de línea de arte es guardada como tiff" ++msgstr "Tipo de compresión si la imagen de línea de arte es guardada como TIFF" + + #. DESC_SAVE_DEVPREFS_AT_EXIT + msgid "Save device dependant preferences in default file at exit of xsane" +-msgstr "" +-"Guardar preferencias dependientes del dispositivo en archivo por omisión al " +-"salir de XSane" ++msgstr "Guardar preferencias dependientes del dispositivo en archivo por omisión al salir de XSane" + + #. DESC_OVERWRITE_WARNING + msgid "Warn before overwriting an existing file" +-msgstr "Advertir antes de sobreescribir un archivo existente" ++msgstr "Avisar antes de sobreescribir un archivo existente" + + #. DESC_SKIP_EXISTING +-msgid "" +-"If filename counter is automatically increased, used numbers are skipped" +-msgstr "" +-"Si el contador de nombre archivo se incrementa automáticamente, los números " +-"presentes son salteados" ++msgid "If filename counter is automatically increased, used numbers are skipped" ++msgstr "Si el contador de nombre de archivo se incrementa automáticamente, se saltan los números utilizados" + + #. DESC_SAVE_PS_FLATEDECODED +-msgid "" +-"compress postscript image with zlib algorithm (flatedecode). When you want " +-"to print such a file your printer has to understand postscript level 3" +-msgstr "" ++msgid "compress postscript image with zlib algorithm (flatedecode). When you want to print such a file your printer has to understand postscript level 3" ++msgstr "comprimir la imagen PostScript con el algoritmo zlib (flatedecode). Cuando quiera imprimir tal archivo su impresora tiene que entender PostScript nivel 3" + + #. DESC_SAVE_PDF_FLATEDECODED + msgid "compress PDF image with zlib algorithm (flatedecode)." +-msgstr "" ++msgstr "compresión de imagen PDF con algoritmo zlib (decodificación plana)" + + #. DESC_SAVE_PNM16_AS_ASCII +-#, fuzzy +-msgid "" +-"When a 16 bit image shall be saved in PNM format then use ASCII format " +-"instead of binary format. The binary format is a new format that is not " +-"supported by all programs. The ASCII format is supported by more programs " +-"but it produces really huge files!!!" +-msgstr "" +-"Cuando una imagen de 16 bits deba guardarse en formato pnm use el formato " +-"ascii en vez del formato binario. El formato binario es un formato nuevo que " +-"no está soportado por todos los programas. ¡¡¡El formato ascii está " +-"soportado por la mayoría de los programas pero produce archivos realmente " +-"enormes!!!" ++msgid "When a 16 bit image shall be saved in PNM format then use ASCII format instead of binary format. The binary format is a new format that is not supported by all programs. The ASCII format is supported by more programs but it produces really huge files!!!" ++msgstr "Cuando una imagen de 16 bits deba guardarse en formato PNM use el formato ASCII en vez del formato binario. El formato binario es un formato nuevo que no está soportado por todos los programas. ¡¡¡El formato ASCII está soportado por la mayoría de los programas pero produce archivos realmente enormes!!!" + + #. DESC_REDUCE_16BIT_TO_8BIT +-#, fuzzy +-msgid "" +-"If scanner sends image with 16 bits/channel save image with 8 bits/channel" +-msgstr "" +-"Si el escáner envía imágenes de 16 bits/color guardar imágenes con 8 bits/" +-"color" ++msgid "If scanner sends image with 16 bits/channel save image with 8 bits/channel" ++msgstr "Si el escáner envía imágenes de 16 bits/canal guardar las imágenes con 8 bits/canal" + + #. DESC_PSFILE_WIDTH + msgid "Width of paper for postscript files" +-msgstr "Anchura de papel para archivos postscript" ++msgstr "Anchura de papel para archivos PostScript" + + #. DESC_PSFILE_HEIGHT + msgid "Height of paper for postscript files" +-msgstr "Altura de papel para archivos postscript" ++msgstr "Altura de papel para archivos PostScript" + + #. DESC_PSFILE_LEFTOFFSET +-msgid "" +-"Left offset from the edge of the paper to the usable area for postscript " +-"files" +-msgstr "" +-"Desplazamiento a la izquierda desde el borde del papel hasta el área usable " +-"para los archivos postscript" ++msgid "Left offset from the edge of the paper to the usable area for postscript files" ++msgstr "Desplazamiento a la izquierda desde el borde del papel hasta el área útil para los archivos PostScript" + + #. DESC_PSFILE_BOTTOMOFFSET +-msgid "" +-"Bottom offset from the edge of the paper to the usable area for postscript " +-"files" +-msgstr "" +-"Desplazamiento hacia abajo desde el borde del papel hasta el área usable " +-"para los archivos postscript" ++msgid "Bottom offset from the edge of the paper to the usable area for postscript files" ++msgstr "Desplazamiento hacia abajo desde el borde del papel hasta el área útil para los archivos PostScript" + + #. DESC_MAIN_WINDOW_FIXED + msgid "Use fixed main window size or scrolled, resizable main window" +-msgstr "" +-"Usar tamaño de ventana principal fijo ó uno de tamaño variable con scroll" ++msgstr "Usar tamaño de ventana principal fijo ó un tamaño variable con desplazamiento" + + #. DESC_DISABLE_GIMP_PREVIEW_GAMMA +-#, fuzzy + msgid "Disable preview gamma when XSane runs as GIMP plugin" +-msgstr "" +-"Deshabilitar el gamma de previsualización cuando XSane funciona como una " +-"extensión de GIMP" ++msgstr "Desactivar la vista previa gamma cuando XSane funciona como una extensión de GIMP" + + #. DESC_PREVIEW_COLORMAP + msgid "Use an own colormap for preview if display depth is 8 bpp" +-msgstr "" +-"Usar un mapa de colores propio si la profundidad de la pantalla es 8 bpp" ++msgstr "Usar un mapa de colores propio si la profundidad de la pantalla es de 8 bpp" + + #. DESC_SHOW_RANGE_MODE + msgid "Select how a range is displayed" + msgstr "Seleccionar cómo se muestra un rango" + + #. DESC_PREVIEW_OVERSAMPLING +-#, fuzzy + msgid "Value with which the calculated preview resolution is multiplied" +-msgstr "Valor con el que la resolución de la vista previa es multiplicado" ++msgstr "Valor calculado con el que la resolución de la vista previa se multiplica" + + #. DESC_PREVIEW_GAMMA + msgid "Set gamma correction value for preview image" +-msgstr "" +-"Establecer el valor de la corrección gamma para la imagen de previsualización" ++msgstr "Definir el valor de la corrección gamma para la imagen de vista previa" + + #. DESC_PREVIEW_GAMMA_RED + msgid "Set gamma correction value for red component of preview image" +-msgstr "" +-"Establecer el valor de la corrección gamma para el componente rojo de la " +-"imagen de previsualización" ++msgstr "Definir el valor de la corrección gamma para el componente rojo de la imagen de vista previa" + + #. DESC_PREVIEW_GAMMA_GREEN + msgid "Set gamma correction value for green component of preview image" +-msgstr "" +-"Establecer el valor de la corrección gamma para el valor verde de la imagen " +-"de previsualización" ++msgstr "Definir el valor de la corrección gamma para el valor verde de la imagen de vista previa" + + #. DESC_PREVIEW_GAMMA_BLUE + msgid "Set gamma correction value for blue component of preview image" +-msgstr "" +-"Establecer el valor de la corrección gamma para el valor azul de la imagen " +-"de previsualización" ++msgstr "Definir el valor de la corrección gamma para el valor azul de la imagen de vista previa" + + #. DESC_LINEART_MODE + msgid "Define the way XSane shall handle the threshold option" + msgstr "Definir la forma en que XSane manejará la opción umbral" + + #. DESC_GRAYSCALE_SCANMODE +-msgid "" +-"Select grayscale scanmode. This scanmode is used for lineart preview scan " +-"when transformation from grayscale to lineart is enabled" +-msgstr "" +-"Seleccionar modo de escaneo tonos de grises. Éste modo es usado para " +-"previsualización de línea de arte cuando la transformación de tonos de " +-"grises a línea de arte está habilitada" ++msgid "Select grayscale scanmode. This scanmode is used for lineart preview scan when transformation from grayscale to lineart is enabled" ++msgstr "Seleccionar el modo de escaneo de escala de grises. Éste modo es usado para la vista previa de línea de arte cuando la transformación de escala de grises a línea de arte está activada" + + #. DESC_PREVIEW_THRESHOLD_MIN + #, no-c-format + msgid "The scanner's minimum threshold level in %" +-msgstr "El mínimo nivel del umbral del escáner en %" ++msgstr "Nivel mínimo del umbral del escáner en %" + + #. DESC_PREVIEW_THRESHOLD_MAX + #, no-c-format + msgid "The scanner's maximum threshold level in %" +-msgstr "El máximo nivel del umbral del escáner en %" ++msgstr "Nivel máximo del umbral del escáner en %" + + #. DESC_PREVIEW_THRESHOLD_MUL +-msgid "" +-"Multiplier to make XSane threshold range and scanner threshold range the same" +-msgstr "" +-"Factor de multiplicación para hacer que el rango del umbral de XSane y el " +-"rango del umbral del escáner sean iguales" ++msgid "Multiplier to make XSane threshold range and scanner threshold range the same" ++msgstr "Factor de multiplicación para hacer que el rango del umbral de XSane y el rango del umbral del escáner sean iguales" + + #. DESC_PREVIEW_THRESHOLD_OFF +-msgid "" +-"Offset to make XSane threshold range and scanner threshold range the same" +-msgstr "" +-"Desplazamiento para hacer que el rango del umbral de XSane y el rango del " +-"umbral del escáner sean iguales" ++msgid "Offset to make XSane threshold range and scanner threshold range the same" ++msgstr "Desplazamiento para hacer que el rango del umbral de XSane y el rango del umbral del escáner sean iguales" + + #. DESC_ADF_PAGES_MAX + msgid "Number of pages to scan" +-msgstr "" ++msgstr "Número de páginas a escanear" + + #. DESC_PREVIEW_PIPETTE_RANGE + msgid "dimension of square that is used to average color for pipette function" +-msgstr "" +-"Dimensión del cuadrado que es usado para promediar color para la función " +-"pipeta" ++msgstr "Dimensión del cuadrado que se usa para promediar el color para la función pipeta" + + #. DESC_DOC_VIEWER +-#, fuzzy +-msgid "" +-"Enter command to be executed to display helpfiles, must be a HTML-viewer!" +-msgstr "" +-"Ingresar comando a ser ejecutado para mostrar archivos de ayuda, ¡debe ser " +-"un visualizador html!" ++msgid "Enter command to be executed to display helpfiles, must be a HTML-viewer!" ++msgstr "Introducir orden a ejecutar para mostrar archivos de ayuda, ¡debe ser un visor HTML!" + + #. DESC_AUTOENHANCE_GAMMA + msgid "Change gamma value when autoenhancement button is pressed" +-msgstr "Cambiar valor de gamma cuando el botón de automejora es presionado" ++msgstr "Cambiar valor gamma cuando se presiona el botón de mejora automática" + + #. DESC_PRESELECT_SCAN_AREA +-#, fuzzy + msgid "Select scan area after preview scan has finished" +-msgstr "" +-"Seleccionar área de escaneo después de que la previsualización ha concluído" ++msgstr "Seleccionar área de escaneo después de que la vista previa termine" + + #. DESC_AUTOCORRECT_COLORS + msgid "Do color correction after preview scan has finished" +-msgstr "" +-"Hacer corrección de color después de que la previsualización ha concluído" ++msgstr "Hacer corrección de color después de terminar el escaneo de la vista previa" + + #. DESC_RENDERING_INTENT +-#, fuzzy + msgid "Select rendering intent for preview and saving" +-msgstr "" +-"Seleccionar área de escaneo después de que la previsualización ha concluído" ++msgstr "Seleccione «Intento de renderizado» para vista previa e gardado" + + #. DESC_CMS_BPC + msgid "Apply black point compensation when color transformation is done" +-msgstr "" ++msgstr "Aplicar la compensación de punto negro una vez hecha la transformación de color" + + #. DESC_FAX_COMMAND + msgid "Enter command to be executed in fax mode" +-msgstr "Ingresar comando a ser ejecutado en modo de fax" ++msgstr "Introduzca la orden a ejecutar en modo de fax" + + #. DESC_FAX_RECEIVER_OPT + msgid "Enter option to specify receiver" +-msgstr "Ingresar opción para especificar un receptor" ++msgstr "Introduzca la opción para especificar un receptor" + + #. DESC_FAX_POSTSCRIPT_OPT + msgid "Enter option to specify postscript files following" +-msgstr "Ingresar opción para especificar archivos postscript siguientes" ++msgstr "Introduzca la opción para especificar los archivos PostScript siguientes" + + #. DESC_FAX_NORMAL_OPT + msgid "Enter option to specify normal mode (low resolution)" +-msgstr "Ingresar opción para especificar modo normal (baja resolución)" ++msgstr "Introduzca la opción para especificar el modo normal (baja resolución)" + + #. DESC_FAX_FINE_OPT + msgid "Enter option to specify fine mode (high resolution)" +-msgstr "Ingresar opción para especificar modo fino (alta resolución)" ++msgstr "Introduzca la opción para especificar el modo fino (alta resolución)" + + #. DESC_FAX_VIEWER + msgid "Enter command to be executed to view a fax" +-msgstr "Ingresar comando a ser ejecutado para ver un fax" ++msgstr "Introduzca la orden a ejecutar" + + #. DESC_FAX_FINE_MODE + msgid "Send fax with high vertical resolution (196 lpi instead of 98 lpi)" +@@ -2342,89 +2162,71 @@ + + #. DESC_FAX_PS_FLATEDECODED + msgid "Create zlib compressed postscript image for fax (flatedecode)" +-msgstr "" ++msgstr "Crear imagen postscript comprimida para fax (decodificación plana)" + + #. DESC_SMTP_SERVER + msgid "IP Address or Domain name of SMTP server" +-msgstr "Dirección IP ó nombre de Dominio del servidor SMTP" ++msgstr "Dirección IP ó nombre de dominio del servidor SMTP" + + #. DESC_SMTP_PORT + msgid "port to connect to SMTP server" +-msgstr "puerto a conectar del servidor SMTP" ++msgstr "puerto para conectar al servidor SMTP" + + #. DESC_EMAIL_FROM +-#, fuzzy + msgid "enter your e-mail address" +-msgstr "Ingresar su dirección de correo electrónico" ++msgstr "Introduzca su dirección de correo-e" + + #. DESC_EMAIL_REPLY_TO +-#, fuzzy + msgid "enter e-mail address for replied e-mails" +-msgstr "" +-"Ingresar dirección de correo electrónico para los correos electrónicos " +-"respondidos" ++msgstr "introduzca la dirección de correo-e para los correo-e respondidos" + + #. DESC_EMAIL_AUTHENTICATION +-#, fuzzy + msgid "Type of authentication before sending e-mail" +-msgstr "Autentificar en un servidor POP3 antes de enviar el correo electrónico" ++msgstr "Tipo de autenticación antes de enviar correo-e" + + #. DESC_EMAIL_AUTH_USER +-#, fuzzy + msgid "user name for e-mail server" +-msgstr "nombre de usuario para el servidor POP3" ++msgstr "nombre de usuario para el servidor de correo-e" + + #. DESC_EMAIL_AUTH_PASS +-#, fuzzy + msgid "password for e-mail server" +-msgstr "contraseña para el servidor POP3" ++msgstr "contraseña para el servidor de correo-e" + + #. DESC_POP3_SERVER + msgid "IP Address or Domain name of POP3 server" +-msgstr "Dirección IP ó nombre de Dominio del servidor POP3" ++msgstr "Dirección IP ó nombre de dominio del servidor POP3" + + #. DESC_POP3_PORT + msgid "port to connect to POP3 server" +-msgstr "puerto a conectar al servidor POP3" ++msgstr "puerto para conectar al servidor POP3" + + #. DESC_HTML_EMAIL +-#, fuzzy + msgid "E-mail is sent in HTML mode, place image with: " +-msgstr "" +-"El correo electrónico se envía en modo html, coloque la imagen con: " ++msgstr "El correo-e se envía en modo HTML, coloque la imagen con: " + + #. DESC_OCR_COMMAND +-#, fuzzy + msgid "Enter command to start OCR program" +-msgstr "Ingresar comando para lanzar programa de OCR" ++msgstr "Introduzca la orden para iniciar el programa de OCR" + + #. DESC_OCR_INPUTFILE_OPT +-#, fuzzy + msgid "Enter option of the OCR program to define input file" +-msgstr "" +-"Ingresar opción para el programa de OCR para definir archivo de entrada" ++msgstr "Introduzca la opción para el programa de OCR para definir el archivo de entrada" + + #. DESC_OCR_OUTPUTFILE_OPT +-#, fuzzy + msgid "Enter option of the OCR program to define output file" +-msgstr "ngresar opción para el programa de OCR para definir archivo de salida" ++msgstr "Introduzca la opción para el programa de OCR para definir el archivo de salida" + + #. DESC_OCR_USE_GUI_PIPE_OPT +-#, fuzzy + msgid "Define if the OCR program supports gui progress pipe" +-msgstr "Definir si el programa de ocr soporta tubería de proceso GUI" ++msgstr "Definir si el programa de OCR soporta la canalización de indicador de progreso" + + #. DESC_OCR_OUTFD_OPT +-#, fuzzy +-msgid "" +-"Enter option of the OCR program to define output filedescripor in GUI mode" +-msgstr "" +-"Ingresar opción para el programa de ocr para definir descriptor de archivo " +-"de salida en modo GUI" ++msgid "Enter option of the OCR program to define output filedescripor in GUI mode" ++msgstr "Introduzca la opción para el programa de OCR para definir descriptor de archivo de salida en modo IGU" + + #. DESC_OCR_PROGRESS_KEYWORD + msgid "Define Keyword that is used to mark progress information" +-msgstr "Palabra clave que se usa para indicar información de progreso" ++msgstr "Palabra clave usada para marcar información de progreso" + + #. DESC_PERMISSION_READ + msgid "read" +@@ -2435,9 +2237,8 @@ + msgstr "escribir" + + #. DESC_PERMISSION_SEARCH +-#, fuzzy + msgid "search" +-msgstr "usuario" ++msgstr "buscar" + + #. DESC_ADD_BATCH + msgid "Add selection for batch scan" +@@ -2456,7 +2257,6 @@ + msgstr "Tomar punto negro" + + #. DESC_ZOOM_FULL +-#, fuzzy + msgid "Use full scan area" + msgstr "Usar área de escaneo completa" + +@@ -2467,11 +2267,11 @@ + + #. DESC_ZOOM_IN + msgid "Click at position to zoom to" +-msgstr "Hacer click en la posición para hacer zoom a" ++msgstr "Hacer clic en la posición para hacer zoom a" + + #. DESC_ZOOM_AREA + msgid "Zoom into selected area" +-msgstr "Ampliar dentro del área seleccionada" ++msgstr "Ampliar precisamente el área seleccionada" + + #. DESC_ZOOM_UNDO + msgid "Undo last zoom" +@@ -2479,40 +2279,35 @@ + + #. DESC_FULL_PREVIEW_AREA + msgid "Select visible area" +-msgstr "Seleccionar area visible" ++msgstr "Seleccionar la área visible" + + #. DESC_AUTOSELECT_SCAN_AREA +-#, fuzzy + msgid "Autoselect scan area" +-msgstr "Autoseleccionar área de escaneado" ++msgstr "Seleccionar automáticamente el área de escaneo" + + #. DESC_AUTORAISE_SCAN_AREA +-#, fuzzy + msgid "Autoraise scan area" +-msgstr "Autoseleccionar área de escaneado" ++msgstr "Levantar automáticamente el área de escaneo" + + #. DESC_DELETE_IMAGES + msgid "Delete preview image cache" +-msgstr "Borrar cache de imagen de previsualización" ++msgstr "Borrar la caché de imagen de la vista previa" + + #. DESC_PRESET_AREA +-#, fuzzy + msgid "" + "Preset area:\n" +-"To add new area or edit an existing area use context menu (alternate mouse " +-"button)." ++"To add new area or edit an existing area use context menu (alternate mouse button)." + msgstr "" +-"Área de preset:\n" +-"Para agregar una nueva área o editar una existente usar el menú de contexto " +-"(botón derecho del ratón)." ++"Preselección de área:\n" ++"Para añadir una nueva área o editar una existente utilice el menú de contexto (botón derecho del ratón)." + + #. DESC_ROTATION + msgid "Rotate preview and scan" +-msgstr "Rotar previsualización y escanear" ++msgstr "Rotar la vista previa y escanear" + + #. DESC_RATIO + msgid "Aspect ratio of selection" +-msgstr "Relación de aspecto de selección" ++msgstr "Relación de aspecto de la selección" + + #. DESC_PAPER_ORIENTATION + msgid "Define image position for printing" +@@ -2531,27 +2326,24 @@ + msgstr "Clonar imagen" + + #. DESC_ROTATE90 +-#, fuzzy + msgid "Rotate image 90 degrees" + msgstr "Rotar imagen 90 grados" + + #. DESC_ROTATE180 +-#, fuzzy + msgid "Rotate image 180 degrees" + msgstr "Rotar imagen 180 grados" + + #. DESC_ROTATE270 +-#, fuzzy + msgid "Rotate image 270 degrees" + msgstr "Rotar imagen 270 grados" + + #. DESC_MIRROR_X + msgid "Mirror image at vertical axis" +-msgstr "Espejar imagen sobre el eje vertical" ++msgstr "Reflejar la imagen sobre el eje vertical" + + #. DESC_MIRROR_Y + msgid "Mirror image at horizontal axis" +-msgstr "Espejar imagen sobre el eje horizontal" ++msgstr "Reflejar la imagen sobre el eje horizontal" + + #. DESC_VIEWER_ZOOM + msgid "Zoom image" +@@ -2578,30 +2370,28 @@ + msgstr "Factor de Escala Y" + + #. DESC_SCALE_WIDTH +-#, fuzzy + msgid "Scale image to width [pixels]" +-msgstr "Escalar imagen a ancho [en pixels]" ++msgstr "Ajustar la imagen al ancho [en píxeles]" + + #. DESC_SCALE_HEIGHT +-#, fuzzy + msgid "Scale image to height [pixels]" +-msgstr "Escalar imagen a alto [en pixels]" ++msgstr "Ajustar la imagen al alto [en píxeles]" + + #. DESC_BATCH_LIST_EMPTY + msgid "Empty batch list" +-msgstr "Vaciar lista de proceso por lotes" ++msgstr "Vaciar la lista de proceso por lotes" + + #. DESC_BATCH_LIST_SAVE + msgid "Save batch list" +-msgstr "Guardar lista de proceso por lotes" ++msgstr "Guardar la lista de proceso por lotes" + + #. DESC_BATCH_LIST_LOAD + msgid "Load batch list" +-msgstr "Cargar lista de proceso por lotes" ++msgstr "Cargar la lista de proceso por lotes" + + #. DESC_BATCH_RENAME + msgid "Rename area" +-msgstr "Renombrar area" ++msgstr "Renombrar el área" + + #. DESC_BATCH_ADD + msgid "Add selected preview area to batch list" +@@ -2609,45 +2399,39 @@ + + #. DESC_BATCH_DEL + msgid "Delete selected area from batch list" +-msgstr "Borrar area seleccionada de la lista de proceso por lotes" ++msgstr "Borrar área seleccionada de la lista de proceso por lotes" + + #. DESC_AUTOMATIC + msgid "Turns on automatic mode" +-msgstr "Enciende modo automático" ++msgstr "Activa el modo automático" + + #. DESC_BUTTON_SCANNER_DEFAULT_COLOR_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for scanner default color ICM-profile" +-msgstr "Explorar nombre de archivo de imagen" ++msgstr "Buscar por perfil de color ICM predeterminado del escáner" + + #. DESC_BUTTON_SCANNER_DEFAULT_GRAY_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for scanner default gray ICM-profile" +-msgstr "Explorar nombre de archivo de imagen" ++msgstr "Buscar por perfil de escala de grises ICM predeterminado del escáner" + + #. DESC_BUTTON_DISPLAY_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for display ICM-profile" +-msgstr "Explorar nombre de archivo de imagen" ++msgstr "Buscar por perfil ICM de pantalla" + + #. DESC_BUTTON_PRINTER_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for printer ICM-profile" +-msgstr "Explorar nombre de archivo de imagen" ++msgstr "Buscar por perfil ICM de impresora" + + #. DESC_BUTTON_CUSTOM_PROOFING_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for custom proofing ICM-profile" +-msgstr "Explorar nombre de archivo de imagen" ++msgstr "Buscar por perfil ICM de prueba personalizado" + + #. DESC_BUTTON_WORKING_COLOR_SPACE_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for working color space ICM-profile" +-msgstr "Explorar nombre de archivo de imagen" ++msgstr "Buscar por perfil ICM de espacio de color de trabajo" + + #. ERR_HOME_DIR + msgid "Failed to determine home directory:" +-msgstr "Falló al determinar el directorio home:" ++msgstr "Falló al determinar el directorio personal:" + + #. ERR_CHANGE_WORKING_DIR + msgid "Failed to change working directory to" +@@ -2655,7 +2439,7 @@ + + #. ERR_FILENAME_TOO_LONG + msgid "Filename too long" +-msgstr "Archivo demasiado grande" ++msgstr "Nombre de archivo demasiado grande" + + #. ERR_CREATE_TEMP_FILE + msgid "" +@@ -2664,6 +2448,10 @@ + "select a temporary directory where you have\n" + "write permissions." + msgstr "" ++"No se pudo crear el archivo temporal.\n" ++"Abra el menú Preferencias->Configuración->Directorio temporal\n" ++"y seleccione un directorio temporal donde tenga\n" ++"permisos de escritura." + + #. ERR_SET_OPTION + msgid "Failed to set value of option" +@@ -2683,52 +2471,51 @@ + + #. ERR_NO_DEVICES + msgid "no devices available" +-msgstr "no hay dispositivos obtenibles" ++msgstr "no hay dispositivos disponibles" + + #. ERR_DURING_READ + msgid "Error during read:" +-msgstr "Error durante lectura:" ++msgstr "Error mientras se leía:" + + #. ERR_DURING_SAVE + msgid "Error during save:" +-msgstr "Error durante guardado:" ++msgstr "Error mientras se guardaba:" + + #. ERR_BAD_DEPTH + msgid "Can't handle depth" +-msgstr "No puede manejar la profundidad" ++msgstr "No se puede manejar la profundidad" + + #. ERR_UNKNOWN_SAVING_FORMAT + msgid "Unknown file format for saving" +-msgstr "Formato de archivo desconocido para guardar" ++msgstr "Formato de archivo desconocido para guardar" + + #. ERR_OPEN_FAILED + msgid "Failed to open" + msgstr "Falló al abrir" + + #. ERR_CREATE_SECURE_FILE +-#, fuzzy + msgid "Could not create secure file (maybe a link does exist):" +-msgstr "No se puede crear un archivo seguro (puede ser que exista un link):" ++msgstr "No se puede crear un archivo seguro (puede ser que exista un enlace):" + + #. ERR_FAILED_PRINTER_PIPE + msgid "Failed to open pipe for executing printercommand" +-msgstr "Falló al abrir tubería para ejecutar comando de impresión" ++msgstr "Falló al abrir la canalización para ejecutar la orden de impresión" + + #. ERR_FAILED_EXEC_PRINTER_CMD + msgid "Failed to execute printercommand:" +-msgstr "Falló al ejecutar comando de impresión:" ++msgstr "Falló al ejecutar la orden de impresión:" + + #. ERR_FAILED_START_SCANNER + msgid "Failed to start scanner:" +-msgstr "Falló al encender escáner:" ++msgstr "Falló al iniciar el escáner:" + + #. ERR_FAILED_GET_PARAMS + msgid "Failed to get parameters:" +-msgstr "Falló al tomar parámetros:" ++msgstr "No se han podido obtener los parámetros:" + + #. ERR_NO_OUTPUT_FORMAT + msgid "No output format given" +-msgstr "No se dio formato de salida" ++msgstr "Formato de salida no determinado" + + #. ERR_NO_MEM + msgid "out of memory" +@@ -2736,24 +2523,23 @@ + + #. ERR_TOO_MUCH_DATA + msgid "Backend sends more image data than it defined in parameters" +-msgstr "" +-"El Backend envía más datos de imagen que los definidos en los parámetros" ++msgstr "El motor envía más datos de imagen que los definidos en los parámetros" + + #. ERR_LIBTIFF + msgid "LIBTIFF reports error" +-msgstr "LIBTIFF reporta un error" ++msgstr "LIBTIFF informa de un error" + + #. ERR_LIBPNG + msgid "LIBPNG reports error" +-msgstr "LIBPNG reporta un error" ++msgstr "LIBPNG informa de un error" + + #. ERR_LIBJPEG + msgid "LIBJPEG reports error" +-msgstr "LIBJPE G reporta un error" ++msgstr "LIBJPE G informa de un error" + + #. ERR_ZLIB + msgid "ZLIB error or memory allocation problem" +-msgstr "" ++msgstr "Error en ZLIB o problema de asignación de memoria" + + #. ERR_UNKNOWN_TYPE + msgid "unknown type" +@@ -2761,7 +2547,7 @@ + + #. ERR_UNKNOWN_CONSTRAINT_TYPE + msgid "unknown constraint type" +-msgstr "Tipo de restricción desconocida" ++msgstr "restricción de tipo desconocido" + + #. ERR_OPTION_NAME_NULL + msgid "Option has empty name (NULL)." +@@ -2769,32 +2555,31 @@ + + #. ERR_BACKEND_BUG + msgid "This is a backend bug. Please inform the author of the backend!" +-msgstr "Éste es un error del backend. ¡Favor de informar al autor del backend!" ++msgstr "Este es un error del motor. ¡Informe al autor del motor!" + + #. ERR_FAILED_EXEC_DOC_VIEWER + msgid "Failed to execute documentation viewer:" +-msgstr "Falló al ejecutar visor de documentación:" ++msgstr "Falló al ejecutar el visor de documentación:" + + #. ERR_FAILED_EXEC_FAX_VIEWER + msgid "Failed to execute fax viewer:" +-msgstr "Falló al ejecutar visor de fax:" ++msgstr "Falló al ejecutar el visor de fax:" + + #. ERR_FAILED_EXEC_FAX_CMD + msgid "Failed to execute fax command:" +-msgstr "Falló al ejecutar comando de fax:" ++msgstr "Falló al ejecutar la orden de fax:" + + #. ERR_FAILED_EXEC_OCR_CMD +-#, fuzzy + msgid "Failed to execute OCR command:" +-msgstr "Falló al ejecutar comando de fax:" ++msgstr "Falló al ejecutar la orden de OCR:" + + #. ERR_BAD_FRAME_FORMAT + msgid "bad frame format" +-msgstr "formato de frame inadecuado" ++msgstr "el formato de cuadro no es correcto" + + #. ERR_FAILED_SET_RESOLUTION + msgid "unable to set resolution" +-msgstr "No es posible establecer la resolución" ++msgstr "No es posible determinar la resolución" + + #. ERR_PASSWORD_FILE_INSECURE + #, c-format +@@ -2815,15 +2600,15 @@ + + #. ERR_BACKEND_MAJOR_VERSION + msgid "backend major version =" +-msgstr "Versión principal de backend = " ++msgstr "Versión principal del motor = " + + #. ERR_PROGRAM_ABORTED + msgid "*** PROGRAM ABORTED ***" +-msgstr "*** PROGRAMA ABORTADO ***" ++msgstr "*** PROGRAMA INTERRUMPIDO ***" + + #. ERR_FAILED_ALLOCATE_IMAGE + msgid "Failed to allocate image memory:" +-msgstr "Falló al colocar la imagen de memoria:" ++msgstr "Falló al ubicar la imagen en la memoria:" + + #. ERR_PREVIEW_BAD_DEPTH + msgid "Preview cannot handle bit depth" +@@ -2831,22 +2616,21 @@ + + #. ERR_GIMP_SUPPORT_MISSING + msgid "GIMP support missing" +-msgstr "No hay soporte de GIMP" ++msgstr "No se encuentra soporte para GIMP" + + #. ERR_CREATE_FAX_PROJECT + msgid "Could not create faxproject" +-msgstr "No se pudo crear proyecto de fax" ++msgstr "No se pudo crear el proyecto de fax" + + #. WARN_COUNTER_UNDERRUN + msgid "Filename counter underrun" +-msgstr "Desborde negativo para el contador de nombres de archivo" ++msgstr "Contador de nombres de archivo vacio" + + #. WARN_NO_VALUE_CONSTRAINT + msgid "warning: option has no value constraint" +-msgstr "advertencia: la opción no tiene restricciones de valor" ++msgstr "aviso: la opción no tiene restricciones de valor" + + #. WARN_XSANE_AS_ROOT +-#, fuzzy + msgid "" + "You try to run XSane as ROOT, that really is DANGEROUS!\n" + "\n" +@@ -2854,11 +2638,11 @@ + "have any problems while running XSane as root:\n" + "YOU ARE ALONE!" + msgstr "" +-"¡Usted intenta ejecutar XSane como ROOT, es verdaderamente PELIGROSO!\n" ++"¡Intenta ejecutar XSane como ROOT, lo que es verdaderamente PELIGROSO!\n" + "\n" +-"¡ No envíe ningún reporte de bugs cuando usted\n" +-"tenga algún problema mientras ejecute XSane as root:\n" +-"USTED ESTÁ SOLO!" ++"¡No envíe ningún informe de errores cuando\n" ++"tenga algún problema mientras ejecute XSane como supersusuario:\n" ++"ESTÁ USTED SOLO!" + + #. ERR_HEADER_ERROR + msgid "Error" +@@ -2878,15 +2662,15 @@ + + #. ERR_FAILED_CREATE_FILE + msgid "Failed to create file:" +-msgstr "Falló al crear archivo:" ++msgstr "Falló al crear el archivo:" + + #. ERR_LOAD_DEVICE_SETTINGS + msgid "Error while loading device settings:" +-msgstr "Error mientras se cargaban las opciones del dispositivo:" ++msgstr "Error mientras se cargaban los ajustes del dispositivo:" + + #. ERR_NO_DRC_FILE + msgid "is not a device-rc-file !!!" +-msgstr "¡¡¡no es un archivo-rc-de-dispositivo!!!" ++msgstr "¡¡¡ no es un archivo-rc-de-dispositivo !!!" + + #. ERR_NETSCAPE_EXECUTE_FAIL + msgid "Failed to execute netscape!" +@@ -2894,11 +2678,11 @@ + + #. ERR_SENDFAX_RECEIVER_MISSING + msgid "Send fax: no receiver defined" +-msgstr "Envío de fax: no se definió receptor" ++msgstr "Envío de fax: no se definió un receptor" + + #. ERR_CREATED_FOR_DEVICE + msgid "has been created for device" +-msgstr "se creó para dispositivo" ++msgstr "se creó para el dispositivo" + + #. ERR_USED_FOR_DEVICE + msgid "you want to use it for device" +@@ -2906,7 +2690,7 @@ + + #. ERR_MAY_CAUSE_PROBLEMS + msgid "this may cause problems!" +-msgstr "¡ésto puede causr problemas!" ++msgstr "¡ésto puede causar problemas!" + + #. WARN_UNSAVED_IMAGES + #, c-format +@@ -2934,34 +2718,28 @@ + msgstr "Formato de salida de %d-bit no soportado: %s" + + #. ERR_CMS_CONVERSION +-#, fuzzy + msgid "Error during CMS conversion:" +-msgstr "Error durante guardado:" ++msgstr "Error en la conversión CMS" + + #. ERR_CMS_OPEN_ICM_FILE +-#, fuzzy + msgid "Could not open" + msgstr "Falló al abrir" + + #. CMS_SCANNER_ICM +-#, fuzzy + msgid "scanner ICM profile" +-msgstr "Borrar impresora" ++msgstr "perfil ICM del escáner" + + #. CMS_DISPLAY_ICM +-#, fuzzy + msgid "display ICM profile" +-msgstr "Explorar nombre de archivo de imagen" ++msgstr "perfil ICM de la pantalla" + + #. CMS_PROOF_ICM +-#, fuzzy + msgid "proofing ICM profile" +-msgstr "Borrar impresora" ++msgstr "perfil ICM de pruebas" + + #. ERR_CMS_CREATE_TRANSFORM +-#, fuzzy + msgid "Could not create transform" +-msgstr "No se puede crear archivos temporales" ++msgstr "No se puede crear la transformación" + + #. WARN_VIEWER_IMAGE_NOT_SAVED + msgid "viewer image is not saved" +@@ -2969,31 +2747,27 @@ + + #. FILE_FILTER_ALL_FILES + msgid "All files" +-msgstr "" ++msgstr "Todos los archivos" + + #. FILE_FILTER_IMAGES +-#, fuzzy + msgid "Images" +-msgstr "Imagen" ++msgstr "Imagenes" + + #. FILE_FILTER_XBL +-#, fuzzy + msgid "XSane batch list" +-msgstr "Guardar lista de proceso por lotes" ++msgstr "Lista de proceso por lotes de XSane" + + #. FILE_FILTER_ICM + msgid "ICC/ICM Profiles" +-msgstr "" ++msgstr "Perfiles ICC/ICM" + + #. FILE_FILTER_DRC +-#, fuzzy + msgid "XSane device preferences" +-msgstr "Guardar preferencias de dispositivo al salir" ++msgstr "Preferencias de dispositivo de XSane" + + #. FILE_FILTER_RC +-#, fuzzy + msgid "XSane preferences" +-msgstr "Preferencias" ++msgstr "Preferencias de XSane" + + #. TEXT_USAGE + msgid "Usage:" +@@ -3004,10 +2778,8 @@ + msgstr "[OPCIÓN]... [DISPOSITIVO]" + + #. TEXT_HELP +-#, fuzzy + msgid "" +-"Start up graphical user interface to access SANE (Scanner Access Now Easy) " +-"devices.\n" ++"Start up graphical user interface to access SANE (Scanner Access Now Easy) devices.\n" + "\n" + "The format of [DEVICE] is backendname:devicefile (e.g. umax:/dev/scanner).\n" + "[OPTION]... can be a combination of the following items:\n" +@@ -3015,8 +2787,7 @@ + " -v, --version print version information\n" + " -l, --license print license information\n" + "\n" +-" -d, --device-settings file load device settings from file (without \".drc" +-"\")\n" ++" -d, --device-settings file load device settings from file (without \".drc\")\n" + "\n" + " -V, --viewer start with viewer-mode active (default)\n" + " -s, --save start with save-mode active\n" +@@ -3026,71 +2797,56 @@ + " -e, --email start with e-mail-mode active\n" + " -n, --no-mode-selection disable menu for XSane mode selection\n" + "\n" +-" -F, --Fixed fixed main window size (overwrite preferences " +-"value)\n" +-" -R, --Resizeable resizable, scrolled main window (overwrite " +-"preferences value)\n" ++" -F, --Fixed fixed main window size (overwrite preferences value)\n" ++" -R, --Resizeable resizable, scrolled main window (overwrite preferences value)\n" + "\n" + " -p, --print-filenames print image filenames created by XSane\n" +-" -N, --force-filename name force filename and disable user filename " +-"selection\n" ++" -N, --force-filename name force filename and disable user filename selection\n" + "\n" + " --display X11-display redirect output to X11-display\n" + " --no-xshm do not use shared memory images\n" +-" --sync request a synchronous connection with the X11 " +-"server" ++" --sync request a synchronous connection with the X11 server" + msgstr "" +-"Inicio de interfaz gráfica de usuario para acceder a dispositivos SANE [\n" +-"(A)cceso a e(S)cáner (N)ahora (E)fácil]\n" ++"Inicio de interfaz gráfica de usuario para acceder a dispositivos SANE\n" ++"(Scanner Access Now Easy)\n" + "\n" +-"El formato de [DISPOSITIVO] es nombre_de_backend:archivo_de_dispositivo\n" ++"El formato de [DISPOSITIVO] es nombre_de_motor:archivo_de_dispositivo\n" + "(p/ej. umax:/dev/scanner).\n" +-"[OPCIÓN]... puede ser una combinación de los siguientes ítems:\n" ++"[OPCIÓN]... puede ser una combinación de los siguientes elementos:\n" + " -h, --help mostrar éste mensaje de ayuda y salir\n" + " -v, --version imprimir información de la versión\n" + " -l, --license imprimir información de la licencia\n" + "\n" +-" -d, --device-settings file cargar opciones de dispositivo desde archivo\n" +-" (sin \".drc\")\n" ++" -d, --device-settings file cargar opciones de dispositivo desde archivo (sin «.drc»)\n" + "\n" +-" -V, --viewer comenzar con viewer-mode activo (por defecto)\n" +-" -s, --save comenzar con save-mode activo\n" +-" -c, --copy comenzar con copy-mode activo\n" +-" -f, --fax comenzar con fax-mode activo\n" +-" -m, --mail comenzar con mail-mode activo\n" +-" -n, --no-mode-selection no habilitar menu para selección del modo " +-"XSAne\n" ++" -V, --viewer comenzar con modo visor activo (por defecto)\n" ++" -s, --save comenzar con modo salvar activo\n" ++" -c, --copy comenzar con modo copia activo\n" ++" -f, --fax comenzar con modo fax activo\n" ++" -m, --mail comenzar con modo correo activo\n" ++" -n, --no-mode-selection no activar menú para selección del modo XSane\n" + "\n" +-" -M, --Medium-calibration habilitar modo de calibración medio\n" ++" -M, --Medium-calibration activar modo de calibración medio\n" + "\n" +-" -F, --Fixed tamaño de ventana principal fijo\n" +-" (sobreescribe el valor de preferencias)\n" +-" -R, --Resizeable ventana principal redimensionable, con scroll\n" +-" (sobreescribe el valor de preferencias)\n" ++" -F, --Fixed tamaño de ventana principal fijo (sobrescribe el valor de preferencias)\n" ++" -R, --Resizeable ventana principal redimensionable, con barra de desplazamiento\n" ++" (sobrescribe el valor de preferencias)\n" + "\n" +-" -p, --print-filenames imprimir nombres de archivos de imágenes\n" +-" creadas por XSane\n" +-" -N, --force-filename name forzar nombre de archivo y no habilitar el de\n" +-" la selección del usuario \n" ++" -p, --print-filenames imprimir nombres de archivos de imágenes creadas por XSane\n" ++" -N, --force-filename name forzar nombre de archivo y no activar el de la selección del usuario\n" + "\n" + " --display X11-display redireccionar salida a la pantalla de X11\n" + " --no-xshm no usar imágenes en memoria compartida\n" +-" --sync requerir una conexión sincrónica con " +-"el servidor X11" ++" --sync requerir una conexión sincrónica con el servidor X11" + + #. strings for gimp plugin + #. XSANE_GIMP_INSTALL_BLURB + msgid "Front-end to the SANE interface" +-msgstr "Front-end para la interfaz SANE " ++msgstr "Frontal para la interfaz SANE " + + #. XSANE_GIMP_INSTALL_HELP +-msgid "" +-"This function provides access to scanners and other image acquisition " +-"devices through the SANE (Scanner Access Now Easy) interface." +-msgstr "" +-"Ésta función proporciona acceso a escáneres y otros dispositivos de " +-"adquisición de imágenes a través de la interfaz SANE[(A)cceso a e(S)cáner (N)" +-"ahora (E)fácil)" ++msgid "This function provides access to scanners and other image acquisition devices through the SANE (Scanner Access Now Easy) interface." ++msgstr "Esta función proporciona acceso a escáneres y otros dispositivos de obtención de imágenes a través de la interfaz SANE (Scanner Access Now Easy)" + + #. Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" + #. XSANE_GIMP_MENU_DIALOG +@@ -3103,30 +2859,27 @@ + + #. XSANE_GIMP_MENU_DIALOG_OLD + msgid "/Xtns/XSane/Device dialog..." +-msgstr "/Xtns/XSane: Ventana de diálogo de dispositivo..." ++msgstr "/Xtns/XSane/Ventana de diálogo de dispositivo..." + + #. XSANE_GIMP_MENU_OLD + msgid "/Xtns/XSane/" + msgstr "/Xtns/XSane/" + + #. HELP_NO_DEVICES +-#, fuzzy + msgid "" + "Possible reasons:\n" + "1) There really is no device that is supported by SANE\n" + "2) Supported devices are busy\n" +-"3) The permissions for the device file do not allow you to use it - try as " +-"root\n" ++"3) The permissions for the device file do not allow you to use it - try as root\n" + "4) The backend is not loaded by SANE (man sane-dll)\n" + "5) The backend is not configured correctly (man sane-\"backendname\")\n" + "6) Possibly there is more than one SANE version installed" + msgstr "" +-"Razones posibles:\n" +-"1) No hay un dispositivo soportado por SANE\n" ++"Razones posibles:1) No hay un dispositivo soportado por SANE\n" + "2) Los dispositivos soportados están ocupados\n" +-"3) Los permisos para el dispositivo no le permiten usarlo. Pruebe como root\n" +-"4) El backend no está cargado por SANE (man sane-dll)\n" +-"5) El backend no está configurado correctamente (man sane-\"backendname\")\n" ++"3) Los permisos para el dispositivo no le permiten usarlo. Pruebe como superusuario\n" ++"4) El motor (backend) no fue cargado por SANE (man sane-dll)\n" ++"5) El motor (backend) no fué configurado correctamente (man sane-«nombre_motor»)\n" + "6) Posiblemente haya más de una versión de SANE instalada" + + #. strings that are used in structures, so it is not allowed to use _()/gettext() here +@@ -3244,44 +2997,36 @@ + msgstr "Negativo Rossmann HR 100" + + #. TEXT_PROJECT_STATUS_NOT_CREATED +-#, fuzzy + msgid "Project not created" +-msgstr "Proyecto de fax no creado" ++msgstr "El proyecto no fue creado" + + #. TEXT_PROJECT_STATUS_CREATED +-#, fuzzy + msgid "Project created" +-msgstr "Proyecto de fax creado" ++msgstr "Proyecto creado" + + #. TEXT_PROJECT_STATUS_CHANGED +-#, fuzzy + msgid "Project changed" +-msgstr "Proyecto de fax cambiado" ++msgstr "Proyecto cambiado" + + #. TEXT_PROJECT_STATUS_ERR_READ_PROJECT +-#, fuzzy + msgid "Error reading project" +-msgstr "Error leyendo el proyecto de correo electrónico" ++msgstr "Se encontró un error leyendo el proyecto" + + #. TEXT_PROJECT_STATUS_FILE_SAVING_ERROR +-#, fuzzy + msgid "Error saving file" +-msgstr "Guardando imagen" ++msgstr "Se encontró un error guardando el archivo" + + #. TEXT_PROJECT_STATUS_FILE_SAVING +-#, fuzzy + msgid "Saving file" +-msgstr "Guardando imagen" ++msgstr "Guardando el archivo" + + #. TEXT_PROJECT_STATUS_FILE_SAVING_ABORTED +-#, fuzzy + msgid "Aborted saving file" +-msgstr "Guardando imagen" ++msgstr "Guardar imagen fue interrumpido" + + #. TEXT_PROJECT_STATUS_FILE_SAVED +-#, fuzzy + msgid "File has been saved" +-msgstr "El correo electrónico se envió" ++msgstr "El archivo fue guardado" + + #. TEXT_EMAIL_STATUS_POP3_CONNECTION_FAILED + msgid "POP3 connection failed" +@@ -3289,12 +3034,11 @@ + + #. TEXT_EMAIL_STATUS_POP3_LOGIN_FAILED + msgid "POP3 login failed" +-msgstr "Falló el login POP3" ++msgstr "Falló el acceso POP3" + + #. TEXT_EMAIL_STATUS_ASMTP_AUTH_FAILED +-#, fuzzy + msgid "ASMTP authentication failed" +-msgstr "Falló la conexión SMTP" ++msgstr "Falló la autenticación ASMTP" + + #. TEXT_EMAIL_STATUS_SMTP_CONNECTION_FAILED + msgid "SMTP connection failed" +@@ -3302,29 +3046,25 @@ + + #. TEXT_EMAIL_STATUS_SMTP_ERR_FROM + msgid "From entry not accepted" +-msgstr "Datos de entrada no aceptados" ++msgstr "No aceptado desde la entrada" + + #. TEXT_EMAIL_STATUS_SMTP_ERR_RCPT + msgid "Receiver entry not accepted" + msgstr "Entrada del receptor no aceptada" + + #. TEXT_EMAIL_STATUS_SMTP_ERR_DATA +-#, fuzzy + msgid "E-mail data not accepted" +-msgstr "Datos de correo electrónico no aceptados" ++msgstr "Los datos del correo-e no son aceptados" + + #. TEXT_EMAIL_STATUS_SENDING +-#, fuzzy + msgid "Sending e-mail" +-msgstr "Eviando correo electrónico" ++msgstr "Eviando correo-e" + + #. TEXT_EMAIL_STATUS_SENT +-#, fuzzy + msgid "E-mail has been sent" +-msgstr "El correo electrónico se envió" ++msgstr "El correo-e fue enviado" + + #. TEXT_FAX_STATUS_QUEUEING_FAX +-#, fuzzy + msgid "Queueing fax" + msgstr "Poniendo el fax en la cola de envío" + +@@ -3334,22 +3074,22 @@ + + #. Sane backend messages + msgid "flatbed scanner" +-msgstr "escáner flatbed" ++msgstr "escáner plano" + + msgid "frame grabber" +-msgstr "capturador de frames" ++msgstr "capturador de fotogramas" + + msgid "handheld scanner" + msgstr "escáner manual" + + msgid "still camera" +-msgstr "cámara fotográfica" ++msgstr "cámara fija" + + msgid "video camera" + msgstr "cámara de video" + + msgid "virtual device" +-msgstr "dispositivo virtual" ++msgstr "c" + + msgid "Success" + msgstr "Éxito" +@@ -3358,25 +3098,25 @@ + msgstr "Operación no soportada" + + msgid "Operation was cancelled" +-msgstr "Operación cancelada" ++msgstr "La operación fue cancelada" + + msgid "Device busy" + msgstr "Dispositivo ocupado" + + msgid "Invalid argument" +-msgstr "Argumento no válido" ++msgstr "Argumento incorrecto" + + msgid "End of file reached" + msgstr "Final de archivo alcanzado" + + msgid "Document feeder jammed" +-msgstr "Alimentador de Documentos atascado" ++msgstr "Alimentador de documentos atascado" + + msgid "Document feeder out of documents" +-msgstr "Alimentador de Documentos sin documentos" ++msgstr "Alimentador de documentos sin documentos" + + msgid "Scanner cover is open" +-msgstr "La tapa del Escáner está abierta" ++msgstr "La tapa del escáner está abierta" + + msgid "Error during device I/O" + msgstr "Error durante E/S de dispositivo" +@@ -3385,23 +3125,18 @@ + msgstr "Sin memoria" + + msgid "Access to resource has been denied" +-msgstr "Acceso al recurso fue prohibido" ++msgstr "El acceso al recurso fue denegado" + + #~ msgid "XSane options" + #~ msgstr "Opciones de XSane" +- + #~ msgid "Failed to execute ocr command:" + #~ msgstr "Falló al ejecutar comando de OCR:" +- + #~ msgid "Color resolution (dpi):" + #~ msgstr "Resolución de color (ppp):" +- + #~ msgid "Printer gamma value:" + #~ msgstr "Valor de gamma de impresora:" +- + #~ msgid "Printer gamma green:" + #~ msgstr "Gamma verde de impresora:" +- + #~ msgid "Printer gamma blue:" + #~ msgstr "Gamma azul de impresora:" + +@@ -3436,7 +3171,6 @@ + #, fuzzy + #~ msgid "Browse for scanner transmissive gray ICM-profile" + #~ msgstr "Explorar nombre de archivo de imagen" +- + #~ msgid "GIMP can't handle depth %d bits/color" + #~ msgstr "GIMP no puede manejar la profundidad de %d bits/color" + +@@ -3447,7 +3181,6 @@ + #, fuzzy + #~ msgid "Embed scanner/source ICM profile for GIMP" + #~ msgstr "Borrar impresora" +- + #~ msgid "Enter name of fax project" + #~ msgstr "Ingresar nombre del proyecto de fax" + +@@ -3458,17 +3191,14 @@ + #, fuzzy + #~ msgid "Enter name of multipage project" + #~ msgstr "Ingresar nombre del proyecto de correo electrónico" +- + #~ msgid "" + #~ "Gimp does not support depth 16 bits/color.\n" + #~ "Do you want to reduce the depth to 8 bits/color?" + #~ msgstr "" + #~ "Gimp no soporta profundidad de 16 bits/color.\n" + #~ "¿Quire reducir la profundidad a 8 bits/color?" +- + #~ msgid "Could not create temporary preview files" + #~ msgstr "No se puede crear archivos temporales de previsualización" +- + #~ msgid "Could not create filenames for preview files" + #~ msgstr "" + #~ "No se puede crear nombres de archivos para archivos de previsualización" +@@ -3476,19 +3206,14 @@ + #, fuzzy + #~ msgid "POP3 authentication" + #~ msgstr "Autentificación POP3" +- + #~ msgid "XSane mode" + #~ msgstr "Modo de XSane" +- + #~ msgid "POP3 user:" + #~ msgstr "Usuario POP3:" +- + #~ msgid "POP3 password:" + #~ msgstr "Contraseña POP3:" +- + #~ msgid "Automatic Document Feeder Modus:" + #~ msgstr "Módulo de Alimentación Automática de Documento:" +- + #~ msgid "" + #~ "Select scansource for Automatic Document feeder. If this scansource is " + #~ "selected XSane scans until \"out of paper\" or error." +@@ -3532,7 +3257,6 @@ + #, fuzzy + #~ msgid "Multipage saving aborted" + #~ msgstr "Proyecto de correo electrónico creado" +- + #~ msgid "Viewer (png):" + #~ msgstr "Visor (png):" + +@@ -3544,9 +3268,8 @@ + #, fuzzy + #~ msgid "Failed to execute e-mail image viewer:" + #~ msgstr "Falló al ejecutar visor de imagen de correo electrónico:" +- + #~ msgid "Step" + #~ msgstr "Paso" +- + #~ msgid "Mail" + #~ msgstr "Correo electrónico" ++ +Index: xsane-0.997/po/gl.po +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ xsane-0.997/po/gl.po 2010-05-29 12:31:08.115427686 +0200 +@@ -0,0 +1,3127 @@ ++# Galego translation ++# XSane Galician gl.po file ++# Copyright (C) 2001,2002, 2004 Free Software Foundation, Inc. ++# Miguel Anxo Bouzada , 2009. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: XSANE 0.96\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2007-08-13 09:22+0200\n" ++"PO-Revision-Date: 2009-06-24 19:10+0100\n" ++"Last-Translator: Miguel Anxo Bouzada \n" ++"Language-Team: Galician \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=utf-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++"X-Poedit-Language: Galician\n" ++"X-Poedit-Country: SPAIN\n" ++ ++#. Please translate this to the correct directory name (eg. german=>de) ++#. XSANE_LANGUAGE_DIR ++msgid "language_dir" ++msgstr "gl" ++ ++#. XSANE_COPYRIGHT_SIGN ++msgid "(c)" ++msgstr "(c)" ++ ++#. can be translated with \251 ++#. FILENAME_PREFIX_CLONE_OF ++msgid "clone-of-" ++msgstr "clon-de-" ++ ++#. WINDOW_ABOUT_XSANE ++msgid "About" ++msgstr "Acerca de" ++ ++#. WINDOW_ABOUT_TRANSLATION, MENU_ITEM_ABOUT_TRANSLATION ++#. MENU_ITEM_ABOUT_TRANSLATION ++msgid "About translation" ++msgstr "Acerca da tradución" ++ ++#. WINDOW_AUTHORIZE ++msgid "authorization" ++msgstr "autorización" ++ ++#. WINDOW_GPL ++msgid "GPL - the license" ++msgstr "GPL - a licenza" ++ ++#. WINDOW_EULA ++msgid "End User License Agreement" ++msgstr "Acordo de licenza para usuario final" ++ ++#. WINDOW_INFO ++msgid "info" ++msgstr "Información" ++ ++#. WINDOW_LOAD_BATCH_LIST ++msgid "load batch list" ++msgstr "cargar lista de proceso por lotes" ++ ++#. WINDOW_SAVE_BATCH_LIST ++msgid "save batch list" ++msgstr "gardar lista de proceso por lotes" ++ ++#. WINDOW_BATCH_SCAN ++msgid "batch scan" ++msgstr "escaneo por lotes" ++ ++#. WINDOW_BATCH_RENAME ++msgid "rename batch area" ++msgstr "renomear área de proceso por lotes" ++ ++#. WINDOW_FAX_PROJECT ++msgid "fax project" ++msgstr "proxecto de fax" ++ ++#. WINDOW_FAX_PROJECT_BROWSE ++msgid "browse for fax project" ++msgstr "buscar un proxecto de fax" ++ ++#. WINDOW_FAX_RENAME ++msgid "rename fax page" ++msgstr "renomear a páxina de fax" ++ ++#. WINDOW_FAX_INSERT ++msgid "insert PS-file into fax" ++msgstr "inserir un ficheiro PS no fax" ++ ++#. WINDOW_EMAIL_PROJECT ++msgid "E-mail project" ++msgstr "Proxecto de correo-e" ++ ++#. WINDOW_EMAIL_PROJECT_BROWSE ++msgid "browse for email project" ++msgstr "buscar un proxecto de correo-e" ++ ++#. WINDOW_EMAIL_RENAME ++msgid "rename e-mail image" ++msgstr "renomear a imaxe do correo-e" ++ ++#. WINDOW_EMAIL_INSERT ++msgid "insert file into e-mail" ++msgstr "inserir ficheiro no correo-e" ++ ++#. WINDOW_MULTIPAGE_PROJECT ++msgid "multipage project" ++msgstr "proxecto de múltiples páxinas" ++ ++#. WINDOW_MULTIPAGE_PROJECT_BROWSE ++msgid "browse for multipage project" ++msgstr "buscar un proxecto de multiples páxinas" ++ ++#. WINDOW_PRESET_AREA_RENAME ++msgid "rename preset area" ++msgstr "renomear axuste previo de área" ++ ++#. WINDOW_PRESET_AREA_ADD ++msgid "add preset area" ++msgstr "engadir axuste previo de área" ++ ++#. WINDOW_MEDIUM_RENAME ++msgid "rename medium" ++msgstr "renomear o medio" ++ ++#. WINDOW_MEDIUM_ADD ++msgid "add new medium" ++msgstr "engadir novo medio" ++ ++#. WINDOW_SETUP ++msgid "setup" ++msgstr "configuración" ++ ++#. WINDOW_HISTOGRAM ++msgid "Histogram" ++msgstr "Histograma" ++ ++#. WINDOW_GAMMA ++msgid "Gamma curve" ++msgstr "Curva gamma" ++ ++#. WINDOW_STANDARD_OPTIONS ++msgid "Standard options" ++msgstr "Opcións estándar" ++ ++#. WINDOW_ADVANCED_OPTIONS ++msgid "Advanced options" ++msgstr "Opcións avanzadas" ++ ++#. WINDOW_DEVICE_SELECTION ++msgid "device selection" ++msgstr "selección do dispositivo" ++ ++#. WINDOW_PREVIEW ++msgid "Preview" ++msgstr "Vista previa" ++ ++#. WINDOW_VIEWER ++#. MENU_ITEM_VIEWER ++msgid "Viewer" ++msgstr "Visor" ++ ++#. WINDOW_VIEWER_OUTPUT_FILENAME ++msgid "Viewer: select output filename" ++msgstr "Visor: escoller o ficheiro de saída" ++ ++#. WINDOW_OCR_OUTPUT_FILENAME ++msgid "Select output filename for OCR text file" ++msgstr "Escoller o nome de ficheiro de saída para o ficheiro de texto OCR" ++ ++#. WINDOW_OUTPUT_FILENAME ++msgid "select output filename" ++msgstr "escoller o ficheiro de saída" ++ ++#. WINDOW_SAVE_SETTINGS ++msgid "save device settings" ++msgstr "gardar a configuración do dispositivo" ++ ++#. WINDOW_LOAD_SETTINGS ++msgid "load device settings" ++msgstr "cargar a configuración do dispositivo" ++ ++#. WINDOW_CHANGE_WORKING_DIR ++msgid "change working directory" ++msgstr "cambiar o directório de traballo" ++ ++#. WINDOW_TMP_PATH ++msgid "select temporary directory" ++msgstr "escoller o directório temporal" ++ ++#. WINDOW_SCALE ++#. DESC_VIEWER_SCALE ++msgid "Scale image" ++msgstr "Redimensionar a imaxe" ++ ++#. WINDOW_DESPECKLE ++#. DESC_VIEWER_DESPECKLE ++msgid "Despeckle image" ++msgstr "Desparasitar a imaxe" ++ ++#. WINDOW_BLUR ++#. DESC_VIEWER_BLUR ++msgid "Blur image" ++msgstr "Imaxe desenfocada" ++ ++#. WINDOW_STORE_MEDIUM ++msgid "Store medium definition" ++msgstr "Gardar a definición do medio" ++ ++#. WINDOW_NO_DEVICES ++msgid "No devices available" ++msgstr "Non hai dispositivos dispoñibles" ++ ++#. WINDOW_SCANNER_DEFAULT_COLOR_ICM_PROFILE ++msgid "select scanner default color ICM-profile" ++msgstr "escoller o perfil ICM de cor predeterminado do escáner" ++ ++#. WINDOW_SCANNER_DEFAULT_GRAY_ICM_PROFILE ++msgid "select scanner default gray ICM-profile" ++msgstr "escoller o perfil ICM de escala de grises predeterminado do escáner" ++ ++#. WINDOW_DISPLAY_ICM_PROFILE ++msgid "select display ICM-profile" ++msgstr "escoller o perfil ICM da pantalla" ++ ++#. WINDOW_CUSTOM_PROOFING_ICM_PROFILE ++msgid "select custom proofing ICM-profile" ++msgstr "escoller o perfil ICM personalizado de proba" ++ ++#. WINDOW_WORKING_COLOR_SPACE_ICM_PROFILE ++msgid "select working color space ICM-profile" ++msgstr "escoller o perfil ICM de cor do espazo de de traballo" ++ ++#. WINDOW_PRINTER_ICM_PROFILE ++msgid "select printer ICM-profile" ++msgstr "escoller o perfil ICM da impresora" ++ ++#. MENU_FILE ++msgid "File" ++msgstr "Ficheiro" ++ ++#. MENU_PREFERENCES ++msgid "Preferences" ++msgstr "Preferencias" ++ ++#. MENU_VIEW ++msgid "View" ++msgstr "Vista" ++ ++#. MENU_WINDOW ++msgid "Window" ++msgstr "Ventá" ++ ++#. MENU_HELP ++#. BUTTON_HELP ++msgid "Help" ++msgstr "Axuda" ++ ++#. MENU_EDIT ++msgid "Edit" ++msgstr "Editar" ++ ++#. MENU_FILTERS ++msgid "Filters" ++msgstr "Filtros" ++ ++#. MENU_GEOMETRY ++msgid "Geometry" ++msgstr "Xeometría" ++ ++#. MENU_COLOR_MANAGEMENT ++#. NOTEBOOK_COLOR_MANAGEMENT_OPTIONS ++msgid "Color management" ++msgstr "Xestión da cor" ++ ++#. MENU_ITEM_ABOUT_XSANE ++msgid "About XSane" ++msgstr "Acerca de XSanev" ++ ++#. MENU_ITEM_INFO ++msgid "Info" ++msgstr "Información" ++ ++#. MENU_ITEM_QUIT ++msgid "Quit" ++msgstr "Saír" ++ ++#. MENU_ITEM_SAVE_IMAGE ++#. DESC_VIEWER_SAVE ++msgid "Save image" ++msgstr "Gardar imaxe" ++ ++#. MENU_ITEM_OCR ++msgid "OCR - save as text" ++msgstr "OCR - gardar como texto" ++ ++#. MENU_ITEM_CLONE ++msgid "Clone" ++msgstr "Duplicar" ++ ++#. MENU_ITEM_SCALE ++msgid "Scale" ++msgstr "Escala" ++ ++#. MENU_ITEM_CLOSE ++#. BUTTON_CLOSE ++msgid "Close" ++msgstr "Pechar" ++ ++#. MENU_ITEM_UNDO ++msgid "Undo" ++msgstr "Desfacer" ++ ++#. MENU_ITEM_DESPECKLE ++msgid "Despeckle" ++msgstr "Desparasitar" ++ ++#. MENU_ITEM_BLUR ++msgid "Blur" ++msgstr "Desenfocar" ++ ++#. MENU_ITEM_ROTATE90 ++msgid "Rotate 90" ++msgstr "Rotar 90" ++ ++#. MENU_ITEM_ROTATE180 ++msgid "Rotate 180" ++msgstr "Rotar 180" ++ ++#. MENU_ITEM_ROTATE270 ++msgid "Rotate 270" ++msgstr "Rotar 270" ++ ++#. MENU_ITEM_MIRROR_X ++msgid "Mirror |" ++msgstr "Espello |" ++ ++#. MENU_ITEM_MIRROR_Y ++msgid "Mirror -" ++msgstr "Espello -" ++ ++#. FRAME_RAW_IMAGE ++msgid "Raw image" ++msgstr "Imaxe en bruto" ++ ++#. FRAME_ENHANCED_IMAGE ++msgid "Enhanced image" ++msgstr "Imaxe mellorada" ++ ++#. BUTTON_SCAN ++msgid "Scan" ++msgstr "Escanear" ++ ++#. BUTTON_OK ++msgid "Ok" ++msgstr "Conforme" ++ ++#. BUTTON_ACCEPT ++msgid "Accept" ++msgstr "Aceptar" ++ ++#. BUTTON_NOT_ACCEPT ++msgid "Not accept" ++msgstr "Non aceptar" ++ ++#. BUTTON_APPLY ++msgid "Apply" ++msgstr "Aplicar" ++ ++#. BUTTON_CANCEL ++msgid "Cancel" ++msgstr "Cancelar" ++ ++#. BUTTON_REDUCE ++msgid "Reduce" ++msgstr "Reducir" ++ ++#. BUTTON_CONT_AT_OWN_RISK ++msgid "Continue at your own risk" ++msgstr "Continue segundo o seu propio risco" ++ ++#. BUTTON_BROWSE ++msgid "Browse" ++msgstr "Busca" ++ ++#. BUTTON_OVERWRITE ++msgid "Overwrite" ++msgstr "Sobrescribir" ++ ++#. BUTTON_BATCH_LIST_SCAN ++msgid "Scan batch list" ++msgstr "Lista de escaneo por lotes" ++ ++#. BUTTON_BATCH_AREA_SCAN ++msgid "Scan selected area" ++msgstr "Escanear a área seleccionada" ++ ++#. BUTTON_PAGE_DELETE ++msgid "Delete page" ++msgstr "Borrar a páxina" ++ ++#. BUTTON_PAGE_SHOW ++msgid "Show page" ++msgstr "Amosar a páxina" ++ ++#. BUTTON_PAGE_RENAME ++msgid "Rename page" ++msgstr "Renomear a páxina" ++ ++#. BUTTON_IMAGE_DELETE ++msgid "Delete image" ++msgstr "Eliminar a imaxe" ++ ++#. BUTTON_IMAGE_SHOW ++msgid "Show image" ++msgstr "Amosar a imaxe" ++ ++#. BUTTON_IMAGE_EDIT ++msgid "Edit image" ++msgstr "Editar a imaxe" ++ ++#. BUTTON_IMAGE_RENAME ++msgid "Rename image" ++msgstr "Renomear a imaxe" ++ ++#. BUTTON_FILE_INSERT ++msgid "Insert file" ++msgstr "Inserir ficheiro" ++ ++#. BUTTON_CREATE_PROJECT ++msgid "Create project" ++msgstr "Crear un proxecto" ++ ++#. BUTTON_SEND_PROJECT ++msgid "Send project" ++msgstr "Enviar o proxecto" ++ ++#. BUTTON_SAVE_MULTIPAGE ++msgid "Save multipage file" ++msgstr "Gardar ficheiro de múltiples páxinas" ++ ++#. BUTTON_DELETE_PROJECT ++msgid "Delete project" ++msgstr "Borrar o proxecto" ++ ++#. BUTTON_ADD_PRINTER ++msgid "Add printer" ++msgstr "Engadir unha impresora" ++ ++#. BUTTON_DELETE_PRINTER ++msgid "Delete printer" ++msgstr "Eliminar a impresora" ++ ++#. BUTTON_PREVIEW_ACQUIRE ++msgid "Acquire preview" ++msgstr "Obter unha vista previa" ++ ++#. BUTTON_PREVIEW_CANCEL ++msgid "Cancel preview" ++msgstr "Cancelar a vista previa" ++ ++#. BUTTON_DISCARD_IMAGE ++msgid "Discard image" ++msgstr "Desbotar a imaxe" ++ ++#. BUTTON_DISCARD_ALL_IMAGES ++msgid "Discard all images" ++msgstr "Desbotar todas as imaxes" ++ ++#. BUTTON_DO_NOT_CLOSE ++msgid "Do not close" ++msgstr "Non pechar" ++ ++#. BUTTON_SCALE_BIND ++msgid "Bind scale" ++msgstr "Fixar a escala" ++ ++#. RADIO_BUTTON_FINE_MODE ++msgid "Fine mode" ++msgstr "Modo fino" ++ ++#. RADIO_BUTTON_HTML_EMAIL ++msgid "HTML e-mail" ++msgstr "Correo-e HTML" ++ ++#. RADIO_BUTTON_SAVE_DEVPREFS_AT_EXIT ++msgid "Save device preferences at exit" ++msgstr "Gardar as preferencias de dispositivo ao saír" ++ ++#. RADIO_BUTTON_OVERWRITE_WARNING ++msgid "Overwrite warning" ++msgstr "Aviso de sobrescritura" ++ ++#. RADIO_BUTTON_SKIP_EXISTING_NRS ++msgid "Skip existing filenames" ++msgstr "Omitir nomes de ficheiros existentes" ++ ++#. RADIO_BUTTON_SAVE_PS_FLATEDECODED ++msgid "Save postscript zlib compressed (PS level 3)" ++msgstr "Gardar postscript comprimido en zlib (PS nivel 3)" ++ ++#. RADIO_BUTTON_SAVE_PDF_FLATEDECODED ++msgid "Save PDF zlib compressed" ++msgstr "Gardar PDF comprimido en zlib" ++ ++#. RADIO_BUTTON_SAVE_PNM16_AS_ASCII ++msgid "Save 16bit PNM in ASCII format" ++msgstr "Gardar PNM 16bits en formato ASCII" ++ ++#. RADIO_BUTTON_REDUCE_16BIT_TO_8BIT ++msgid "Reduce 16 bit image to 8 bit" ++msgstr "Reducir imaxe de 16 bits a imaxe de 8 bits" ++ ++#. RADIO_BUTTON_WINDOW_FIXED ++msgid "Main window size fixed" ++msgstr "Ventá principal de tamaño fixo" ++ ++#. RADIO_BUTTON_DISABLE_GIMP_PREVIEW_GAMMA ++msgid "Disable GIMP preview gamma" ++msgstr "Desactivar vista previa gamma de GIMP" ++ ++#. RADIO_BUTTON_PRIVATE_COLORMAP ++msgid "Use private colormap" ++msgstr "Usar mapa de cores privado" ++ ++#. RADIO_BUTTON_AUTOENHANCE_GAMMA ++msgid "Autoenhance gamma" ++msgstr "Mellorar gamma automaticamente" ++ ++#. RADIO_BUTTON_PRESELECT_SCAN_AREA ++msgid "Preselect scan area" ++msgstr "Preseleccionar área de escaneo" ++ ++#. RADIO_BUTTON_AUTOCORRECT_COLORS ++msgid "Autocorrect colors" ++msgstr "Corrixir as cores automaticamente" ++ ++#. RADIO_BUTTON_OCR_USE_GUI_PIPE ++msgid "Use GUI progress pipe" ++msgstr "Usar canalización de indicador de progreso" ++ ++#. RADIO_BUTTON_CMS_BPC ++#. MENU_ITEM_CMS_BLACK_POINT_COMPENSATION ++msgid "Black point compensation" ++msgstr "Compensación de punto negro" ++ ++#. TEXT_SCANNING_DEVICES ++msgid "scanning for devices" ++msgstr "escaneando dispositivos" ++ ++#. TEXT_AVAILABLE_DEVICES ++msgid "Available devices:" ++msgstr "Dispositivos dispoñibles:" ++ ++#. TEXT_FILETYPE ++msgid "Type" ++msgstr "Tipo" ++ ++#. TEXT_CMS_FUNCTION ++#. DESC_CMS_FUNCTION ++msgid "Color management function" ++msgstr "Función de xestión da cor" ++ ++#. TEXT_SCANNER_BACKEND ++msgid "Scanner and backend:" ++msgstr "Escáner e motor:" ++ ++#. TEXT_VENDOR ++msgid "Vendor:" ++msgstr "Vendedor:" ++ ++#. TEXT_MODEL ++msgid "Model:" ++msgstr "Modelo:" ++ ++#. TEXT_TYPE ++msgid "Type:" ++msgstr "Tipo:" ++ ++#. TEXT_DEVICE ++msgid "Device:" ++msgstr "Dispositivo:" ++ ++#. TEXT_LOADED_BACKEND ++msgid "Loaded backend:" ++msgstr "Motor cargado:" ++ ++#. TEXT_SANE_VERSION ++msgid "Sane version:" ++msgstr "Versión de Sane:" ++ ++#. TEXT_RECENT_VALUES ++msgid "Recent values:" ++msgstr "Valores recentes:" ++ ++#. TEXT_GAMMA_CORR_BY ++msgid "Gamma correction by:" ++msgstr "Corrección gamma por:" ++ ++#. TEXT_SCANNER ++msgid "scanner" ++msgstr "escáner" ++ ++#. TEXT_SOFTWARE_XSANE ++msgid "software (XSane)" ++msgstr "software (XSane)" ++ ++#. TEXT_NONE ++msgid "none" ++msgstr "ningún" ++ ++#. TEXT_GAMMA_INPUT_DEPTH ++msgid "Gamma input depth:" ++msgstr "Profundidade gamma de entrada:" ++ ++#. TEXT_GAMMA_OUTPUT_DEPTH ++msgid "Gamma output depth:" ++msgstr "Profundidade gamma de saída:" ++ ++#. TEXT_SCANNER_OUTPUT_DEPTH ++msgid "Scanner output depth:" ++msgstr "Profundidade de saída do escáner:" ++ ++#. TEXT_OUTPUT_FORMATS ++msgid "XSane output formats:" ++msgstr "Formatos de saída de XSane:" ++ ++#. TEXT_8BIT_FORMATS ++msgid "8 bit output formats:" ++msgstr "Formatos de saída de 8 bits:" ++ ++#. TEXT_16BIT_FORMATS ++msgid "16 bit output formats:" ++msgstr "Formatos de saída de 16 bits:" ++ ++#. TEXT_REDUCE_16BIT_TO_8BIT ++msgid "" ++"Bit depth 16 bits/channel is not supported for this output format.\n" ++"Do you want to reduce the depth to 8 bits/channel?" ++msgstr "" ++"A profundidade de bit de 16 bits/canle non é soportada neste formato de saída.\n" ++"Qure reducir a profundidade a 8 bits/canle?" ++ ++#. TEXT_AUTHORIZATION_REQ ++msgid "Authorization required for" ++msgstr "Precisase autorización para" ++ ++#. TEXT_AUTHORIZATION_SECURE ++msgid "Password transmission is secure" ++msgstr "A transmisión do contrasinal é segura" ++ ++#. TEXT_AUTHORIZATION_INSECURE ++msgid "Backend requests plain-text password" ++msgstr "As peticións do motor precisan dun contrasinal de texto simple." ++ ++#. TEXT_USERNAME ++msgid "Username :" ++msgstr "Nome de usuario:" ++ ++#. TEXT_PASSWORD ++msgid "Password :" ++msgstr "Contrasinal:" ++ ++#. TEXT_INVALID_PARAMS ++msgid "Invalid parameters." ++msgstr "Os parámetros non son correctos." ++ ++#. TEXT_VERSION ++msgid "version:" ++msgstr "versión:" ++ ++#. TEXT_PACKAGE ++msgid "package" ++msgstr "paquete" ++ ++#. TEXT_WITH_CMS_FUNCTION ++msgid "with color management function" ++msgstr "con función de xestión da cor" ++ ++#. TEXT_WITH_GIMP_SUPPORT ++msgid "with GIMP support" ++msgstr "con soporte de GIMP" ++ ++#. TEXT_WITHOUT_GIMP_SUPPORT ++msgid "without GIMP support" ++msgstr "sen soporte de GIMP" ++ ++#. TEXT_GTK_VERSION ++msgid "compiled with GTK-" ++msgstr "compilado con GTK-" ++ ++#. TEXT_GIMP_VERSION ++msgid "compiled with GIMP-" ++msgstr "compilado con GIMP-" ++ ++#. TEXT_UNKNOWN ++msgid "unknown" ++msgstr "descoñecido" ++ ++#. TEXT_EULA ++msgid "" ++"XSane is distributed under the terms of the GNU General Public License\n" ++"as published by the Free Software Foundation; either version 2 of the\n" ++"License, or (at your option) any later version.\n" ++"\n" ++"This program is distributed in the hope that it will be useful, but\n" ++"WITHOUT ANY WARRANTY; without even the implied warranty of\n" ++"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" ++"Should the program prove defective, you assume the cost of all\n" ++"necessary servicing, repair or correction. To use this program you\n" ++"have to read, understand and accept the following\n" ++"\"NO WARRANTY\" agreement.\n" ++msgstr "" ++"XSane distribúese baixo os termos da Licenza Pública Xeneral GNU\n" ++"tal e como a publica a Free Software Foundation; segundo a versión 2\n" ++"da Licenza, o (a súa elección) calquera versión posterior\n" ++"\n" ++"Este programa distribúese co desexo de que poida ser útil, mais SEN\n" ++"NINGUNHA GARANTÍA; aínda sen a garantía implícita de COMERCIALIZACIÓN\n" ++"ou ADAPTACIÓN A ALGÚN PROPÓSITO PARTICULAR\n" ++"De atoparse algún defecto no programa, vostede asumirá o costo de toda\n" ++"reparación, servizo ou corrección precisos. Para usar este programa vostede\n" ++"ten que ler, entender e aceptar o seguinte\n" ++"acordo de «NON GARANTÍA».\n" ++ ++#. TEXT_GPL ++msgid "" ++"XSane is distributed under the terms of the GNU General Public License\n" ++"as published by the Free Software Foundation; either version 2 of the\n" ++"License, or (at your option) any later version.\n" ++"\n" ++"This program is distributed in the hope that it will be useful, but\n" ++"WITHOUT ANY WARRANTY; without even the implied warranty of\n" ++"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" ++msgstr "" ++"XSane distribúese baixo os termos da Licenza Pública Xeneral GNU\n" ++"tal e como a publica a Free Software Foundation; segundo a versión 2\n" ++"da Licenza, o (a súa elección) calquera versión posterior\n" ++"\n" ++"Este programa distribúese co desexo de que poida ser útil, mais SEN\n" ++"NINGUNHA GARANTÍA; aínda sen a garantía implícita de COMERCIALIZACIÓN\n" ++"ou ADAPTACIÓN A ALGÚN PROPÓSITO PARTICULAR\n" ++ ++#. TEXT_EMAIL_ADR ++msgid "E-mail:" ++msgstr "Correo-e: " ++ ++#. TEXT_HOMEPAGE ++msgid "Homepage:" ++msgstr "Páxina principal:" ++ ++#. TEXT_FILE ++msgid "File:" ++msgstr "Ficheiro:" ++ ++#. TEXT_TRANSLATION ++msgid "Translation:" ++msgstr "Tradución:" ++ ++#. Please translate this to something like ++#. translation to YOUR LANGUAGE\n ++#. by YOUR NAME\n ++#. E-mail: your.name@yourdomain.com\n ++#. TEXT_TRANSLATION_INFO ++msgid "" ++"untranslated original english text\n" ++"by Oliver Rauch\n" ++"E-mail: Oliver.Rauch@rauch-domain.de\n" ++msgstr "" ++"Traducido ao galego por:\n" ++"Miguel Anxo Bouzada\n" ++"Correo-e; mbouzada@gmail.com\n" ++ ++#. TEXT_INFO_BOX ++msgid "0x0: 0KB" ++msgstr "0x0: 0KB" ++ ++#. TEXT_ADF_PAGES_SCANNED ++msgid "Scanned pages: " ++msgstr "Páxinas escaneadas:" ++ ++#. TEXT_EMAIL_TEXT ++msgid "E-mail text:" ++msgstr "Texto de correo-e:" ++ ++#. TEXT_ATTACHMENTS ++msgid "Attachments:" ++msgstr "Anexados:" ++ ++#. TEXT_EMAIL_STATUS ++msgid "Project status:" ++msgstr "Estado do proxecto:" ++ ++#. TEXT_EMAIL_FILETYPE ++msgid "E-mail image filetype:" ++msgstr "Tipo de ficheiro de imaxe de correo-e" ++ ++#. TEXT_PAGES ++msgid "Pages:" ++msgstr "Páxinas:" ++ ++#. TEXT_MULTIPAGE_FILETYPE ++msgid "Multipage document filetype:" ++msgstr "Tipo de ficheiro do documento de múltiples páxinas" ++ ++#. TEXT_MEDIUM_DEFINITION_NAME ++msgid "Medium Name:" ++msgstr "Nome do medio:" ++ ++#. TEXT_VIEWER_IMAGE_INFO ++#, c-format ++msgid "Size %d x %d pixel, %d bits/channel, %d channels, %1.0f dpi x %1.0f dpi, %1.1f %s" ++msgstr "Tamaño %d x %d píxel, %d bit/canle, %d cores, %1.0f ppp x %1.0f ppp, %1.1f %s" ++ ++#. TEXT_DESPECKLE_RADIUS ++msgid "Despeckle radius:" ++msgstr "Radio de desparasitado:" ++ ++#. TEXT_BLUR_RADIUS ++msgid "Blur radius:" ++msgstr "Radio de desenfoque:" ++ ++#. TEXT_BATCH_AREA_DEFAULT_NAME ++msgid "(no name)" ++msgstr "(sen nome)" ++ ++#. TEXT_BATCH_LIST_AREANAME ++msgid "Area name:" ++msgstr "Nome de área:" ++ ++#. TEXT_BATCH_LIST_SCANMODE ++msgid "Scanmode:" ++msgstr "Modo de escaneo:" ++ ++#. TEXT_BATCH_LIST_GEOMETRY_TL ++msgid "Top left:" ++msgstr "Trriba a esquerda" ++ ++#. TEXT_BATCH_LIST_GEOMETRY_SIZE ++msgid "Size:" ++msgstr "Tamaño:" ++ ++#. TEXT_BATCH_LIST_RESOLUTION ++msgid "Resolution:" ++msgstr "Resolución:" ++ ++#. TEXT_BATCH_LIST_BIT_DEPTH ++msgid "Bit depth:" ++msgstr "Profundidade de bit:" ++ ++#. TEXT_BATCH_LIST_BY_GUI ++msgid "as selected" ++msgstr "como foi seleccionado" ++ ++#. TEXT_SETUP_PRINTER_SEL ++msgid "Printer selection:" ++msgstr "Selección de impresora:" ++ ++#. TEXT_SETUP_PRINTER_NAME ++msgid "Name:" ++msgstr "Nome:" ++ ++#. TEXT_SETUP_PRINTER_CMD, TEXT_SETUP_FAX_CMD ++#. TEXT_SETUP_FAX_COMMAND ++msgid "Command:" ++msgstr "Orde:" ++ ++#. TEXT_SETUP_COPY_NR_OPT ++msgid "Copy number option:" ++msgstr "Copiar opción número:" ++ ++#. TEXT_SETUP_SCAN_RESOLUTION_PRINTER ++msgid "Scan resolution:" ++msgstr "Resolución de escaneo:" ++ ++#. TEXT_SETUP_PRINTER_LINEART_RES ++msgid "lineart [dpi]" ++msgstr "liña de arte [ppp]:" ++ ++#. TEXT_SETUP_PRINTER_GRAYSCALE_RES ++msgid "grayscale [dpi]" ++msgstr "escala de grises [ppp]:" ++ ++#. TEXT_SETUP_PRINTER_COLOR_RES ++msgid "color [dpi]" ++msgstr "cor [ppp]" ++ ++#. TEXT_SETUP_PRINTER_PAPER_GEOMETRIE ++msgid "Paper geometrie:" ++msgstr "Xeometría do papel:" ++ ++#. TEXT_SETUP_PRINTER_WIDTH ++msgid "width" ++msgstr "anchura" ++ ++#. TEXT_SETUP_PRINTER_HEIGHT ++msgid "height" ++msgstr "altura" ++ ++#. TEXT_SETUP_PRINTER_LEFT ++msgid "left offset" ++msgstr "desprazamento cara a esquerda" ++ ++#. TEXT_SETUP_PRINTER_BOTTOM ++msgid "bottom offset" ++msgstr "desprazamento cara a abaixo" ++ ++#. TEXT_SETUP_PRINTER_GAMMA_CORRECTION ++msgid "Printer gamma:" ++msgstr "Gamma da impresora:" ++ ++#. TEXT_SETUP_PRINTER_GAMMA ++msgid "common value" ++msgstr "valor comun:" ++ ++#. TEXT_SETUP_PRINTER_GAMMA_RED ++msgid "red" ++msgstr "vermello" ++ ++#. TEXT_SETUP_PRINTER_GAMMA_GREEN ++msgid "green" ++msgstr "verde" ++ ++#. TEXT_SETUP_PRINTER_GAMMA_BLUE ++msgid "blue" ++msgstr "azul" ++ ++#. TEXT_SETUP_PRINTER_EMBED_CSA ++msgid "Embed scanner ICM profile as CSA" ++msgstr "Incluir o perfil ICM do escáner como CSA" ++ ++#. TEXT_SETUP_PRINTER_EMBED_CRD ++msgid "Embed printer ICM profile as CRD" ++msgstr "Incluir o perfil ICM do escáner como CRD" ++ ++#. TEXT_SETUP_PRINTER_CMS_BPC ++msgid "Apply black point compensation" ++msgstr "Aplicar a compensación de punto negro" ++ ++#. TEXT_SETUP_PRINTER_PS_FLATEDECODED ++msgid "Create zlib compressed postscript image (PS level 3) for printing" ++msgstr "Crear unha imaxe postscript comprimida con zlib (PS nivel 3) para impresión" ++ ++#. TEXT_SETUP_TMP_PATH ++msgid "Temporary directory" ++msgstr "Directório temporal" ++ ++#. TEXT_SETUP_IMAGE_PERMISSION ++msgid "Image-file permissions" ++msgstr "Permisos de ficheiro de imaxe" ++ ++#. TEXT_SETUP_DIR_PERMISSION ++msgid "Directory permissions" ++msgstr "Permisos de directorio" ++ ++#. TEXT_SETUP_JPEG_QUALITY ++msgid "JPEG image quality" ++msgstr "Calidade de imaxe JPEG " ++ ++#. TEXT_SETUP_PNG_COMPRESSION ++msgid "PNG image compression" ++msgstr "Compresión de imaxe PNG" ++ ++#. TEXT_SETUP_FILENAME_COUNTER_LEN ++msgid "Filename counter length" ++msgstr "Lonxitude do contador de nome de ficheiro" ++ ++#. TEXT_SETUP_TIFF_ZIP_COMPRESSION ++msgid "TIFF zip compression rate" ++msgstr "Taxa de compresión TIFF zip" ++ ++#. TEXT_SETUP_TIFF_COMPRESSION_16 ++msgid "TIFF 16 bit image compression" ++msgstr "Compresión de imaxe TIFF de 16 bits" ++ ++#. TEXT_SETUP_TIFF_COMPRESSION_8 ++msgid "TIFF 8 bit image compression" ++msgstr "Compresión de imaxe TIFF de 8 bits" ++ ++#. TEXT_SETUP_TIFF_COMPRESSION_1 ++msgid "TIFF lineart image compression" ++msgstr "Compresión de imaxen TIFF de liña de arte" ++ ++#. TEXT_SETUP_SHOW_RANGE_MODE ++msgid "Show range as:" ++msgstr "Amosar rango como" ++ ++#. TEXT_SETUP_PREVIEW_OVERSAMPLING ++msgid "Preview oversampling:" ++msgstr "Vista previa de sobremostreo:" ++ ++#. TEXT_SETUP_PREVIEW_GAMMA ++msgid "Preview gamma:" ++msgstr "Vista previa gamma:" ++ ++#. TEXT_SETUP_PREVIEW_GAMMA_RED ++msgid "Preview gamma red:" ++msgstr "Vista previa gamma vermello:" ++ ++#. TEXT_SETUP_PREVIEW_GAMMA_GREEN ++msgid "Preview gamma green:" ++msgstr "Vista previa gamma verde:" ++ ++#. TEXT_SETUP_PREVIEW_GAMMA_BLUE ++msgid "Preview gamma blue:" ++msgstr "Vista previa gamma azul:" ++ ++#. TEXT_SETUP_LINEART_MODE ++msgid "Threshold option:" ++msgstr "Opción de limiar:" ++ ++#. TEXT_SETUP_PREVIEW_PIPETTE_RANGE ++msgid "Preview pipette range" ++msgstr "Rango de vista previa de pipeta" ++ ++#. TEXT_SETUP_THRESHOLD_MIN ++msgid "Threshold minimum:" ++msgstr "Limiar mínimo:" ++ ++#. TEXT_SETUP_THRESHOLD_MAX ++msgid "Threshold maximum:" ++msgstr "Limiar máximo:" ++ ++#. TEXT_SETUP_THRESHOLD_MUL ++msgid "Threshold multiplier:" ++msgstr "Multiplicador de limiar" ++ ++#. TEXT_SETUP_THRESHOLD_OFF ++msgid "Threshold offset:" ++msgstr "Desprazamento de limiar" ++ ++#. TEXT_SETUP_GRAYSCALE_SCANMODE ++msgid "Name of grayscale scanmode:" ++msgstr "Nome do modo de escaneo en escala de grises:" ++ ++#. TEXT_SETUP_HELPFILE_VIEWER ++msgid "Helpfile viewer (HTML):" ++msgstr "Visor de ficheiro de axuda (HTML):" ++ ++#. TEXT_SETUP_FAX_RECEIVER_OPTION ++msgid "Receiver option:" ++msgstr "Opción do receptor:" ++ ++#. TEXT_SETUP_FAX_POSTSCRIPT_OPT ++msgid "Postscriptfile option:" ++msgstr "Opción d o ficheiro PostScript:" ++ ++#. TEXT_SETUP_FAX_NORMAL_MODE_OPT ++msgid "Normal mode option:" ++msgstr "Opción en modo normal:" ++ ++#. TEXT_SETUP_FAX_FINE_MODE_OPT ++msgid "Fine mode option:" ++msgstr "Opción en modo fino:" ++ ++#. TEXT_SETUP_FAX_PROGRAM_DEFAULTS ++msgid "Set program defaults for:" ++msgstr "Definir valores predeterminados de programa para:" ++ ++#. TEXT_SETUP_FAX_VIEWER ++msgid "Viewer (Postscript):" ++msgstr "Visor (PostScript):" ++ ++#. TEXT_SETUP_FAX_WIDTH ++msgid "Width" ++msgstr "Anchura" ++ ++#. TEXT_SETUP_FAX_HEIGHT ++msgid "Height" ++msgstr "Altura" ++ ++#. TEXT_SETUP_FAX_LEFT ++msgid "Left offset" ++msgstr "Desprazamento cara a esquerda" ++ ++#. TEXT_SETUP_FAX_BOTTOM ++msgid "Bottom offset" ++msgstr "Desprazamento cara abaixo" ++ ++#. TEXT_SETUP_FAX_PS_FLATEDECODED ++msgid "Create zlib compressed postscript image (PS level 3) for fax" ++msgstr "Crear unha imaxe postscript comprimida con zlib (PS nivel 3) para fax" ++ ++#. TEXT_SETUP_SMTP_SERVER ++msgid "SMTP server:" ++msgstr "Servidor SMTP:" ++ ++#. TEXT_SETUP_SMTP_PORT ++msgid "SMTP port:" ++msgstr "Porto SMTP:" ++ ++#. TEXT_SETUP_EMAIL_FROM ++msgid "From:" ++msgstr "Dende:" ++ ++#. TEXT_SETUP_EMAIL_REPLY_TO ++msgid "Reply to:" ++msgstr "Respostar a:" ++ ++#. TEXT_SETUP_EMAIL_AUTHENTICATION ++msgid "E-mail authentication" ++msgstr "Autenticación de correo-e" ++ ++#. TEXT_SETUP_EMAIL_AUTH_USER ++msgid "User:" ++msgstr "Usuario:" ++ ++#. TEXT_SETUP_EMAIL_AUTH_PASS ++msgid "Password:" ++msgstr "Contrasinal:" ++ ++#. TEXT_SETUP_POP3_SERVER ++msgid "POP3 server:" ++msgstr "Servidor POP3:" ++ ++#. TEXT_SETUP_POP3_PORT ++msgid "POP3 port:" ++msgstr "Porto POP3:" ++ ++#. TEXT_SETUP_OCR_COMMAND ++msgid "OCR Command:" ++msgstr "Orde OCR:" ++ ++#. TEXT_SETUP_OCR_INPUTFILE_OPT ++msgid "Inputfile option:" ++msgstr "Opción do ficheiro de entrada:" ++ ++#. TEXT_SETUP_OCR_OUTPUTFILE_OPT ++msgid "Outputfile option:" ++msgstr "Opción do ficheiro de saída:" ++ ++#. TEXT_SETUP_OCR_USE_GUI_PIPE_OPT ++msgid "Use GUI progress pipe:" ++msgstr "Usar canalización de indicador de progreso:" ++ ++#. TEXT_SETUP_OCR_OUTFD_OPT ++msgid "GUI output-fd option:" ++msgstr "Opción de saída-fd de interface:" ++ ++#. TEXT_SETUP_OCR_PROGRESS_KEYWORD ++msgid "Progress keyword:" ++msgstr "Chave de progreso:" ++ ++#. TEXT_SETUP_PERMISSION_USER ++msgid "user" ++msgstr "usuario" ++ ++#. TEXT_SETUP_PERMISSION_GROUP ++msgid "group" ++msgstr "grupo" ++ ++#. TEXT_SETUP_PERMISSION_ALL ++msgid "all" ++msgstr "todo" ++ ++#. TEXT_SETUP_SCANNER_DEFAULT_COLOR_ICM_PROFILE ++#. DESC_SCANNER_DEFAULT_COLOR_ICM_PROFILE ++msgid "Scanner default color ICM-profile" ++msgstr "Perfil de cor ICM predeterminado do escáner" ++ ++#. TEXT_SETUP_SCANNER_DEFAULT_GRAY_ICM_PROFILE ++#. DESC_SCANNER_DEFAULT_GRAY_ICM_PROFILE ++msgid "Scanner default gray ICM-profile" ++msgstr "Perfil de escala de grises ICM predeterminado do escáner" ++ ++#. TEXT_SETUP_DISPLAY_ICM_PROFILE ++#. DESC_DISPLAY_ICM_PROFILE ++msgid "Display ICM-profile" ++msgstr "Perfil ICM de monitor" ++ ++#. TEXT_SETUP_CUSTOM_PROOFING_ICM_PROFILE ++#. DESC_CUSTOM_PROOFING_ICM_PROFILE ++msgid "Custom proofing ICM-profile" ++msgstr "Perfil ICM de proba personalizado" ++ ++#. TEXT_SETUP_WORKING_COLOR_SPACE_ICM_PROFILE ++#. DESC_WORKING_COLOR_SPACE_ICM_PROFILE ++msgid "Working color space ICM-profile" ++msgstr "Perfil ICM do espazo de traballo de cor" ++ ++#. TEXT_SETUP_PRINTER_ICM_PROFILE ++#. DESC_PRINTER_ICM_PROFILE ++msgid "Printer ICM-profile" ++msgstr "Perfil ICM de impresora" ++ ++msgid "new media" ++msgstr "novo medio" ++ ++#. NOTEBOOK_SAVING_OPTIONS ++#. MENU_ITEM_SAVE ++msgid "Save" ++msgstr "Gardar" ++ ++#. NOTEBOOK_FILETYPE_OPTIONS ++msgid "Filetype" ++msgstr "Tipo de ficheiro" ++ ++#. NOTEBOOK_COPY_OPTIONS ++#. MENU_ITEM_COPY ++msgid "Copy" ++msgstr "Copiar" ++ ++#. NOTEBOOK_FAX_OPTIONS ++#. MENU_ITEM_FAX ++msgid "Fax" ++msgstr "Fax" ++ ++#. NOTEBOOK_EMAIL_OPTIONS ++#. MENU_ITEM_EMAIL ++msgid "E-mail" ++msgstr "Correo-e " ++ ++#. NOTEBOOK_OCR_OPTIONS ++msgid "OCR" ++msgstr "OCR" ++ ++#. NOTEBOOK_DISPLAY_OPTIONS ++msgid "Display" ++msgstr "Pantalla" ++ ++#. NOTEBOOK_ENHANCE_OPTIONS ++msgid "Enhancement" ++msgstr "Mellora" ++ ++#. MENU_ITEM_MULTIPAGE ++msgid "Multipage" ++msgstr "Múltiples páxinas" ++ ++#. MENU_ITEM_SHOW_TOOLTIPS ++msgid "Show tooltips" ++msgstr "Amosar trucos das ferramentas" ++ ++#. MENU_ITEM_SHOW_PREVIEW ++msgid "Show preview" ++msgstr "Amosar a vista previa" ++ ++#. MENU_ITEM_SHOW_HISTOGRAM ++msgid "Show histogram" ++msgstr "Amosar o histograma" ++ ++#. MENU_ITEM_SHOW_GAMMA ++msgid "Show gamma curve" ++msgstr "Amosar a curva gamma" ++ ++#. MENU_ITEM_SHOW_BATCH_SCAN ++msgid "Show batch scan" ++msgstr "Amosar escaneo por lotes" ++ ++#. MENU_ITEM_SHOW_STANDARDOPTIONS ++msgid "Show standard options" ++msgstr "Amosar opciós estándar" ++ ++#. MENU_ITEM_SHOW_ADVANCEDOPTIONS ++msgid "Show advanced options" ++msgstr "Amosar opcions avanzadas." ++ ++#. MENU_ITEM_SETUP ++msgid "Setup" ++msgstr "Configuración" ++ ++#. MENU_ITEM_LENGTH_UNIT ++msgid "Length unit" ++msgstr "Unidade de lonxitude" ++ ++#. SUBMENU_ITEM_LENGTH_MILLIMETERS ++msgid "millimeters" ++msgstr "milímetros" ++ ++#. SUBMENU_ITEM_LENGTH_CENTIMETERS ++msgid "centimeters" ++msgstr "centímetros" ++ ++#. SUBMENU_ITEM_LENGTH_INCHES ++msgid "inches" ++msgstr "polgadas" ++ ++#. MENU_ITEM_UPDATE_POLICY ++msgid "Update policy" ++msgstr "Política de actualización" ++ ++#. SUBMENU_ITEM_POLICY_CONTINUOUS ++msgid "continuous" ++msgstr "continuo" ++ ++#. SUBMENU_ITEM_POLICY_DISCONTINU ++msgid "discontinuous" ++msgstr "discontinuo" ++ ++#. SUBMENU_ITEM_POLICY_DELAYED ++msgid "delayed" ++msgstr "retrasado" ++ ++#. MENU_ITEM_SHOW_RESOLUTIONLIST ++msgid "Show resolution list" ++msgstr "Amosar lista de resolucións" ++ ++#. MENU_ITEM_PAGE_ROTATE ++msgid "Rotate postscript" ++msgstr "Rotar postscript" ++ ++#. MENU_ITEM_ENABLE_COLOR_MANAGEMENT ++#. MENU_ITEM_CMS_ENABLE_COLOR_MANAGEMENT ++msgid "Enable color management" ++msgstr "Activar a xestión da cor" ++ ++#. MENU_ITEM_EDIT_MEDIUM_DEF ++msgid "Edit medium definition" ++msgstr "Editar definición de medio" ++ ++#. MENU_ITEM_SAVE_DEVICE_SETTINGS ++msgid "Save device settings" ++msgstr "Gardar axustes do dispositivo" ++ ++#. MENU_ITEM_LOAD_DEVICE_SETTINGS ++msgid "Load device settings" ++msgstr "Cargar axustes do dispositivo" ++ ++#. MENU_ITEM_CHANGE_WORKING_DIR ++msgid "Change directory" ++msgstr "Cambiar directorio" ++ ++#. MENU_ITEM_XSANE_EULA ++msgid "Show EULA" ++msgstr "Amosar EULA" ++ ++#. MENU_ITEM_XSANE_GPL ++msgid "Show license (GPL)" ++msgstr "Amosar licenza (GPL)" ++ ++#. MENU_ITEM_XSANE_DOC ++msgid "XSane doc" ++msgstr "Documentos de XSane" ++ ++#. MENU_ITEM_BACKEND_DOC ++msgid "Backend doc" ++msgstr "Documentos do motor" ++ ++#. MENU_ITEM_AVAILABLE_BACKENDS ++msgid "Available backends" ++msgstr "Motores dispoñibles" ++ ++#. MENU_ITEM_SCANTIPS ++msgid "Scantips" ++msgstr "Consellos do escáner" ++ ++#. MENU_ITEM_PROBLEMS ++msgid "Problems?" ++msgstr "Problemas?" ++ ++#. MENU_ITEM_CMS_PROOFING ++msgid "Proofing" ++msgstr "Probas" ++ ++#. SUBMENU_ITEM_CMS_PROOF_OFF ++msgid "no proofing (Display)" ++msgstr "sen probar (Pantalla)" ++ ++#. SUBMENU_ITEM_CMS_PROOF_PRINTER ++msgid "Proof printer" ++msgstr "Proba de impresora" ++ ++#. SUBMENU_ITEM_CMS_PROOF_CUSTOM ++msgid "Proof custom device" ++msgstr "Proba de dispositivo personalizado" ++ ++#. MENU_ITEM_CMS_RENDERING_INTENT ++msgid "Rendering intent" ++msgstr "Intento de renderizado" ++ ++#. MENU_ITEM_CMS_PROOFING_INTENT ++msgid "Proofing rendering intent" ++msgstr "Intento de probas de renderizado" ++ ++#. SUBMENU_ITEM_CMS_INTENT_PERCEPTUAL ++msgid "Perceptual" ++msgstr "Percepción" ++ ++#. SUBMENU_ITEM_CMS_INTENT_RELATIVE_COLORIMETRIC ++msgid "Relative colorimetric" ++msgstr "Colorimetría relativa" ++ ++#. SUBMENU_ITEM_CMS_INTENT_ABSOLUTE_COLORIMETRIC ++msgid "Absolute colorimentric" ++msgstr "Colorimetría absoluta" ++ ++#. SUBMENU_ITEM_CMS_INTENT_SATURATION ++msgid "Saturation" ++msgstr "Saturación" ++ ++#. MENU_ITEM_CMS_GAMUT_CHECK ++msgid "Gamut check" ++msgstr "Proba de Gamut" ++ ++#. MENU_ITEM_CMS_GAMUT_ALARM_COLOR ++msgid "Gamut alarm color" ++msgstr "Alarma de cor de Gamut" ++ ++#. SUBMENU_ITEM_CMS_COLOR_BLACK ++msgid "Black" ++msgstr "Negro" ++ ++#. SUBMENU_ITEM_CMS_COLOR_GRAY ++msgid "Gray" ++msgstr "Gris" ++ ++#. SUBMENU_ITEM_CMS_COLOR_WHITE ++msgid "White" ++msgstr "Branco" ++ ++#. SUBMENU_ITEM_CMS_COLOR_RED ++msgid "Red" ++msgstr "Vermello" ++ ++#. SUBMENU_ITEM_CMS_COLOR_GREEN ++msgid "Green" ++msgstr "Verde" ++ ++#. SUBMENU_ITEM_CMS_COLOR_BLUE ++msgid "Blue" ++msgstr "Azul" ++ ++#. MENU_ITEM_COUNTER_LEN_INACTIVE ++msgid "inactive" ++msgstr "inactivo" ++ ++#. MENU_ITEM_TIFF_COMP_NONE ++msgid "no compression" ++msgstr "sen compresión" ++ ++#. MENU_ITEM_TIFF_COMP_CCITTRLE ++msgid "CCITT 1D Huffman compression" ++msgstr "Compresión CCITT 1D Huffman" ++ ++#. MENU_ITEM_TIFF_COMP_CCITFAX3 ++msgid "CCITT Group 3 fax compression" ++msgstr "Compresión CCITT fax Grupo 3" ++ ++#. MENU_ITEM_TIFF_COMP_CCITFAX4 ++msgid "CCITT Group 4 fax compression" ++msgstr "Compresión CCITT fax Grupo 4" ++ ++#. MENU_ITEM_TIFF_COMP_JPEG ++msgid "JPEG DCT compression" ++msgstr "Compresión JPEG DCT" ++ ++#. MENU_ITEM_TIFF_COMP_PACKBITS ++msgid "pack bits" ++msgstr "paquete de bits" ++ ++#. MENU_ITEM_TIFF_COMP_DEFLATE ++msgid "deflate" ++msgstr "rebaixar" ++ ++#. MENU_ITEM_RANGE_SCALE ++msgid "Slider (Scale)" ++msgstr "Deslizador (Escala)" ++ ++#. MENU_ITEM_RANGE_SCROLLBAR ++msgid "Slider (Scrollbar)" ++msgstr "Deslizador (Barra de desprazamento)" ++ ++#. MENU_ITEM_RANGE_SPINBUTTON ++msgid "Spinbutton" ++msgstr "Botón de axuste" ++ ++#. MENU_ITEM_RANGE_SCALE_SPIN ++msgid "Scale and Spinbutton" ++msgstr "Escala e botón de axuste" ++ ++#. MENU_ITEM_RANGE_SCROLL_SPIN ++msgid "Scrollbar and Spinbutton" ++msgstr "Barra de desprazamento e botón de axuste" ++ ++#. MENU_ITEM_LINEART_MODE_STANDARD ++msgid "Standard options window (lineart)" ++msgstr "Ventá de opcións estándar (liña de arte)" ++ ++#. MENU_ITEM_LINEART_MODE_XSANE ++msgid "XSane main window (lineart)" ++msgstr "Escoller o tipo de letra da ventá principal:" ++ ++#. MENU_ITEM_LINEART_MODE_GRAY ++msgid "XSane main window (grayscale->lineart)" ++msgstr "Ventá principal de XSane (escala de grises ->liña de arte)" ++ ++#. MENU_ITEM_SELECTION_NONE ++msgid "(none)" ++msgstr "(ningún)" ++ ++#. MENU_ITEM_FILETYPE_BY_EXT ++msgid "by ext" ++msgstr "por extensión" ++ ++#. MENU_ITEM_PRESET_AREA_ADD_SEL ++msgid "Add selection to list" ++msgstr "Engadir selección á lista" ++ ++#. MENU_ITEM_MEDIUM_ADD ++msgid "Add medium definition" ++msgstr "Engadir a definición de medio" ++ ++#. MENU_ITEM_RENAME ++msgid "Rename item" ++msgstr "Renomear o elemento" ++ ++#. MENU_ITEM_DELETE ++msgid "Delete item" ++msgstr "Borrar o elemento" ++ ++#. MENU_ITEM_MOVE_UP ++msgid "Move item up" ++msgstr "Movera o elemento cara arriba." ++ ++#. MENU_ITEM_MOVE_DWN ++msgid "Move item down" ++msgstr "Mover o elemento cara abaixo" ++ ++#. MENU_ITEM_AUTH_NONE ++msgid "no authentication" ++msgstr "sen autenticacion " ++ ++#. MENU_ITEM_AUTH_POP3 ++msgid "POP3 before SMTP" ++msgstr "POP antes de SMTP" ++ ++#. MENU_ITEM_AUTH_ASMTP_PLAIN ++msgid "ASMTP Plain" ++msgstr "ASMTP simple" ++ ++#. MENU_ITEM_AUTH_ASMTP_LOGIN ++msgid "ASMTP Login" ++msgstr "Acceso ADMTP" ++ ++#. MENU_ITEM_AUTH_ASMTP_CRAM_MD5 ++msgid "ASMTP CRAM-MD5" ++msgstr "ASMTP CRAM-MD5" ++ ++#. MENU_ITEM_CMS_FUNCTION_EMBED_SCANNER_ICM_PROFILE ++msgid "Embed scanner ICM profile" ++msgstr "Incluir perfil ICM do escáner" ++ ++#. MENU_ITEM_CMS_FUNCTION_CONVERT_TO_SRGB ++msgid "Convert to sRGB" ++msgstr "Converter a sRGB" ++ ++#. MENU_ITEM_FUNCTION_CONVERT_TO_WORKING_CS ++msgid "Convert to working color space" ++msgstr "Converter a espazo de cor de traballo" ++ ++#. PROGRESS_SCANNING ++msgid "Scanning" ++msgstr "Escaneando" ++ ++#. PROGRESS_RECEIVING_FRAME_DATA ++#, c-format ++msgid "Receiving %s data" ++msgstr "Recibindo %s datos" ++ ++#. PROGRESS_PAGE ++msgid "page" ++msgstr "páxina" ++ ++#. PROGRESS_TRANSFERRING_DATA ++msgid "Transferring image" ++msgstr "Transferindo a imaxe" ++ ++#. PROGRESS_ROTATING_DATA ++msgid "Rotating image" ++msgstr "Rotando a imaxe" ++ ++#. PROGRESS_MIRRORING_DATA ++msgid "Mirroring image" ++msgstr "Reflectindo a imaxe" ++ ++#. PROGRESS_PACKING_DATA ++msgid "Packing image" ++msgstr "Comprimindo la imaxe" ++ ++#. PROGRESS_CONVERTING_DATA ++msgid "Converting image" ++msgstr "Convertendo a imaxe" ++ ++#. PROGRESS_SAVING_DATA ++msgid "Saving image" ++msgstr "Gardando a imaxe" ++ ++#. PROGRESS_CLONING_DATA ++msgid "Cloning image" ++msgstr "Duplicando a imaxe" ++ ++#. PROGRESS_SCALING_DATA ++msgid "Scaling image" ++msgstr "Cambiando tamaño de imaxe" ++ ++#. PROGRESS_DESPECKLING_DATA ++msgid "Despeckling image" ++msgstr "Desparasitando a imaxe" ++ ++#. PROGRESS_BLURING_DATA ++msgid "Bluring image" ++msgstr "Desenfocando a imaxe" ++ ++#. PROGRESS_OCR ++msgid "OCR in progress" ++msgstr "OCR en progreso" ++ ++#. PROGRESS_ICM_CONVERSION ++msgid "converting colors" ++msgstr "convertendo as cores." ++ ++#. DESC_SCAN_START ++msgid "Start scan " ++msgstr "Comezar o escaneo " ++ ++#. DESC_SCAN_CANCEL ++msgid "Cancel scan " ++msgstr "Cancelar o escaneo " ++ ++#. DESC_PREVIEW_ACQUIRE ++msgid "Acquire preview scan " ++msgstr "Obter vista previa do escaneo " ++ ++#. DESC_PREVIEW_CANCEL ++msgid "Cancel preview scan " ++msgstr "Cancelar a vista previa do escaneo " ++ ++#. DESC_XSANE_MODE ++msgid "viewer-, save-, photocopy-, multipage-, fax- or e-mail-" ++msgstr "Visualizar-, gardar-, fotocopia-, multiples páxinas-, fax- ou correo-e-" ++ ++#. DESC_XSANE_MEDIUM ++msgid "" ++"Select source medium type.\n" ++"To rename, reorder or delete an entry use context menu (alternate mouse button).\n" ++"To create a medium enable the option edit medium definition in preferences menu." ++msgstr "" ++"Elixir tipo de medio fonte.\n" ++"Para renomerar, reordenar ou borrar unha entrada use o menu de contexto (botón dereito do rato).\n" ++"Para crear un «medio» activar a opción «editar definición de medio» no menu de preferencias." ++ ++#. DESC_FILENAME_COUNTER_STEP ++msgid "Value that is added to filenamecounter after scan" ++msgstr "Valor a engadir ao contador de nome de ficheiro despois de escanear" ++ ++#. DESC_BROWSE_FILENAME ++msgid "Browse for image filename" ++msgstr "Buscar polo nome de ficheiro de imaxe" ++ ++#. DESC_FILENAME ++msgid "Filename for scanned image" ++msgstr "Nome de ficheiro para a imaxe escaneada" ++ ++#. DESC_FILETYPE ++msgid "Type of image format, the suitable filename extension is automatically added to the filename" ++msgstr "Tipo de formato de imaxe, a extensión doada engadirase automaticamente ao nome de ficheiro" ++ ++#. DESC_FAXPROJECT ++msgid "Enter fax project directory name" ++msgstr "Introduza o nome do directorio de proxectos de fax" ++ ++#. DESC_FAXPAGENAME ++msgid "Enter new name for faxpage" ++msgstr "Introduza un novo nome para a páxina de fax" ++ ++#. DESC_FAXRECEIVER ++msgid "Enter receiver phone number or address" ++msgstr "Introduza o número de telefono ou o enderezo do receptor" ++ ++#. DESC_FAX_PROJECT_BROWSE ++msgid "Browse for fax project directory" ++msgstr "Busca do directorio de proyecto de fax" ++ ++#. DESC_EMAIL_PROJECT ++msgid "Enter e-mail project directory name" ++msgstr "Introduza o nome do directorio de proxectos de correo-e" ++ ++#. DESC_EMAIL_IMAGENAME ++msgid "Enter new name for e-mail image" ++msgstr "Introduza un nome novo para a imaxe de correo-e" ++ ++#. DESC_EMAIL_RECEIVER ++msgid "Enter e-mail address" ++msgstr "Introduza o enderezo de correo-e" ++ ++#. DESC_EMAIL_PROJECT_BROWSE ++msgid "Browse for email project directory" ++msgstr "Busca do directorio de proyecto de correo-e" ++ ++#. DESC_EMAIL_SUBJECT ++msgid "Enter subject of e-mail" ++msgstr "Introduza o asunto do correo-e" ++ ++#. DESC_EMAIL_FILETYPE ++msgid "Select filetype for image attachments" ++msgstr "Definir tipo de ficheiro para ficheiro de páxinas múltiples" ++ ++#. DESC_MULTIPAGE_PROJECT ++msgid "Enter multipage project directory name" ++msgstr "Introduza o nome do directorio de proyecto de páxinas múltiples" ++ ++#. DESC_MULTIPAGE_PROJECT_BROWSE ++msgid "Browse for multipage project directory" ++msgstr "Busca do directorio de proyecto de múltiples páxinas" ++ ++#. DESC_MULTIPAGE_FILETYPE ++msgid "Select filetype for multipage file" ++msgstr "Escoller tipo de ficheiro para ficheiro de páxinas múltiples" ++ ++#. DESC_PRESET_AREA_RENAME ++msgid "Enter new name for preset area" ++msgstr "Introduza un nome novo para l preselección de área" ++ ++#. DESC_PRESET_AREA_ADD ++msgid "Enter name for new preset area" ++msgstr "Introduza un nome para unha nova preselección de área" ++ ++#. DESC_MEDIUM_RENAME ++msgid "Enter new name for medium definition" ++msgstr "Introduza un nome novo para definición de medio" ++ ++#. DESC_MEDIUM_ADD ++msgid "Enter name for new medium definition" ++msgstr "Introduza un nome para unha nova definición de medio" ++ ++#. DESC_PRINTER_SELECT ++msgid "Select printerdefinition " ++msgstr "Seleccionar definición de impresora " ++ ++#. DESC_RESOLUTION ++msgid "Set scan resolution" ++msgstr "Definir a resolución de escaneo" ++ ++#. DESC_RESOLUTION_X ++msgid "Set scan resolution for x direction" ++msgstr "Definir resolución de escaneo na dirección X" ++ ++#. DESC_RESOLUTION_Y ++msgid "Set scan resolution for y direction" ++msgstr "Definir resolución de escaneo na dirección Y" ++ ++#. DESC_ZOOM ++msgid "Set zoomfactor" ++msgstr "Definir o factor de ampliación" ++ ++#. DESC_ZOOM_X ++msgid "Set zoomfactor for x direction" ++msgstr "Definir o factor de ampliación para la dirección Y factor de ampliación para a dirección X" ++ ++#. DESC_ZOOM_Y ++msgid "Set zoomfactor for y direction" ++msgstr "Definir o factor de ampliación para a dirección Y" ++ ++#. DESC_COPY_NUMBER ++msgid "Set number of copies" ++msgstr "Definir o número de copias" ++ ++#. DESC_NEGATIVE ++msgid "Negative: Invert colors for scanning negatives " ++msgstr "Negativos: Inverter as cores para escanear negativos " ++ ++#. DESC_GAMMA ++msgid "Set gamma value" ++msgstr "Definir valor gamma" ++ ++#. DESC_GAMMA_R ++msgid "Set gamma value for red component" ++msgstr "Definir valor gamma para o compoñente vermello" ++ ++#. DESC_GAMMA_G ++msgid "Set gamma value for green component" ++msgstr "Definir valor gamma para o compoñente verde" ++ ++#. DESC_GAMMA_B ++msgid "Set gamma value for blue component" ++msgstr "Definir valor gamma para o compoñente azul" ++ ++#. DESC_BRIGHTNESS ++msgid "Set brightness" ++msgstr "Definir brillo" ++ ++#. DESC_BRIGHTNESS_R ++msgid "Set brightness for red component" ++msgstr "Definir brillo para o compoñente vermello" ++ ++#. DESC_BRIGHTNESS_G ++msgid "Set brightness for green component" ++msgstr "Definir brillo para o compoñente verde" ++ ++#. DESC_BRIGHTNESS_B ++msgid "Set brightness for blue component" ++msgstr "Definir brillo para o compoñente azul" ++ ++#. DESC_CONTRAST ++msgid "Set contrast" ++msgstr "Definir a cor" ++ ++#. DESC_CONTRAST_R ++msgid "Set contrast for red component" ++msgstr "Definir contraste para o compoñente vermello" ++ ++#. DESC_CONTRAST_G ++msgid "Set contrast for green component" ++msgstr "Definir contraste para o compoñente verde" ++ ++#. DESC_CONTRAST_B ++msgid "Set contrast for blue component" ++msgstr "Definir contraste para o compoñente azul" ++ ++#. DESC_THRESHOLD ++msgid "Set threshold" ++msgstr "Definir limiar" ++ ++#. DESC_RGB_DEFAULT ++msgid "" ++"RGB default: Set enhancement values for red, green and blue to default values :\n" ++" gamma = 1.0\n" ++" brightness = 0\n" ++" contrast = 0" ++msgstr "" ++"RGB por omisión: Definir valores de mellora para vermello, verde e azul a valores por omisión :\n" ++"gamma = 1.0\n" ++"brillo = 0\n" ++"contraste = 0" ++ ++#. DESC_ENH_AUTO ++msgid "Autoadjust gamma, brightness and contrast " ++msgstr "Axustar automaticamente gamma, brillo e contraste " ++ ++#. DESC_ENH_DEFAULT ++msgid "" ++"Set default enhancement values :\n" ++"gamma = 1.0\n" ++"brightness = 0\n" ++"contrast = 0" ++msgstr "" ++"Definir valores de mellora por omisión :\n" ++"gamma = 1.0\n" ++"brillo = 0\n" ++"contraste = 0" ++ ++#. DESC_ENH_RESTORE ++msgid "Restore enhancement values from preferences " ++msgstr "Restaurar valores de mellora desde preferencias " ++ ++#. DESC_ENH_STORE ++msgid "Store active enhancement values to preferences " ++msgstr "Gardar valores de mellora activos a preferencias " ++ ++#. DESC_HIST_INTENSITY ++msgid "Show histogram of intensity/gray " ++msgstr "Amosar o el histograma de intensidade/grises " ++ ++#. DESC_HIST_RED ++msgid "Show histogram of red component " ++msgstr "Amosar o histograma do compoñente vermello " ++ ++#. DESC_HIST_GREEN ++msgid "Show histogram of green component " ++msgstr "Amosar o histograma do compoñente verde " ++ ++#. DESC_HIST_BLUE ++msgid "Show histogram of blue component " ++msgstr "Amosar o histograma do compoñente azul " ++ ++#. DESC_HIST_PIXEL ++msgid "Display mode: show histogram with lines instead of pixels " ++msgstr "Modo de pantalla: amosar histograma con liñas no canto de píxeles " ++ ++#. DESC_HIST_LOG ++msgid "Show logarithm of pixelcount " ++msgstr "Amosar o logaritmo da conta de píxeles " ++ ++#. DESC_PRINTER_SETUP ++msgid "Select definition to change" ++msgstr "Escolla a definición a cambiar" ++ ++#. DESC_PRINTER_NAME ++msgid "Define a name for the selection of this definition" ++msgstr "Definir un nome para a selección desta definición" ++ ++#. DESC_PRINTER_COMMAND ++msgid "Enter command to be executed in copy mode (e.g. \"lpr\")" ++msgstr "Introduza a orde a executar en modo copia (p.e. «lpr»)" ++ ++#. DESC_COPY_NUMBER_OPTION ++msgid "Enter option for copy numbers" ++msgstr "Introduza a opción para o número de copias" ++ ++#. DESC_PRINTER_LINEART_RESOLUTION ++msgid "Resolution with which lineart images are printed and saved in postscript" ++msgstr "Resolución coa que as imaxes de liña de arte han ser impresas e gardadas en PostScript" ++ ++#. DESC_PRINTER_GRAYSCALE_RESOLUTION ++msgid "Resolution with which grayscale images are printed and saved in postscript" ++msgstr "Resolución coa que as imaxes en escala de grisesr han ser impresas e gardadas en PostScript" ++ ++#. DESC_PRINTER_COLOR_RESOLUTION ++msgid "Resolution with which color images are printed and saved in postscript" ++msgstr "Resolución coa que as imaxes a cor han ser impresas e gardadas en PostScript" ++ ++#. DESC_PRINTER_WIDTH ++#. DESC_FAX_WIDTH ++msgid "Width of printable area" ++msgstr "Anchura de área imprimible" ++ ++#. DESC_PRINTER_HEIGHT ++#. DESC_FAX_HEIGHT ++msgid "Height of printable area" ++msgstr "Altura de área imprimible" ++ ++#. DESC_PRINTER_LEFTOFFSET ++#. DESC_FAX_LEFTOFFSET ++msgid "Left offset from the edge of the paper to the printable area" ++msgstr "Deprazamento cara a esquerda desde o bordo do papel á área imprimible" ++ ++#. DESC_PRINTER_BOTTOMOFFSET ++#. DESC_FAX_BOTTOMOFFSET ++msgid "Bottom offset from the edge of the paper to the printable area" ++msgstr "Deprazamento cara abaixo desde o bordo do papel á área imprimible" ++ ++#. DESC_PRINTER_GAMMA ++msgid "Additional gamma value for photocopy" ++msgstr "Valor gamma adicional para fotocopia" ++ ++#. DESC_PRINTER_GAMMA_RED ++msgid "Additional gamma value for red component for photocopy" ++msgstr "Valor gamma adicional do valor vermello para fotocopia" ++ ++#. DESC_PRINTER_GAMMA_GREEN ++msgid "Additional gamma value for green component for photocopy" ++msgstr "Valor gamma adicional do valor verde para fotocopia" ++ ++#. DESC_PRINTER_GAMMA_BLUE ++msgid "Additional gamma value for blue component for photocopy" ++msgstr "Valor gamma adicional do valor azul para fotocopia" ++ ++#. DESC_PRINTER_EMBED_CSA ++msgid "Creates a postscript file that contains the ICM profile of the scanner" ++msgstr "Crea un ficheiro PostScript que conten o perfil ICM do escáner" ++ ++#. DESC_PRINTER_EMBED_CRD ++msgid "Creates a postscript file that contains the ICM profile of the printer" ++msgstr "Crea un ficheiro PostScript que conten o perfil ICM da impresora" ++ ++#. DESC_PRINTER_CMS_BPC ++msgid "Applies black point compensation" ++msgstr "Aplicada a compensación de punto negro" ++ ++#. DESC_PRINTER_PS_FLATEDECODED ++msgid "" ++"Create zlib compressed postscript image for printer (flatedecode).\n" ++"The printer has to understand postscript level 3!" ++msgstr "" ++"Crear unha imaxe postscript comprimida con zlib para a impresora (flatedecode).\n" ++"A impresora ten que entender postscript nivel 3!" ++ ++#. DESC_TMP_PATH ++msgid "Path to temp directory" ++msgstr "Ruta ao directorio temporal" ++ ++#. DESC_BUTTON_TMP_PATH_BROWSE ++msgid "Browse for temporary directory" ++msgstr "Buscar por directorio temporal" ++ ++#. DESC_JPEG_QUALITY ++msgid "Quality in percent if image is saved as JPEG or TIFF with JPEG compression" ++msgstr "Calidade en porcentaxe si a imaxe é gardada como JPEG ou TIFF con compresión JPEG" ++ ++#. DESC_PNG_COMPRESSION ++msgid "Compression if image is saved as PNG" ++msgstr "Compresión se a imaxe é gardada como PNG" ++ ++#. DESC_FILENAME_COUNTER_LEN ++msgid "Minimum length of counter in filename" ++msgstr "Lonxitude mínima do contador no nome de ficheiro" ++ ++#. DESC_TIFF_ZIP_COMPRESSION ++msgid "Compression rate for zip compressed TIFF (deflate)" ++msgstr "Taxa de compresión zip para comprimir TIFF (rebaixar)" ++ ++#. DESC_TIFF_COMPRESSION_16 ++msgid "Compression type if 16 bit image is saved as TIFF" ++msgstr "Tipo de compresión se a imaxe de 16 bits é gardada como TIFF" ++ ++#. DESC_TIFF_COMPRESSION_8 ++msgid "Compression type if 8 bit image is saved as TIFF" ++msgstr "Tipo de compresión se a imaxe de 8 bits é gardada como TIFF" ++ ++#. DESC_TIFF_COMPRESSION_1 ++msgid "Compression type if lineart image is saved as TIFF" ++msgstr "Tipo de compresión se a imaxe de liña de arte se gardada como TIFF" ++ ++#. DESC_SAVE_DEVPREFS_AT_EXIT ++msgid "Save device dependant preferences in default file at exit of xsane" ++msgstr "Gardar as preferencias dependentes do dispositivo no ficheiro por omisión ao saír de XSane" ++ ++#. DESC_OVERWRITE_WARNING ++msgid "Warn before overwriting an existing file" ++msgstr "Avisar antes de sobrescribir un ficheiro existente" ++ ++#. DESC_SKIP_EXISTING ++msgid "If filename counter is automatically increased, used numbers are skipped" ++msgstr "Se o contador de nome de ficheiro se incrementa automaticamente, sáltanse os números utilizados" ++ ++#. DESC_SAVE_PS_FLATEDECODED ++msgid "compress postscript image with zlib algorithm (flatedecode). When you want to print such a file your printer has to understand postscript level 3" ++msgstr "comprimir a imaxe PostScript co algoritmo zlib (decodificación plana). Cando queira imprimir tal ficheiro a súa impresora ten que entender PostScript nivel 3" ++ ++#. DESC_SAVE_PDF_FLATEDECODED ++msgid "compress PDF image with zlib algorithm (flatedecode)." ++msgstr "compresión de imaxe PDF co algoritmo zlib (decodificación plana)" ++ ++#. DESC_SAVE_PNM16_AS_ASCII ++msgid "When a 16 bit image shall be saved in PNM format then use ASCII format instead of binary format. The binary format is a new format that is not supported by all programs. The ASCII format is supported by more programs but it produces really huge files!!!" ++msgstr "Cando unha imaxe de 16 bits deba gardarse en formato PNM use o formato ASCII no canto do formato binario. O formato binario é un formato novo que non está soportado por todos os programas. O formato ASCII está soportado pola maioría dos programas pero produce ficheiros verdadeiramente enormes!!!" ++ ++#. DESC_REDUCE_16BIT_TO_8BIT ++msgid "If scanner sends image with 16 bits/channel save image with 8 bits/channel" ++msgstr "Se o escáner envia imaxes de 16 bits/canle gardar as imaxes con 8 bits/canle" ++ ++#. DESC_PSFILE_WIDTH ++msgid "Width of paper for postscript files" ++msgstr "Anchura do papel para ficheiros PostScript" ++ ++#. DESC_PSFILE_HEIGHT ++msgid "Height of paper for postscript files" ++msgstr "Altura do papel para ficheiros PostScript" ++ ++#. DESC_PSFILE_LEFTOFFSET ++msgid "Left offset from the edge of the paper to the usable area for postscript files" ++msgstr "Desprazamento cara a esquerda desde o bordo do papel até a área útil para os ficheiros PostScript" ++ ++#. DESC_PSFILE_BOTTOMOFFSET ++msgid "Bottom offset from the edge of the paper to the usable area for postscript files" ++msgstr "Desprazamento cara abaixo desde o bordo do papel até a área útil para os ficheiros PostScript" ++ ++#. DESC_MAIN_WINDOW_FIXED ++msgid "Use fixed main window size or scrolled, resizable main window" ++msgstr "Usar tamaño de ventá principal fixo ou un tamaño variable con desprazamento" ++ ++#. DESC_DISABLE_GIMP_PREVIEW_GAMMA ++msgid "Disable preview gamma when XSane runs as GIMP plugin" ++msgstr "Desactivar a vista previa gamma cando XSane funciona como unha extensión de GIMP" ++ ++#. DESC_PREVIEW_COLORMAP ++msgid "Use an own colormap for preview if display depth is 8 bpp" ++msgstr "Usar un mapa de cores propio se a profundidade da pantalla é de 8 bpp" ++ ++#. DESC_SHOW_RANGE_MODE ++msgid "Select how a range is displayed" ++msgstr "Definir como amosar un rango" ++ ++#. DESC_PREVIEW_OVERSAMPLING ++msgid "Value with which the calculated preview resolution is multiplied" ++msgstr "Valor calculado co que a resolución da vista previa se multiplica" ++ ++#. DESC_PREVIEW_GAMMA ++msgid "Set gamma correction value for preview image" ++msgstr "Definir o valor da corrección gamma para a imaxe de vista previa" ++ ++#. DESC_PREVIEW_GAMMA_RED ++msgid "Set gamma correction value for red component of preview image" ++msgstr "Definir o valor da corrección gamma para o compoñente vermello da imaxe de vista previa" ++ ++#. DESC_PREVIEW_GAMMA_GREEN ++msgid "Set gamma correction value for green component of preview image" ++msgstr "Definir o valor da corrección gamma para o compoñente verde da imaxe de vista previa" ++ ++#. DESC_PREVIEW_GAMMA_BLUE ++msgid "Set gamma correction value for blue component of preview image" ++msgstr "Definir o valor da corrección gamma para o compoñente azul da imaxe de vista previa" ++ ++#. DESC_LINEART_MODE ++msgid "Define the way XSane shall handle the threshold option" ++msgstr "Definir a forma en que XSane manexará la opción limiar" ++ ++#. DESC_GRAYSCALE_SCANMODE ++msgid "Select grayscale scanmode. This scanmode is used for lineart preview scan when transformation from grayscale to lineart is enabled" ++msgstr "Escoller o modo de escaneo de escala de grises. Este modo usase para a vista previa de liña de arte cando a transformación de escala de grises a liña de arte está activada" ++ ++#. DESC_PREVIEW_THRESHOLD_MIN ++#, no-c-format ++msgid "The scanner's minimum threshold level in %" ++msgstr "Nivel mínimo do limiar do escáner en %" ++ ++#. DESC_PREVIEW_THRESHOLD_MAX ++#, no-c-format ++msgid "The scanner's maximum threshold level in %" ++msgstr "Nivel máximo do limiar do escáner en %" ++ ++#. DESC_PREVIEW_THRESHOLD_MUL ++msgid "Multiplier to make XSane threshold range and scanner threshold range the same" ++msgstr "Factor de multiplicación para facer que el rango do limiar de XSane e ol rango do limiar do escáner sexan iguais" ++ ++#. DESC_PREVIEW_THRESHOLD_OFF ++msgid "Offset to make XSane threshold range and scanner threshold range the same" ++msgstr "Desprazamento para facer que o rango do limiar de XSane e o rango do limiar do escáner sexan iguais" ++ ++#. DESC_ADF_PAGES_MAX ++msgid "Number of pages to scan" ++msgstr "Número de páxinas a escanear" ++ ++#. DESC_PREVIEW_PIPETTE_RANGE ++msgid "dimension of square that is used to average color for pipette function" ++msgstr "Dimensión do cadrado que se usa para promediar a cor para a función pipeta" ++ ++#. DESC_DOC_VIEWER ++msgid "Enter command to be executed to display helpfiles, must be a HTML-viewer!" ++msgstr "Introducir orde a executar para amosar ficheiros de axuda, debe ser un visor HTML!" ++ ++#. DESC_AUTOENHANCE_GAMMA ++msgid "Change gamma value when autoenhancement button is pressed" ++msgstr "Cambiar valor gamma cando se preme no botón de mellora automática" ++ ++#. DESC_PRESELECT_SCAN_AREA ++msgid "Select scan area after preview scan has finished" ++msgstr "Seleccionar área de escaneo despois de que a vista previa remate" ++ ++#. DESC_AUTOCORRECT_COLORS ++msgid "Do color correction after preview scan has finished" ++msgstr "Facer a corrección de cor despois de terminar o escaneo da vista previa" ++ ++#. DESC_RENDERING_INTENT ++msgid "Select rendering intent for preview and saving" ++msgstr "Escolla «Intento de renderizado» para vista previa e gardado" ++ ++#. DESC_CMS_BPC ++msgid "Apply black point compensation when color transformation is done" ++msgstr "Aplicar a compensación de punto negro unha vez feita a transformación de cor" ++ ++#. DESC_FAX_COMMAND ++msgid "Enter command to be executed in fax mode" ++msgstr "Introduza a orde a executar en modo fax" ++ ++#. DESC_FAX_RECEIVER_OPT ++msgid "Enter option to specify receiver" ++msgstr "Introduza a opción para especificar un receptor" ++ ++#. DESC_FAX_POSTSCRIPT_OPT ++msgid "Enter option to specify postscript files following" ++msgstr "Introduza a opción para especificar os ficheiros PostScript seguintes" ++ ++#. DESC_FAX_NORMAL_OPT ++msgid "Enter option to specify normal mode (low resolution)" ++msgstr "Introduza a opción para especificar o modo normal (baixa resolución)" ++ ++#. DESC_FAX_FINE_OPT ++msgid "Enter option to specify fine mode (high resolution)" ++msgstr "Introduza a opción para especificar o modo fino (alta resolución)" ++ ++#. DESC_FAX_VIEWER ++msgid "Enter command to be executed to view a fax" ++msgstr "Introduza a orde a executar para ver un fax" ++ ++#. DESC_FAX_FINE_MODE ++msgid "Send fax with high vertical resolution (196 lpi instead of 98 lpi)" ++msgstr "Enviar fax con resolución vertical alta (196 lpp no canto de 98 lpp)" ++ ++#. DESC_FAX_PS_FLATEDECODED ++msgid "Create zlib compressed postscript image for fax (flatedecode)" ++msgstr "Crear imaxe postscript comprimida para fax (decodificación plana)" ++ ++#. DESC_SMTP_SERVER ++msgid "IP Address or Domain name of SMTP server" ++msgstr "Enderezo IP ou nome de dominio do servidor SMTP" ++ ++#. DESC_SMTP_PORT ++msgid "port to connect to SMTP server" ++msgstr "Porto para conectar ao servidor SMTP" ++ ++#. DESC_EMAIL_FROM ++msgid "enter your e-mail address" ++msgstr "Introduza o seu enderzo de correo-e" ++ ++#. DESC_EMAIL_REPLY_TO ++msgid "enter e-mail address for replied e-mails" ++msgstr "introduza o enderezo de correo-e para los correo-e respondidos" ++ ++#. DESC_EMAIL_AUTHENTICATION ++msgid "Type of authentication before sending e-mail" ++msgstr "Tipo de autenticación antes de enviar correo-e" ++ ++#. DESC_EMAIL_AUTH_USER ++msgid "user name for e-mail server" ++msgstr "nome de usuario para o servidor de correo-e" ++ ++#. DESC_EMAIL_AUTH_PASS ++msgid "password for e-mail server" ++msgstr "contrasinal para o servidor de correo-e" ++ ++#. DESC_POP3_SERVER ++msgid "IP Address or Domain name of POP3 server" ++msgstr "Enderezo IP ou nome de dominio do servidor POP3" ++ ++#. DESC_POP3_PORT ++msgid "port to connect to POP3 server" ++msgstr "Porto para conectar ao servidor POP3" ++ ++#. DESC_HTML_EMAIL ++msgid "E-mail is sent in HTML mode, place image with: " ++msgstr "O correo-e enviase en modo HTML, poña a imaxe con: " ++ ++#. DESC_OCR_COMMAND ++msgid "Enter command to start OCR program" ++msgstr "Introduca a orde para iniciar o programa de OCR" ++ ++#. DESC_OCR_INPUTFILE_OPT ++msgid "Enter option of the OCR program to define input file" ++msgstr "Introduza a opción para o programa de OCR para definir o ficheiro de entrada" ++ ++#. DESC_OCR_OUTPUTFILE_OPT ++msgid "Enter option of the OCR program to define output file" ++msgstr "Introduza a opción para o programa de OCR para definir o ficheiro de saída" ++ ++#. DESC_OCR_USE_GUI_PIPE_OPT ++msgid "Define if the OCR program supports gui progress pipe" ++msgstr "Definir si o programa de OCR soporta a canalización de indicador de progreso" ++ ++#. DESC_OCR_OUTFD_OPT ++msgid "Enter option of the OCR program to define output filedescripor in GUI mode" ++msgstr "Introduza a opción para o programa de OCR para definir o descriptor de ficheiro de saída en modo IGU" ++ ++#. DESC_OCR_PROGRESS_KEYWORD ++msgid "Define Keyword that is used to mark progress information" ++msgstr "Palabra chave usada para marcar información de progreso" ++ ++#. DESC_PERMISSION_READ ++msgid "read" ++msgstr "Ler" ++ ++#. DESC_PERMISSION_WRITE ++msgid "write" ++msgstr "Escribir" ++ ++#. DESC_PERMISSION_SEARCH ++msgid "search" ++msgstr "Buscar" ++ ++#. DESC_ADD_BATCH ++msgid "Add selection for batch scan" ++msgstr "Engadir selección para escaneo por lotes" ++ ++#. DESC_PIPETTE_WHITE ++msgid "Pick white point" ++msgstr "Tomar punto blanco" ++ ++#. DESC_PIPETTE_GRAY ++msgid "Pick gray point" ++msgstr "Tomar punto gris)" ++ ++#. DESC_PIPETTE_BLACK ++msgid "Pick black point" ++msgstr "Tomar punto negro" ++ ++#. DESC_ZOOM_FULL ++msgid "Use full scan area" ++msgstr "Usar área de escaneo completa" ++ ++#. DESC_ZOOM_OUT ++#, no-c-format ++msgid "Zoom 20% out" ++msgstr "Ampliar 20%" ++ ++#. DESC_ZOOM_IN ++msgid "Click at position to zoom to" ++msgstr "Facer clic na posición para facer zoom a" ++ ++#. DESC_ZOOM_AREA ++msgid "Zoom into selected area" ++msgstr "Ampliar precisamente a área seleccionada" ++ ++#. DESC_ZOOM_UNDO ++msgid "Undo last zoom" ++msgstr "Desfacer a última ampliación" ++ ++#. DESC_FULL_PREVIEW_AREA ++msgid "Select visible area" ++msgstr "Escoller a área visible" ++ ++#. DESC_AUTOSELECT_SCAN_AREA ++msgid "Autoselect scan area" ++msgstr "Escoller automaticamente el área de escaneo" ++ ++#. DESC_AUTORAISE_SCAN_AREA ++msgid "Autoraise scan area" ++msgstr "Levantar automaticamente a área de escaneo" ++ ++#. DESC_DELETE_IMAGES ++msgid "Delete preview image cache" ++msgstr "Borrar a caché de imaxe da vista previa" ++ ++#. DESC_PRESET_AREA ++msgid "" ++"Preset area:\n" ++"To add new area or edit an existing area use context menu (alternate mouse button)." ++msgstr "" ++"Preselección de área:\n" ++"Para engadir unha nova área ou editar unha existente utilice o menu de contexto (botón dereito do rato)." ++ ++#. DESC_ROTATION ++msgid "Rotate preview and scan" ++msgstr "Rotar a vista previa e escanear" ++ ++#. DESC_RATIO ++msgid "Aspect ratio of selection" ++msgstr "Relación de aspecto da selección" ++ ++#. DESC_PAPER_ORIENTATION ++msgid "Define image position for printing" ++msgstr "Definir posición da imaxe para imprimir" ++ ++#. DESC_VIEWER_OCR ++msgid "Optical Character Recognition" ++msgstr "Recoñecemento optico de caracteres" ++ ++#. DESC_VIEWER_UNDO ++msgid "Undo last change" ++msgstr "Desfacer o último cambio" ++ ++#. DESC_VIEWER_CLONE ++msgid "Clone image" ++msgstr "Duplicar a imaxe" ++ ++#. DESC_ROTATE90 ++msgid "Rotate image 90 degrees" ++msgstr "Rotar imaxe 90 graos" ++ ++#. DESC_ROTATE180 ++msgid "Rotate image 180 degrees" ++msgstr "Rotar imaxe 180 graos" ++ ++#. DESC_ROTATE270 ++msgid "Rotate image 270 degrees" ++msgstr "Rotar imaxe 270 graos" ++ ++#. DESC_MIRROR_X ++msgid "Mirror image at vertical axis" ++msgstr "Reflectir a imaxe sobre o eixo vertical" ++ ++#. DESC_MIRROR_Y ++msgid "Mirror image at horizontal axis" ++msgstr "Reflectir a imaxe sobre o eixo horizontal" ++ ++#. DESC_VIEWER_ZOOM ++msgid "Zoom image" ++msgstr "Ampliar imaxe" ++ ++#. DESC_STORE_MEDIUM ++msgid "Store medium" ++msgstr "Gardar medio" ++ ++#. DESC_DELETE_MEDIUM ++msgid "Delete active medium" ++msgstr "Borrar medio activo" ++ ++#. DESC_SCALE_FACTOR ++msgid "Scale factor" ++msgstr "Factor de escala" ++ ++#. DESC_X_SCALE_FACTOR ++msgid "X-Scale factor" ++msgstr "Factor de escala X" ++ ++#. DESC_Y_SCALE_FACTOR ++msgid "Y-Scale factor" ++msgstr "Factor de escala Y" ++ ++#. DESC_SCALE_WIDTH ++msgid "Scale image to width [pixels]" ++msgstr "Axustar a imaxe ao ancho [en píxeles]" ++ ++#. DESC_SCALE_HEIGHT ++msgid "Scale image to height [pixels]" ++msgstr "Axustar a imaxe ao alto [en píxeles]" ++ ++#. DESC_BATCH_LIST_EMPTY ++msgid "Empty batch list" ++msgstr "Baleirar a lista de proceso por lotes" ++ ++#. DESC_BATCH_LIST_SAVE ++msgid "Save batch list" ++msgstr "Gardar a lista de proceso por lotes" ++ ++#. DESC_BATCH_LIST_LOAD ++msgid "Load batch list" ++msgstr "Cargar a lista de proceso por lotes" ++ ++#. DESC_BATCH_RENAME ++msgid "Rename area" ++msgstr "Renomear a área" ++ ++#. DESC_BATCH_ADD ++msgid "Add selected preview area to batch list" ++msgstr "Engadir vista previa seleccionada á lista de proceso por lotes" ++ ++#. DESC_BATCH_DEL ++msgid "Delete selected area from batch list" ++msgstr "Borrar área seleccionada da lista de proceso por lotes" ++ ++#. DESC_AUTOMATIC ++msgid "Turns on automatic mode" ++msgstr "Activa o modo automático" ++ ++#. DESC_BUTTON_SCANNER_DEFAULT_COLOR_ICM_PROFILE_BROWSE ++msgid "Browse for scanner default color ICM-profile" ++msgstr "Buscar por perfil de cor ICM predeterminado do escáner" ++ ++#. DESC_BUTTON_SCANNER_DEFAULT_GRAY_ICM_PROFILE_BROWSE ++msgid "Browse for scanner default gray ICM-profile" ++msgstr "Buscar por perfil de escala de grises ICM predeterminado do escáner" ++ ++#. DESC_BUTTON_DISPLAY_ICM_PROFILE_BROWSE ++msgid "Browse for display ICM-profile" ++msgstr "Buscar por perfil ICM de pantalla" ++ ++#. DESC_BUTTON_PRINTER_ICM_PROFILE_BROWSE ++msgid "Browse for printer ICM-profile" ++msgstr "Buscar por perfil ICM de impresora" ++ ++#. DESC_BUTTON_CUSTOM_PROOFING_ICM_PROFILE_BROWSE ++msgid "Browse for custom proofing ICM-profile" ++msgstr "Buscar por perfil ICM de proba personalizado" ++ ++#. DESC_BUTTON_WORKING_COLOR_SPACE_ICM_PROFILE_BROWSE ++msgid "Browse for working color space ICM-profile" ++msgstr "Buscar por perfil ICM de espazo de cor de traballo" ++ ++#. ERR_HOME_DIR ++msgid "Failed to determine home directory:" ++msgstr "Fallou ao determinar o directorio persoal:" ++ ++#. ERR_CHANGE_WORKING_DIR ++msgid "Failed to change working directory to" ++msgstr "Fallou ao cambiar o directorio de traballo a" ++ ++#. ERR_FILENAME_TOO_LONG ++msgid "Filename too long" ++msgstr "Nome de ficheiro moi longo" ++ ++#. ERR_CREATE_TEMP_FILE ++msgid "" ++"Could not create temporary file.\n" ++"Open Menue Preferences->Setup Tab Save and\n" ++"select a temporary directory where you have\n" ++"write permissions." ++msgstr "" ++"Non se puido crear o ficheiro temporal.\n" ++"Abra o menu Preferencias->Configuración->Directorio temporal\n" ++"e escolla un directorio temporal donde teña\n" ++"permisos de escritura." ++ ++#. ERR_SET_OPTION ++msgid "Failed to set value of option" ++msgstr "Fallou ao definir o valor da opción" ++ ++#. ERR_GET_OPTION ++msgid "Failed to obtain value of option" ++msgstr "Fallou ao obter o valor da opción" ++ ++#. ERR_OPTION_COUNT ++msgid "Error obtaining option count" ++msgstr "Erro ao obter a opción de contar" ++ ++#. ERR_DEVICE_OPEN_FAILED ++msgid "Failed to open device" ++msgstr "Fallou ao abrir o dispositivo" ++ ++#. ERR_NO_DEVICES ++msgid "no devices available" ++msgstr "Non hai dispositivos dispoñibles" ++ ++#. ERR_DURING_READ ++msgid "Error during read:" ++msgstr "Erro mentres se leia:" ++ ++#. ERR_DURING_SAVE ++msgid "Error during save:" ++msgstr "Erro mentres se gardaba:" ++ ++#. ERR_BAD_DEPTH ++msgid "Can't handle depth" ++msgstr "Non se pode manexar a profundidade" ++ ++#. ERR_UNKNOWN_SAVING_FORMAT ++msgid "Unknown file format for saving" ++msgstr "Formato de ficheiro descoñecido para gardar" ++ ++#. ERR_OPEN_FAILED ++msgid "Failed to open" ++msgstr "Fallou ao abrir" ++ ++#. ERR_CREATE_SECURE_FILE ++msgid "Could not create secure file (maybe a link does exist):" ++msgstr "Non se pode crear un ficheiro seguro (pode que exista unha ligazón):" ++ ++#. ERR_FAILED_PRINTER_PIPE ++msgid "Failed to open pipe for executing printercommand" ++msgstr "Fallou ao abrir a canalización para executar a orde de impresión" ++ ++#. ERR_FAILED_EXEC_PRINTER_CMD ++msgid "Failed to execute printercommand:" ++msgstr "Fallou ao executar a orde de impresión:" ++ ++#. ERR_FAILED_START_SCANNER ++msgid "Failed to start scanner:" ++msgstr "Fallou ao iniciar o escáner:" ++ ++#. ERR_FAILED_GET_PARAMS ++msgid "Failed to get parameters:" ++msgstr "Non se puideron obter os parámetros:" ++ ++#. ERR_NO_OUTPUT_FORMAT ++msgid "No output format given" ++msgstr "Formato de saída sen determinar" ++ ++#. ERR_NO_MEM ++msgid "out of memory" ++msgstr "Non queda memoria " ++ ++#. ERR_TOO_MUCH_DATA ++msgid "Backend sends more image data than it defined in parameters" ++msgstr "O motor envia máis datos de imaxe que os definidos nos parámetros" ++ ++#. ERR_LIBTIFF ++msgid "LIBTIFF reports error" ++msgstr "LIBTIFF informa dun erro" ++ ++#. ERR_LIBPNG ++msgid "LIBPNG reports error" ++msgstr "LIBPNG informa dun erro" ++ ++#. ERR_LIBJPEG ++msgid "LIBJPEG reports error" ++msgstr "LIBJPE G informa dun erro" ++ ++#. ERR_ZLIB ++msgid "ZLIB error or memory allocation problem" ++msgstr "Erro en ZLIB ou problema de asignación de memoria" ++ ++#. ERR_UNKNOWN_TYPE ++msgid "unknown type" ++msgstr "Ttipo descoñecido" ++ ++#. ERR_UNKNOWN_CONSTRAINT_TYPE ++msgid "unknown constraint type" ++msgstr "Restrición de tipo descoñecido" ++ ++#. ERR_OPTION_NAME_NULL ++msgid "Option has empty name (NULL)." ++msgstr "A opción ten nome baleiro (NULL)." ++ ++#. ERR_BACKEND_BUG ++msgid "This is a backend bug. Please inform the author of the backend!" ++msgstr "Este é un erro do motor. Informe ao autor do motor!" ++ ++#. ERR_FAILED_EXEC_DOC_VIEWER ++msgid "Failed to execute documentation viewer:" ++msgstr "Fallou ao executar o visor de fdocumentación:" ++ ++#. ERR_FAILED_EXEC_FAX_VIEWER ++msgid "Failed to execute fax viewer:" ++msgstr "Fallou ao executar o visor de fax:" ++ ++#. ERR_FAILED_EXEC_FAX_CMD ++msgid "Failed to execute fax command:" ++msgstr "Fallou ao executar a orde de fax:" ++ ++#. ERR_FAILED_EXEC_OCR_CMD ++msgid "Failed to execute OCR command:" ++msgstr "Fallou ao executar a orde de OCR:" ++ ++#. ERR_BAD_FRAME_FORMAT ++msgid "bad frame format" ++msgstr "O formato de cadro non é correcto" ++ ++#. ERR_FAILED_SET_RESOLUTION ++msgid "unable to set resolution" ++msgstr "Non se pode determinar a resolución" ++ ++#. ERR_PASSWORD_FILE_INSECURE ++#, c-format ++msgid "Password file (%s) is insecure, use permission x00\n" ++msgstr "O ficheiro de contrasinal (%s) non é seguro, usar permisos x00\n" ++ ++#. ERR_ERROR ++msgid "error" ++msgstr "Erro" ++ ++#. ERR_MAJOR_VERSION_NR_CONFLICT ++msgid "Sane major version number mismatch!" ++msgstr "O número de versión principal de Sane non coincide!" ++ ++#. ERR_XSANE_MAJOR_VERSION ++msgid "XSane major version =" ++msgstr "Versión principal de XSane = " ++ ++#. ERR_BACKEND_MAJOR_VERSION ++msgid "backend major version =" ++msgstr "Versión principal do motor = " ++ ++#. ERR_PROGRAM_ABORTED ++msgid "*** PROGRAM ABORTED ***" ++msgstr "*** PROGRAMA INTERRUMPIDO ***" ++ ++#. ERR_FAILED_ALLOCATE_IMAGE ++msgid "Failed to allocate image memory:" ++msgstr "Fallou ao ubicar a imaxen na memoria:" ++ ++#. ERR_PREVIEW_BAD_DEPTH ++msgid "Preview cannot handle bit depth" ++msgstr "A vista previa non pode manexar a profundidade de bits" ++ ++#. ERR_GIMP_SUPPORT_MISSING ++msgid "GIMP support missing" ++msgstr "Non se atopan o soporte para GIMP" ++ ++#. ERR_CREATE_FAX_PROJECT ++msgid "Could not create faxproject" ++msgstr "Non se puido crear o proxecto de fax" ++ ++#. WARN_COUNTER_UNDERRUN ++msgid "Filename counter underrun" ++msgstr "Contador de nomes de ficheiro baleiro" ++ ++#. WARN_NO_VALUE_CONSTRAINT ++msgid "warning: option has no value constraint" ++msgstr "aviso: a opción non ten restriccións de valor" ++ ++#. WARN_XSANE_AS_ROOT ++msgid "" ++"You try to run XSane as ROOT, that really is DANGEROUS!\n" ++"\n" ++"Do not send any bug reports when you\n" ++"have any problems while running XSane as root:\n" ++"YOU ARE ALONE!" ++msgstr "" ++"Tenta executar XSane como ROOT, o que é verdadeiramente PERIGOSO!\n" ++"\n" ++"Non envíe ningún informe de erros cando\n" ++"teñaa algún problema mentres execute XSane como supersusuario:\n" ++"ESTÁ VOSTEDE SÓ!" ++ ++#. ERR_HEADER_ERROR ++msgid "Error" ++msgstr "Erro" ++ ++#. ERR_HEADER_WARNING ++msgid "Warning" ++msgstr "Atención" ++ ++#. ERR_HEADER_INFO ++msgid "Information" ++msgstr "Información" ++ ++#. ERR_HEADER_CHILD_PROCESS_ERROR ++msgid "Child process error" ++msgstr "Erro nun proceso fillo" ++ ++#. ERR_FAILED_CREATE_FILE ++msgid "Failed to create file:" ++msgstr "Fallou ao crear o ficheiro:" ++ ++#. ERR_LOAD_DEVICE_SETTINGS ++msgid "Error while loading device settings:" ++msgstr "Erro ao cargar os axustes do dispositivo:" ++ ++#. ERR_NO_DRC_FILE ++msgid "is not a device-rc-file !!!" ++msgstr ">Non é un ficheiro-rc-de-dispositivo !!!" ++ ++#. ERR_NETSCAPE_EXECUTE_FAIL ++msgid "Failed to execute netscape!" ++msgstr "Fallou ao executar Netscape!" ++ ++#. ERR_SENDFAX_RECEIVER_MISSING ++msgid "Send fax: no receiver defined" ++msgstr "Envío de fax: no nse definiu un receptor" ++ ++#. ERR_CREATED_FOR_DEVICE ++msgid "has been created for device" ++msgstr "creouse para o dispositivo" ++ ++#. ERR_USED_FOR_DEVICE ++msgid "you want to use it for device" ++msgstr "vostede quere usalo para o dispositivo" ++ ++#. ERR_MAY_CAUSE_PROBLEMS ++msgid "this may cause problems!" ++msgstr "isto pode causar problemas!" ++ ++#. WARN_UNSAVED_IMAGES ++#, c-format ++msgid "There are %d unsaved images" ++msgstr "Hai %d imaxes sen gardar" ++ ++#. WARN_FILE_EXISTS ++#, c-format ++msgid "File %s already exists" ++msgstr "O ficheiro «%s» xa existe" ++ ++#. ERR_FILE_NOT_EXISTS ++#, c-format ++msgid "File %s does not exist" ++msgstr "O ficheiro %s non existe" ++ ++#. ERR_FILE_NOT_POSTSCRIPT ++#, c-format ++msgid "File %s is not a postscript file" ++msgstr "O ficheiro %s no é un ficheiro postscript" ++ ++#. ERR_UNSUPPORTED_OUTPUT_FORMAT ++#, c-format ++msgid "Unsupported %d-bit output format: %s" ++msgstr "Formato de saída de %d-bit non soportado: %s" ++ ++#. ERR_CMS_CONVERSION ++msgid "Error during CMS conversion:" ++msgstr "Erro na conversión CMS" ++ ++#. ERR_CMS_OPEN_ICM_FILE ++msgid "Could not open" ++msgstr "Fallou ao abrir" ++ ++#. CMS_SCANNER_ICM ++msgid "scanner ICM profile" ++msgstr "perfil ICM do escáner" ++ ++#. CMS_DISPLAY_ICM ++msgid "display ICM profile" ++msgstr "perfil ICM da pantalla" ++ ++#. CMS_PROOF_ICM ++msgid "proofing ICM profile" ++msgstr "perfil ICM de probas" ++ ++#. ERR_CMS_CREATE_TRANSFORM ++msgid "Could not create transform" ++msgstr "Non é posible crear a transformación" ++ ++#. WARN_VIEWER_IMAGE_NOT_SAVED ++msgid "viewer image is not saved" ++msgstr "A imaxe do visualizador non foi gardada" ++ ++#. FILE_FILTER_ALL_FILES ++msgid "All files" ++msgstr "Todos os ficheiros" ++ ++#. FILE_FILTER_IMAGES ++msgid "Images" ++msgstr "Imaxes" ++ ++#. FILE_FILTER_XBL ++msgid "XSane batch list" ++msgstr "Lista de proceso por lotes de XSane" ++ ++#. FILE_FILTER_ICM ++msgid "ICC/ICM Profiles" ++msgstr "Perfiles ICC/ICM" ++ ++#. FILE_FILTER_DRC ++msgid "XSane device preferences" ++msgstr "Preferencias de dispositivo de XSane" ++ ++#. FILE_FILTER_RC ++msgid "XSane preferences" ++msgstr "Preferencias de XSane" ++ ++#. TEXT_USAGE ++msgid "Usage:" ++msgstr "Modo de uso:" ++ ++#. TEXT_USAGE_OPTIONS ++msgid "[OPTION]... [DEVICE]" ++msgstr "[OPCIÓN]... [DISPOSITIVO]" ++ ++#. TEXT_HELP ++msgid "" ++"Start up graphical user interface to access SANE (Scanner Access Now Easy) devices.\n" ++"\n" ++"The format of [DEVICE] is backendname:devicefile (e.g. umax:/dev/scanner).\n" ++"[OPTION]... can be a combination of the following items:\n" ++" -h, --help display this help message and exit\n" ++" -v, --version print version information\n" ++" -l, --license print license information\n" ++"\n" ++" -d, --device-settings file load device settings from file (without \".drc\")\n" ++"\n" ++" -V, --viewer start with viewer-mode active (default)\n" ++" -s, --save start with save-mode active\n" ++" -c, --copy start with copy-mode active\n" ++" -m, --multipage start with multipage-mode active\n" ++" -f, --fax start with fax-mode active\n" ++" -e, --email start with e-mail-mode active\n" ++" -n, --no-mode-selection disable menu for XSane mode selection\n" ++"\n" ++" -F, --Fixed fixed main window size (overwrite preferences value)\n" ++" -R, --Resizeable resizable, scrolled main window (overwrite preferences value)\n" ++"\n" ++" -p, --print-filenames print image filenames created by XSane\n" ++" -N, --force-filename name force filename and disable user filename selection\n" ++"\n" ++" --display X11-display redirect output to X11-display\n" ++" --no-xshm do not use shared memory images\n" ++" --sync request a synchronous connection with the X11 server" ++msgstr "" ++"Inicio de interface gráfica de usuario para acceder a dispositivos SANE\n" ++"(Scanner Access Now Easy)\n" ++"\n" ++"O formato de [DISPOSITIVO] é nome_de_motor:ficheiro_de_dispositivo\n" ++"(p/ej. umax:/dev/scanner).\n" ++"[OPCIÓN]... pode ser unha combinación dos seguintes elementos:\n" ++" -h, --help amosar éste mensaxe de axuda e saír\n" ++" -v, --version imprimir información da versión\n" ++" -l, --license imprimir información da licencia\n" ++"\n" ++" -d, --device-settings file cargar opcións de dispositivo desde ficheiro (sen «.drc»)\n" ++"\n" ++" -V, --viewer comezar con modo visor activo (predeterminado)\n" ++" -s, --save comezar con modo salvar activo\n" ++" -c, --copy comezar con modo copia activo\n" ++" -f, --fax comezar con modo fax activo\n" ++" -m, --mail comezar con modo correo activo\n" ++" -n, --no-mode-selection non activar menu para selección de modo XSane\n" ++"\n" ++" -M, --Medium-calibration activar modo de calibración medio\n" ++"\n" ++" -F, --Fixed tamaño de ventá principal fixo (sobrescribe o valor de preferencias)\n" ++" -R, --Resizeable ventá principal redimensionable, con barra de desprazamento\n" ++" (sobrescribe el valor de preferencias)\n" ++"\n" ++" -p, --print-filenames imprimir nomes de ficheiros de imaxes creadas por XSane\n" ++" -N, --force-filename name forzar nome de ficheiro e non activar o da escolla do usuario\n" ++"\n" ++" --display X11-display redireccionar saída á pantalla de X11\n" ++" --no-xshm non usar imaxes en memoria compartida\n" ++" --sync requerir unha conexión sincrónica co servidor X11" ++ ++#. strings for gimp plugin ++#. XSANE_GIMP_INSTALL_BLURB ++msgid "Front-end to the SANE interface" ++msgstr "Frontal para a interface SANE " ++ ++#. XSANE_GIMP_INSTALL_HELP ++msgid "This function provides access to scanners and other image acquisition devices through the SANE (Scanner Access Now Easy) interface." ++msgstr "Esta función fornece acceso a escáneres e outros dispositivos de obtención de imaxes ao través da interface SANE (Scanner Access Now Easy)" ++ ++#. Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" ++#. XSANE_GIMP_MENU_DIALOG ++msgid "/File/Acquire/XSane: Device dialog..." ++msgstr "/File/Acquire/XSane: Dialogo co dispositivo..." ++ ++#. XSANE_GIMP_MENU ++msgid "/File/Acquire/XSane: " ++msgstr "/File/Acquire/XSane: " ++ ++#. XSANE_GIMP_MENU_DIALOG_OLD ++msgid "/Xtns/XSane/Device dialog..." ++msgstr "/Xtns/XSane/Dialogo co dispositivo..." ++ ++#. XSANE_GIMP_MENU_OLD ++msgid "/Xtns/XSane/" ++msgstr "/Xtns/XSane/" ++ ++#. HELP_NO_DEVICES ++msgid "" ++"Possible reasons:\n" ++"1) There really is no device that is supported by SANE\n" ++"2) Supported devices are busy\n" ++"3) The permissions for the device file do not allow you to use it - try as root\n" ++"4) The backend is not loaded by SANE (man sane-dll)\n" ++"5) The backend is not configured correctly (man sane-\"backendname\")\n" ++"6) Possibly there is more than one SANE version installed" ++msgstr "" ++"Causas posibles:1) Non hai un dispositivo soportado por SANE\n" ++"2) Os dispositivos soportados están ocupados\n" ++"3) Os permisos para o dispositivo non lle permiten usarlo. Probe como superusuario\n" ++"4) O motor (backend) non foi cargado por SANE (man sane-dll)\n" ++"5) O motor (backend) non foi configurado correctamente (man sane-«nome_motor»)\n" ++"6) Posiblemente haxa máis dunha versión de SANE instalada" ++ ++#. strings that are used in structures, so it is not allowed to use _()/gettext() here ++#. gettext_noop does mark these texts but does not change the string ++#. MENU_ITEM_SURFACE_FULL_SIZE ++msgid "full size" ++msgstr "tamaño real" ++ ++#. MENU_ITEM_SURFACE_DIN_A3P ++msgid "DIN A3 port." ++msgstr "DIN A3 vert." ++ ++#. MENU_ITEM_SURFACE_DIN_A3L ++msgid "DIN A3 land." ++msgstr "DIN A3 horiz." ++ ++#. MENU_ITEM_SURFACE_DIN_A4P ++msgid "DIN A4 port." ++msgstr "DIN A4 vert." ++ ++#. MENU_ITEM_SURFACE_DIN_A4L ++msgid "DIN A4 land." ++msgstr "DIN A4 horiz." ++ ++#. MENU_ITEM_SURFACE_DIN_A5P ++msgid "DIN A5 port." ++msgstr "DIN A5 vert." ++ ++#. MENU_ITEM_SURFACE_DIN_A5L ++msgid "DIN A5 land." ++msgstr "DIN A5 horiz." ++ ++#. MENU_ITEM_SURFACE_13cmx18cm ++msgid "13cm x 18cm" ++msgstr "13cm x 18cm" ++ ++#. MENU_ITEM_SURFACE_18cmx13cm ++msgid "18cm x 13cm" ++msgstr "18cm x 13cm" ++ ++#. MENU_ITEM_SURFACE_10cmx15cm ++msgid "10cm x 15cm" ++msgstr "10cm x 15cm" ++ ++#. MENU_ITEM_SURFACE_15cmx10cm ++msgid "15cm x 10cm" ++msgstr "15cm x 10cm" ++ ++#. MENU_ITEM_SURFACE_9cmx13cm ++msgid "9cm x 13cm" ++msgstr "9cm x 13cm" ++ ++#. MENU_ITEM_SURFACE_13cmx9cm ++msgid "13cm x 9cm" ++msgstr "13cm x 9cm" ++ ++#. MENU_ITEM_SURFACE_legal_P ++msgid "legal port." ++msgstr "legal vert." ++ ++#. MENU_ITEM_SURFACE_legal_L ++msgid "legal land." ++msgstr "legal horiz." ++ ++#. MENU_ITEM_SURFACE_letter_P ++msgid "letter port." ++msgstr "carta vert." ++ ++#. MENU_ITEM_SURFACE_letter_L ++msgid "letter land." ++msgstr "carta horiz." ++ ++#. MENU_ITEM_MEDIUM_FULL_COLOR_RANGE ++msgid "Full color range" ++msgstr "Rango de cor completo" ++ ++#. MENU_ITEM_MEDIUM_SLIDE ++msgid "Slide" ++msgstr "Diapositiva" ++ ++#. MENU_ITEM_MEDIUM_STANDARD_NEG ++msgid "Standard negative" ++msgstr "Negativo estándar" ++ ++#. MENU_ITEM_MEDIUM_AGFA_NEG ++msgid "Agfa negative" ++msgstr "Negativo Agfa" ++ ++#. MENU_ITEM_MEDIUM_AGFA_NEG_XRG200_4 ++msgid "Agfa negative XRG 200-4" ++msgstr "Negativo Agfa XRG 200-4" ++ ++#. MENU_ITEM_MEDIUM_AGFA_NEG_HDC_100 ++msgid "Agfa negative HDC 100" ++msgstr "Negativo Agfa HDC 100" ++ ++#. MENU_ITEM_MEDIUM_FUJI_NEG ++msgid "Fuji negative" ++msgstr "Negativo Fuji" ++ ++#. MENU_ITEM_MEDIUM_KODAK_NEG ++msgid "Kodak negative" ++msgstr "Negativo Kodak" ++ ++#. MENU_ITEM_MEDIUM_KONICA_NEG ++msgid "Konica negative" ++msgstr "Negativo Konica" ++ ++#. MENU_ITEM_MEDIUM_KONICA_NEG_VX_100 ++msgid "Konica negative VX 100" ++msgstr "Negativo Konica VX 100" ++ ++#. MENU_ITEM_MEDIUM_ROSSMANN_NEG_HR_100 ++msgid "Rossmann negative HR 100" ++msgstr "Negativo Rossmann HR 100" ++ ++#. TEXT_PROJECT_STATUS_NOT_CREATED ++msgid "Project not created" ++msgstr "O proxecto non foi creado" ++ ++#. TEXT_PROJECT_STATUS_CREATED ++msgid "Project created" ++msgstr "Proxecto creado" ++ ++#. TEXT_PROJECT_STATUS_CHANGED ++msgid "Project changed" ++msgstr "Proxecto cambiado" ++ ++#. TEXT_PROJECT_STATUS_ERR_READ_PROJECT ++msgid "Error reading project" ++msgstr "Atopouse un erro ao ler o proxecto" ++ ++#. TEXT_PROJECT_STATUS_FILE_SAVING_ERROR ++msgid "Error saving file" ++msgstr "Produciuse un erro ao gardar o ficheiro" ++ ++#. TEXT_PROJECT_STATUS_FILE_SAVING ++msgid "Saving file" ++msgstr "Gardando o ficheiro" ++ ++#. TEXT_PROJECT_STATUS_FILE_SAVING_ABORTED ++msgid "Aborted saving file" ++msgstr "Gardar imaxe foi interrumpido" ++ ++#. TEXT_PROJECT_STATUS_FILE_SAVED ++msgid "File has been saved" ++msgstr "O ficheiro foi gardado" ++ ++#. TEXT_EMAIL_STATUS_POP3_CONNECTION_FAILED ++msgid "POP3 connection failed" ++msgstr "fallou a conexión POP3" ++ ++#. TEXT_EMAIL_STATUS_POP3_LOGIN_FAILED ++msgid "POP3 login failed" ++msgstr "Fallou o acceso POP3" ++ ++#. TEXT_EMAIL_STATUS_ASMTP_AUTH_FAILED ++msgid "ASMTP authentication failed" ++msgstr "Fallou a autenticación ASMTP" ++ ++#. TEXT_EMAIL_STATUS_SMTP_CONNECTION_FAILED ++msgid "SMTP connection failed" ++msgstr "Fallou a conexión SMTP" ++ ++#. TEXT_EMAIL_STATUS_SMTP_ERR_FROM ++msgid "From entry not accepted" ++msgstr "Non aceptado desde a entrada" ++ ++#. TEXT_EMAIL_STATUS_SMTP_ERR_RCPT ++msgid "Receiver entry not accepted" ++msgstr "Entrada do receptor non aceptada" ++ ++#. TEXT_EMAIL_STATUS_SMTP_ERR_DATA ++msgid "E-mail data not accepted" ++msgstr "Os datos do correo-e non son aceptados" ++ ++#. TEXT_EMAIL_STATUS_SENDING ++msgid "Sending e-mail" ++msgstr "Enviando correo-e" ++ ++#. TEXT_EMAIL_STATUS_SENT ++msgid "E-mail has been sent" ++msgstr "O correo-e foi enviado" ++ ++#. TEXT_FAX_STATUS_QUEUEING_FAX ++msgid "Queueing fax" ++msgstr "Pondo o fax na cola de envio" ++ ++#. TEXT_FAX_STATUS_FAX_QUEUED ++msgid "Fax is queued" ++msgstr "o fax está na cola de envio" ++ ++#. Sane backend messages ++msgid "flatbed scanner" ++msgstr "escáner plano" ++ ++msgid "frame grabber" ++msgstr "capturador de fotogramas" ++ ++msgid "handheld scanner" ++msgstr "escáner manual" ++ ++msgid "still camera" ++msgstr "Cámara fixa" ++ ++msgid "video camera" ++msgstr "cámara de vídeo" ++ ++msgid "virtual device" ++msgstr "dispositivo virtualdispositivo virtualv" ++ ++msgid "Success" ++msgstr "Éxito" ++ ++msgid "Operation not supported" ++msgstr "Operación non soportada" ++ ++msgid "Operation was cancelled" ++msgstr "A operación foi cancelada" ++ ++msgid "Device busy" ++msgstr "Dispositivo ocupado" ++ ++msgid "Invalid argument" ++msgstr "Argumento incorrecto" ++ ++msgid "End of file reached" ++msgstr "Fin de ficheiro acadado" ++ ++msgid "Document feeder jammed" ++msgstr "Alimentador de documentos atourado" ++ ++msgid "Document feeder out of documents" ++msgstr "Alimentador de documentos sen documentos" ++ ++msgid "Scanner cover is open" ++msgstr "A tapa do escáner está aberta" ++ ++msgid "Error during device I/O" ++msgstr "Atopouse un erro durante E/S de dispositivo" ++ ++msgid "Out of memory" ++msgstr "Non queda memoria" ++ ++msgid "Access to resource has been denied" ++msgstr "O acceso ao recurso foi denegado" ++ diff -Nru xsane-0.996/debian/patches/i18n_po_update_fr.patch xsane-0.997/debian/patches/i18n_po_update_fr.patch --- xsane-0.996/debian/patches/i18n_po_update_fr.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/i18n_po_update_fr.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,3326 @@ +Description: Update french translation + XSane's french translation needed a good update and cleanup, this is it. +Author: Stphane Blondon +Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;bug=573213 +Bug-Debian: http://bugs.debian.org/573213 +Forwarded: no + +Index: xsane-0.996/po/fr.po +=================================================================== +--- xsane-0.996.orig/po/fr.po 2010-03-13 20:55:07.585742355 +0100 ++++ xsane-0.996/po/fr.po 2010-03-13 20:55:45.799740883 +0100 +@@ -1,14 +1,18 @@ + # French translation for XSane. +-# Copyright (C) 1999-2000 +-# Laurent Grawet , 2000. ++# ++# This file is distributed under the same license as the xsane package. ++# ++# Copyright (C) ++# Laurent Grawet , 1999, 2000. ++# Stéphane Blondon , 2010 + # + msgid "" + msgstr "" + "Project-Id-Version: XSANE 0.96\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2007-08-13 09:22+0200\n" +-"PO-Revision-Date: 2000-02-09 21:00+01:00\n" +-"Last-Translator: Laurent Grawet \n" ++"PO-Revision-Date: 2010-03-05 23:29+0100\n" ++"Last-Translator: Stéphane Blondon \n" + "Language-Team: French \n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" +@@ -21,7 +25,7 @@ + + #. XSANE_COPYRIGHT_SIGN + msgid "(c)" +-msgstr "" ++msgstr "(c)" + + #. can be translated with \251 + #. FILENAME_PREFIX_CLONE_OF +@@ -30,7 +34,7 @@ + + #. WINDOW_ABOUT_XSANE + msgid "About" +-msgstr "A propos" ++msgstr "À propos" + + #. WINDOW_ABOUT_TRANSLATION, MENU_ITEM_ABOUT_TRANSLATION + #. MENU_ITEM_ABOUT_TRANSLATION +@@ -59,7 +63,7 @@ + + #. WINDOW_SAVE_BATCH_LIST + msgid "save batch list" +-msgstr "Sauver la liste" ++msgstr "Enregistrer la liste" + + #. WINDOW_BATCH_SCAN + msgid "batch scan" +@@ -67,67 +71,59 @@ + + #. WINDOW_BATCH_RENAME + msgid "rename batch area" +-msgstr "Renommer l'aire de numérisation" ++msgstr "Renommer la zone de traitement par lots" + + #. WINDOW_FAX_PROJECT + msgid "fax project" + msgstr "Projet fax" + + #. WINDOW_FAX_PROJECT_BROWSE +-#, fuzzy + msgid "browse for fax project" +-msgstr "Entrez le nom du projet fax" ++msgstr "Ouvrir le nom du projet fax" + + #. WINDOW_FAX_RENAME + msgid "rename fax page" + msgstr "Renommer la page de fax" + + #. WINDOW_FAX_INSERT +-#, fuzzy + msgid "insert PS-file into fax" + msgstr "Importer un fichier ps dans un fax" + + #. WINDOW_EMAIL_PROJECT +-#, fuzzy + msgid "E-mail project" +-msgstr "Projet e-mail" ++msgstr "Projet courrier électronique" + + #. WINDOW_EMAIL_PROJECT_BROWSE +-#, fuzzy + msgid "browse for email project" +-msgstr "Entrez le nom du projet e-mail" ++msgstr "Ouvrir un projet courrier électronique" + + #. WINDOW_EMAIL_RENAME +-#, fuzzy + msgid "rename e-mail image" + msgstr "Renommer l'image du message" + + #. WINDOW_EMAIL_INSERT +-#, fuzzy + msgid "insert file into e-mail" + msgstr "Insérer un fichier dans le message" + + #. WINDOW_MULTIPAGE_PROJECT +-#, fuzzy + msgid "multipage project" +-msgstr "Effacer un projet" ++msgstr "Projet multipage" + + #. WINDOW_MULTIPAGE_PROJECT_BROWSE +-#, fuzzy + msgid "browse for multipage project" +-msgstr "Effacer un projet" ++msgstr "Ouvrir un projet multipage" + + #. WINDOW_PRESET_AREA_RENAME + msgid "rename preset area" +-msgstr "Renommer l'aire de présélection" ++msgstr "Renommer la zone de présélection" + + #. WINDOW_PRESET_AREA_ADD + msgid "add preset area" +-msgstr "Ajouter une aire de présélection" ++msgstr "Ajouter une zone de présélection" + + #. WINDOW_MEDIUM_RENAME + msgid "rename medium" +-msgstr "Renomer le support" ++msgstr "Renommer le support" + + #. WINDOW_MEDIUM_ADD + msgid "add new medium" +@@ -143,7 +139,7 @@ + + #. WINDOW_GAMMA + msgid "Gamma curve" +-msgstr "Courbe gamma" ++msgstr "Courbe de gamma" + + #. WINDOW_STANDARD_OPTIONS + msgid "Standard options" +@@ -168,7 +164,7 @@ + + #. WINDOW_VIEWER_OUTPUT_FILENAME + msgid "Viewer: select output filename" +-msgstr "Visionneuse: Choisissez le nom du fichier de sortie" ++msgstr "Visionneuse : choisissez le nom du fichier de sortie" + + #. WINDOW_OCR_OUTPUT_FILENAME + msgid "Select output filename for OCR text file" +@@ -218,33 +214,28 @@ + msgstr "Aucun périphérique disponible" + + #. WINDOW_SCANNER_DEFAULT_COLOR_ICM_PROFILE +-#, fuzzy + msgid "select scanner default color ICM-profile" +-msgstr "Enlever une imprimante" ++msgstr "Choisir un profil ICM de couleur par défaut pour le scanner" + + #. WINDOW_SCANNER_DEFAULT_GRAY_ICM_PROFILE +-#, fuzzy + msgid "select scanner default gray ICM-profile" +-msgstr "Enlever une imprimante" ++msgstr "Choisir un profil ICM de gris par défaut pour le scanner" + + #. WINDOW_DISPLAY_ICM_PROFILE + msgid "select display ICM-profile" +-msgstr "" ++msgstr "Choisir un profil ICM d'affichage par défaut" + + #. WINDOW_CUSTOM_PROOFING_ICM_PROFILE +-#, fuzzy + msgid "select custom proofing ICM-profile" +-msgstr "Choisissez le nom du fichier de sortie" ++msgstr "Choisir un profil ICM personnalisé d'épreuvage sur écran" + + #. WINDOW_WORKING_COLOR_SPACE_ICM_PROFILE +-#, fuzzy + msgid "select working color space ICM-profile" +-msgstr "Enlever une imprimante" ++msgstr "Choisir un profil ICM de l'espace de couleur de travail" + + #. WINDOW_PRINTER_ICM_PROFILE +-#, fuzzy + msgid "select printer ICM-profile" +-msgstr "Enlever une imprimante" ++msgstr "Choisir un profil ICM d'imprimante" + + #. MENU_FILE + msgid "File" +@@ -269,7 +260,7 @@ + + #. MENU_EDIT + msgid "Edit" +-msgstr "Edition" ++msgstr "Édition" + + #. MENU_FILTERS + msgid "Filters" +@@ -282,11 +273,11 @@ + #. MENU_COLOR_MANAGEMENT + #. NOTEBOOK_COLOR_MANAGEMENT_OPTIONS + msgid "Color management" +-msgstr "" ++msgstr "Gestion des couleurs" + + #. MENU_ITEM_ABOUT_XSANE + msgid "About XSane" +-msgstr "A propos de XSane" ++msgstr "À propos de XSane" + + #. MENU_ITEM_INFO + msgid "Info" +@@ -299,11 +290,11 @@ + #. MENU_ITEM_SAVE_IMAGE + #. DESC_VIEWER_SAVE + msgid "Save image" +-msgstr "Sauver l'image" ++msgstr "Enregistrer l'image" + + #. MENU_ITEM_OCR + msgid "OCR - save as text" +-msgstr "OCR - Sauver au format texte" ++msgstr "OCR - enregistrer au format texte" + + #. MENU_ITEM_CLONE + msgid "Clone" +@@ -332,23 +323,23 @@ + + #. MENU_ITEM_ROTATE90 + msgid "Rotate 90" +-msgstr "Rotation à 90°" ++msgstr "Rotation de 90°" + + #. MENU_ITEM_ROTATE180 + msgid "Rotate 180" +-msgstr "Rotation à 180°" ++msgstr "Rotation de 180°" + + #. MENU_ITEM_ROTATE270 + msgid "Rotate 270" +-msgstr "Rotation à 270°" ++msgstr "Rotation de 270°" + + #. MENU_ITEM_MIRROR_X + msgid "Mirror |" +-msgstr "Mirroir |" ++msgstr "Miroir |" + + #. MENU_ITEM_MIRROR_Y + msgid "Mirror -" +-msgstr "Mirroir -" ++msgstr "Miroir -" + + #. FRAME_RAW_IMAGE + msgid "Raw image" +@@ -396,7 +387,7 @@ + + #. BUTTON_OVERWRITE + msgid "Overwrite" +-msgstr "Ecraser" ++msgstr "Écraser" + + #. BUTTON_BATCH_LIST_SCAN + msgid "Scan batch list" +@@ -404,7 +395,7 @@ + + #. BUTTON_BATCH_AREA_SCAN + msgid "Scan selected area" +-msgstr "Numériser l'aire sélectionnée" ++msgstr "Numériser la zone sélectionnée" + + #. BUTTON_PAGE_DELETE + msgid "Delete page" +@@ -428,7 +419,7 @@ + + #. BUTTON_IMAGE_EDIT + msgid "Edit image" +-msgstr "Editer l'image" ++msgstr "Éditer l'image" + + #. BUTTON_IMAGE_RENAME + msgid "Rename image" +@@ -447,9 +438,8 @@ + msgstr "Envoyer un projet" + + #. BUTTON_SAVE_MULTIPAGE +-#, fuzzy + msgid "Save multipage file" +-msgstr "Sauver l'image" ++msgstr "Enregistrer le fichier multipage" + + #. BUTTON_DELETE_PROJECT + msgid "Delete project" +@@ -492,13 +482,12 @@ + msgstr "Mode fin" + + #. RADIO_BUTTON_HTML_EMAIL +-#, fuzzy + msgid "HTML e-mail" +-msgstr "e-mail HTML" ++msgstr "courrier électronique HTML" + + #. RADIO_BUTTON_SAVE_DEVPREFS_AT_EXIT + msgid "Save device preferences at exit" +-msgstr "Sauver les paramètres du périphérique en quittant" ++msgstr "Enregister les paramètres du périphérique en quittant" + + #. RADIO_BUTTON_OVERWRITE_WARNING + msgid "Overwrite warning" +@@ -506,33 +495,31 @@ + + #. RADIO_BUTTON_SKIP_EXISTING_NRS + msgid "Skip existing filenames" +-msgstr "Sauter les noms de fichiers existants" ++msgstr "Sauter les noms de fichier existants" + + #. RADIO_BUTTON_SAVE_PS_FLATEDECODED + msgid "Save postscript zlib compressed (PS level 3)" +-msgstr "" ++msgstr "Enregister en postscript compressé par zlib (PS niveau 3)" + + #. RADIO_BUTTON_SAVE_PDF_FLATEDECODED + msgid "Save PDF zlib compressed" +-msgstr "" ++msgstr "Enregistrer en PDF compressé par zlib" + + #. RADIO_BUTTON_SAVE_PNM16_AS_ASCII +-#, fuzzy + msgid "Save 16bit PNM in ASCII format" +-msgstr "Sauver l'image pnm 16 bit en format ascii" ++msgstr "Enregistrer l'image pnm 16 bits en format ascii" + + #. RADIO_BUTTON_REDUCE_16BIT_TO_8BIT + msgid "Reduce 16 bit image to 8 bit" +-msgstr "Réduire une image 16 bit en 8 bit" ++msgstr "Réduire une image 16 bits en 8 bits" + + #. RADIO_BUTTON_WINDOW_FIXED + msgid "Main window size fixed" +-msgstr "Taille de la fenêtre principale fixe" ++msgstr "Dimensions de la fenêtre principale fixe" + + #. RADIO_BUTTON_DISABLE_GIMP_PREVIEW_GAMMA +-#, fuzzy + msgid "Disable GIMP preview gamma" +-msgstr "Désactive l'aperçu gamma de Gimp" ++msgstr "Désactiver l'aperçu gamma de Gimp" + + #. RADIO_BUTTON_PRIVATE_COLORMAP + msgid "Use private colormap" +@@ -540,12 +527,11 @@ + + #. RADIO_BUTTON_AUTOENHANCE_GAMMA + msgid "Autoenhance gamma" +-msgstr "Correction gamma automatique" ++msgstr "Amélioration automatique du gamma" + + #. RADIO_BUTTON_PRESELECT_SCAN_AREA +-#, fuzzy + msgid "Preselect scan area" +-msgstr "Présélection de l'aire de numérisation" ++msgstr "Présélection de la zone à numériser" + + #. RADIO_BUTTON_AUTOCORRECT_COLORS + msgid "Autocorrect colors" +@@ -553,20 +539,20 @@ + + #. RADIO_BUTTON_OCR_USE_GUI_PIPE + msgid "Use GUI progress pipe" +-msgstr "Utilise le \"pipe\" de progression GUI" ++msgstr "Utiliser le « pipe » d'avancement graphique" + + #. RADIO_BUTTON_CMS_BPC + #. MENU_ITEM_CMS_BLACK_POINT_COMPENSATION + msgid "Black point compensation" +-msgstr "" ++msgstr "Correction du point noir" + + #. TEXT_SCANNING_DEVICES + msgid "scanning for devices" +-msgstr "Recherche de périphériques..." ++msgstr "Recherche de périphériques en cours" + + #. TEXT_AVAILABLE_DEVICES + msgid "Available devices:" +-msgstr "Périphériques disponibles:" ++msgstr "Périphériques disponibles :" + + #. TEXT_FILETYPE + msgid "Type" +@@ -574,45 +560,44 @@ + + #. TEXT_CMS_FUNCTION + #. DESC_CMS_FUNCTION +-#, fuzzy + msgid "Color management function" +-msgstr "Pleine échelle couleur" ++msgstr "Fonction de gestion de la couleur" + + #. TEXT_SCANNER_BACKEND + msgid "Scanner and backend:" +-msgstr "Scanner et backend:" ++msgstr "Scanner et backend :" + + #. TEXT_VENDOR + msgid "Vendor:" +-msgstr "Vendeur:" ++msgstr "Marque :" + + #. TEXT_MODEL + msgid "Model:" +-msgstr "Modèle:" ++msgstr "Modèle :" + + #. TEXT_TYPE + msgid "Type:" +-msgstr "Type:" ++msgstr "Type :" + + #. TEXT_DEVICE + msgid "Device:" +-msgstr "Périphérique:" ++msgstr "Périphérique :" + + #. TEXT_LOADED_BACKEND + msgid "Loaded backend:" +-msgstr "Backend chargé:" ++msgstr "Backend chargé :" + + #. TEXT_SANE_VERSION + msgid "Sane version:" +-msgstr "Version de Sane:" ++msgstr "Version de Sane :" + + #. TEXT_RECENT_VALUES + msgid "Recent values:" +-msgstr "Valeurs récentes:" ++msgstr "Valeurs récentes :" + + #. TEXT_GAMMA_CORR_BY + msgid "Gamma correction by:" +-msgstr "Correction gamma par:" ++msgstr "Correction du gamma par :" + + #. TEXT_SCANNER + msgid "scanner" +@@ -628,36 +613,35 @@ + + #. TEXT_GAMMA_INPUT_DEPTH + msgid "Gamma input depth:" +-msgstr "Valeur gamma d'entrée:" ++msgstr "Valeur du gamma d'entrée :" + + #. TEXT_GAMMA_OUTPUT_DEPTH + msgid "Gamma output depth:" +-msgstr "Valeur gamma de sortie:" ++msgstr "Valeur du gamma de sortie :" + + #. TEXT_SCANNER_OUTPUT_DEPTH + msgid "Scanner output depth:" +-msgstr "Mode du scanner:" ++msgstr "Valeur de sortie du scanner :" + + #. TEXT_OUTPUT_FORMATS + msgid "XSane output formats:" +-msgstr "Formats de sortie XSane:" ++msgstr "Formats de sortie de XSane :" + + #. TEXT_8BIT_FORMATS + msgid "8 bit output formats:" +-msgstr "Formats de sortie 8 bits:" ++msgstr "Formats de sortie 8 bits :" + + #. TEXT_16BIT_FORMATS + msgid "16 bit output formats:" +-msgstr "Formats de sortie 16 bits:" ++msgstr "Formats de sortie 16 bits :" + + #. TEXT_REDUCE_16BIT_TO_8BIT +-#, fuzzy + msgid "" + "Bit depth 16 bits/channel is not supported for this output format.\n" + "Do you want to reduce the depth to 8 bits/channel?" + msgstr "" +-"La définition 16 bits/couleur n'est pas supportée par ce format de sortie.\n" +-"Voulez-vous réduire la définition à 8 bits/couleur ?" ++"La définition 16 bits/couleur n'est pas gérée par ce format de sortie.\n" ++"Voulez-vous réduire la définition à 8 bits/couleur ?" + + #. TEXT_AUTHORIZATION_REQ + msgid "Authorization required for" +@@ -665,7 +649,7 @@ + + #. TEXT_AUTHORIZATION_SECURE + msgid "Password transmission is secure" +-msgstr "La transmission de mot de passe est sure" ++msgstr "La transmission de mot de passe est sûre" + + #. TEXT_AUTHORIZATION_INSECURE + msgid "Backend requests plain-text password" +@@ -673,11 +657,11 @@ + + #. TEXT_USERNAME + msgid "Username :" +-msgstr "Utilisateur:" ++msgstr "Utilisateur :" + + #. TEXT_PASSWORD + msgid "Password :" +-msgstr "Mot de passe:" ++msgstr "Mot de passe :" + + #. TEXT_INVALID_PARAMS + msgid "Invalid parameters." +@@ -685,16 +669,15 @@ + + #. TEXT_VERSION + msgid "version:" +-msgstr "version" ++msgstr "version :" + + #. TEXT_PACKAGE + msgid "package" +-msgstr "paquetage" ++msgstr "paquet" + + #. TEXT_WITH_CMS_FUNCTION +-#, fuzzy + msgid "with color management function" +-msgstr "Pleine échelle couleur" ++msgstr "avec fonction de gestion de la couleur" + + #. TEXT_WITH_GIMP_SUPPORT + msgid "with GIMP support" +@@ -759,39 +742,40 @@ + "\n" + "Ce programme est distribué car potentiellement utile, mais SANS AUCUNNE\n" + "GARANTIE, sans même les garanties de COMMERCIALISATION ou d'ADAPTATION\n" +-"DANS UN BUT SPECIFIQUE\n" ++"DANS UN BUT SPECIFIQUE.\n" + + #. TEXT_EMAIL_ADR +-#, fuzzy + msgid "E-mail:" +-msgstr "e-mail:" ++msgstr "Courrier électronique :" + + #. TEXT_HOMEPAGE + msgid "Homepage:" +-msgstr "Page d'accueil:" ++msgstr "Page d'accueil :" + + #. TEXT_FILE + msgid "File:" +-msgstr "Fichier:" ++msgstr "Fichier :" + + #. TEXT_TRANSLATION + msgid "Translation:" +-msgstr "Traduction:" ++msgstr "Traduction :" + + #. Please translate this to something like + #. translation to YOUR LANGUAGE\n + #. by YOUR NAME\n + #. E-mail: your.name@yourdomain.com\n + #. TEXT_TRANSLATION_INFO +-#, fuzzy + msgid "" + "untranslated original english text\n" + "by Oliver Rauch\n" + "E-mail: Oliver.Rauch@rauch-domain.de\n" + msgstr "" +-"traduit en français\n" +-"par Laurent Grawet\n" +-"E-mail: laurent.grawet@ibelgique.com\n" ++"traduction originale en français\n" ++"par Laurent Grawet,\n" ++"mise à jour par Stéphane Blondon\n" ++"()\n" ++"avec l'aide de l'équipe de traduction\n" ++"francophone de Debian.\n" + + #. TEXT_INFO_BOX + msgid "0x0: 0KB" +@@ -799,56 +783,52 @@ + + #. TEXT_ADF_PAGES_SCANNED + msgid "Scanned pages: " +-msgstr "Pages numérisées:" ++msgstr "Pages numérisées :" + + #. TEXT_EMAIL_TEXT +-#, fuzzy + msgid "E-mail text:" +-msgstr "Texte de l'e-mail:" ++msgstr "Texte du message :" + + #. TEXT_ATTACHMENTS + msgid "Attachments:" +-msgstr "Pièces attachées:" ++msgstr "Pièces jointes :" + + #. TEXT_EMAIL_STATUS + msgid "Project status:" +-msgstr "Statut du projet:" ++msgstr "État du projet :" + + #. TEXT_EMAIL_FILETYPE +-#, fuzzy + msgid "E-mail image filetype:" +-msgstr "Type d'image pour l'e-mail" ++msgstr "Type d'image pour le courrier électronique :" + + #. TEXT_PAGES +-#, fuzzy + msgid "Pages:" +-msgstr "Usage:" ++msgstr "Pages :" + + #. TEXT_MULTIPAGE_FILETYPE +-#, fuzzy + msgid "Multipage document filetype:" +-msgstr "Type d'image pour l'e-mail" ++msgstr "Type de document multipage :" + + #. TEXT_MEDIUM_DEFINITION_NAME + msgid "Medium Name:" +-msgstr "Nom du support:" ++msgstr "Nom du support :" + ++# c-format + #. TEXT_VIEWER_IMAGE_INFO +-#, fuzzy, c-format + msgid "" + "Size %d x %d pixel, %d bits/channel, %d channels, %1.0f dpi x %1.0f dpi, %" + "1.1f %s" + msgstr "" +-"Taille %d x %d points, %d bit/couleur, %d couleurs, %1.0f dpi x %1.0f dpi, %" ++"Taille %d x %d pixels, %d bits/couleur, %d couleurs, %1.0f ppp x %1.0f ppp, %" + "1.1f %s" + + #. TEXT_DESPECKLE_RADIUS + msgid "Despeckle radius:" +-msgstr "Niveau de déparasitage:" ++msgstr "Niveau de déparasitage :" + + #. TEXT_BLUR_RADIUS + msgid "Blur radius:" +-msgstr "Niveau de flou:" ++msgstr "Niveau de flou :" + + #. TEXT_BATCH_AREA_DEFAULT_NAME + msgid "(no name)" +@@ -856,27 +836,27 @@ + + #. TEXT_BATCH_LIST_AREANAME + msgid "Area name:" +-msgstr "Nom de l'aire:" ++msgstr "Nom de la zone :" + + #. TEXT_BATCH_LIST_SCANMODE + msgid "Scanmode:" +-msgstr "Mode de numérisation:" ++msgstr "Mode de numérisation :" + + #. TEXT_BATCH_LIST_GEOMETRY_TL + msgid "Top left:" +-msgstr "Supérieur gauche:" ++msgstr "Supérieur gauche :" + + #. TEXT_BATCH_LIST_GEOMETRY_SIZE + msgid "Size:" +-msgstr "Taille:" ++msgstr "Taille :" + + #. TEXT_BATCH_LIST_RESOLUTION + msgid "Resolution:" +-msgstr "Résolution:" ++msgstr "Résolution :" + + #. TEXT_BATCH_LIST_BIT_DEPTH + msgid "Bit depth:" +-msgstr "Nombre de bits:" ++msgstr "Définition (nombre de bits) :" + + #. TEXT_BATCH_LIST_BY_GUI + msgid "as selected" +@@ -884,105 +864,93 @@ + + #. TEXT_SETUP_PRINTER_SEL + msgid "Printer selection:" +-msgstr "Sélection de l'imprimante:" ++msgstr "Choix de l'imprimante :" + + #. TEXT_SETUP_PRINTER_NAME + msgid "Name:" +-msgstr "Nom:" ++msgstr "Nom :" + + #. TEXT_SETUP_PRINTER_CMD, TEXT_SETUP_FAX_CMD + #. TEXT_SETUP_FAX_COMMAND + msgid "Command:" +-msgstr "Commande:" ++msgstr "Commande :" + + #. TEXT_SETUP_COPY_NR_OPT + msgid "Copy number option:" +-msgstr "Nombre de copies:" ++msgstr "Nombre de copies :" + + #. TEXT_SETUP_SCAN_RESOLUTION_PRINTER +-#, fuzzy + msgid "Scan resolution:" +-msgstr "Change la résolution de numérisation" ++msgstr "Résolution de numérisation :" + + #. TEXT_SETUP_PRINTER_LINEART_RES +-#, fuzzy + msgid "lineart [dpi]" +-msgstr "Résolution en mode trait (dpi):" ++msgstr "Résolution en mode trait (ppp) :" + + #. TEXT_SETUP_PRINTER_GRAYSCALE_RES +-#, fuzzy + msgid "grayscale [dpi]" +-msgstr "Résolution en mode niveaux de gris (dpi):" ++msgstr "Résolution en mode niveaux de gris (ppp) :" + + #. TEXT_SETUP_PRINTER_COLOR_RES + msgid "color [dpi]" +-msgstr "" ++msgstr "couleur [ppp]" + + #. TEXT_SETUP_PRINTER_PAPER_GEOMETRIE + msgid "Paper geometrie:" +-msgstr "" ++msgstr "Géométrie du papier :" + + #. TEXT_SETUP_PRINTER_WIDTH +-#, fuzzy + msgid "width" + msgstr "Largeur" + + #. TEXT_SETUP_PRINTER_HEIGHT +-#, fuzzy + msgid "height" +-msgstr "Longueur" ++msgstr "Hauteur" + + #. TEXT_SETUP_PRINTER_LEFT +-#, fuzzy + msgid "left offset" + msgstr "Marge gauche" + + #. TEXT_SETUP_PRINTER_BOTTOM +-#, fuzzy + msgid "bottom offset" + msgstr "Marge inférieure" + + #. TEXT_SETUP_PRINTER_GAMMA_CORRECTION +-#, fuzzy + msgid "Printer gamma:" +-msgstr "Gamma rouge de l'imprimante:" ++msgstr "Gamma de l'imprimante :" + + #. TEXT_SETUP_PRINTER_GAMMA +-#, fuzzy + msgid "common value" +-msgstr "Valeurs récentes:" ++msgstr "Valeurs récentes :" + + #. TEXT_SETUP_PRINTER_GAMMA_RED +-#, fuzzy + msgid "red" +-msgstr "lecture" ++msgstr "rouge" + + #. TEXT_SETUP_PRINTER_GAMMA_GREEN + msgid "green" +-msgstr "" ++msgstr "vert" + + #. TEXT_SETUP_PRINTER_GAMMA_BLUE +-#, fuzzy + msgid "blue" +-msgstr "Flou" ++msgstr "bleu" + + #. TEXT_SETUP_PRINTER_EMBED_CSA +-#, fuzzy + msgid "Embed scanner ICM profile as CSA" +-msgstr "Enlever une imprimante" ++msgstr "Inclure le profil ICM du scanner en tant que CSA" + + #. TEXT_SETUP_PRINTER_EMBED_CRD +-#, fuzzy + msgid "Embed printer ICM profile as CRD" +-msgstr "Enlever une imprimante" ++msgstr "Inclure le profil ICM de l'implrimante en tant que CRD" + + #. TEXT_SETUP_PRINTER_CMS_BPC + msgid "Apply black point compensation" +-msgstr "" ++msgstr "Appliquer une correction du point noir" + + #. TEXT_SETUP_PRINTER_PS_FLATEDECODED + msgid "Create zlib compressed postscript image (PS level 3) for printing" + msgstr "" ++"Créer un image postscript compressé par zlib (PS niveau 3) pour imprimer" + + #. TEXT_SETUP_TMP_PATH + msgid "Temporary directory" +@@ -1002,24 +970,23 @@ + + #. TEXT_SETUP_PNG_COMPRESSION + msgid "PNG image compression" +-msgstr "Compression des images PNG" ++msgstr "Compression d'image PNG" + + #. TEXT_SETUP_FILENAME_COUNTER_LEN + msgid "Filename counter length" + msgstr "Longueur du compteur de noms de fichiers" + + #. TEXT_SETUP_TIFF_ZIP_COMPRESSION +-#, fuzzy + msgid "TIFF zip compression rate" +-msgstr "Compression des images TIFF 8 bit" ++msgstr "Compression des images TIFF 8 bits" + + #. TEXT_SETUP_TIFF_COMPRESSION_16 + msgid "TIFF 16 bit image compression" +-msgstr "Compression des images TIFF 16 bit" ++msgstr "Compression des images TIFF 16 bits" + + #. TEXT_SETUP_TIFF_COMPRESSION_8 + msgid "TIFF 8 bit image compression" +-msgstr "Compression des images TIFF 8 bit" ++msgstr "Compression des images TIFF 8 bits" + + #. TEXT_SETUP_TIFF_COMPRESSION_1 + msgid "TIFF lineart image compression" +@@ -1027,31 +994,31 @@ + + #. TEXT_SETUP_SHOW_RANGE_MODE + msgid "Show range as:" +-msgstr "Afficher la plage comme:" ++msgstr "Afficher la plage comme :" + + #. TEXT_SETUP_PREVIEW_OVERSAMPLING + msgid "Preview oversampling:" +-msgstr "Suréchantillonage de prévisualisation:" ++msgstr "Suréchantillonage de prévisualisation :" + + #. TEXT_SETUP_PREVIEW_GAMMA + msgid "Preview gamma:" +-msgstr "Gamma de l'aperçu:" ++msgstr "Gamma de l'aperçu :" + + #. TEXT_SETUP_PREVIEW_GAMMA_RED + msgid "Preview gamma red:" +-msgstr "Gamma rouge de l'aperçu:" ++msgstr "Gamma rouge de l'aperçu :" + + #. TEXT_SETUP_PREVIEW_GAMMA_GREEN + msgid "Preview gamma green:" +-msgstr "Gamma vert de l'aperçu:" ++msgstr "Gamma vert de l'aperçu :" + + #. TEXT_SETUP_PREVIEW_GAMMA_BLUE + msgid "Preview gamma blue:" +-msgstr "Gamma bleu de l'aperçu:" ++msgstr "Gamma bleu de l'aperçu :" + + #. TEXT_SETUP_LINEART_MODE + msgid "Threshold option:" +-msgstr "Option seuil:" ++msgstr "Option de seuil :" + + #. TEXT_SETUP_PREVIEW_PIPETTE_RANGE + msgid "Preview pipette range" +@@ -1059,51 +1026,51 @@ + + #. TEXT_SETUP_THRESHOLD_MIN + msgid "Threshold minimum:" +-msgstr "Seuil minimum:" ++msgstr "Seuil minimum :" + + #. TEXT_SETUP_THRESHOLD_MAX + msgid "Threshold maximum:" +-msgstr "Seuil maximum:" ++msgstr "Seuil maximum :" + + #. TEXT_SETUP_THRESHOLD_MUL + msgid "Threshold multiplier:" +-msgstr "Multiplicateur de seuil:" ++msgstr "Multiplicateur de seuil :" + + #. TEXT_SETUP_THRESHOLD_OFF + msgid "Threshold offset:" +-msgstr "Décalage de seuil:" ++msgstr "Décalage de seuil :" + + #. TEXT_SETUP_GRAYSCALE_SCANMODE + msgid "Name of grayscale scanmode:" +-msgstr "Nom du mode de numérisation en niveaux de gris:" ++msgstr "Nom du mode de numérisation en niveaux de gris :" + + #. TEXT_SETUP_HELPFILE_VIEWER + msgid "Helpfile viewer (HTML):" +-msgstr "Visionneuse de fichiers d'aide (HTML):" ++msgstr "Visionneuse de fichiers d'aide (HTML) :" + + #. TEXT_SETUP_FAX_RECEIVER_OPTION + msgid "Receiver option:" +-msgstr "Option de réception:" ++msgstr "Option de réception :" + + #. TEXT_SETUP_FAX_POSTSCRIPT_OPT + msgid "Postscriptfile option:" +-msgstr "Option de fichier PostScript:" ++msgstr "Option de fichier PostScript :" + + #. TEXT_SETUP_FAX_NORMAL_MODE_OPT + msgid "Normal mode option:" +-msgstr "Option du mode normal:" ++msgstr "Option du mode normal :" + + #. TEXT_SETUP_FAX_FINE_MODE_OPT + msgid "Fine mode option:" +-msgstr "Option du mode fin:" ++msgstr "Option du mode fin :" + + #. TEXT_SETUP_FAX_PROGRAM_DEFAULTS + msgid "Set program defaults for:" +-msgstr "Options par défaut pour:" ++msgstr "Options par défaut pour :" + + #. TEXT_SETUP_FAX_VIEWER + msgid "Viewer (Postscript):" +-msgstr "Visionneuse (PostScript):" ++msgstr "Visionneuse (PostScript) :" + + #. TEXT_SETUP_FAX_WIDTH + msgid "Width" +@@ -1111,7 +1078,7 @@ + + #. TEXT_SETUP_FAX_HEIGHT + msgid "Height" +-msgstr "Longueur" ++msgstr "Hauteur" + + #. TEXT_SETUP_FAX_LEFT + msgid "Left offset" +@@ -1124,69 +1091,67 @@ + #. TEXT_SETUP_FAX_PS_FLATEDECODED + msgid "Create zlib compressed postscript image (PS level 3) for fax" + msgstr "" ++"Créer une image postscript compressée par zlib (PS niveau 3) pour un fax" + + #. TEXT_SETUP_SMTP_SERVER + msgid "SMTP server:" +-msgstr "Serveur SMTP:" ++msgstr "Serveur SMTP :" + + #. TEXT_SETUP_SMTP_PORT + msgid "SMTP port:" +-msgstr "Port SMTP:" ++msgstr "Port SMTP :" + + #. TEXT_SETUP_EMAIL_FROM + msgid "From:" +-msgstr "De:" ++msgstr "De :" + + #. TEXT_SETUP_EMAIL_REPLY_TO + msgid "Reply to:" +-msgstr "Répondre à:" ++msgstr "Répondre à :" + + #. TEXT_SETUP_EMAIL_AUTHENTICATION +-#, fuzzy + msgid "E-mail authentication" +-msgstr "Authentification POP3" ++msgstr "Authentification pour le courrier électronique" + + #. TEXT_SETUP_EMAIL_AUTH_USER +-#, fuzzy + msgid "User:" +-msgstr "Usage:" ++msgstr "Utilisateur :" + + #. TEXT_SETUP_EMAIL_AUTH_PASS +-#, fuzzy + msgid "Password:" +-msgstr "Mot de passe:" ++msgstr "Mot de passe :" + + #. TEXT_SETUP_POP3_SERVER + msgid "POP3 server:" +-msgstr "Serveur POP3:" ++msgstr "Serveur POP3 :" + + #. TEXT_SETUP_POP3_PORT + msgid "POP3 port:" +-msgstr "Port POP3:" ++msgstr "Port POP3 :" + + #. TEXT_SETUP_OCR_COMMAND + msgid "OCR Command:" +-msgstr "Commande OCR:" ++msgstr "Commande OCR :" + + #. TEXT_SETUP_OCR_INPUTFILE_OPT + msgid "Inputfile option:" +-msgstr "Option de fichier d'entrée:" ++msgstr "Option de fichier d'entrée :" + + #. TEXT_SETUP_OCR_OUTPUTFILE_OPT + msgid "Outputfile option:" +-msgstr "Option de fichier de sortie:" ++msgstr "Option de fichier de sortie :" + + #. TEXT_SETUP_OCR_USE_GUI_PIPE_OPT + msgid "Use GUI progress pipe:" +-msgstr "Utilise le \"pipe\" de progression GUI:" ++msgstr "Utiliser l'avancement graphique via un « pipe » :" + + #. TEXT_SETUP_OCR_OUTFD_OPT + msgid "GUI output-fd option:" +-msgstr "Option GUI output-fd:" ++msgstr "Option interface graphique output-fd :" + + #. TEXT_SETUP_OCR_PROGRESS_KEYWORD + msgid "Progress keyword:" +-msgstr "Message de progression:" ++msgstr "Message d'avancement :" + + #. TEXT_SETUP_PERMISSION_USER + msgid "user" +@@ -1202,37 +1167,33 @@ + + #. TEXT_SETUP_SCANNER_DEFAULT_COLOR_ICM_PROFILE + #. DESC_SCANNER_DEFAULT_COLOR_ICM_PROFILE +-#, fuzzy + msgid "Scanner default color ICM-profile" +-msgstr "Enlever une imprimante" ++msgstr "Profil ICM de couleur par défaut pour le scanner" + + #. TEXT_SETUP_SCANNER_DEFAULT_GRAY_ICM_PROFILE + #. DESC_SCANNER_DEFAULT_GRAY_ICM_PROFILE +-#, fuzzy + msgid "Scanner default gray ICM-profile" +-msgstr "Enlever une imprimante" ++msgstr "Profil ICM de gris par défaut pour le scanner" + + #. TEXT_SETUP_DISPLAY_ICM_PROFILE + #. DESC_DISPLAY_ICM_PROFILE + msgid "Display ICM-profile" +-msgstr "" ++msgstr "Affichage du profil ICM" + + #. TEXT_SETUP_CUSTOM_PROOFING_ICM_PROFILE + #. DESC_CUSTOM_PROOFING_ICM_PROFILE +-#, fuzzy + msgid "Custom proofing ICM-profile" +-msgstr "Enlever une imprimante" ++msgstr "Profil ICM personalisé d'épreuve sur écran" + + #. TEXT_SETUP_WORKING_COLOR_SPACE_ICM_PROFILE + #. DESC_WORKING_COLOR_SPACE_ICM_PROFILE +-#, fuzzy + msgid "Working color space ICM-profile" +-msgstr "Parcourir pour un nom d'image" ++msgstr "Profil ICM de l'espace de couleur de travail" + + #. TEXT_SETUP_PRINTER_ICM_PROFILE + #. DESC_PRINTER_ICM_PROFILE + msgid "Printer ICM-profile" +-msgstr "" ++msgstr "Profil ICM d'imprimante" + + msgid "new media" + msgstr "nouveau support" +@@ -1243,7 +1204,6 @@ + msgstr "Enregistrer" + + #. NOTEBOOK_FILETYPE_OPTIONS +-#, fuzzy + msgid "Filetype" + msgstr "Fichier" + +@@ -1259,9 +1219,8 @@ + + #. NOTEBOOK_EMAIL_OPTIONS + #. MENU_ITEM_EMAIL +-#, fuzzy + msgid "E-mail" +-msgstr "e-mail" ++msgstr "Courriel" + + #. NOTEBOOK_OCR_OPTIONS + msgid "OCR" +@@ -1277,7 +1236,7 @@ + + #. MENU_ITEM_MULTIPAGE + msgid "Multipage" +-msgstr "" ++msgstr "Multipage" + + #. MENU_ITEM_SHOW_TOOLTIPS + msgid "Show tooltips" +@@ -1293,7 +1252,7 @@ + + #. MENU_ITEM_SHOW_GAMMA + msgid "Show gamma curve" +-msgstr "Courbe gamma" ++msgstr "Afficher la courbe de gamma" + + #. MENU_ITEM_SHOW_BATCH_SCAN + msgid "Show batch scan" +@@ -1353,9 +1312,8 @@ + + #. MENU_ITEM_ENABLE_COLOR_MANAGEMENT + #. MENU_ITEM_CMS_ENABLE_COLOR_MANAGEMENT +-#, fuzzy + msgid "Enable color management" +-msgstr "Pleine échelle couleur" ++msgstr "Activer la gestion de la couleur" + + #. MENU_ITEM_EDIT_MEDIUM_DEF + msgid "Edit medium definition" +@@ -1383,11 +1341,11 @@ + + #. MENU_ITEM_XSANE_DOC + msgid "XSane doc" +-msgstr "Doc Xsane" ++msgstr "Documentation de Xsane" + + #. MENU_ITEM_BACKEND_DOC + msgid "Backend doc" +-msgstr "Doc backend" ++msgstr "Documentation du backend" + + #. MENU_ITEM_AVAILABLE_BACKENDS + msgid "Available backends" +@@ -1399,87 +1357,79 @@ + + #. MENU_ITEM_PROBLEMS + msgid "Problems?" +-msgstr "Problèmes?" ++msgstr "Problèmes ?" + + #. MENU_ITEM_CMS_PROOFING +-#, fuzzy + msgid "Proofing" +-msgstr "Ajouter une imprimante" ++msgstr "Épreuve sur écran" + + #. SUBMENU_ITEM_CMS_PROOF_OFF + msgid "no proofing (Display)" +-msgstr "" ++msgstr "pas d'épreuve (affichage)" + + #. SUBMENU_ITEM_CMS_PROOF_PRINTER +-#, fuzzy + msgid "Proof printer" +-msgstr "Ajouter une imprimante" ++msgstr "Imprimante d'épreuvage" + + #. SUBMENU_ITEM_CMS_PROOF_CUSTOM + msgid "Proof custom device" +-msgstr "" ++msgstr "Périphérique presonnalisé pour l'épreuve" + + #. MENU_ITEM_CMS_RENDERING_INTENT +-#, fuzzy + msgid "Rendering intent" +-msgstr "Ajouter une imprimante" ++msgstr "Intention de rendu" + + #. MENU_ITEM_CMS_PROOFING_INTENT +-#, fuzzy + msgid "Proofing rendering intent" +-msgstr "Ajouter une imprimante" ++msgstr "Intention de rendu d'épreuve" + + #. SUBMENU_ITEM_CMS_INTENT_PERCEPTUAL + msgid "Perceptual" +-msgstr "" ++msgstr "Perceptuel" + + #. SUBMENU_ITEM_CMS_INTENT_RELATIVE_COLORIMETRIC + msgid "Relative colorimetric" +-msgstr "" ++msgstr "Colorimétrie relative" + + #. SUBMENU_ITEM_CMS_INTENT_ABSOLUTE_COLORIMETRIC + msgid "Absolute colorimentric" +-msgstr "" ++msgstr "Colorimétrie absolue" + + #. SUBMENU_ITEM_CMS_INTENT_SATURATION +-#, fuzzy + msgid "Saturation" +-msgstr "Autorisation" ++msgstr "Saturation" + + #. MENU_ITEM_CMS_GAMUT_CHECK + msgid "Gamut check" +-msgstr "" ++msgstr "Vérification du gamut" + + #. MENU_ITEM_CMS_GAMUT_ALARM_COLOR + msgid "Gamut alarm color" +-msgstr "" ++msgstr "Couleur d'alarme du gamut" + + #. SUBMENU_ITEM_CMS_COLOR_BLACK + msgid "Black" +-msgstr "" ++msgstr "Noir" + + #. SUBMENU_ITEM_CMS_COLOR_GRAY + msgid "Gray" +-msgstr "" ++msgstr "Gris" + + #. SUBMENU_ITEM_CMS_COLOR_WHITE +-#, fuzzy + msgid "White" +-msgstr "écriture" ++msgstr "Blanc" + + #. SUBMENU_ITEM_CMS_COLOR_RED +-#, fuzzy + msgid "Red" +-msgstr "Réduire" ++msgstr "Rouge" + + #. SUBMENU_ITEM_CMS_COLOR_GREEN + msgid "Green" +-msgstr "" ++msgstr "Vert" + + #. SUBMENU_ITEM_CMS_COLOR_BLUE +-#, fuzzy + msgid "Blue" +-msgstr "Flou" ++msgstr "Bleu" + + #. MENU_ITEM_COUNTER_LEN_INACTIVE + msgid "inactive" +@@ -1494,12 +1444,10 @@ + msgstr "Compression CCITT 1D Huffman" + + #. MENU_ITEM_TIFF_COMP_CCITFAX3 +-#, fuzzy + msgid "CCITT Group 3 fax compression" + msgstr "Compression CCITT Group 3 Fax" + + #. MENU_ITEM_TIFF_COMP_CCITFAX4 +-#, fuzzy + msgid "CCITT Group 4 fax compression" + msgstr "Compression CCITT Group 4 Fax" + +@@ -1509,12 +1457,11 @@ + + #. MENU_ITEM_TIFF_COMP_PACKBITS + msgid "pack bits" +-msgstr "" ++msgstr "pack bits" + + #. MENU_ITEM_TIFF_COMP_DEFLATE +-#, fuzzy + msgid "deflate" +-msgstr "retardée" ++msgstr "deflate" + + #. MENU_ITEM_RANGE_SCALE + msgid "Slider (Scale)" +@@ -1530,7 +1477,7 @@ + + #. MENU_ITEM_RANGE_SCALE_SPIN + msgid "Scale and Spinbutton" +-msgstr "Echelle et bouton de rotation" ++msgstr "Échelle et bouton de rotation" + + #. MENU_ITEM_RANGE_SCROLL_SPIN + msgid "Scrollbar and Spinbutton" +@@ -1581,39 +1528,36 @@ + msgstr "Déplacer l'objet vers le bas" + + #. MENU_ITEM_AUTH_NONE +-#, fuzzy + msgid "no authentication" +-msgstr "Authentification POP3" ++msgstr "Pas d'authentification" + + #. MENU_ITEM_AUTH_POP3 + msgid "POP3 before SMTP" +-msgstr "" ++msgstr "POP3 avant SMTP" + + #. MENU_ITEM_AUTH_ASMTP_PLAIN + msgid "ASMTP Plain" +-msgstr "" ++msgstr "ASMTP Plain" + + #. MENU_ITEM_AUTH_ASMTP_LOGIN + msgid "ASMTP Login" +-msgstr "" ++msgstr "Login ASMTP" + + #. MENU_ITEM_AUTH_ASMTP_CRAM_MD5 + msgid "ASMTP CRAM-MD5" +-msgstr "" ++msgstr "ASMTP CRAM-MD5" + + #. MENU_ITEM_CMS_FUNCTION_EMBED_SCANNER_ICM_PROFILE +-#, fuzzy + msgid "Embed scanner ICM profile" +-msgstr "Enlever une imprimante" ++msgstr "Incorporer le profil ICM du scanner" + + #. MENU_ITEM_CMS_FUNCTION_CONVERT_TO_SRGB + msgid "Convert to sRGB" +-msgstr "" ++msgstr "Convertir en sRGB" + + #. MENU_ITEM_FUNCTION_CONVERT_TO_WORKING_CS +-#, fuzzy + msgid "Convert to working color space" +-msgstr "Correction automatique des couleurs" ++msgstr "Convertir vers l'espace de couleur de travail" + + #. PROGRESS_SCANNING + msgid "Scanning" +@@ -1625,12 +1569,10 @@ + msgstr "Réception des données %s..." + + #. PROGRESS_PAGE +-#, fuzzy + msgid "page" +-msgstr "paquetage" ++msgstr "page" + + #. PROGRESS_TRANSFERRING_DATA +-#, fuzzy + msgid "Transferring image" + msgstr "Transfert de l'image..." + +@@ -1640,7 +1582,7 @@ + + #. PROGRESS_MIRRORING_DATA + msgid "Mirroring image" +-msgstr "Mirroir de l'image..." ++msgstr "Miroir de l'image..." + + #. PROGRESS_PACKING_DATA + msgid "Packing image" +@@ -1652,7 +1594,7 @@ + + #. PROGRESS_SAVING_DATA + msgid "Saving image" +-msgstr "Sauvegarde de l'image..." ++msgstr "Enregistrement de l'image..." + + #. PROGRESS_CLONING_DATA + msgid "Cloning image" +@@ -1675,9 +1617,8 @@ + msgstr "OCR en cours..." + + #. PROGRESS_ICM_CONVERSION +-#, fuzzy + msgid "converting colors" +-msgstr "Correction automatique des couleurs" ++msgstr "Conversion des couleurs" + + #. DESC_SCAN_START + msgid "Start scan " +@@ -1696,16 +1637,14 @@ + msgstr "Annuler l'aperçu " + + #. DESC_XSANE_MODE +-#, fuzzy + msgid "" + "viewer-, save-, photocopy-, multipage-, fax-" + " or e-mail-" + msgstr "" +-"sauver-, visionner-, photocopier-, faxer- ou " +-"poster-" ++"visionner-, enregistrer-, photocopier-, multipage-" ++", faxer- ou courrier-électronique-" + + #. DESC_XSANE_MEDIUM +-#, fuzzy + msgid "" + "Select source medium type.\n" + "To rename, reorder or delete an entry use context menu (alternate mouse " +@@ -1715,7 +1654,7 @@ + msgstr "" + "Choisissez le type de support à utiliser.\n" + "Pour renommer, réarranger ou effacer une entrée, utilisez le menu contextuel " +-"(bouton droit de la souris).\n" ++"(second bouton de la souris).\n" + "Pour créer un support, activez l'option éditer la définition du support dans " + "le menu préférences." + +@@ -1725,7 +1664,7 @@ + + #. DESC_BROWSE_FILENAME + msgid "Browse for image filename" +-msgstr "Parcourir pour un nom d'image" ++msgstr "Ouvrir un nom d'image" + + #. DESC_FILENAME + msgid "Filename for scanned image" +@@ -1740,171 +1679,161 @@ + "automatiquement ajoutée" + + #. DESC_FAXPROJECT +-#, fuzzy + msgid "Enter fax project directory name" +-msgstr "Parcourir pour un répertoire temporaire" ++msgstr "Nom de répertoire pour un projet fax" + + #. DESC_FAXPAGENAME + msgid "Enter new name for faxpage" +-msgstr "Entrez le nouveau nom pour la page de fax" ++msgstr "Nouveau nom pour la page de fax" + + #. DESC_FAXRECEIVER + msgid "Enter receiver phone number or address" +-msgstr "Entrez le numéro de tél. ou l'adresse du destinataire" ++msgstr "Numéro de téléphone ou l'adresse du destinataire" + + #. DESC_FAX_PROJECT_BROWSE +-#, fuzzy + msgid "Browse for fax project directory" +-msgstr "Parcourir pour un répertoire temporaire" ++msgstr "Ouvrir un répertoire de projet fax" + + #. DESC_EMAIL_PROJECT +-#, fuzzy + msgid "Enter e-mail project directory name" +-msgstr "Parcourir pour un répertoire temporaire" ++msgstr "Nom de répertoire pour un projet courrier électronique" + + #. DESC_EMAIL_IMAGENAME +-#, fuzzy + msgid "Enter new name for e-mail image" +-msgstr "Entrez le nouveau nom pour l'image du message" ++msgstr "Nouveau nom pour l'image du message" + + #. DESC_EMAIL_RECEIVER +-#, fuzzy + msgid "Enter e-mail address" +-msgstr "Entrez l'adresse e-mail" ++msgstr "Adresse de courrier électronique" + + #. DESC_EMAIL_PROJECT_BROWSE +-#, fuzzy + msgid "Browse for email project directory" +-msgstr "Parcourir pour un répertoire temporaire" ++msgstr "Ouvrir un répertoire de projet courrier électronique" + + #. DESC_EMAIL_SUBJECT +-#, fuzzy + msgid "Enter subject of e-mail" +-msgstr "Entrez le sujet de l'e-mail" ++msgstr "Sujet du message" + + #. DESC_EMAIL_FILETYPE + msgid "Select filetype for image attachments" +-msgstr "Sélectionnez le type de fichier pour les attachements" ++msgstr "Sélectionner le type de fichier pour les pièces jointes" + + #. DESC_MULTIPAGE_PROJECT +-#, fuzzy + msgid "Enter multipage project directory name" +-msgstr "Parcourir pour un répertoire temporaire" ++msgstr "Nom de répertoire pour un projet multipage" + + #. DESC_MULTIPAGE_PROJECT_BROWSE +-#, fuzzy + msgid "Browse for multipage project directory" +-msgstr "Parcourir pour un répertoire temporaire" ++msgstr "Ouvrir un répertoire de projet multipage" + + #. DESC_MULTIPAGE_FILETYPE +-#, fuzzy + msgid "Select filetype for multipage file" +-msgstr "Sélectionnez le type de fichier pour les attachements" ++msgstr "Sélectionner le type de fichier pour les fichiers multipages" + + #. DESC_PRESET_AREA_RENAME + msgid "Enter new name for preset area" +-msgstr "Entrez un nom pour la présélection" ++msgstr "Sasir un nom pour la zone présélectionnée" + + #. DESC_PRESET_AREA_ADD + msgid "Enter name for new preset area" +-msgstr "Entrez un nom pour la présélection" ++msgstr "Nom pour la nouvelle zone présélectionnée" + + #. DESC_MEDIUM_RENAME + msgid "Enter new name for medium definition" +-msgstr "Entrez un nom pour la définition du support" ++msgstr "Nouveau nom pour la définition du support" + + #. DESC_MEDIUM_ADD + msgid "Enter name for new medium definition" +-msgstr "Entrez un nom pour la définition du support" ++msgstr "Nom pour la définition du support" + + #. DESC_PRINTER_SELECT + msgid "Select printerdefinition " +-msgstr "Sélectionne l'imprimante " ++msgstr "Sélectionner l'imprimante " + + #. DESC_RESOLUTION + msgid "Set scan resolution" +-msgstr "Change la résolution de numérisation" ++msgstr "Définir la résolution de numérisation" + + #. DESC_RESOLUTION_X + msgid "Set scan resolution for x direction" +-msgstr "Change la résolution horizontale de numérisation" ++msgstr "Définir la résolution horizontale de numérisation" + + #. DESC_RESOLUTION_Y + msgid "Set scan resolution for y direction" +-msgstr "Change la résolution verticale de numérisation" ++msgstr "Définir la résolution verticale de numérisation" + + #. DESC_ZOOM + msgid "Set zoomfactor" +-msgstr "Change le facteur de zoom" ++msgstr "Définir le niveau de zoom" + + #. DESC_ZOOM_X + msgid "Set zoomfactor for x direction" +-msgstr "Change le facteur de zoom horizontal" ++msgstr "Définir le niveau de zoom horizontal" + + #. DESC_ZOOM_Y + msgid "Set zoomfactor for y direction" +-msgstr "Change le facteur de zoom vertical" ++msgstr "Définir le niveau de zoom vertical" + + #. DESC_COPY_NUMBER + msgid "Set number of copies" +-msgstr "Entrez le nombre de copies" ++msgstr "Définir le nombre de copies" + + #. DESC_NEGATIVE + msgid "Negative: Invert colors for scanning negatives " + msgstr "" +-"Négatif: Inverse les couleurs pour la numérisation de négatifs " ++"Négatif : inverser les couleurs pour la numérisation de négatifs " + + #. DESC_GAMMA + msgid "Set gamma value" +-msgstr "Change la valeur gamma" ++msgstr "Définir la valeur de gamma" + + #. DESC_GAMMA_R + msgid "Set gamma value for red component" +-msgstr "Change le gamma pour la composante rouge" ++msgstr "Définir le gamma pour la composante rouge" + + #. DESC_GAMMA_G + msgid "Set gamma value for green component" +-msgstr "Change le gamma pour la composante verte" ++msgstr "Définir le gamma pour la composante verte" + + #. DESC_GAMMA_B + msgid "Set gamma value for blue component" +-msgstr "Change le gamma pour la composante bleue" ++msgstr "Définir le gamma pour la composante bleue" + + #. DESC_BRIGHTNESS + msgid "Set brightness" +-msgstr "Change la luminosité" ++msgstr "Définir la luminosité" + + #. DESC_BRIGHTNESS_R + msgid "Set brightness for red component" +-msgstr "Change la luminosité pour la composante rouge" ++msgstr "Définir la luminosité pour la composante rouge" + + #. DESC_BRIGHTNESS_G + msgid "Set brightness for green component" +-msgstr "Change la luminosité pour la composante verte" ++msgstr "Définir la luminosité pour la composante verte" + + #. DESC_BRIGHTNESS_B + msgid "Set brightness for blue component" +-msgstr "Change la luminosité pour la composante bleue" ++msgstr "Définir la luminosité pour la composante bleue" + + #. DESC_CONTRAST + msgid "Set contrast" +-msgstr "Change le contraste" ++msgstr "Définir le contraste" + + #. DESC_CONTRAST_R + msgid "Set contrast for red component" +-msgstr "Change le contraste pour la composante rouge" ++msgstr "Définir le contraste pour la composante rouge" + + #. DESC_CONTRAST_G + msgid "Set contrast for green component" +-msgstr "Change le contraste pour la composante verte" ++msgstr "Définir le contraste pour la composante verte" + + #. DESC_CONTRAST_B + msgid "Set contrast for blue component" +-msgstr "Change le contraste pour la composante bleue" ++msgstr "Définir le contraste pour la composante bleue" + + #. DESC_THRESHOLD + msgid "Set threshold" +-msgstr "Change le seuil" ++msgstr "Définir le seuil" + + #. DESC_RGB_DEFAULT + msgid "" +@@ -1914,16 +1843,15 @@ + " brightness = 0\n" + " contrast = 0" + msgstr "" +-"Défaults RGB: Place les optimisations pour le rouge, vert et bleu à leurs " +-"valeurs par défaut :\n" ++"Valeurs RGB par défaut : définir les optimisations pour le rouge, vert et " ++"bleu à leurs valeurs par défaut  :\n" + " gamma = 1.0\n" + " luminosité = 0\n" + " contraste = 0" + + #. DESC_ENH_AUTO +-#, fuzzy + msgid "Autoadjust gamma, brightness and contrast " +-msgstr "Ajuste automatiquement gamma, luminosité et contraste " ++msgstr "Ajuster automatiquement gamma, luminosité et contraste " + + #. DESC_ENH_DEFAULT + msgid "" +@@ -1932,64 +1860,64 @@ + "brightness = 0\n" + "contrast = 0" + msgstr "" +-"Place les optimisations à leurs valeurs par défaut :\n" ++"Définir les optimisations à leurs valeurs par défaut :\n" + " gamma = 1.0\n" + " luminosité = 0\n" + " contraste = 0" + + #. DESC_ENH_RESTORE + msgid "Restore enhancement values from preferences " +-msgstr "Restaure les optimisations des préférences " ++msgstr "Restaurer les optimisations des préférences " + + #. DESC_ENH_STORE + msgid "Store active enhancement values to preferences " +-msgstr "Enregistre les optimisations actives dans les préférences " ++msgstr "Enregistrer les optimisations actives dans les préférences " + + #. DESC_HIST_INTENSITY + msgid "Show histogram of intensity/gray " +-msgstr "Affiche l'histogramme de l'intensité/gris " ++msgstr "Afficher l'histogramme de l'intensité/gris " + + #. DESC_HIST_RED + msgid "Show histogram of red component " +-msgstr "Affiche l'histogramme de la composante rouge " ++msgstr "Afficher l'histogramme de la composante rouge " + + #. DESC_HIST_GREEN + msgid "Show histogram of green component " +-msgstr "Affiche l'histogramme de la composante verte " ++msgstr "Afficher l'histogramme de la composante verte " + + #. DESC_HIST_BLUE + msgid "Show histogram of blue component " +-msgstr "Affiche l'histogramme de la composante bleue " ++msgstr "Afficher l'histogramme de la composante bleue " + + #. DESC_HIST_PIXEL + msgid "Display mode: show histogram with lines instead of pixels " +-msgstr "Affiche l'histogramme avec des lignes à la place des points " ++msgstr "Afficher l'histogramme avec des lignes à la place des points " + + #. DESC_HIST_LOG + msgid "Show logarithm of pixelcount " +-msgstr "Affiche le logarithme du nombre de points " ++msgstr "Afficher le logarithme du nombre de points " + + #. DESC_PRINTER_SETUP + msgid "Select definition to change" +-msgstr "Choisissez la définition à changer" ++msgstr "Choisir la définition à changer" + + #. DESC_PRINTER_NAME + msgid "Define a name for the selection of this definition" +-msgstr "Entrez un nom pour cette définition" ++msgstr "Entrer un nom pour cette définition" + + #. DESC_PRINTER_COMMAND + msgid "Enter command to be executed in copy mode (e.g. \"lpr\")" +-msgstr "Entrez la commande à exécuter en mode copie (par ex.: \"lpr\")" ++msgstr "Commande à exécuter en mode copie (par ex.: « lpr »)" + + #. DESC_COPY_NUMBER_OPTION + msgid "Enter option for copy numbers" +-msgstr "Entrez l'option du nombre de copies" ++msgstr "Option du nombre de copies" + + #. DESC_PRINTER_LINEART_RESOLUTION + msgid "" + "Resolution with which lineart images are printed and saved in postscript" + msgstr "" +-"Résolution avec laquelle les images trait doivent être enregistrées et " ++"Résolution avec laquelle les images au trait doivent être enregistrées et " + "imprimées en PostScript" + + #. DESC_PRINTER_GRAYSCALE_RESOLUTION +@@ -2013,17 +1941,17 @@ + #. DESC_PRINTER_HEIGHT + #. DESC_FAX_HEIGHT + msgid "Height of printable area" +-msgstr "Longueur de la zone imprimable" ++msgstr "Hauteur de la zone imprimable" + + #. DESC_PRINTER_LEFTOFFSET + #. DESC_FAX_LEFTOFFSET + msgid "Left offset from the edge of the paper to the printable area" +-msgstr "Marge entre le bord gauche du papier et l'aire imprimable" ++msgstr "Marge entre le bord gauche du papier et la zone imprimable" + + #. DESC_PRINTER_BOTTOMOFFSET + #. DESC_FAX_BOTTOMOFFSET + msgid "Bottom offset from the edge of the paper to the printable area" +-msgstr "Marge entre le bord inférieur du papier et l'aire imprimable en mm" ++msgstr "Marge entre le bord inférieur du papier et la zone imprimable" + + #. DESC_PRINTER_GAMMA + msgid "Additional gamma value for photocopy" +@@ -2043,21 +1971,24 @@ + + #. DESC_PRINTER_EMBED_CSA + msgid "Creates a postscript file that contains the ICM profile of the scanner" +-msgstr "" ++msgstr "Créer un fichier postscript contenant le profil ICM du scanner" + + #. DESC_PRINTER_EMBED_CRD + msgid "Creates a postscript file that contains the ICM profile of the printer" +-msgstr "" ++msgstr "Créer un fichier postscript contenant le profil ICM de l'imprimante" + + #. DESC_PRINTER_CMS_BPC + msgid "Applies black point compensation" +-msgstr "" ++msgstr "Appliquer la compensation du point noir" + + #. DESC_PRINTER_PS_FLATEDECODED + msgid "" + "Create zlib compressed postscript image for printer (flatedecode).\n" + "The printer has to understand postscript level 3!" + msgstr "" ++"Créer une image postscript compressée par zlib pour l'imprimante " ++"(« flatedecode »)\n" ++"L'imprimante doit savoir gérer du postscript niveau 3." + + #. DESC_TMP_PATH + msgid "Path to temp directory" +@@ -2065,10 +1996,9 @@ + + #. DESC_BUTTON_TMP_PATH_BROWSE + msgid "Browse for temporary directory" +-msgstr "Parcourir pour un répertoire temporaire" ++msgstr "Ouvrir un répertoire temporaire" + + #. DESC_JPEG_QUALITY +-#, fuzzy + msgid "" + "Quality in percent if image is saved as JPEG or TIFF with JPEG compression" + msgstr "" +@@ -2076,7 +2006,6 @@ + "compression jpeg" + + #. DESC_PNG_COMPRESSION +-#, fuzzy + msgid "Compression if image is saved as PNG" + msgstr "Compression si l'image est enregistrée en png" + +@@ -2085,22 +2014,18 @@ + msgstr "Longueur minimale du compteur de noms de fichiers" + + #. DESC_TIFF_ZIP_COMPRESSION +-#, fuzzy + msgid "Compression rate for zip compressed TIFF (deflate)" +-msgstr "Type de compression si une image 8 bit est enregistrée en tiff" ++msgstr "Taux de compression pour le tiff compressé par zip (« deflate »)" + + #. DESC_TIFF_COMPRESSION_16 +-#, fuzzy + msgid "Compression type if 16 bit image is saved as TIFF" +-msgstr "Type de compression si une image 16 bit est enregistrée en tiff" ++msgstr "Type de compression si une image 16 bits est enregistrée en tiff" + + #. DESC_TIFF_COMPRESSION_8 +-#, fuzzy + msgid "Compression type if 8 bit image is saved as TIFF" +-msgstr "Type de compression si une image 8 bit est enregistrée en tiff" ++msgstr "Type de compression si une image 8 bits est enregistrée en tiff" + + #. DESC_TIFF_COMPRESSION_1 +-#, fuzzy + msgid "Compression type if lineart image is saved as TIFF" + msgstr "Type de compression si l'image trait est enregistrée en tiff" + +@@ -2118,39 +2043,41 @@ + msgid "" + "If filename counter is automatically increased, used numbers are skipped" + msgstr "" +-"Si un compteur de noms de fichiers est utilisé, les nombres déjà utilisés " +-"sont évités" ++"Si un compteur de noms de fichiers est automatiquement augmenté, les nombres " ++"déjà utilisés seront sautés" + + #. DESC_SAVE_PS_FLATEDECODED + msgid "" + "compress postscript image with zlib algorithm (flatedecode). When you want " + "to print such a file your printer has to understand postscript level 3" + msgstr "" ++"compresser une image postscript avec l'algorithme zlib (« flatedecode »). " ++"Pour imprimer de tels fichiers, l'imprimante doit savoir gérer postscript " ++"niveau 3." + + #. DESC_SAVE_PDF_FLATEDECODED + msgid "compress PDF image with zlib algorithm (flatedecode)." +-msgstr "" ++msgstr "Compresser une image PDF avec l'algorithme zlib (« flatedecode »)." + + #. DESC_SAVE_PNM16_AS_ASCII +-#, fuzzy + msgid "" + "When a 16 bit image shall be saved in PNM format then use ASCII format " + "instead of binary format. The binary format is a new format that is not " + "supported by all programs. The ASCII format is supported by more programs " + "but it produces really huge files!!!" + msgstr "" +-"Quand une une image 16 bit doit être sauvée au format pnm, utilisez le " +-"format ASCII au lieu du format binaire. Le format binaire est un nouveau " +-"format qui n'est pas supporté par tous les programmes. Le format ASCII est " +-"supporté par plus de programmes mais produit de très gros fichiers !!!" ++"Lorsqu'une image 16 bits doit être enregistrée au format pnm, la sauvegarde " ++"est faite au format ASCII au lieu du format binaire. Le format binaire est " ++"un nouveau format qui n'est pas géré par tous les programmes. Le format " ++"ASCII est accepté par plus de programmes mais produit des fichiers vraiment " ++"énormes." + + #. DESC_REDUCE_16BIT_TO_8BIT +-#, fuzzy + msgid "" + "If scanner sends image with 16 bits/channel save image with 8 bits/channel" + msgstr "" +-"Si le scanner envoie une image en 16 bits/couleur, sauver l'image en 8 bits/" +-"couleur" ++"Si le scanner envoie une image en 16 bits/couleur, enregistrer l'image en " ++"8 bits/couleur" + + #. DESC_PSFILE_WIDTH + msgid "Width of paper for postscript files" +@@ -2158,14 +2085,14 @@ + + #. DESC_PSFILE_HEIGHT + msgid "Height of paper for postscript files" +-msgstr "Longueur du papier pour les fichiers PostScript" ++msgstr "Hauteur du papier pour les fichiers PostScript" + + #. DESC_PSFILE_LEFTOFFSET + msgid "" + "Left offset from the edge of the paper to the usable area for postscript " + "files" + msgstr "" +-"Marge entre le bord gauche du papier et l'aire imprimable pour les fichiers " ++"Marge entre le bord gauche du papier et la zone imprimable pour les fichiers " + "PostScript" + + #. DESC_PSFILE_BOTTOMOFFSET +@@ -2173,32 +2100,31 @@ + "Bottom offset from the edge of the paper to the usable area for postscript " + "files" + msgstr "" +-"Marge entre le bord inférieur du papier et l'aire imprimable pour les " ++"Marge entre le bord inférieur du papier et la zone imprimable pour les " + "fichiers PostScript" + + #. DESC_MAIN_WINDOW_FIXED + msgid "Use fixed main window size or scrolled, resizable main window" + msgstr "" +-"Utilise une fenêtre principale de taille fixe ou avec défilement, fenêtre " +-"principale redimensionable" ++"Utiliser une fenêtre principale de dimensions fixes ou une fenêtre " ++"principale redimensionable avec défilement" + + #. DESC_DISABLE_GIMP_PREVIEW_GAMMA +-#, fuzzy + msgid "Disable preview gamma when XSane runs as GIMP plugin" +-msgstr "Désactive l'aperçu gamma quand XSane fonctionne comme un plugin Gimp" ++msgstr "" ++"Désactiver l'aperçu gamma quand XSane fonctionne en tant que greffon de Gimp" + + #. DESC_PREVIEW_COLORMAP + msgid "Use an own colormap for preview if display depth is 8 bpp" + msgstr "" +-"Utilise une palette de couleurs privée pour l'aperçu si l'affichage est en " +-"mode 8bits" ++"Utiliser une palette de couleurs privée pour l'aperçu si l'affichage est en " ++"mode 8 bits" + + #. DESC_SHOW_RANGE_MODE + msgid "Select how a range is displayed" +-msgstr "Sélectionnez la manière dont la plage est affichée" ++msgstr "Sélectionner la manière dont la plage est affichée" + + #. DESC_PREVIEW_OVERSAMPLING +-#, fuzzy + msgid "Value with which the calculated preview resolution is multiplied" + msgstr "" + "Valeur avec laquelle la résolution de prévisualisation calculée est " +@@ -2206,134 +2132,138 @@ + + #. DESC_PREVIEW_GAMMA + msgid "Set gamma correction value for preview image" +-msgstr "Change la correction gamma pour l'image de l'aperçu" ++msgstr "Définir la correction de gamma pour l'image de l'aperçu" + + #. DESC_PREVIEW_GAMMA_RED + msgid "Set gamma correction value for red component of preview image" + msgstr "" +-"Change la correction gamma de la composante rouge pour l'image de l'aperçu" ++"Définir la correction de gamma de la composante rouge pour l'image de " ++"l'aperçu" + + #. DESC_PREVIEW_GAMMA_GREEN + msgid "Set gamma correction value for green component of preview image" + msgstr "" +-"Change la correction gamma de la composante verte pour l'image de l'aperçu" ++"Définir la correction de gamma de la composante verte pour l'image de " ++"l'aperçu" + + #. DESC_PREVIEW_GAMMA_BLUE + msgid "Set gamma correction value for blue component of preview image" + msgstr "" +-"Change la correction gamma de la composante bleue pour l'image de l'aperçu" ++"Définir la correction de gamma de la composante bleue pour l'image de " ++"l'aperçu" + + #. DESC_LINEART_MODE + msgid "Define the way XSane shall handle the threshold option" +-msgstr "Défini la manière dont XSane doit gérer l'option seuil" ++msgstr "Définir la manière dont XSane doit gérer l'option de seuil" + + #. DESC_GRAYSCALE_SCANMODE + msgid "" + "Select grayscale scanmode. This scanmode is used for lineart preview scan " + "when transformation from grayscale to lineart is enabled" + msgstr "" +-"Sélection du mode de numérisation en niveaux de gris. Ce mode de " ++"Sélectionner le mode de numérisation en niveaux de gris. Ce mode de " + "numérisation est utilisé pour la prévisualisation en mode trait quand la " + "tranformation des niveaux de gris en mode trait est activée." + + #. DESC_PREVIEW_THRESHOLD_MIN + #, no-c-format + msgid "The scanner's minimum threshold level in %" +-msgstr "Le niveau de seuil minimum du scanner en %" ++msgstr "Niveau de seuil minimum du scanner en %" + + #. DESC_PREVIEW_THRESHOLD_MAX + #, no-c-format + msgid "The scanner's maximum threshold level in %" +-msgstr "Le niveau de seuil maximum du scanner en %" ++msgstr "Niveau de seuil maximum du scanner en %" + + #. DESC_PREVIEW_THRESHOLD_MUL + msgid "" + "Multiplier to make XSane threshold range and scanner threshold range the same" + msgstr "" +-"Multiplicateur pour rendre l'échelle de seuil de XSane et du scanner les " +-"mêmes" ++"Multiplicateur pour rendre identiques l'échelle de seuil de XSane et du " ++"scanner" + + #. DESC_PREVIEW_THRESHOLD_OFF + msgid "" + "Offset to make XSane threshold range and scanner threshold range the same" + msgstr "" +-"Décalage pour rendre l'échelle de seuil de XSane et du scanner les mêmes" ++"Décalage pour rendre identiques l'échelle de seuil de XSane et du scanner" + + #. DESC_ADF_PAGES_MAX + msgid "Number of pages to scan" +-msgstr "" ++msgstr "Nombre de pages à scanner" + + #. DESC_PREVIEW_PIPETTE_RANGE + msgid "dimension of square that is used to average color for pipette function" + msgstr "" +-"Dimension du carré utilisée pour déterminer la couleur moyenne pour la " ++"Dimensions du carré utilisé pour déterminer la couleur moyenne pour la " + "fonction pipette" + + #. DESC_DOC_VIEWER +-#, fuzzy + msgid "" + "Enter command to be executed to display helpfiles, must be a HTML-viewer!" + msgstr "" +-"Entrez la commande a exécuter pour afficher les fichiers d'aide ; doit être " +-"capable de lire du html !" ++"Commande à exécuter pour afficher les fichiers d'aide ; elle doit être " ++"capable de lire du html." + + #. DESC_AUTOENHANCE_GAMMA + msgid "Change gamma value when autoenhancement button is pressed" +-msgstr "Change la valeur gamma quand le bouton d'optimisation auto est pressé" ++msgstr "" ++"Changer la valeur de gamma lorsque le bouton d'optimisation auto est pressé" + + #. DESC_PRESELECT_SCAN_AREA +-#, fuzzy + msgid "Select scan area after preview scan has finished" +-msgstr "" +-"Sélectionne l'aire de numérisation une fois la prévisualisation terminée" ++msgstr "Sélectionner la zone à numériser une fois la prévisualisation terminée" + + #. DESC_AUTOCORRECT_COLORS + msgid "Do color correction after preview scan has finished" +-msgstr "Corrige les couleurs une fois la prévisualisation terminée" ++msgstr "Corriger les couleurs une fois la prévisualisation terminée" + + #. DESC_RENDERING_INTENT +-#, fuzzy + msgid "Select rendering intent for preview and saving" + msgstr "" +-"Sélectionne l'aire de numérisation une fois la prévisualisation terminée" ++"Sélectionner l'intention de rendu pour la prévisualisation et " ++"l'enregistrement" + + #. DESC_CMS_BPC + msgid "Apply black point compensation when color transformation is done" + msgstr "" ++"Appliquer la compensation du point noir lorsque la transformation de couleur " ++"est faite" + + #. DESC_FAX_COMMAND + msgid "Enter command to be executed in fax mode" +-msgstr "Entrez la commande à exécuter en mode fax" ++msgstr "Commande à exécuter en mode fax" + + #. DESC_FAX_RECEIVER_OPT + msgid "Enter option to specify receiver" +-msgstr "Entrez l'option à spécifier au destinataire" ++msgstr "Option à spécifier au destinataire" + + #. DESC_FAX_POSTSCRIPT_OPT + msgid "Enter option to specify postscript files following" +-msgstr "Entrez l'option à spécifier aux fichiers PostScript" ++msgstr "Option à spécifier aux fichiers PostScript" + + #. DESC_FAX_NORMAL_OPT + msgid "Enter option to specify normal mode (low resolution)" +-msgstr "Entrez l'option à spécifier au mode normal (basse résolution)" ++msgstr "Option à spécifier au mode normal (faible résolution)" + + #. DESC_FAX_FINE_OPT + msgid "Enter option to specify fine mode (high resolution)" +-msgstr "Entrez l'option à spécifier au mode fin (haute résolution)" ++msgstr "Option à spécifier au mode fin (haute résolution)" + + #. DESC_FAX_VIEWER + msgid "Enter command to be executed to view a fax" +-msgstr "Entrez la commande à être exécutée pour voir un fax" ++msgstr "Commande à exécuter pour voir un fax" + + #. DESC_FAX_FINE_MODE + msgid "Send fax with high vertical resolution (196 lpi instead of 98 lpi)" + msgstr "" +-"Envoie un fax avec une résolution verticale élevée (196 lpi à la place de 98 " +-"lpi)" ++"Émettre un fax avec une résolution verticale élevée (196 lpi à la place de " ++"98 lpi)" + + #. DESC_FAX_PS_FLATEDECODED + msgid "Create zlib compressed postscript image for fax (flatedecode)" + msgstr "" ++"Créer une image postscript compressée par zlib pour un fax (« flatedecode »)" + + #. DESC_SMTP_SERVER + msgid "IP Address or Domain name of SMTP server" +@@ -2341,32 +2271,27 @@ + + #. DESC_SMTP_PORT + msgid "port to connect to SMTP server" +-msgstr "Port de connexion SMTP" ++msgstr "Port de connexion du serveur SMTP" + + #. DESC_EMAIL_FROM +-#, fuzzy + msgid "enter your e-mail address" +-msgstr "Entrez votre adresse e-mail" ++msgstr "Votre adresse de courrier électronique" + + #. DESC_EMAIL_REPLY_TO +-#, fuzzy + msgid "enter e-mail address for replied e-mails" +-msgstr "Entrez l'adresse e-mail de réponse" ++msgstr "Adresse courrier électronique de réponse" + + #. DESC_EMAIL_AUTHENTICATION +-#, fuzzy + msgid "Type of authentication before sending e-mail" +-msgstr "S'authentifier au près du serveur POP3 avant d'envoyer le message" ++msgstr "Type d'authentification avant d'envoyer le message" + + #. DESC_EMAIL_AUTH_USER +-#, fuzzy + msgid "user name for e-mail server" +-msgstr "Nom d'utilisateur pour le serveur POP3" ++msgstr "Nom d'utilisateur pour le serveur de courrier électronique" + + #. DESC_EMAIL_AUTH_PASS +-#, fuzzy + msgid "password for e-mail server" +-msgstr "Mot de passe pour le serveur POP3" ++msgstr "Mot de passe pour le serveur de courrier électronique" + + #. DESC_POP3_SERVER + msgid "IP Address or Domain name of POP3 server" +@@ -2374,45 +2299,40 @@ + + #. DESC_POP3_PORT + msgid "port to connect to POP3 server" +-msgstr "Port de connexion POP3" ++msgstr "Port de connexion au serveur POP3" + + #. DESC_HTML_EMAIL +-#, fuzzy + msgid "E-mail is sent in HTML mode, place image with: " +-msgstr "Message envoyé en mode html, placer l'image avec: " ++msgstr "Message envoyé en mode html, placer l'image avec : " + + #. DESC_OCR_COMMAND +-#, fuzzy + msgid "Enter command to start OCR program" +-msgstr "Entrez la commande pour lancer le programme d'OCR" ++msgstr "Commande pour lancer le programme d'OCR" + + #. DESC_OCR_INPUTFILE_OPT +-#, fuzzy + msgid "Enter option of the OCR program to define input file" +-msgstr "Entrez l'option du programme d'OCR pour définir un fichier d'entrée" ++msgstr "Option du programme d'OCR pour définir un fichier d'entrée" + + #. DESC_OCR_OUTPUTFILE_OPT +-#, fuzzy + msgid "Enter option of the OCR program to define output file" +-msgstr "Entrez l'option du programme d'OCR pour définir un fichier de sortie" ++msgstr "Option du programme d'OCR pour définir un fichier de sortie" + + #. DESC_OCR_USE_GUI_PIPE_OPT +-#, fuzzy + msgid "Define if the OCR program supports gui progress pipe" +-msgstr "Définissez si le programme d'OCR supporte un pipe GUI de progression" ++msgstr "" ++"Indiquer si le programme d'OCR permet d'afficher un avancement graphique " ++"avec un « pipe »" + + #. DESC_OCR_OUTFD_OPT +-#, fuzzy + msgid "" + "Enter option of the OCR program to define output filedescripor in GUI mode" + msgstr "" +-"Entrez l'option du programme d'OCR pour définir un fichier descripteur de " +-"sortie en mode GUI" ++"Option du programme d'OCR pour définir un descripteur de fichier de sortie " ++"en mode interface graphique" + + #. DESC_OCR_PROGRESS_KEYWORD + msgid "Define Keyword that is used to mark progress information" +-msgstr "" +-"Définissez un mot clé à utiliser pour marquer l'information de progression" ++msgstr "Définir un mot clé à utiliser pour marquer l'information d'avancement" + + #. DESC_PERMISSION_READ + msgid "read" +@@ -2423,9 +2343,8 @@ + msgstr "écriture" + + #. DESC_PERMISSION_SEARCH +-#, fuzzy + msgid "search" +-msgstr "utilisateur" ++msgstr "recherche" + + #. DESC_ADD_BATCH + msgid "Add selection for batch scan" +@@ -2433,20 +2352,19 @@ + + #. DESC_PIPETTE_WHITE + msgid "Pick white point" +-msgstr "Choisissez un point blanc" ++msgstr "Sélectionner le point blanc" + + #. DESC_PIPETTE_GRAY + msgid "Pick gray point" +-msgstr "Choisissez un point gris" ++msgstr "Sélectionner le point gris" + + #. DESC_PIPETTE_BLACK + msgid "Pick black point" +-msgstr "Choisissez un point noir" ++msgstr "Sélectionner le point noir" + + #. DESC_ZOOM_FULL +-#, fuzzy + msgid "Use full scan area" +-msgstr "Utilise l'aire de numérisation complète" ++msgstr "Utiliser la zone de numérisation complète" + + #. DESC_ZOOM_OUT + #, no-c-format +@@ -2455,48 +2373,45 @@ + + #. DESC_ZOOM_IN + msgid "Click at position to zoom to" +-msgstr "Cliquez à la posisiton désirée du zoom" ++msgstr "Cliquer à la position désirée du zoom" + + #. DESC_ZOOM_AREA + msgid "Zoom into selected area" +-msgstr "Zoom l'aire sélectionnée" ++msgstr "Zoom à la zone sélectionnée" + + #. DESC_ZOOM_UNDO + msgid "Undo last zoom" +-msgstr "Annule le dernier zoom" ++msgstr "Annuler le dernier zoom" + + #. DESC_FULL_PREVIEW_AREA + msgid "Select visible area" +-msgstr "Sélectionne l'aire visible" ++msgstr "Sélectionner la zone visible" + + #. DESC_AUTOSELECT_SCAN_AREA +-#, fuzzy + msgid "Autoselect scan area" +-msgstr "Sélection automatique de l'aire de numérisation" ++msgstr "Sélection automatique de la zone à numériser" + + #. DESC_AUTORAISE_SCAN_AREA +-#, fuzzy + msgid "Autoraise scan area" +-msgstr "Affichage automatique de l'aire de numérisation" ++msgstr "Agrandissment automatique de la zone à numériser" + + #. DESC_DELETE_IMAGES + msgid "Delete preview image cache" + msgstr "Effacer le cache de l'aperçu" + + #. DESC_PRESET_AREA +-#, fuzzy + msgid "" + "Preset area:\n" + "To add new area or edit an existing area use context menu (alternate mouse " + "button)." + msgstr "" +-"Aire de présélection: \n" +-"Pour ajouter une nouvelle aire ou éditer une aire existante, utilisez le " +-"menu contextuel (bouton droit de la souris)." ++"Zone de présélection :\n" ++"Pour ajouter une nouvelle zone ou éditer une zone existante, utilisez le " ++"menu contextuel (second bouton de la souris)." + + #. DESC_ROTATION + msgid "Rotate preview and scan" +-msgstr "Pivote l'aperçu et la numérisation" ++msgstr "Pivoter l'aperçu et la numérisation" + + #. DESC_RATIO + msgid "Aspect ratio of selection" +@@ -2504,54 +2419,51 @@ + + #. DESC_PAPER_ORIENTATION + msgid "Define image position for printing" +-msgstr "Définit la position de l'image pour l'impression" ++msgstr "Définir la position de l'image pour l'impression" + + #. DESC_VIEWER_OCR + msgid "Optical Character Recognition" +-msgstr "Reconnaissance Optique de Caractères" ++msgstr "Reconnaissance Optique de Caractères (OCR)" + + #. DESC_VIEWER_UNDO + msgid "Undo last change" +-msgstr "Annule le dernier changement" ++msgstr "Annuler le dernier changement" + + #. DESC_VIEWER_CLONE + msgid "Clone image" + msgstr "Cloner l'image" + + #. DESC_ROTATE90 +-#, fuzzy + msgid "Rotate image 90 degrees" +-msgstr "Rotation à 90° de l'image" ++msgstr "Rotation de 90° de l'image" + + #. DESC_ROTATE180 +-#, fuzzy + msgid "Rotate image 180 degrees" +-msgstr "Rotation à 180° de l'image" ++msgstr "Rotation de 180° de l'image" + + #. DESC_ROTATE270 +-#, fuzzy + msgid "Rotate image 270 degrees" +-msgstr "Rotation à 270° de l'image" ++msgstr "Rotation de 270° de l'image" + + #. DESC_MIRROR_X + msgid "Mirror image at vertical axis" +-msgstr "Effet mirroir à axe vertical" ++msgstr "Effet miroir à axe vertical" + + #. DESC_MIRROR_Y + msgid "Mirror image at horizontal axis" +-msgstr "Effet mirroir à axe horizontal" ++msgstr "Effet miroir à axe horizontal" + + #. DESC_VIEWER_ZOOM + msgid "Zoom image" +-msgstr "Zoom sur l'image" ++msgstr "Zoom de l'image" + + #. DESC_STORE_MEDIUM + msgid "Store medium" +-msgstr "Enregistre la définition du support" ++msgstr "Enregistrer la définition du support" + + #. DESC_DELETE_MEDIUM + msgid "Delete active medium" +-msgstr "Efface la définition du support" ++msgstr "Effacer la définition du support" + + #. DESC_SCALE_FACTOR + msgid "Scale factor" +@@ -2566,80 +2478,72 @@ + msgstr "Facteur d'échelle vertical" + + #. DESC_SCALE_WIDTH +-#, fuzzy + msgid "Scale image to width [pixels]" + msgstr "Mettre l'image à l'échelle de la largeur [en pixels]" + + #. DESC_SCALE_HEIGHT +-#, fuzzy + msgid "Scale image to height [pixels]" + msgstr "Mettre l'image à l'échelle de la hauteur [en pixels]" + + #. DESC_BATCH_LIST_EMPTY + msgid "Empty batch list" +-msgstr "Vide la liste" ++msgstr "Vider la liste" + + #. DESC_BATCH_LIST_SAVE + msgid "Save batch list" +-msgstr "Sauve la liste" ++msgstr "Enregistrer la liste" + + #. DESC_BATCH_LIST_LOAD + msgid "Load batch list" +-msgstr "Charge la liste" ++msgstr "Charger la liste" + + #. DESC_BATCH_RENAME + msgid "Rename area" +-msgstr "Renomme l'aire" ++msgstr "Renommer la zone" + + #. DESC_BATCH_ADD + msgid "Add selected preview area to batch list" +-msgstr "Ajoute la sélection de la prévisualisation à la liste" ++msgstr "Ajouter la sélection de la prévisualisation à la liste" + + #. DESC_BATCH_DEL + msgid "Delete selected area from batch list" +-msgstr "Supprime l'aire sélectionnée de la liste" ++msgstr "Supprimer la zone sélectionnée de la liste" + + #. DESC_AUTOMATIC + msgid "Turns on automatic mode" +-msgstr "Actionne le mode automatique" ++msgstr "Actionner le mode automatique" + + #. DESC_BUTTON_SCANNER_DEFAULT_COLOR_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for scanner default color ICM-profile" +-msgstr "Parcourir pour un nom d'image" ++msgstr "Ouvrir un profil ICM de couleur par défaut" + + #. DESC_BUTTON_SCANNER_DEFAULT_GRAY_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for scanner default gray ICM-profile" +-msgstr "Parcourir pour un nom d'image" ++msgstr "Ouvrir un profil ICM de gris par défaut" + + #. DESC_BUTTON_DISPLAY_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for display ICM-profile" +-msgstr "Parcourir pour un nom d'image" ++msgstr "Ouvrir un profil ICM d'affichage" + + #. DESC_BUTTON_PRINTER_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for printer ICM-profile" +-msgstr "Parcourir pour un nom d'image" ++msgstr "Ouvrir un profi ICM d'imprimante" + + #. DESC_BUTTON_CUSTOM_PROOFING_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for custom proofing ICM-profile" +-msgstr "Parcourir pour un nom d'image" ++msgstr "Ouvrir un profil ICM d'épreuvage personnalisé" + + #. DESC_BUTTON_WORKING_COLOR_SPACE_ICM_PROFILE_BROWSE +-#, fuzzy + msgid "Browse for working color space ICM-profile" +-msgstr "Parcourir pour un nom d'image" ++msgstr "Ouvrir un profil d'espace de couleur de travail" + + #. ERR_HOME_DIR + msgid "Failed to determine home directory:" +-msgstr "Impossible de déterminer le répertoire personnel:" ++msgstr "Impossible de déterminer le répertoire personnel :" + + #. ERR_CHANGE_WORKING_DIR + msgid "Failed to change working directory to" +-msgstr "Impossible de changer le répertoire de travail en:" ++msgstr "Impossible de changer le répertoire de travail en" + + #. ERR_FILENAME_TOO_LONG + msgid "Filename too long" +@@ -2652,18 +2556,22 @@ + "select a temporary directory where you have\n" + "write permissions." + msgstr "" ++"Impossible de créer un fichier temporaire.\n" ++"Ouvrez le menu Préférences, Configuration, onglet Enregistrer et\n" ++"choisir un répertoire temporaire dans lequel\n" ++"vous pouvez écrire." + + #. ERR_SET_OPTION + msgid "Failed to set value of option" +-msgstr "Echec du changement de la valeur de l'option" ++msgstr "Échec du changement de la valeur de l'option" + + #. ERR_GET_OPTION + msgid "Failed to obtain value of option" +-msgstr "Echec de l'obtention de la valeur de l'option" ++msgstr "Échec de l'obtention de la valeur de l'option" + + #. ERR_OPTION_COUNT + msgid "Error obtaining option count" +-msgstr "Erreur de l'option 'count'" ++msgstr "Erreur de l'option « count »" + + #. ERR_DEVICE_OPEN_FAILED + msgid "Failed to open device" +@@ -2679,11 +2587,11 @@ + + #. ERR_DURING_SAVE + msgid "Error during save:" +-msgstr "Erreur pendant la sauvegarde" ++msgstr "Erreur pendant l'enregistrement" + + #. ERR_BAD_DEPTH + msgid "Can't handle depth" +-msgstr "Ne supporte pas le mode" ++msgstr "Profondeur de couleur non gérée" + + #. ERR_UNKNOWN_SAVING_FORMAT + msgid "Unknown file format for saving" +@@ -2691,29 +2599,28 @@ + + #. ERR_OPEN_FAILED + msgid "Failed to open" +-msgstr "Echec de l'ouverture" ++msgstr "Échec de l'ouverture" + + #. ERR_CREATE_SECURE_FILE +-#, fuzzy + msgid "Could not create secure file (maybe a link does exist):" +-msgstr "Ne peut créer un fichier sécurité (peut-être qu'un lien existe déja):" ++msgstr "Ne peut créer un fichier sécurisé (peut-être qu'un lien existe déjà) :" + + #. ERR_FAILED_PRINTER_PIPE + msgid "Failed to open pipe for executing printercommand" + msgstr "" +-"Echec lors de l'ouverture du pipe pour exécuter la commande d'impression" ++"Échec lors de l'ouverture du « pipe » pour exécuter la commande d'impression" + + #. ERR_FAILED_EXEC_PRINTER_CMD + msgid "Failed to execute printercommand:" +-msgstr "Echec de l'exécution de la commande d'impression" ++msgstr "Échec de l'exécution de la commande d'impression :" + + #. ERR_FAILED_START_SCANNER + msgid "Failed to start scanner:" +-msgstr "Echec du démarrage du scanner" ++msgstr "Échec du démarrage du scanner :" + + #. ERR_FAILED_GET_PARAMS + msgid "Failed to get parameters:" +-msgstr "Echec lors du chargement des paramètres" ++msgstr "Échec lors du chargement des paramètres" + + #. ERR_NO_OUTPUT_FORMAT + msgid "No output format given" +@@ -2729,19 +2636,19 @@ + + #. ERR_LIBTIFF + msgid "LIBTIFF reports error" +-msgstr "LIBTIFF a reporté une erreur" ++msgstr "LIBTIFF a signalé une erreur" + + #. ERR_LIBPNG + msgid "LIBPNG reports error" +-msgstr "LIBPNG a reporté une erreur" ++msgstr "LIBPNG a signalé une erreur" + + #. ERR_LIBJPEG + msgid "LIBJPEG reports error" +-msgstr "LIBJPEG a reporté une erreur" ++msgstr "LIBJPEG a signalé une erreur" + + #. ERR_ZLIB + msgid "ZLIB error or memory allocation problem" +-msgstr "" ++msgstr "Erreur ZLIB ou problème d'allocation mémoire" + + #. ERR_UNKNOWN_TYPE + msgid "unknown type" +@@ -2757,38 +2664,37 @@ + + #. ERR_BACKEND_BUG + msgid "This is a backend bug. Please inform the author of the backend!" +-msgstr "Bug du backend. Veuillez informer l'auteur du backend !" ++msgstr "Bug du backend. Veuillez en informer l'auteur du backend." + + #. ERR_FAILED_EXEC_DOC_VIEWER + msgid "Failed to execute documentation viewer:" +-msgstr "Erreur d'exécution de la visionneuse de documentation" ++msgstr "Erreur d'exécution de la visionneuse de documentation :" + + #. ERR_FAILED_EXEC_FAX_VIEWER + msgid "Failed to execute fax viewer:" +-msgstr "Erreur d'exécution de la visionneuse de fax" ++msgstr "Erreur d'exécution de la visionneuse de fax :" + + #. ERR_FAILED_EXEC_FAX_CMD + msgid "Failed to execute fax command:" +-msgstr "Erreur d'exécution de la commande de fax:" ++msgstr "Erreur d'exécution de la commande de fax :" + + #. ERR_FAILED_EXEC_OCR_CMD +-#, fuzzy + msgid "Failed to execute OCR command:" +-msgstr "Erreur d'exécution de la commande de fax:" ++msgstr "Erreur d'exécution de la commande d'OCR :" + + #. ERR_BAD_FRAME_FORMAT + msgid "bad frame format" +-msgstr "Mauvais format de frame" ++msgstr "Mauvais format de trame" + + #. ERR_FAILED_SET_RESOLUTION + msgid "unable to set resolution" +-msgstr "Impossible d'attribuer la résolution" ++msgstr "Impossible de définir la résolution" + + #. ERR_PASSWORD_FILE_INSECURE + #, c-format + msgid "Password file (%s) is insecure, use permission x00\n" + msgstr "" +-"Le fichier de mot de passe (%s) n'est pas sur, utilisez des droits x00\n" ++"Le fichier de mots de passe (%s) n'est pas sûr, utilisez des droits x00\n" + + #. ERR_ERROR + msgid "error" +@@ -2796,7 +2702,7 @@ + + #. ERR_MAJOR_VERSION_NR_CONFLICT + msgid "Sane major version number mismatch!" +-msgstr "Incohérence dans le numéro de version majeur de Sane!" ++msgstr "Incohérence dans le numéro de version majeur de Sane." + + #. ERR_XSANE_MAJOR_VERSION + msgid "XSane major version =" +@@ -2808,23 +2714,23 @@ + + #. ERR_PROGRAM_ABORTED + msgid "*** PROGRAM ABORTED ***" +-msgstr "*** ARRET DU PROGRAMME ***" ++msgstr "*** ARRÊT DU PROGRAMME ***" + + #. ERR_FAILED_ALLOCATE_IMAGE + msgid "Failed to allocate image memory:" +-msgstr "Erreur d'allocation de mémoire pour l'image" ++msgstr "Erreur d'allocation de mémoire pour l'image :" + + #. ERR_PREVIEW_BAD_DEPTH + msgid "Preview cannot handle bit depth" +-msgstr "La prévisualisation ne supporte pas le mode" ++msgstr "La prévisualisation ne prend pas en compte la profondeur de couleur" + + #. ERR_GIMP_SUPPORT_MISSING + msgid "GIMP support missing" +-msgstr "le support pour GIMP est manquant" ++msgstr "Prise en charge de GIMP manquante" + + #. ERR_CREATE_FAX_PROJECT + msgid "Could not create faxproject" +-msgstr "Ne peut créer un projet fax" ++msgstr "Impossible de créer un projet fax" + + #. WARN_COUNTER_UNDERRUN + msgid "Filename counter underrun" +@@ -2832,10 +2738,9 @@ + + #. WARN_NO_VALUE_CONSTRAINT + msgid "warning: option has no value constraint" +-msgstr "Attention: l'option n'a pas de restriction" ++msgstr "Attention : l'option n'a pas de restriction" + + #. WARN_XSANE_AS_ROOT +-#, fuzzy + msgid "" + "You try to run XSane as ROOT, that really is DANGEROUS!\n" + "\n" +@@ -2843,11 +2748,12 @@ + "have any problems while running XSane as root:\n" + "YOU ARE ALONE!" + msgstr "" +-"Vous exécutez XSane en tant que ROOT, c'est réellement DANGEREUX !\n" ++"Vous exécutez XSane avec des droits d'administrateur (« root »), ce qui est " ++"vraiment très dangereux!\n" + "\n" +-"N'envoyez pas de rapports de bug si vous rencontrez\n" +-"des problèmes en utilisant XSane en tant que root:\n" +-"VOUS ETES SEUL !" ++"N'envoyez pas de rapports de bogue si vous rencontrez\n" ++"des problèmes en utilisant XSane en tant qu'administrateur :\n" ++"vous serez seul face à vos problèmes." + + #. ERR_HEADER_ERROR + msgid "Error" +@@ -2867,11 +2773,11 @@ + + #. ERR_FAILED_CREATE_FILE + msgid "Failed to create file:" +-msgstr "Erreur de création de fichier" ++msgstr "Erreur de création de fichier :" + + #. ERR_LOAD_DEVICE_SETTINGS + msgid "Error while loading device settings:" +-msgstr "Erreur lors du chargement des paramètres du périphérique" ++msgstr "Erreur lors du chargement des paramètres du périphérique :" + + #. ERR_NO_DRC_FILE + msgid "is not a device-rc-file !!!" +@@ -2879,11 +2785,11 @@ + + #. ERR_NETSCAPE_EXECUTE_FAIL + msgid "Failed to execute netscape!" +-msgstr "Echec de l'exécution de Netscape" ++msgstr "Échec de l'exécution de Netscape" + + #. ERR_SENDFAX_RECEIVER_MISSING + msgid "Send fax: no receiver defined" +-msgstr "Envoi fax: pas de destinataire définit" ++msgstr "Envoi fax : pas de destinataire défini" + + #. ERR_CREATED_FOR_DEVICE + msgid "has been created for device" +@@ -2895,12 +2801,12 @@ + + #. ERR_MAY_CAUSE_PROBLEMS + msgid "this may cause problems!" +-msgstr "cela peut occasionner des problèmes!" ++msgstr "cela peut occasionner des problèmes." + + #. WARN_UNSAVED_IMAGES + #, c-format + msgid "There are %d unsaved images" +-msgstr "Il y a %d images non sauvées" ++msgstr "Il y a %d images non enregistrées" + + #. WARN_FILE_EXISTS + #, c-format +@@ -2920,37 +2826,31 @@ + #. ERR_UNSUPPORTED_OUTPUT_FORMAT + #, c-format + msgid "Unsupported %d-bit output format: %s" +-msgstr "Format de sortie %d-bit non supporté: %s" ++msgstr "Format de sortie %d-bit non géré : %s" + + #. ERR_CMS_CONVERSION +-#, fuzzy + msgid "Error during CMS conversion:" +-msgstr "Erreur pendant la sauvegarde" ++msgstr "Erreur pendant la conversion CMS :" + + #. ERR_CMS_OPEN_ICM_FILE +-#, fuzzy + msgid "Could not open" +-msgstr "Echec de l'ouverture" ++msgstr "Échec de l'ouverture" + + #. CMS_SCANNER_ICM +-#, fuzzy + msgid "scanner ICM profile" +-msgstr "Enlever une imprimante" ++msgstr "Profil ICM du scanner" + + #. CMS_DISPLAY_ICM +-#, fuzzy + msgid "display ICM profile" +-msgstr "Parcourir pour un nom d'image" ++msgstr "profil ICM d'affichage" + + #. CMS_PROOF_ICM +-#, fuzzy + msgid "proofing ICM profile" +-msgstr "Enlever une imprimante" ++msgstr "profil ICM d'épreuve sur écran" + + #. ERR_CMS_CREATE_TRANSFORM +-#, fuzzy + msgid "Could not create transform" +-msgstr "Ne peut créer de fichier temporaire" ++msgstr "Impossible de créer la transformation" + + #. WARN_VIEWER_IMAGE_NOT_SAVED + msgid "viewer image is not saved" +@@ -2958,42 +2858,37 @@ + + #. FILE_FILTER_ALL_FILES + msgid "All files" +-msgstr "" ++msgstr "Tous les fichiers" + + #. FILE_FILTER_IMAGES +-#, fuzzy + msgid "Images" +-msgstr "Image" ++msgstr "Images" + + #. FILE_FILTER_XBL +-#, fuzzy + msgid "XSane batch list" +-msgstr "Sauve la liste" ++msgstr "liste de traitement par lots XSane" + + #. FILE_FILTER_ICM + msgid "ICC/ICM Profiles" +-msgstr "" ++msgstr "Profils ICC/ICM" + + #. FILE_FILTER_DRC +-#, fuzzy + msgid "XSane device preferences" +-msgstr "Sauver les paramètres du périphérique en quittant" ++msgstr "Préférences du périphérique XSane" + + #. FILE_FILTER_RC +-#, fuzzy + msgid "XSane preferences" +-msgstr "Préférences" ++msgstr "Préférences de XSane" + + #. TEXT_USAGE + msgid "Usage:" +-msgstr "Usage:" ++msgstr "Syntaxe :" + + #. TEXT_USAGE_OPTIONS + msgid "[OPTION]... [DEVICE]" +-msgstr "[OPTION]... [PERIPHERIQUE]" ++msgstr "[OPTION]... [PÉRIPHÉRIQUE]" + + #. TEXT_HELP +-#, fuzzy + msgid "" + "Start up graphical user interface to access SANE (Scanner Access Now Easy) " + "devices.\n" +@@ -3029,42 +2924,41 @@ + " --sync request a synchronous connection with the X11 " + "server" + msgstr "" +-"Démarre l'interface graphique pour accéder aux périphériques de SANE " +-"(Scanner Access Now Easy).\n" +-"\n" +-"Le format de [PERIPHERIQUE] est : nom_du_backend:fichier_périphérique\n" +-"(ex : umax:/dev/scanner).\n" +-"[OPTION]... peut être une des combinaisons suivantes :\n" ++"Lancer l'interface graphique pour accéder aux périphériques de SANE (Scanner " ++"Access Now Easy).\n" + "\n" +-"-h, --help affiche ce message d'aide et quitte\n" +-"-v, --version donne des informations sur la version\n" +-"-l, --license affiche des informations sur la licence\n" ++"Le format de [PÉRIPHÉRIQUE] est : nom_du_backend:fichier_périphérique\n" ++"(ex : umax:/dev/scanner).\n" ++"[OPTION]... peut être l'une des combinaisons suivantes :\n" + "\n" +-"-d, --device-settings file charge la configuration d'un périphérique à\n" +-" partir d'un fichier (sans \".drc\")\n" ++"-h, --help afficher ce message d'aide et quitte\n" ++"-v, --version afficher des informations sur la version\n" ++"-l, --license afficher des informations sur la licence\n" + "\n" +-"-V, --viewer démarre en mode visionneuse (défaut)\n" +-"-s, --save démarre en mode sauvegarde\n" +-"-c, --copy démarre en mode copie\n" +-"-f, --fax démarre en mode fax\n" +-"-m, --mail start with mail-mode active\n" +-"-n, --no-mode-selection désactive le menu de sélection de mode\n" ++"-d, --device-settings file charger la configuration d'un périphérique à\n" ++" partir d'un fichier (sans « .drc »)\n" + "\n" +-"-M, --Medium-calibration active le mode de calibration de media\n" ++"-V, --viewer démarrer en mode visionneuse (défaut)\n" ++"-s, --save démarrer en mode sauvegarde\n" ++"-c, --copy démarrer en mode copie\n" ++"-m, --multipage démarrer en mode multipage\n" ++"-f, --fax démarrer en mode fax\n" ++"-e, --email démarrer en mode courrier électronique\n" ++"-n, --no-mode-selection désactiver le menu de sélection de mode\n" + "\n" +-"-F, --Fixed fixe la taille de la fenêtre principale (sans\n" ++"-F, --Fixed fixer la taille de la fenêtre principale (sans\n" + " tenir compte des préférences)\n" + "-R, --Resizeable taille de la fenêtre principale variable (sans\n" + " tenir compte des préférences)\n" +-"-p, --print-filenames affiche le nom des images créées par XSane\n" +-"-N, --force-filename name force le nom de fichier et désactive la " +-"sélection\n" +-" utilisateur\n" +-"--display affichage-X11 redirige l'affichage vers un autre affichage " ++"-p, --print-filenames afficher le nom des images créées par XSane\n" ++"-N, --force-filename name forcer le nom de fichier et désactive la\n" ++" sélection utilisateur\n" ++"\n" ++"--display affichage-X11 rediriger l'affichage vers un autre affichage " + "X11\n" +-"--no-xshm n'utilise pas la mémoire partagée\n" +-"--sync demande une connexion synchrone avec le serveur " +-"X" ++"--no-xshm ne pas utiliser la mémoire partagée\n" ++"--sync demander une connexion synchrone avec le " ++"serveur X" + + #. strings for gimp plugin + #. XSANE_GIMP_INSTALL_BLURB +@@ -3077,27 +2971,26 @@ + "devices through the SANE (Scanner Access Now Easy) interface." + msgstr "" + "Cette fonction permet l'accès aux scanners et autres périphériques " +-"d'acquisition d'images à travers SANE (Scanner Access Now Easy)" ++"d'acquisition d'images à travers SANE (Scanner Access Now Easy)." + + #. Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" + #. XSANE_GIMP_MENU_DIALOG + msgid "/File/Acquire/XSane: Device dialog..." +-msgstr "" ++msgstr "/File/Acquire/XSane : dialogue de périphérique..." + + #. XSANE_GIMP_MENU + msgid "/File/Acquire/XSane: " +-msgstr "" ++msgstr "/File/Acquire/XSane : " + + #. XSANE_GIMP_MENU_DIALOG_OLD + msgid "/Xtns/XSane/Device dialog..." +-msgstr "" ++msgstr "/Xtns/XSane/Dialogue de périphérique..." + + #. XSANE_GIMP_MENU_OLD + msgid "/Xtns/XSane/" + msgstr "" + + #. HELP_NO_DEVICES +-#, fuzzy + msgid "" + "Possible reasons:\n" + "1) There really is no device that is supported by SANE\n" +@@ -3108,13 +3001,13 @@ + "5) The backend is not configured correctly (man sane-\"backendname\")\n" + "6) Possibly there is more than one SANE version installed" + msgstr "" +-"Raisons possibles:\n" +-"1) Il n'y a aucun périphérique supporté par SANE\n" +-"2) Les périphériques supportés sont occupés\n" ++"Raisons possibles :\n" ++"1) Il n'y a aucun périphérique géré par SANE\n" ++"2) Les périphériques gérés sont occupés\n" + "3) Les permissions du fichier périphérique à utiliser sont mal définies - " + "essayez en tant que root\n" + "4) Le backend n'est pas chargé par SANE (man sane-dll)\n" +-"5) Le backend n'est pas configuré correctement (man sane-\"nom-du-backend\"\n" ++"5) Le backend n'est pas configuré correctement (man sane-« nom-du-backend »\n" + "6) Il y a peut-être plusieurs versions de SANE installées" + + #. strings that are used in structures, so it is not allowed to use _()/gettext() here +@@ -3125,51 +3018,51 @@ + + #. MENU_ITEM_SURFACE_DIN_A3P + msgid "DIN A3 port." +-msgstr "DIN A3 portrait" ++msgstr "A3 portrait" + + #. MENU_ITEM_SURFACE_DIN_A3L + msgid "DIN A3 land." +-msgstr "DIN A3 paysage" ++msgstr "A3 paysage" + + #. MENU_ITEM_SURFACE_DIN_A4P + msgid "DIN A4 port." +-msgstr "DIN A4 portrait" ++msgstr "A4 portrait" + + #. MENU_ITEM_SURFACE_DIN_A4L + msgid "DIN A4 land." +-msgstr "DIN A4 paysage" ++msgstr "A4 paysage" + + #. MENU_ITEM_SURFACE_DIN_A5P + msgid "DIN A5 port." +-msgstr "DIN A5 portrait" ++msgstr "A5 portrait" + + #. MENU_ITEM_SURFACE_DIN_A5L + msgid "DIN A5 land." +-msgstr "DIN A5 paysage" ++msgstr "A5 paysage" + + #. MENU_ITEM_SURFACE_13cmx18cm + msgid "13cm x 18cm" +-msgstr "" ++msgstr "13cm x 18cm" + + #. MENU_ITEM_SURFACE_18cmx13cm + msgid "18cm x 13cm" +-msgstr "" ++msgstr "18cm x 13cm" + + #. MENU_ITEM_SURFACE_10cmx15cm + msgid "10cm x 15cm" +-msgstr "" ++msgstr "10cm x 15cm" + + #. MENU_ITEM_SURFACE_15cmx10cm + msgid "15cm x 10cm" +-msgstr "" ++msgstr "15cm x 10cm" + + #. MENU_ITEM_SURFACE_9cmx13cm + msgid "9cm x 13cm" +-msgstr "" ++msgstr "9cm x 13cm" + + #. MENU_ITEM_SURFACE_13cmx9cm + msgid "13cm x 9cm" +-msgstr "" ++msgstr "13cm x 9cm" + + #. MENU_ITEM_SURFACE_legal_P + msgid "legal port." +@@ -3193,7 +3086,7 @@ + + #. MENU_ITEM_MEDIUM_SLIDE + msgid "Slide" +-msgstr "Dia" ++msgstr "Diapositive" + + #. MENU_ITEM_MEDIUM_STANDARD_NEG + msgid "Standard negative" +@@ -3232,93 +3125,80 @@ + msgstr "Négatif Rossman HR 100" + + #. TEXT_PROJECT_STATUS_NOT_CREATED +-#, fuzzy + msgid "Project not created" +-msgstr "Projet de fax non créé" ++msgstr "Projet non créé" + + #. TEXT_PROJECT_STATUS_CREATED +-#, fuzzy + msgid "Project created" +-msgstr "Projet de fax créé" ++msgstr "Projet créé" + + #. TEXT_PROJECT_STATUS_CHANGED +-#, fuzzy + msgid "Project changed" +-msgstr "Projet de fax modifié" ++msgstr "Projet modifié" + + #. TEXT_PROJECT_STATUS_ERR_READ_PROJECT +-#, fuzzy + msgid "Error reading project" +-msgstr "Erreur de lecture du projet d'e-mail" ++msgstr "Erreur de lecture du projet" + + #. TEXT_PROJECT_STATUS_FILE_SAVING_ERROR +-#, fuzzy + msgid "Error saving file" +-msgstr "Sauvegarde de l'image..." ++msgstr "Erreur lors de l'enregistrement de l'image..." + + #. TEXT_PROJECT_STATUS_FILE_SAVING +-#, fuzzy + msgid "Saving file" +-msgstr "Sauvegarde de l'image..." ++msgstr "Enregistrement de l'image..." + + #. TEXT_PROJECT_STATUS_FILE_SAVING_ABORTED +-#, fuzzy + msgid "Aborted saving file" +-msgstr "Sauvegarde de l'image..." ++msgstr "Abandon de l'enregistrement de l'image..." + + #. TEXT_PROJECT_STATUS_FILE_SAVED +-#, fuzzy + msgid "File has been saved" +-msgstr "Message envoyé" ++msgstr "Fichier enregistré" + + #. TEXT_EMAIL_STATUS_POP3_CONNECTION_FAILED + msgid "POP3 connection failed" +-msgstr "Echec de la connexion POP3" ++msgstr "Échec de la connexion POP3" + + #. TEXT_EMAIL_STATUS_POP3_LOGIN_FAILED + msgid "POP3 login failed" +-msgstr "Echec du login POP3" ++msgstr "Échec du login POP3" + + #. TEXT_EMAIL_STATUS_ASMTP_AUTH_FAILED +-#, fuzzy + msgid "ASMTP authentication failed" +-msgstr "Echec de la connexion SMTP" ++msgstr "Échec de l'authentification ASMTP" + + #. TEXT_EMAIL_STATUS_SMTP_CONNECTION_FAILED + msgid "SMTP connection failed" +-msgstr "Echec de la connexion SMTP" ++msgstr "Échec de la connexion SMTP" + + #. TEXT_EMAIL_STATUS_SMTP_ERR_FROM + msgid "From entry not accepted" +-msgstr "Champ from refusé" ++msgstr "Champ « From » refusé" + + #. TEXT_EMAIL_STATUS_SMTP_ERR_RCPT + msgid "Receiver entry not accepted" + msgstr "Champ destinataire refusé" + + #. TEXT_EMAIL_STATUS_SMTP_ERR_DATA +-#, fuzzy + msgid "E-mail data not accepted" +-msgstr "Données d'e-mail refusées" ++msgstr "Données de courrier électronique refusées" + + #. TEXT_EMAIL_STATUS_SENDING +-#, fuzzy + msgid "Sending e-mail" + msgstr "Envoi du message" + + #. TEXT_EMAIL_STATUS_SENT +-#, fuzzy + msgid "E-mail has been sent" + msgstr "Message envoyé" + + #. TEXT_FAX_STATUS_QUEUEING_FAX +-#, fuzzy + msgid "Queueing fax" +-msgstr "Mise en queue du fax" ++msgstr "Mise en file d'attente du fax" + + #. TEXT_FAX_STATUS_FAX_QUEUED + msgid "Fax is queued" +-msgstr "Fax en queue" ++msgstr "Fax en file d'attente" + + #. Sane backend messages + msgid "flatbed scanner" +@@ -3331,10 +3211,10 @@ + msgstr "scanner à main" + + msgid "still camera" +-msgstr "appareil numérique" ++msgstr "appareil photo numérique" + + msgid "video camera" +-msgstr "caméra numérique" ++msgstr "caméscope numérique" + + msgid "virtual device" + msgstr "périphérique virtuel" +@@ -3343,7 +3223,7 @@ + msgstr "Succès" + + msgid "Operation not supported" +-msgstr "Opération non supportée" ++msgstr "Opération non gérée" + + msgid "Operation was cancelled" + msgstr "Opération annulée" +@@ -3352,7 +3232,7 @@ + msgstr "Périphérique occupé" + + msgid "Invalid argument" +-msgstr "Argument invalide" ++msgstr "Paramètre non valable" + + msgid "End of file reached" + msgstr "Fin de fichier atteinte" +@@ -3367,174 +3247,10 @@ + msgstr "Le capot du scanner est ouvert" + + msgid "Error during device I/O" +-msgstr "Erreur d'I/O sur le périphérique" ++msgstr "Erreur d'entrée/sortie sur le périphérique" + + msgid "Out of memory" + msgstr "Dépassement de mémoire" + + msgid "Access to resource has been denied" + msgstr "Accès à la ressource refusé" +- +-#~ msgid "XSane options" +-#~ msgstr "Options de XSane" +- +-#~ msgid "Failed to execute ocr command:" +-#~ msgstr "Erreur d'exécution de la commande OCR:" +- +-#~ msgid "Color resolution (dpi):" +-#~ msgstr "Résolution en mode couleur (dpi):" +- +-#~ msgid "Printer gamma value:" +-#~ msgstr "Gamma de l'imprimante:" +- +-#~ msgid "Printer gamma green:" +-#~ msgstr "Gamma vert de l'imprimante:" +- +-#~ msgid "Printer gamma blue:" +-#~ msgstr "Gamma bleu de l'imprimante:" +- +-#, fuzzy +-#~ msgid "select scanner transmissive ICM-profile" +-#~ msgstr "Enlever une imprimante" +- +-#, fuzzy +-#~ msgid "select scanner transmissive gray ICM-profile" +-#~ msgstr "Enlever une imprimante" +- +-#, fuzzy +-#~ msgid "Scanner reflective ICM-profile" +-#~ msgstr "Enlever une imprimante" +- +-#, fuzzy +-#~ msgid "Scanner reflective gray ICM-profile" +-#~ msgstr "Enlever une imprimante" +- +-#, fuzzy +-#~ msgid "Scanner transmissive gray ICM-profile" +-#~ msgstr "Enlever une imprimante" +- +-#, fuzzy +-#~ msgid "Scanner reflektive ICM-profile" +-#~ msgstr "Enlever une imprimante" +- +-#, fuzzy +-#~ msgid "Browse for scanner transmissive ICM-profile" +-#~ msgstr "Parcourir pour un nom d'image" +- +-#, fuzzy +-#~ msgid "Browse for scanner transmissive gray ICM-profile" +-#~ msgstr "Parcourir pour un nom d'image" +- +-#~ msgid "GIMP can't handle depth %d bits/color" +-#~ msgstr "GIMP ne supporte pas la profondeur %d bits/color" +- +-#, fuzzy +-#~ msgid "scanner reflective ICM profile" +-#~ msgstr "Enlever une imprimante" +- +-#, fuzzy +-#~ msgid "Embed scanner/source ICM profile for GIMP" +-#~ msgstr "Enlever une imprimante" +- +-#~ msgid "Enter name of fax project" +-#~ msgstr "Entrez le nom du projet fax" +- +-#, fuzzy +-#~ msgid "Enter name of e-mail project" +-#~ msgstr "Entrez le nom du projet e-mail" +- +-#, fuzzy +-#~ msgid "Enter name of multipage project" +-#~ msgstr "Entrez le nom du projet e-mail" +- +-#~ msgid "" +-#~ "Gimp does not support depth 16 bits/color.\n" +-#~ "Do you want to reduce the depth to 8 bits/color?" +-#~ msgstr "" +-#~ "Gimp ne supporte pas la définition 16 bits/couleur.\n" +-#~ "Voulez-vous réduire la définition à 8 bits/couleur ?" +- +-#~ msgid "Could not create temporary preview files" +-#~ msgstr "Ne peut pas créer de fichiers temporaires de prévisualisation" +- +-#~ msgid "Could not create filenames for preview files" +-#~ msgstr "" +-#~ "Ne peut pas créer de noms de fichiers pour les fichiers de " +-#~ "prévisualisation" +- +-#, fuzzy +-#~ msgid "POP3 authentication" +-#~ msgstr "Authentification POP3" +- +-#~ msgid "XSane mode" +-#~ msgstr "Mode XSane" +- +-#~ msgid "POP3 user:" +-#~ msgstr "Utilisateur POP3:" +- +-#~ msgid "POP3 password:" +-#~ msgstr "Mot de passe POP3:" +- +-#~ msgid "Automatic Document Feeder Modus:" +-#~ msgstr "Chargeur automatique de documents:" +- +-#~ msgid "" +-#~ "Select scansource for Automatic Document feeder. If this scansource is " +-#~ "selected XSane scans until \"out of paper\" or error." +-#~ msgstr "" +-#~ "Sélectionnez la source de numérisation pour le chargeur automatique de " +-#~ "documents. Dans ce mode, XSane numérisera jusqu'à l'obtention d'un signal " +-#~ "\"plus de papier\" ou d'une erreur." +- +-#, fuzzy +-#~ msgid "E-mail project not created" +-#~ msgstr "Projet d'e-mail non créé " +- +-#, fuzzy +-#~ msgid "E-mail project created" +-#~ msgstr "Projet d'e-mail créé" +- +-#, fuzzy +-#~ msgid "E-mail project changed" +-#~ msgstr "Projet d'e-mail modifié" +- +-#, fuzzy +-#~ msgid "Multipage project not created" +-#~ msgstr "Projet d'e-mail non créé " +- +-#, fuzzy +-#~ msgid "Multipage project created" +-#~ msgstr "Projet d'e-mail créé" +- +-#, fuzzy +-#~ msgid "Multipage project changed" +-#~ msgstr "Projet d'e-mail modifié" +- +-#, fuzzy +-#~ msgid "Error reading multipage project" +-#~ msgstr "Erreur de lecture du projet d'e-mail" +- +-#, fuzzy +-#~ msgid "Saving multipage file" +-#~ msgstr "Sauvegarde de l'image..." +- +-#, fuzzy +-#~ msgid "Multipage saving aborted" +-#~ msgstr "Projet d'e-mail créé" +- +-#~ msgid "Viewer (png):" +-#~ msgstr "Visionneuse (png):" +- +-#, fuzzy +-#~ msgid "Enter command to be executed to view an e-mail image" +-#~ msgstr "Entrez la commande à être exécutée pour voir une image e-mail" +- +-#, fuzzy +-#~ msgid "Failed to execute e-mail image viewer:" +-#~ msgstr "Erreur d'exécution de la visionneuse d'image:" +- +-#~ msgid "Step" +-#~ msgstr "Pas" +- +-#~ msgid "Mail" +-#~ msgstr "Message" diff -Nru xsane-0.996/debian/patches/pot_desktop_msgid.patch xsane-0.997/debian/patches/pot_desktop_msgid.patch --- xsane-0.996/debian/patches/pot_desktop_msgid.patch 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/pot_desktop_msgid.patch 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,18 @@ +## 13_pot_desktop_msgid.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +diff -urNad xsane-0.97~/po/xsane.pot xsane-0.97/po/xsane.pot +--- xsane-0.97~/po/xsane.pot 2004-08-21 14:31:12.000000000 +0100 ++++ xsane-0.97/po/xsane.pot 2006-03-09 14:44:07.000000000 +0000 +@@ -2672,3 +2672,9 @@ + + msgid "Access to resource has been denied" + msgstr "" ++ ++msgid "XSane Image Scanner" ++msgstr "" ++ ++msgid "Scan, copy and fax images" ++msgstr "" diff -Nru xsane-0.996/debian/patches/series xsane-0.997/debian/patches/series --- xsane-0.996/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/patches/series 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,14 @@ +deb_printing_defaults.patch +deb_docviewer.patch +deb_gimp_acquire_menu.patch +deb_inhibit_clickthrough.patch +fix_options_handling_fix.patch +fix_pdf_xref.patch +fix_pdf_floats.patch +fix_broken_links.patch +fix_message_typo.patch +i18n_po_update_es_add_gl.patch +i18n_po_update_fr.patch +fix_preview_mouse_events.patch +fix_spin_button_pagesize.patch +pot_desktop_msgid.patch diff -Nru xsane-0.996/debian/rules xsane-0.997/debian/rules --- xsane-0.996/debian/rules 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/rules 2010-07-16 06:24:26.000000000 +0100 @@ -5,14 +5,11 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# Include dpatch rules -include /usr/share/dpatch/dpatch.make - # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CFLAGS += -g @@ -21,6 +18,9 @@ INSTALL_PROGRAM += -s endif +ifneq (,$(findstring arm,$(DEB_BUILD_ARCH))) + CFLAGS += -O0 +endif autotools: autotools-stamp autotools-stamp: @@ -38,7 +38,7 @@ --enable-gimp build: build-stamp -build-stamp: patch-stamp config.status +build-stamp: config.status dh_testdir # Add here commands to compile the package. @@ -47,8 +47,7 @@ touch build-stamp -clean: real-clean unpatch -real-clean: +clean: dh_testdir dh_testroot rm -f autotools-stamp build-stamp @@ -57,6 +56,7 @@ [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub config.guess + rm -f xsane.spec include/config.h rm -f po/*.gmo dh_clean @@ -96,17 +96,17 @@ ./configure --prefix=/usr --mandir=\$${prefix}/share/man - $(MAKE) -C doc install prefix=$(CURDIR)/debian/xsane-doc/usr \ + $(MAKE) -C doc install prefix=$(CURDIR)/debian/xsane-common/usr \ xsanedocdir=\$${datadir}/doc/xsane-common/html rm -rf debian/xsane-common/usr/share/pixmaps # remove outdated/useless documentation - rm -f debian/xsane-doc/usr/share/doc/xsane-common/html/sane-backends-doc.html - rm -f debian/xsane-doc/usr/share/doc/xsane-common/html/sane-pnm-doc.html + rm -f debian/xsane-common/usr/share/doc/xsane-common/html/sane-backends-doc.html + rm -f debian/xsane-common/usr/share/doc/xsane-common/html/sane-pnm-doc.html # manpages go in the binary packages - rm -rf debian/xsane-doc/usr/share/man + rm -rf debian/xsane-common/usr/share/man $(MAKE) -C po install prefix=$(CURDIR)/debian/xsane-common/usr @@ -126,7 +126,6 @@ dh_testdir -i dh_testroot -i dh_installdocs -i - ln -sf ../xsane-common/html debian/xsane-doc/usr/share/doc/xsane-doc/html # dh_installexamples -i dh_installman -i # dh_installinfo -i @@ -160,4 +159,4 @@ dh_builddeb -a binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install patch unpatch real-clean +.PHONY: build clean binary-indep binary-arch binary install diff -Nru xsane-0.996/debian/xsane-common.doc-base xsane-0.997/debian/xsane-common.doc-base --- xsane-0.996/debian/xsane-common.doc-base 1970-01-01 01:00:00.000000000 +0100 +++ xsane-0.997/debian/xsane-common.doc-base 2010-07-16 06:24:26.000000000 +0100 @@ -0,0 +1,15 @@ +Document: xsane +Title: Xsane +Author: Oliver Rauch +Abstract: This manual describes how to use xsane as a frontend to + hardware scanners. Xsane is a gtk-based X11 frontend for SANE + (Scanner Access Now Easy). SANE stands for "Scanner Access Now Easy" + and is an application programming interface (API) that provides + standardized access to any raster image scanner hardware (flatbed + scanner, hand-held scanner, video- and still-cameras, frame-grabbers, + etc.). +Section: Graphics + +Format: html +Index: /usr/share/doc/xsane-common/html/sane-xsane-doc.html +Files: /usr/share/doc/xsane-common/html/*.html diff -Nru xsane-0.996/debian/xsane.desktop xsane-0.997/debian/xsane.desktop --- xsane-0.996/debian/xsane.desktop 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/xsane.desktop 2010-07-16 06:24:26.000000000 +0100 @@ -1,5 +1,5 @@ [Desktop Entry] -Name=XSane Image Scanner +Name=XSane Image scanning program Name[ru]=Программа для сканирования изображений Name[ca]=Programa d'escaneig d'imatges XSane Name[da]=XSane - Billedskanning @@ -13,7 +13,7 @@ Name[it]=Xsane Programma di acquisizione di immagini Name[nl]=XSane scannerprogramma Name[hu]=XSane lapolvasó program -Comment=Scan, copy and fax images +Comment=A program to work with scanner. Can be used as a scanning, copier, OCR, fax tools. Comment[ru]=Программа для работы со сканером. Может быть использована в качестве копировального аппарата, факса, и др. Comment[ca]=Un programa per a treballar amb escànners. Es pot utilitzar com una eina d'escanejat, copiat, OCR i fax. Comment[de]=Ein Programm, um mit einem Scanner zu arbeiten. Kann zum scannen, kopieren, faxen, oder zur Texterkennung verwendet werden. diff -Nru xsane-0.996/debian/xsane-doc.doc-base xsane-0.997/debian/xsane-doc.doc-base --- xsane-0.996/debian/xsane-doc.doc-base 2010-07-16 06:24:25.000000000 +0100 +++ xsane-0.997/debian/xsane-doc.doc-base 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ -Document: xsane -Title: Xsane -Author: Oliver Rauch -Abstract: This manual describes how to use xsane as a frontend to - hardware scanners. Xsane is a gtk-based X11 frontend for SANE - (Scanner Access Now Easy). SANE stands for "Scanner Access Now Easy" - and is an application programming interface (API) that provides - standardized access to any raster image scanner hardware (flatbed - scanner, hand-held scanner, video- and still-cameras, frame-grabbers, - etc.). -Section: Graphics - -Format: html -Index: /usr/share/doc/xsane-common/html/sane-xsane-doc.html -Files: /usr/share/doc/xsane-common/html/*.html diff -Nru xsane-0.996/src/xsane-back-gtk.c xsane-0.997/src/xsane-back-gtk.c --- xsane-0.996/src/xsane-back-gtk.c 2007-08-13 08:49:34.000000000 +0100 +++ xsane-0.997/src/xsane-back-gtk.c 2002-10-02 12:05:52.000000000 +0100 @@ -709,6 +709,7 @@ gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 10); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); } /* the message */ @@ -2002,7 +2003,8 @@ label = gtk_label_new((char *) name); gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 2); - elem->data = gtk_adjustment_new(val, min, max, quant, quant*10, (max-min) * 1e-30); + elem->data = gtk_adjustment_new(val, min, max, quant, quant*10, 0); + //elem->data = gtk_adjustment_new(val, min, max, quant, quant*10, (max-min) * 1e-30); /* 1e-30 => hscrollbar has an unwanted side effect: the maximum is not the maximum */ /* of the given range, it is reduced by the page_size, so it has to be very small */ @@ -2121,7 +2123,8 @@ label = gtk_label_new((char *) name); gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 2); - elem->data = gtk_adjustment_new(val, -1e29, 1e29, 1, 10, 1e-30); + elem->data = gtk_adjustment_new(val, -1e29, 1e29, 1, 10, 0); + //elem->data = gtk_adjustment_new(val, -1e29, 1e29, 1, 10, 1e-30); /* spinbutton */ #ifndef HAVE_GTK2 @@ -2612,7 +2615,7 @@ continue; } - if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE)) + // if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE)) { gtk_widget_set_sensitive(xsane.element[i].widget, sensitive); } diff -Nru xsane-0.996/src/xsane.c xsane-0.997/src/xsane.c --- xsane-0.996/src/xsane.c 2008-03-29 08:56:30.000000000 +0000 +++ xsane-0.997/src/xsane.c 2002-10-02 12:02:50.000000000 +0100 @@ -1214,6 +1214,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); gtk_widget_show(pixmapwidget); /* adf pages maximum */ @@ -1283,6 +1284,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_end(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); gtk_widget_show(pixmapwidget); xsane.xsanemode_widget = xsane_modus_option_menu; @@ -1310,6 +1312,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); gtk_widget_show(pixmapwidget); @@ -1388,6 +1391,7 @@ gtk_container_add(GTK_CONTAINER(paper_orientation_item), pixmapwidget); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); gtk_container_add(GTK_CONTAINER(paper_orientation_menu), paper_orientation_item); @@ -1456,6 +1460,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); gtk_widget_show(pixmapwidget); xsane.cms_function_option_menu = xsane_back_gtk_cms_function_menu_new(preferences.cms_function, (GtkSignalFunc) xsane_cms_function_menu_callback); @@ -1477,6 +1482,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); gtk_widget_show(pixmapwidget); switch (opt->constraint_type) @@ -1516,6 +1522,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); gtk_widget_show(pixmapwidget); switch (opt->constraint_type) @@ -1561,6 +1568,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); gtk_widget_show(pixmapwidget); xsane_medium_menu = gtk_menu_new(); @@ -3514,6 +3522,7 @@ gtk_box_pack_start(GTK_BOX(vbox), pixmapwidget, FALSE, FALSE, 2); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); xsane_separator_new(vbox, 5); @@ -3618,6 +3627,7 @@ gtk_box_pack_start(GTK_BOX(vbox), pixmapwidget, FALSE, FALSE, 2); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); xsane_separator_new(vbox, 5); @@ -4754,6 +4764,14 @@ break; } + if (!opt->size) + { + DBG(DBG_error, "xsane_panel_build: Option %d, type SANE_TYPE_STRING\n", i); + DBG(DBG_error, "=> %s\n", ERR_OPTION_ZERO_SIZE); + DBG(DBG_error, "=> %s\n", ERR_BACKEND_BUG); + break; + } + buf = malloc(opt->size); status = xsane_control_option(xsane.dev, i, SANE_ACTION_GET_VALUE, buf, 0); if (status != SANE_STATUS_GOOD) @@ -5459,6 +5477,7 @@ gtk_box_pack_start(GTK_BOX(vbox), pixmapwidget, FALSE, FALSE, 0); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); xsane_set_window_icon(xsane.choose_device_dialog, (gchar **) 0); @@ -5874,6 +5893,7 @@ gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 10); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); /* add text */ snprintf(buf, sizeof(buf), " %s ", TEXT_SCANNING_DEVICES); diff -Nru xsane-0.996/src/xsane-device-preferences.c xsane-0.997/src/xsane-device-preferences.c --- xsane-0.996/src/xsane-device-preferences.c 2007-03-03 23:34:40.000000000 +0000 +++ xsane-0.997/src/xsane-device-preferences.c 2002-10-28 07:48:51.000000000 +0000 @@ -603,6 +603,7 @@ #endif xsane_update_param(0); + xsane_set_all_resolutions(); /* XXX test XXX */ xsane_refresh_dialog(); xsane_enhancement_by_gamma(); } diff -Nru xsane-0.996/src/xsane-email-project.c xsane-0.997/src/xsane-email-project.c --- xsane-0.996/src/xsane-email-project.c 2007-05-17 13:57:41.000000000 +0100 +++ xsane-0.997/src/xsane-email-project.c 2002-10-02 12:04:12.000000000 +0100 @@ -183,6 +183,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); text = gtk_entry_new(); gtk_entry_set_max_length(GTK_ENTRY(text), 128); @@ -208,6 +209,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); text = gtk_entry_new(); xsane_back_gtk_set_tooltip(xsane.tooltips, text, DESC_EMAIL_SUBJECT); diff -Nru xsane-0.996/src/xsane-fax-project.c xsane-0.997/src/xsane-fax-project.c --- xsane-0.996/src/xsane-fax-project.c 2007-05-17 13:56:13.000000000 +0100 +++ xsane-0.997/src/xsane-fax-project.c 2002-10-02 12:04:18.000000000 +0100 @@ -153,6 +153,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); text = gtk_entry_new(); xsane_back_gtk_set_tooltip(xsane.tooltips, text, DESC_FAXRECEIVER); diff -Nru xsane-0.996/src/xsane-front-gtk.c xsane-0.997/src/xsane-front-gtk.c --- xsane-0.996/src/xsane-front-gtk.c 2007-05-17 14:35:06.000000000 +0100 +++ xsane-0.997/src/xsane-front-gtk.c 2002-10-02 12:04:33.000000000 +0100 @@ -853,23 +853,24 @@ GtkWidget *pixmapwidget = NULL; GdkBitmap *mask = NULL; GdkPixmap *pixmap = NULL; + GdkColor *bg_trans = NULL; if (xsane.devlist[xsane.selected_dev]->vendor) { xsane_back_gtk_make_path(sizeof(filename), filename, "xsane", NULL, NULL, xsane.devlist[xsane.selected_dev]->vendor, "-logo.xpm", XSANE_PATH_SYSTEM); - pixmap = gdk_pixmap_create_from_xpm(window, &mask, xsane.bg_trans, filename); + pixmap = gdk_pixmap_create_from_xpm(window, &mask, bg_trans, filename); } if (!pixmap) /* vendor logo not available, use backend logo */ { xsane_back_gtk_make_path(sizeof(filename), filename, "xsane", NULL, NULL, xsane.backend, "-logo.xpm", XSANE_PATH_SYSTEM); - pixmap = gdk_pixmap_create_from_xpm(window, &mask, xsane.bg_trans, filename); + pixmap = gdk_pixmap_create_from_xpm(window, &mask, bg_trans, filename); } if (!pixmap) /* backend logo not available, use xsane logo */ { xsane_back_gtk_make_path(sizeof(filename), filename, "xsane", NULL, NULL, "sane-xsane", "-logo.xpm", XSANE_PATH_SYSTEM); - pixmap = gdk_pixmap_create_from_xpm(window, &mask, xsane.bg_trans, filename); + pixmap = gdk_pixmap_create_from_xpm(window, &mask, bg_trans, filename); } if (pixmap) /* ok, we have a pixmap, so lets show it */ @@ -886,6 +887,7 @@ pixmapwidget = gtk_image_new_from_pixmap(pixmap, mask); /* now add the pixmap */ gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE /* expand */, FALSE /* fill */, 2); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); gtk_widget_show(pixmapwidget); } @@ -912,6 +914,7 @@ gtk_container_add(GTK_CONTAINER(button), pixmapwidget); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), *state); g_signal_connect(GTK_OBJECT(button), "toggled", (GtkSignalFunc) xsane_toggle_button_callback, (GtkObject *) state); @@ -941,6 +944,7 @@ gtk_container_add(GTK_CONTAINER(button), pixmapwidget); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); if (xsane_button_callback) { @@ -1131,7 +1135,8 @@ label = gtk_label_new(labeltext); gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 1); - *data = (GtkWidget *) gtk_adjustment_new(*val, min, max, quant, page_step, (max-min) * 1e-30); + *data = (GtkWidget *) gtk_adjustment_new(*val, min, max, quant, page_step, 0); + // *data = (GtkWidget *) gtk_adjustment_new(*val, min, max, quant, page_step, (max-min) * 1e-30); /* 1e-30 => hscrollbar has an unwanted side effect: the maximum is not the maximum */ /* of the given range, it is reduced by the page_size, so it has to be very small */ @@ -1223,8 +1228,10 @@ gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); - *data = (GtkWidget *) gtk_adjustment_new(*val, min, max, quant, page_step, (max-min) * 1e-30); + *data = (GtkWidget *) gtk_adjustment_new(*val, min, max, quant, page_step, 0); + //*data = (GtkWidget *) gtk_adjustment_new(*val, min, max, quant, page_step, (max-min) * 1e-30); /* 1e-30 => hscrollbar has an unwanted side effect: the maximum is not the maximum */ /* of the given range, it is reduced by the page_size, so it has to be very small */ @@ -1506,6 +1513,7 @@ gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 2); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); xsane_filename_counter_step_option_menu = gtk_option_menu_new(); xsane_back_gtk_set_tooltip(xsane.tooltips, xsane_filename_counter_step_option_menu, DESC_FILENAME_COUNTER_STEP); diff -Nru xsane-0.996/src/xsane.h xsane-0.997/src/xsane.h --- xsane-0.996/src/xsane.h 2007-11-30 18:07:34.000000000 +0000 +++ xsane-0.997/src/xsane.h 2009-07-21 19:37:31.000000000 +0100 @@ -91,7 +91,7 @@ /* ---------------------------------------------------------------------------------------------------------------------- */ -#define XSANE_VERSION "0.996" +#define XSANE_VERSION "0.997" #define XSANE_AUTHOR "Oliver Rauch" #define XSANE_COPYRIGHT "Oliver Rauch" #define XSANE_DATE "1998-2007" diff -Nru xsane-0.996/src/xsane-preview.c xsane-0.997/src/xsane-preview.c --- xsane-0.996/src/xsane-preview.c 2008-09-21 19:24:49.000000000 +0100 +++ xsane-0.997/src/xsane-preview.c 2002-10-02 12:04:48.000000000 +0100 @@ -4425,6 +4425,7 @@ gtk_box_pack_start(GTK_BOX(p->menu_box), pixmapwidget, FALSE, FALSE, 2); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); preset_area_option_menu = gtk_option_menu_new(); xsane_back_gtk_set_tooltip(xsane.tooltips, preset_area_option_menu, DESC_PRESET_AREA); @@ -4441,6 +4442,7 @@ gtk_box_pack_start(GTK_BOX(p->menu_box), pixmapwidget, FALSE, FALSE, 2); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); rotation_menu = gtk_menu_new(); @@ -4488,6 +4490,7 @@ gtk_box_pack_start(GTK_BOX(p->menu_box), pixmapwidget, FALSE, FALSE, 2); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); ratio_menu = gtk_menu_new(); @@ -4543,24 +4546,28 @@ gtk_box_pack_start(GTK_BOX(action_box), p->valid_pixmap, FALSE, FALSE, 0); gtk_widget_show(p->valid_pixmap); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); pixmap = gdk_pixmap_create_from_xpm_d(p->top->window, &mask, xsane.bg_trans, (gchar **) scanning_xpm); p->scanning_pixmap = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(action_box), p->scanning_pixmap, FALSE, FALSE, 0); gtk_widget_show(p->scanning_pixmap); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); pixmap = gdk_pixmap_create_from_xpm_d(p->top->window, &mask, xsane.bg_trans, (gchar **) incomplete_xpm); p->incomplete_pixmap = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(action_box), p->incomplete_pixmap, FALSE, FALSE, 0); gtk_widget_show(p->incomplete_pixmap); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); pixmap = gdk_pixmap_create_from_xpm_d(p->top->window, &mask, xsane.bg_trans, (gchar **) invalid_xpm); p->invalid_pixmap = gtk_image_new_from_pixmap(pixmap, mask); gtk_box_pack_start(GTK_BOX(action_box), p->invalid_pixmap, FALSE, FALSE, 0); gtk_widget_show(p->invalid_pixmap); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); /* Start button */ p->start = gtk_button_new_with_label(BUTTON_PREVIEW_ACQUIRE); diff -Nru xsane-0.996/src/xsane-text.h xsane-0.997/src/xsane-text.h --- xsane-0.996/src/xsane-text.h 2007-08-13 08:16:43.000000000 +0100 +++ xsane-0.997/src/xsane-text.h 2002-08-16 09:34:58.000000000 +0100 @@ -765,6 +765,7 @@ #define ERR_UNKNOWN_TYPE _("unknown type") #define ERR_UNKNOWN_CONSTRAINT_TYPE _("unknown constraint type") #define ERR_OPTION_NAME_NULL _("Option has empty name (NULL).") +#define ERR_OPTION_ZERO_SIZE _("Option has zero size.") #define ERR_BACKEND_BUG _("This is a backend bug. Please inform the author of the backend!") #define ERR_FAILED_EXEC_DOC_VIEWER _("Failed to execute documentation viewer:") #define ERR_FAILED_EXEC_FAX_VIEWER _("Failed to execute fax viewer:") diff -Nru xsane-0.996/src/xsane-viewer.c xsane-0.997/src/xsane-viewer.c --- xsane-0.996/src/xsane-viewer.c 2008-09-20 21:30:54.000000000 +0100 +++ xsane-0.997/src/xsane-viewer.c 2002-10-02 12:05:06.000000000 +0100 @@ -687,6 +687,7 @@ gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 20); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); adjustment_size_x = (GtkAdjustment *) gtk_adjustment_new(v->x_scale_factor * image_info.image_width , 0.01 * image_info.image_width, 4.0 * image_info.image_width, 1.0, 5.0, 0.0); spinbutton = gtk_spin_button_new(adjustment_size_x, 0, 0); @@ -703,6 +704,7 @@ gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 20); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); adjustment_size_y = (GtkAdjustment *) gtk_adjustment_new(v->x_scale_factor * image_info.image_height , 0.01 * image_info.image_height, 4.0 * image_info.image_height, 1.0, 5.0, 0.0); spinbutton = gtk_spin_button_new(adjustment_size_y, 0, 0); @@ -749,6 +751,7 @@ gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 20); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); adjustment_size_x = (GtkAdjustment *) gtk_adjustment_new(v->x_scale_factor * image_info.image_width , 0.01 * image_info.image_width, 4.0 * image_info.image_width, 1.0, 5.0, 0.0); spinbutton = gtk_spin_button_new(adjustment_size_x, 0, 0); @@ -787,6 +790,7 @@ gtk_box_pack_start(GTK_BOX(hbox), pixmapwidget, FALSE, FALSE, 20); gtk_widget_show(pixmapwidget); gdk_drawable_unref(pixmap); + gdk_drawable_unref(mask); adjustment_size_y = (GtkAdjustment *) gtk_adjustment_new(v->y_scale_factor * image_info.image_height , 0.01 * image_info.image_height, 4.0 * image_info.image_height, 1.0, 5.0, 0.0); spinbutton = gtk_spin_button_new(adjustment_size_y, 0, 0); diff -Nru xsane-0.996/xsane.CHANGES xsane-0.997/xsane.CHANGES --- xsane-0.996/xsane.CHANGES 2008-09-20 21:50:07.000000000 +0100 +++ xsane-0.997/xsane.CHANGES 2002-10-02 12:07:32.000000000 +0100 @@ -3009,3 +3009,12 @@ - xsane-save.c: PDF: ICC object 4+5 are initialized with offset 0 - xsane-save.c: PDF: objects with offset 0 are makred free (f) in xref table + +xsane-0.996 -> 0.997: +--------------------- + + - removed SANE_CAP_ALWAYS_SETTABLE (not SANE1) + - added test for (opt->size == 0) for SANE_TYPE_STRING in xsane.c + - in gtk_adjustment_new changed page_size from (min-max)*1e-30 to 0 + because new gtk versions don`t link non zero values for spinbuttons + - added several gdk_drawable_unref(mask) diff -Nru xsane-0.996/xsane.TODO xsane-0.997/xsane.TODO --- xsane-0.996/xsane.TODO 2007-06-04 22:32:46.000000000 +0100 +++ xsane-0.997/xsane.TODO 2009-01-13 18:30:18.000000000 +0000 @@ -76,6 +76,7 @@ (problem with old config files should already be solved) + add several defaults (fax=> mode=gray, ocr=> mode=gray, ...) + test memory after each call of malloc - partly done + + add filename counter step / ordering step for multipage project - average of a multiple scan of the same image ??? - include much more parameters when saving images - mostly done - add infrared filter for transmissive rgbi scans (sane-2):