]> git.llucax.com Git - software/mutt-debian.git/blob - obj-i486-linux-gnu/config.status
Imported Upstream version 1.5.20
[software/mutt-debian.git] / obj-i486-linux-gnu / config.status
1 #! /bin/sh
2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
6
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10 SHELL=${CONFIG_SHELL-/bin/sh}
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 as_nl='
43 '
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85   as_unset=unset
86 else
87   as_unset=false
88 fi
89
90
91 # IFS
92 # We need space, tab and new line, in precisely that order.  Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" ""        $as_nl"
97
98 # Find who we are.  Look in the path if we contain no directory separator.
99 case $0 in
100   *[\\/]* ) as_myself=$0 ;;
101   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
103 do
104   IFS=$as_save_IFS
105   test -z "$as_dir" && as_dir=.
106   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
109
110      ;;
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115   as_myself=$0
116 fi
117 if test ! -f "$as_myself"; then
118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119   { (exit 1); exit 1; }
120 fi
121
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138    test "X`expr 00001 : '.*\(...\)'`" = X001; then
139   as_expr=expr
140 else
141   as_expr=false
142 fi
143
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145   as_basename=basename
146 else
147   as_basename=false
148 fi
149
150
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154          X"$0" : 'X\(//\)$' \| \
155          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157     sed '/^.*\/\([^/][^/]*\)\/*$/{
158             s//\1/
159             q
160           }
161           /^X\/\(\/\/\)$/{
162             s//\1/
163             q
164           }
165           /^X\/\(\/\).*/{
166             s//\1/
167             q
168           }
169           s/.*/./; q'`
170
171 # CDPATH.
172 $as_unset CDPATH
173
174
175
176   as_lineno_1=$LINENO
177   as_lineno_2=$LINENO
178   test "x$as_lineno_1" != "x$as_lineno_2" &&
179   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
180
181   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
182   # uniformly replaced by the line number.  The first 'sed' inserts a
183   # line-number line after each line using $LINENO; the second 'sed'
184   # does the real work.  The second script uses 'N' to pair each
185   # line-number line with the line containing $LINENO, and appends
186   # trailing '-' during substitution so that $LINENO is not a special
187   # case at line end.
188   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
189   # scripts with optimization help from Paolo Bonzini.  Blame Lee
190   # E. McMahon (1931-1989) for sed's syntax.  :-)
191   sed -n '
192     p
193     /[$]LINENO/=
194   ' <$as_myself |
195     sed '
196       s/[$]LINENO.*/&-/
197       t lineno
198       b
199       :lineno
200       N
201       :loop
202       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
203       t loop
204       s/-\n.*//
205     ' >$as_me.lineno &&
206   chmod +x "$as_me.lineno" ||
207     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
208    { (exit 1); exit 1; }; }
209
210   # Don't try to exec as it changes $[0], causing all sort of problems
211   # (the dirname of $[0] is not the place where we might find the
212   # original and so on.  Autoconf is especially sensitive to this).
213   . "./$as_me.lineno"
214   # Exit status is that of the last command.
215   exit
216 }
217
218
219 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
220   as_dirname=dirname
221 else
222   as_dirname=false
223 fi
224
225 ECHO_C= ECHO_N= ECHO_T=
226 case `echo -n x` in
227 -n*)
228   case `echo 'x\c'` in
229   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
230   *)   ECHO_C='\c';;
231   esac;;
232 *)
233   ECHO_N='-n';;
234 esac
235 if expr a : '\(a\)' >/dev/null 2>&1 &&
236    test "X`expr 00001 : '.*\(...\)'`" = X001; then
237   as_expr=expr
238 else
239   as_expr=false
240 fi
241
242 rm -f conf$$ conf$$.exe conf$$.file
243 if test -d conf$$.dir; then
244   rm -f conf$$.dir/conf$$.file
245 else
246   rm -f conf$$.dir
247   mkdir conf$$.dir 2>/dev/null
248 fi
249 if (echo >conf$$.file) 2>/dev/null; then
250   if ln -s conf$$.file conf$$ 2>/dev/null; then
251     as_ln_s='ln -s'
252     # ... but there are two gotchas:
253     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
254     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
255     # In both cases, we have to default to `cp -p'.
256     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
257       as_ln_s='cp -p'
258   elif ln conf$$.file conf$$ 2>/dev/null; then
259     as_ln_s=ln
260   else
261     as_ln_s='cp -p'
262   fi
263 else
264   as_ln_s='cp -p'
265 fi
266 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267 rmdir conf$$.dir 2>/dev/null
268
269 if mkdir -p . 2>/dev/null; then
270   as_mkdir_p=:
271 else
272   test -d ./-p && rmdir ./-p
273   as_mkdir_p=false
274 fi
275
276 if test -x / >/dev/null 2>&1; then
277   as_test_x='test -x'
278 else
279   if ls -dL / >/dev/null 2>&1; then
280     as_ls_L_option=L
281   else
282     as_ls_L_option=
283   fi
284   as_test_x='
285     eval sh -c '\''
286       if test -d "$1"; then
287         test -d "$1/.";
288       else
289         case $1 in
290         -*)set "./$1";;
291         esac;
292         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
293         ???[sx]*):;;*)false;;esac;fi
294     '\'' sh
295   '
296 fi
297 as_executable_p=$as_test_x
298
299 # Sed expression to map a string onto a valid CPP name.
300 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
301
302 # Sed expression to map a string onto a valid variable name.
303 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
304
305
306 exec 6>&1
307
308 # Save the log message, to keep $[0] and so on meaningful, and to
309 # report actual input values of CONFIG_FILES etc. instead of their
310 # values after options handling.
311 ac_log="
312 This file was extended by $as_me, which was
313 generated by GNU Autoconf 2.63.  Invocation command line was
314
315   CONFIG_FILES    = $CONFIG_FILES
316   CONFIG_HEADERS  = $CONFIG_HEADERS
317   CONFIG_LINKS    = $CONFIG_LINKS
318   CONFIG_COMMANDS = $CONFIG_COMMANDS
319   $ $0 $@
320
321 on `(hostname || uname -n) 2>/dev/null | sed 1q`
322 "
323
324 # Files that config.status was made for.
325 config_files=" Makefile contrib/Makefile doc/Makefile imap/Makefile intl/Makefile m4/Makefile po/Makefile.in hcachever.sh muttbug.sh doc/instdoc.sh"
326 config_headers=" config.h"
327 config_commands=" depfiles default-1"
328
329 ac_cs_usage="\
330 \`$as_me' instantiates files from templates according to the
331 current configuration.
332
333 Usage: $0 [OPTION]... [FILE]...
334
335   -h, --help       print this help, then exit
336   -V, --version    print version number and configuration settings, then exit
337   -q, --quiet, --silent
338                    do not print progress messages
339   -d, --debug      don't remove temporary files
340       --recheck    update $as_me by reconfiguring in the same conditions
341       --file=FILE[:TEMPLATE]
342                    instantiate the configuration file FILE
343       --header=FILE[:TEMPLATE]
344                    instantiate the configuration header FILE
345
346 Configuration files:
347 $config_files
348
349 Configuration headers:
350 $config_headers
351
352 Configuration commands:
353 $config_commands
354
355 Report bugs to <bug-autoconf@gnu.org>."
356
357 ac_cs_version="\
358 config.status
359 configured by ../configure, generated by GNU Autoconf 2.63,
360   with options \"'--prefix=/usr' '--sysconfdir=/etc' '--mandir=/usr/share/man' '--with-sharedir=/usr/share/mutt' '--with-docdir=/usr/share/doc' '--with-mailpath=/var/mail' '--disable-dependency-tracking' '--enable-compressed' '--enable-debug' '--enable-fcntl' '--enable-hcache' '--enable-gpgme' '--enable-imap' '--enable-smtp' '--enable-inodesort' '--enable-pop' '--with-curses' '--with-gnutls' '--with-gss' '--with-idn' '--with-mixmaster' '--with-sasl' '--without-qdbm' '--without-bdb' '--without-tokyocabinet' '--build' 'i486-linux-gnu' 'build_alias=i486-linux-gnu' 'CFLAGS=-Wall -g -O2' 'LDFLAGS=' 'CPPFLAGS=-I/usr/include/qdbm'\"
361
362 Copyright (C) 2008 Free Software Foundation, Inc.
363 This config.status script is free software; the Free Software Foundation
364 gives unlimited permission to copy, distribute and modify it."
365
366 ac_pwd='/home/nightolo/debian-pkg/mutt/mutt/obj-i486-linux-gnu'
367 srcdir='..'
368 INSTALL='/usr/bin/install -c'
369 MKDIR_P='/bin/mkdir -p'
370 AWK='gawk'
371 test -n "$AWK" || AWK=awk
372 # The default lists apply if the user does not specify any file.
373 ac_need_defaults=:
374 while test $# != 0
375 do
376   case $1 in
377   --*=*)
378     ac_option=`expr "X$1" : 'X\([^=]*\)='`
379     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
380     ac_shift=:
381     ;;
382   *)
383     ac_option=$1
384     ac_optarg=$2
385     ac_shift=shift
386     ;;
387   esac
388
389   case $ac_option in
390   # Handling of the options.
391   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
392     ac_cs_recheck=: ;;
393   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
394     $as_echo "$ac_cs_version"; exit ;;
395   --debug | --debu | --deb | --de | --d | -d )
396     debug=: ;;
397   --file | --fil | --fi | --f )
398     $ac_shift
399     case $ac_optarg in
400     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
401     esac
402     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
403     ac_need_defaults=false;;
404   --header | --heade | --head | --hea )
405     $ac_shift
406     case $ac_optarg in
407     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
408     esac
409     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
410     ac_need_defaults=false;;
411   --he | --h)
412     # Conflict between --help and --header
413     { $as_echo "$as_me: error: ambiguous option: $1
414 Try \`$0 --help' for more information." >&2
415    { (exit 1); exit 1; }; };;
416   --help | --hel | -h )
417     $as_echo "$ac_cs_usage"; exit ;;
418   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
419   | -silent | --silent | --silen | --sile | --sil | --si | --s)
420     ac_cs_silent=: ;;
421
422   # This is an error.
423   -*) { $as_echo "$as_me: error: unrecognized option: $1
424 Try \`$0 --help' for more information." >&2
425    { (exit 1); exit 1; }; } ;;
426
427   *) ac_config_targets="$ac_config_targets $1"
428      ac_need_defaults=false ;;
429
430   esac
431   shift
432 done
433
434 ac_configure_extra_args=
435
436 if $ac_cs_silent; then
437   exec 6>/dev/null
438   ac_configure_extra_args="$ac_configure_extra_args --silent"
439 fi
440
441 if $ac_cs_recheck; then
442   set X '/bin/sh' '../configure'  '--prefix=/usr' '--sysconfdir=/etc' '--mandir=/usr/share/man' '--with-sharedir=/usr/share/mutt' '--with-docdir=/usr/share/doc' '--with-mailpath=/var/mail' '--disable-dependency-tracking' '--enable-compressed' '--enable-debug' '--enable-fcntl' '--enable-hcache' '--enable-gpgme' '--enable-imap' '--enable-smtp' '--enable-inodesort' '--enable-pop' '--with-curses' '--with-gnutls' '--with-gss' '--with-idn' '--with-mixmaster' '--with-sasl' '--without-qdbm' '--without-bdb' '--without-tokyocabinet' '--build' 'i486-linux-gnu' 'build_alias=i486-linux-gnu' 'CFLAGS=-Wall -g -O2' 'LDFLAGS=' 'CPPFLAGS=-I/usr/include/qdbm' $ac_configure_extra_args --no-create --no-recursion
443   shift
444   $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
445   CONFIG_SHELL='/bin/sh'
446   export CONFIG_SHELL
447   exec "$@"
448 fi
449
450 exec 5>>config.log
451 {
452   echo
453   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
454 ## Running $as_me. ##
455 _ASBOX
456   $as_echo "$ac_log"
457 } >&5
458
459 #
460 # INIT-COMMANDS
461 #
462 AMDEP_TRUE="#" ac_aux_dir=".."
463
464
465
466 # Handling of arguments.
467 for ac_config_target in $ac_config_targets
468 do
469   case $ac_config_target in
470     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
471     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
472     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
473     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
474     "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
475     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
476     "imap/Makefile") CONFIG_FILES="$CONFIG_FILES imap/Makefile" ;;
477     "intl/Makefile") CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;;
478     "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
479     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
480     "hcachever.sh") CONFIG_FILES="$CONFIG_FILES hcachever.sh" ;;
481     "muttbug.sh") CONFIG_FILES="$CONFIG_FILES muttbug.sh" ;;
482     "doc/instdoc.sh") CONFIG_FILES="$CONFIG_FILES doc/instdoc.sh" ;;
483
484   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
485 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
486    { (exit 1); exit 1; }; };;
487   esac
488 done
489
490
491 # If the user did not use the arguments to specify the items to instantiate,
492 # then the envvar interface is used.  Set only those that are not.
493 # We use the long form for the default assignment because of an extremely
494 # bizarre bug on SunOS 4.1.3.
495 if $ac_need_defaults; then
496   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
497   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
498   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
499 fi
500
501 # Have a temporary directory for convenience.  Make it in the build tree
502 # simply because there is no reason against having it here, and in addition,
503 # creating and moving files from /tmp can sometimes cause problems.
504 # Hook for its removal unless debugging.
505 # Note that there is a small window in which the directory will not be cleaned:
506 # after its creation but before its name has been assigned to `$tmp'.
507 $debug ||
508 {
509   tmp=
510   trap 'exit_status=$?
511   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
512 ' 0
513   trap '{ (exit 1); exit 1; }' 1 2 13 15
514 }
515 # Create a (secure) tmp directory for tmp files.
516
517 {
518   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
519   test -n "$tmp" && test -d "$tmp"
520 }  ||
521 {
522   tmp=./conf$$-$RANDOM
523   (umask 077 && mkdir "$tmp")
524 } ||
525 {
526    $as_echo "$as_me: cannot create a temporary directory in ." >&2
527    { (exit 1); exit 1; }
528 }
529
530 # Set up the scripts for CONFIG_FILES section.
531 # No need to generate them if there are no CONFIG_FILES.
532 # This happens for instance with `./config.status config.h'.
533 if test -n "$CONFIG_FILES"; then
534
535
536 ac_cr='\r'
537 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
538 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
539   ac_cs_awk_cr='\\r'
540 else
541   ac_cs_awk_cr=$ac_cr
542 fi
543
544 echo 'BEGIN {' >"$tmp/subs1.awk" &&
545 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
546 S["LTLIBOBJS"]=""
547 S["DSLROOT"]=""
548 S["OSPCAT"]="/usr/bin/ospcat"
549 S["INTL_LIBTOOL_SUFFIX_PREFIX"]=""
550 S["MKINSTALLDIRS"]="../mkinstalldirs"
551 S["GENCAT"]="gencat"
552 S["INSTOBJEXT"]=".mo"
553 S["DATADIRNAME"]="share"
554 S["POSUB"]="po"
555 S["POFILES"]=" de.po eu.po ru.po it.po es.po uk.po fr.po pl.po nl.po cs.po id.po sk.po ko.po el.po zh_TW.po zh_CN.po pt_BR.po eo.po gl.po sv.po da.po lt.po tr.po "\
556 "ja.po hu.po et.po ca.po bg.po ga.po"
557 S["INTLOBJS"]=""
558 S["INTLLIBS"]=""
559 S["GMOFILES"]=" de.gmo eu.gmo ru.gmo it.gmo es.gmo uk.gmo fr.gmo pl.gmo nl.gmo cs.gmo id.gmo sk.gmo ko.gmo el.gmo zh_TW.gmo zh_CN.gmo pt_BR.gmo eo.gmo gl.gmo sv.gm"\
560 "o da.gmo lt.gmo tr.gmo ja.gmo hu.gmo et.gmo ca.gmo bg.gmo ga.gmo"
561 S["CATOBJEXT"]=".gmo"
562 S["CATALOGS"]=" de.gmo eu.gmo ru.gmo it.gmo es.gmo uk.gmo fr.gmo pl.gmo nl.gmo cs.gmo id.gmo sk.gmo ko.gmo el.gmo zh_TW.gmo zh_CN.gmo pt_BR.gmo eo.gmo gl.gmo sv.gm"\
563 "o da.gmo lt.gmo tr.gmo ja.gmo hu.gmo et.gmo ca.gmo bg.gmo ga.gmo"
564 S["USE_INCLUDED_LIBINTL"]="no"
565 S["BUILD_INCLUDED_LIBINTL"]="no"
566 S["INTLBISON"]="bison"
567 S["XGETTEXT"]="/usr/bin/xgettext"
568 S["GMSGFMT"]="/usr/bin/msgfmt"
569 S["MSGFMT"]="/usr/bin/msgfmt"
570 S["USE_NLS"]="yes"
571 S["LIBICONV"]=""
572 S["GLIBC21"]="yes"
573 S["ALLOCA"]=""
574 S["LIBIMAPDEPS"]="$(top_srcdir)/imap/imap.h imap/libimap.a"
575 S["LIBIMAP"]="-Limap -limap"
576 S["MUTT_LIB_OBJECTS"]=" crypt-gpgme.o crypt-mod-pgp-gpgme.o crypt-mod-smime-gpgme.o pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-"\
577 "classic.o smime.o crypt-mod-smime-classic.o remailer.o resize.o pop.o pop_lib.o pop_auth.o smtp.o bcache.o account.o mutt_socket.o mutt_tunnel.o mut"\
578 "t_ssl_gnutls.o mutt_sasl.o hcache.o md5.o mutt_idna.o"
579 S["MUTTLIBS"]=" -lncursesw  -lncursesw -L/usr/lib -Wall -g -O2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls   -lsasl2 -lgdbm"
580 S["MUTT_MD5"]="mutt_md5"
581 S["USE_SASL_FALSE"]="#"
582 S["USE_SASL_TRUE"]=""
583 S["USE_SSL_FALSE"]="#"
584 S["USE_SSL_TRUE"]=""
585 S["GNUTLS_LIBS"]="-lgnutls  "
586 S["GNUTLS_CFLAGS"]=" "
587 S["PKG_CONFIG"]="/usr/bin/pkg-config"
588 S["USE_GSS_FALSE"]="#"
589 S["USE_GSS_TRUE"]=""
590 S["KRB5CFGPATH"]="/usr/bin/krb5-config"
591 S["BUILD_IMAP_FALSE"]="#"
592 S["BUILD_IMAP_TRUE"]=""
593 S["DOTLOCK_PERMISSION"]="2755"
594 S["DOTLOCK_GROUP"]="mail"
595 S["DOTLOCK_TARGET"]="mutt_dotlock$(EXEEXT)"
596 S["LIBOBJS"]=""
597 S["ISPELL"]="no"
598 S["SMIMEAUX_TARGET"]="smime_keys"
599 S["PGPAUX_TARGET"]="pgpring$(EXEEXT) pgpewrap$(EXEEXT)"
600 S["OPS"]="$(srcdir)/OPS $(srcdir)/OPS.MIX $(srcdir)/OPS.PGP $(srcdir)/OPS.SMIME $(srcdir)/OPS.CRYPT "
601 S["GPGME_LIBS"]="-lgpgme -lgpg-error"
602 S["GPGME_CFLAGS"]=""
603 S["GPGME_CONFIG"]="/usr/bin/gpgme-config"
604 S["SENDMAIL"]="/usr/sbin/sendmail"
605 S["DEBUGGER"]="/usr/bin/gdb"
606 S["SDB"]="no"
607 S["GDB"]="/usr/bin/gdb"
608 S["DBX"]="no"
609 S["AR"]="ar"
610 S["RANLIB"]="ranlib"
611 S["ANSI2KNR"]=""
612 S["U"]=""
613 S["host_os"]="linux-gnu"
614 S["host_vendor"]="pc"
615 S["host_cpu"]="i486"
616 S["host"]="i486-pc-linux-gnu"
617 S["build_os"]="linux-gnu"
618 S["build_vendor"]="pc"
619 S["build_cpu"]="i486"
620 S["build"]="i486-pc-linux-gnu"
621 S["EGREP"]="/bin/grep -E"
622 S["GREP"]="/bin/grep"
623 S["CPP"]="gcc -E"
624 S["am__fastdepCC_FALSE"]=""
625 S["am__fastdepCC_TRUE"]="#"
626 S["CCDEPMODE"]="depmode=none"
627 S["AMDEPBACKSLASH"]=""
628 S["AMDEP_FALSE"]=""
629 S["AMDEP_TRUE"]="#"
630 S["am__quote"]=""
631 S["am__include"]="include"
632 S["DEPDIR"]=".deps"
633 S["OBJEXT"]="o"
634 S["EXEEXT"]=""
635 S["ac_ct_CC"]="gcc"
636 S["CPPFLAGS"]="-I/usr/include/qdbm -I/usr/include/qdbm    -I/include -I$(top_srcdir)/intl"
637 S["LDFLAGS"]=" -L/lib"
638 S["CFLAGS"]="-Wall -pedantic -Wno-long-long -Wall -g -O2"
639 S["CC"]="gcc"
640 S["CONFIG_STATUS_DEPENDENCIES"]="$(top_srcdir)/VERSION"
641 S["MAINT"]="#"
642 S["MAINTAINER_MODE_FALSE"]=""
643 S["MAINTAINER_MODE_TRUE"]="#"
644 S["am__untar"]="${AMTAR} xf -"
645 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
646 S["AMTAR"]="${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run tar"
647 S["am__leading_dot"]="."
648 S["SET_MAKE"]=""
649 S["AWK"]="gawk"
650 S["mkdir_p"]="/bin/mkdir -p"
651 S["MKDIR_P"]="/bin/mkdir -p"
652 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
653 S["STRIP"]=""
654 S["install_sh"]="$(SHELL) /home/nightolo/debian-pkg/mutt/mutt/install-sh"
655 S["MAKEINFO"]="${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run makeinfo"
656 S["AUTOHEADER"]="${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run autoheader"
657 S["AUTOMAKE"]="${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run automake-1.10"
658 S["AUTOCONF"]="${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run autoconf"
659 S["ACLOCAL"]="${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run aclocal-1.10"
660 S["VERSION"]="1.5.19"
661 S["PACKAGE"]="mutt"
662 S["CYGPATH_W"]="echo"
663 S["am__isrc"]=" -I$(srcdir)"
664 S["INSTALL_DATA"]="${INSTALL} -m 644"
665 S["INSTALL_SCRIPT"]="${INSTALL}"
666 S["INSTALL_PROGRAM"]="${INSTALL}"
667 S["target_alias"]=""
668 S["host_alias"]=""
669 S["build_alias"]="i486-linux-gnu"
670 S["LIBS"]="-lidn "
671 S["ECHO_T"]=""
672 S["ECHO_N"]="-n"
673 S["ECHO_C"]=""
674 S["DEFS"]="-DHAVE_CONFIG_H"
675 S["mandir"]="/usr/share/man"
676 S["localedir"]="${datarootdir}/locale"
677 S["libdir"]="${exec_prefix}/lib"
678 S["psdir"]="${docdir}"
679 S["pdfdir"]="${docdir}"
680 S["dvidir"]="${docdir}"
681 S["htmldir"]="${docdir}"
682 S["infodir"]="${datarootdir}/info"
683 S["docdir"]="/usr/share/doc"
684 S["oldincludedir"]="/usr/include"
685 S["includedir"]="${prefix}/include"
686 S["localstatedir"]="${prefix}/var"
687 S["sharedstatedir"]="${prefix}/com"
688 S["sysconfdir"]="/etc"
689 S["datadir"]="${datarootdir}"
690 S["datarootdir"]="${prefix}/share"
691 S["libexecdir"]="${exec_prefix}/libexec"
692 S["sbindir"]="${exec_prefix}/sbin"
693 S["bindir"]="${exec_prefix}/bin"
694 S["program_transform_name"]="s,x,x,"
695 S["prefix"]="/usr"
696 S["exec_prefix"]="${prefix}"
697 S["PACKAGE_BUGREPORT"]=""
698 S["PACKAGE_STRING"]=""
699 S["PACKAGE_VERSION"]=""
700 S["PACKAGE_TARNAME"]=""
701 S["PACKAGE_NAME"]=""
702 S["PATH_SEPARATOR"]=":"
703 S["SHELL"]="/bin/sh"
704 _ACAWK
705 cat >>"$tmp/subs1.awk" <<_ACAWK &&
706   for (key in S) S_is_set[key] = 1
707   FS = "\a"
708
709 }
710 {
711   line = $ 0
712   nfields = split(line, field, "@")
713   substed = 0
714   len = length(field[1])
715   for (i = 2; i < nfields; i++) {
716     key = field[i]
717     keylen = length(key)
718     if (S_is_set[key]) {
719       value = S[key]
720       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
721       len += length(value) + length(field[++i])
722       substed = 1
723     } else
724       len += 1 + keylen
725   }
726
727   print line
728 }
729
730 _ACAWK
731 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
732   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
733 else
734   cat
735 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
736   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
737 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
738    { (exit 1); exit 1; }; }
739 fi # test -n "$CONFIG_FILES"
740
741 # Set up the scripts for CONFIG_HEADERS section.
742 # No need to generate them if there are no CONFIG_HEADERS.
743 # This happens for instance with `./config.status Makefile'.
744 if test -n "$CONFIG_HEADERS"; then
745 cat >"$tmp/defines.awk" <<\_ACAWK ||
746 BEGIN {
747 D["PACKAGE_NAME"]=" \"\""
748 D["PACKAGE_TARNAME"]=" \"\""
749 D["PACKAGE_VERSION"]=" \"\""
750 D["PACKAGE_STRING"]=" \"\""
751 D["PACKAGE_BUGREPORT"]=" \"\""
752 D["PACKAGE"]=" \"mutt\""
753 D["VERSION"]=" \"1.5.19\""
754 D["STDC_HEADERS"]=" 1"
755 D["HAVE_SYS_TYPES_H"]=" 1"
756 D["HAVE_SYS_STAT_H"]=" 1"
757 D["HAVE_STDLIB_H"]=" 1"
758 D["HAVE_STRING_H"]=" 1"
759 D["HAVE_MEMORY_H"]=" 1"
760 D["HAVE_STRINGS_H"]=" 1"
761 D["HAVE_INTTYPES_H"]=" 1"
762 D["HAVE_STDINT_H"]=" 1"
763 D["HAVE_UNISTD_H"]=" 1"
764 D["__EXTENSIONS__"]=" 1"
765 D["_ALL_SOURCE"]=" 1"
766 D["_GNU_SOURCE"]=" 1"
767 D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
768 D["_TANDEM_SOURCE"]=" 1"
769 D["PROTOTYPES"]=" 1"
770 D["__PROTOTYPES"]=" 1"
771 D["HAVE_STRING_H"]=" 1"
772 D["_FILE_OFFSET_BITS"]=" 64"
773 D["HAVE_FSEEKO"]=" 1"
774 D["SIZEOF_OFF_T"]=" 8"
775 D["HAVE_INTTYPES_H"]=" 1"
776 D["HAVE_C99_INTTYPES"]=" 1"
777 D["SIZEOF_SHORT"]=" 2"
778 D["SIZEOF_INT"]=" 4"
779 D["SIZEOF_LONG"]=" 4"
780 D["SIZEOF_LONG_LONG"]=" 8"
781 D["SENDMAIL"]=" \"/usr/sbin/sendmail\""
782 D["CRYPT_BACKEND_GPGME"]=" 1"
783 D["HAVE_GPGME_PKA_TRUST"]=" 1"
784 D["CRYPT_BACKEND_GPGME"]=" 1"
785 D["CRYPT_BACKEND_CLASSIC_PGP"]=" 1"
786 D["CRYPT_BACKEND_CLASSIC_SMIME"]=" 1"
787 D["MIXMASTER"]=" \"mixmaster\""
788 D["HAVE_NCURSESW_NCURSES_H"]=" 1"
789 D["HAVE_START_COLOR"]=" 1"
790 D["HAVE_TYPEAHEAD"]=" 1"
791 D["HAVE_BKGDSET"]=" 1"
792 D["HAVE_CURS_SET"]=" 1"
793 D["HAVE_META"]=" 1"
794 D["HAVE_USE_DEFAULT_COLORS"]=" 1"
795 D["HAVE_RESIZETERM"]=" 1"
796 D["HAVE_COLOR"]=" 1"
797 D["STDC_HEADERS"]=" 1"
798 D["HAVE_STDARG_H"]=" 1"
799 D["HAVE_SYS_IOCTL_H"]=" 1"
800 D["HAVE_SYSEXITS_H"]=" 1"
801 D["HAVE_SYS_TIME_H"]=" 1"
802 D["HAVE_SYS_RESOURCE_H"]=" 1"
803 D["HAVE_SETRLIMIT"]=" 1"
804 D["HAVE_GETSID"]=" 1"
805 D["RETSIGTYPE"]=" void"
806 D["SIG_ATOMIC_VOLATILE_T"]=" volatile sig_atomic_t"
807 D["HAVE_DECL_SYS_SIGLIST"]=" 1"
808 D["HAVE_FGETPOS"]=" 1"
809 D["HAVE_MEMMOVE"]=" 1"
810 D["HAVE_SETEGID"]=" 1"
811 D["HAVE_SRAND48"]=" 1"
812 D["HAVE_STRERROR"]=" 1"
813 D["HAVE_SETENV"]=" 1"
814 D["HAVE_STRCASECMP"]=" 1"
815 D["HAVE_STRDUP"]=" 1"
816 D["HAVE_STRSEP"]=" 1"
817 D["HAVE_STRTOK_R"]=" 1"
818 D["HAVE_GETOPT_H"]=" 1"
819 D["HAVE_SNPRINTF"]=" 1"
820 D["HAVE_VSNPRINTF"]=" 1"
821 D["HAVE_FTRUNCATE"]=" 1"
822 D["HAVE_STRFTIME"]=" 1"
823 D["HAVE_FCHDIR"]=" 1"
824 D["HAVE_REGCOMP"]=" 1"
825 D["MAILPATH"]=" \"/var/mail\""
826 D["USE_DOTLOCK"]=" 1"
827 D["USE_SETGID"]=" 1"
828 D["DL_STANDALONE"]=" 1"
829 D["USE_POP"]=" 1"
830 D["USE_IMAP"]=" 1"
831 D["USE_SMTP"]=" 1"
832 D["HAVE_SYS_SELECT_H"]=" 1"
833 D["HAVE_GETADDRINFO"]=" 1"
834 D["USE_SOCKET"]=" 1"
835 D["USE_GSS"]=" 1"
836 D["USE_SSL"]=" 1"
837 D["USE_SSL_GNUTLS"]=" 1"
838 D["HAVE_LIBSASL2"]=" 1"
839 D["USE_SASL"]=" 1"
840 D["DEBUG"]=" 1"
841 D["USE_FCNTL"]=" 1"
842 D["HAVE_DIRENT_D_INO"]=" 1"
843 D["USE_COMPRESSED"]=" 1"
844 D["EXECSHELL"]=" \"/bin/sh\""
845 D["USE_HCACHE"]=" 1"
846 D["HAVE_GDBM"]=" 1"
847 D["HAVE_ALLOCA_H"]=" 1"
848 D["HAVE_ALLOCA"]=" 1"
849 D["HAVE_STDLIB_H"]=" 1"
850 D["HAVE_UNISTD_H"]=" 1"
851 D["HAVE_GETPAGESIZE"]=" 1"
852 D["HAVE_MMAP"]=" 1"
853 D["HAVE_ARGZ_H"]=" 1"
854 D["HAVE_LIMITS_H"]=" 1"
855 D["HAVE_LOCALE_H"]=" 1"
856 D["HAVE_NL_TYPES_H"]=" 1"
857 D["HAVE_MALLOC_H"]=" 1"
858 D["HAVE_STDDEF_H"]=" 1"
859 D["HAVE_STDLIB_H"]=" 1"
860 D["HAVE_STRING_H"]=" 1"
861 D["HAVE_UNISTD_H"]=" 1"
862 D["HAVE_SYS_PARAM_H"]=" 1"
863 D["HAVE_FEOF_UNLOCKED"]=" 1"
864 D["HAVE_FGETS_UNLOCKED"]=" 1"
865 D["HAVE_GETCWD"]=" 1"
866 D["HAVE_GETEGID"]=" 1"
867 D["HAVE_GETEUID"]=" 1"
868 D["HAVE_GETGID"]=" 1"
869 D["HAVE_GETUID"]=" 1"
870 D["HAVE_MEMPCPY"]=" 1"
871 D["HAVE_MUNMAP"]=" 1"
872 D["HAVE_PUTENV"]=" 1"
873 D["HAVE_SETENV"]=" 1"
874 D["HAVE_SETLOCALE"]=" 1"
875 D["HAVE_STPCPY"]=" 1"
876 D["HAVE_STRCHR"]=" 1"
877 D["HAVE_STRCASECMP"]=" 1"
878 D["HAVE_STRDUP"]=" 1"
879 D["HAVE_STRTOUL"]=" 1"
880 D["HAVE_TSEARCH"]=" 1"
881 D["HAVE___ARGZ_COUNT"]=" 1"
882 D["HAVE___ARGZ_STRINGIFY"]=" 1"
883 D["HAVE___ARGZ_NEXT"]=" 1"
884 D["HAVE_ICONV"]=" 1"
885 D["ICONV_CONST"]=" "
886 D["HAVE_LANGINFO_CODESET"]=" 1"
887 D["HAVE_LC_MESSAGES"]=" 1"
888 D["ENABLE_NLS"]=" 1"
889 D["HAVE_GETTEXT"]=" 1"
890 D["HAVE_DCGETTEXT"]=" 1"
891 D["HAVE_ICONV_H"]=" 1"
892 D["HAVE_ICONV_T_DEF"]=" 1"
893 D["ICONV_NONTRANS"]=" 0"
894 D["HAVE_BIND_TEXTDOMAIN_CODESET"]=" 1"
895 D["HAVE_LIBIDN"]=" 1"
896 D["HAVE_IDNA_TO_UNICODE_8Z8Z"]=" 1"
897 D["HAVE_IDNA_TO_ASCII_8Z"]=" 1"
898 D["HAVE_IDNA_TO_ASCII_LZ"]=" 1"
899 D["HAVE_WCHAR_H"]=" 1"
900 D["HAVE_WCTYPE_H"]=" 1"
901 D["HAVE_ISWALNUM"]=" 1"
902 D["HAVE_ISWALPHA"]=" 1"
903 D["HAVE_ISWCNTRL"]=" 1"
904 D["HAVE_ISWDIGIT"]=" 1"
905 D["HAVE_ISWGRAPH"]=" 1"
906 D["HAVE_ISWLOWER"]=" 1"
907 D["HAVE_ISWPRINT"]=" 1"
908 D["HAVE_ISWPUNCT"]=" 1"
909 D["HAVE_ISWSPACE"]=" 1"
910 D["HAVE_ISWUPPER"]=" 1"
911 D["HAVE_ISWXDIGIT"]=" 1"
912 D["HAVE_TOWUPPER"]=" 1"
913 D["HAVE_TOWLOWER"]=" 1"
914 D["HAVE_WC_FUNCS"]=" 1"
915 D["HAVE_LANGINFO_CODESET"]=" 1"
916 D["HAVE_LANGINFO_YESEXPR"]=" 1"
917 D["MAKEDOC_FULL"]=" 1"
918   for (key in D) D_is_set[key] = 1
919   FS = "\a"
920 }
921 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
922   line = $ 0
923   split(line, arg, " ")
924   if (arg[1] == "#") {
925     defundef = arg[2]
926     mac1 = arg[3]
927   } else {
928     defundef = substr(arg[1], 2)
929     mac1 = arg[2]
930   }
931   split(mac1, mac2, "(") #)
932   macro = mac2[1]
933   prefix = substr(line, 1, index(line, defundef) - 1)
934   if (D_is_set[macro]) {
935     # Preserve the white space surrounding the "#".
936     print prefix "define", macro P[macro] D[macro]
937     next
938   } else {
939     # Replace #undef with comments.  This is necessary, for example,
940     # in the case of _POSIX_SOURCE, which is predefined and required
941     # on some systems where configure will not decide to define it.
942     if (defundef == "undef") {
943       print "/*", prefix defundef, macro, "*/"
944       next
945     }
946   }
947 }
948 { print }
949 _ACAWK
950   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
951 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
952    { (exit 1); exit 1; }; }
953 fi # test -n "$CONFIG_HEADERS"
954
955
956 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
957 shift
958 for ac_tag
959 do
960   case $ac_tag in
961   :[FHLC]) ac_mode=$ac_tag; continue;;
962   esac
963   case $ac_mode$ac_tag in
964   :[FHL]*:*);;
965   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
966 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
967    { (exit 1); exit 1; }; };;
968   :[FH]-) ac_tag=-:-;;
969   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
970   esac
971   ac_save_IFS=$IFS
972   IFS=:
973   set x $ac_tag
974   IFS=$ac_save_IFS
975   shift
976   ac_file=$1
977   shift
978
979   case $ac_mode in
980   :L) ac_source=$1;;
981   :[FH])
982     ac_file_inputs=
983     for ac_f
984     do
985       case $ac_f in
986       -) ac_f="$tmp/stdin";;
987       *) # Look for the file first in the build tree, then in the source tree
988          # (if the path is not absolute).  The absolute path cannot be DOS-style,
989          # because $ac_f cannot contain `:'.
990          test -f "$ac_f" ||
991            case $ac_f in
992            [\\/$]*) false;;
993            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
994            esac ||
995            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
996 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
997    { (exit 1); exit 1; }; };;
998       esac
999       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1000       ac_file_inputs="$ac_file_inputs '$ac_f'"
1001     done
1002
1003     # Let's still pretend it is `configure' which instantiates (i.e., don't
1004     # use $as_me), people would be surprised to read:
1005     #    /* config.h.  Generated by config.status.  */
1006     configure_input='Generated from '`
1007           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1008         `' by configure.'
1009     if test x"$ac_file" != x-; then
1010       configure_input="$ac_file.  $configure_input"
1011       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1012 $as_echo "$as_me: creating $ac_file" >&6;}
1013     fi
1014     # Neutralize special characters interpreted by sed in replacement strings.
1015     case $configure_input in #(
1016     *\&* | *\|* | *\\* )
1017        ac_sed_conf_input=`$as_echo "$configure_input" |
1018        sed 's/[\\\\&|]/\\\\&/g'`;; #(
1019     *) ac_sed_conf_input=$configure_input;;
1020     esac
1021
1022     case $ac_tag in
1023     *:-:* | *:-) cat >"$tmp/stdin" \
1024       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1025 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1026    { (exit 1); exit 1; }; } ;;
1027     esac
1028     ;;
1029   esac
1030
1031   ac_dir=`$as_dirname -- "$ac_file" ||
1032 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1033          X"$ac_file" : 'X\(//\)[^/]' \| \
1034          X"$ac_file" : 'X\(//\)$' \| \
1035          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1036 $as_echo X"$ac_file" |
1037     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1038             s//\1/
1039             q
1040           }
1041           /^X\(\/\/\)[^/].*/{
1042             s//\1/
1043             q
1044           }
1045           /^X\(\/\/\)$/{
1046             s//\1/
1047             q
1048           }
1049           /^X\(\/\).*/{
1050             s//\1/
1051             q
1052           }
1053           s/.*/./; q'`
1054   { as_dir="$ac_dir"
1055   case $as_dir in #(
1056   -*) as_dir=./$as_dir;;
1057   esac
1058   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1059     as_dirs=
1060     while :; do
1061       case $as_dir in #(
1062       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1063       *) as_qdir=$as_dir;;
1064       esac
1065       as_dirs="'$as_qdir' $as_dirs"
1066       as_dir=`$as_dirname -- "$as_dir" ||
1067 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1068          X"$as_dir" : 'X\(//\)[^/]' \| \
1069          X"$as_dir" : 'X\(//\)$' \| \
1070          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1071 $as_echo X"$as_dir" |
1072     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1073             s//\1/
1074             q
1075           }
1076           /^X\(\/\/\)[^/].*/{
1077             s//\1/
1078             q
1079           }
1080           /^X\(\/\/\)$/{
1081             s//\1/
1082             q
1083           }
1084           /^X\(\/\).*/{
1085             s//\1/
1086             q
1087           }
1088           s/.*/./; q'`
1089       test -d "$as_dir" && break
1090     done
1091     test -z "$as_dirs" || eval "mkdir $as_dirs"
1092   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1093 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1094    { (exit 1); exit 1; }; }; }
1095   ac_builddir=.
1096
1097 case "$ac_dir" in
1098 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1099 *)
1100   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1101   # A ".." for each directory in $ac_dir_suffix.
1102   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1103   case $ac_top_builddir_sub in
1104   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1105   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1106   esac ;;
1107 esac
1108 ac_abs_top_builddir=$ac_pwd
1109 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1110 # for backward compatibility:
1111 ac_top_builddir=$ac_top_build_prefix
1112
1113 case $srcdir in
1114   .)  # We are building in place.
1115     ac_srcdir=.
1116     ac_top_srcdir=$ac_top_builddir_sub
1117     ac_abs_top_srcdir=$ac_pwd ;;
1118   [\\/]* | ?:[\\/]* )  # Absolute name.
1119     ac_srcdir=$srcdir$ac_dir_suffix;
1120     ac_top_srcdir=$srcdir
1121     ac_abs_top_srcdir=$srcdir ;;
1122   *) # Relative name.
1123     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1124     ac_top_srcdir=$ac_top_build_prefix$srcdir
1125     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1126 esac
1127 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1128
1129
1130   case $ac_mode in
1131   :F)
1132   #
1133   # CONFIG_FILE
1134   #
1135
1136   case $INSTALL in
1137   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1138   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1139   esac
1140   ac_MKDIR_P=$MKDIR_P
1141   case $MKDIR_P in
1142   [\\/$]* | ?:[\\/]* ) ;;
1143   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1144   esac
1145 # If the template does not know about datarootdir, expand it.
1146 # FIXME: This hack should be removed a few years after 2.60.
1147 ac_datarootdir_hack=; ac_datarootdir_seen=
1148
1149 ac_sed_dataroot='
1150 /datarootdir/ {
1151   p
1152   q
1153 }
1154 /@datadir@/p
1155 /@docdir@/p
1156 /@infodir@/p
1157 /@localedir@/p
1158 /@mandir@/p
1159 '
1160 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1161 *datarootdir*) ac_datarootdir_seen=yes;;
1162 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1163   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1164 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1165   ac_datarootdir_hack='
1166   s&@datadir@&${datarootdir}&g
1167   s&@docdir@&/usr/share/doc&g
1168   s&@infodir@&${datarootdir}/info&g
1169   s&@localedir@&${datarootdir}/locale&g
1170   s&@mandir@&/usr/share/man&g
1171     s&\${datarootdir}&${prefix}/share&g' ;;
1172 esac
1173 ac_sed_extra="
1174
1175 :t
1176 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1177 s|@configure_input@|$ac_sed_conf_input|;t t
1178 s&@top_builddir@&$ac_top_builddir_sub&;t t
1179 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1180 s&@srcdir@&$ac_srcdir&;t t
1181 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1182 s&@top_srcdir@&$ac_top_srcdir&;t t
1183 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1184 s&@builddir@&$ac_builddir&;t t
1185 s&@abs_builddir@&$ac_abs_builddir&;t t
1186 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1187 s&@INSTALL@&$ac_INSTALL&;t t
1188 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1189 $ac_datarootdir_hack
1190 "
1191 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1192   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1193 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1194    { (exit 1); exit 1; }; }
1195
1196 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1197   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1198   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1199   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1200 which seems to be undefined.  Please make sure it is defined." >&5
1201 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1202 which seems to be undefined.  Please make sure it is defined." >&2;}
1203
1204   rm -f "$tmp/stdin"
1205   case $ac_file in
1206   -) cat "$tmp/out" && rm -f "$tmp/out";;
1207   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1208   esac \
1209   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1210 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1211    { (exit 1); exit 1; }; }
1212  ;;
1213   :H)
1214   #
1215   # CONFIG_HEADER
1216   #
1217   if test x"$ac_file" != x-; then
1218     {
1219       $as_echo "/* $configure_input  */" \
1220       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1221     } >"$tmp/config.h" \
1222       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1223 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1224    { (exit 1); exit 1; }; }
1225     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1226       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1227 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1228     else
1229       rm -f "$ac_file"
1230       mv "$tmp/config.h" "$ac_file" \
1231         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1232 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1233    { (exit 1); exit 1; }; }
1234     fi
1235   else
1236     $as_echo "/* $configure_input  */" \
1237       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1238       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1239 $as_echo "$as_me: error: could not create -" >&2;}
1240    { (exit 1); exit 1; }; }
1241   fi
1242 # Compute "$ac_file"'s index in $config_headers.
1243 _am_arg="$ac_file"
1244 _am_stamp_count=1
1245 for _am_header in $config_headers :; do
1246   case $_am_header in
1247     $_am_arg | $_am_arg:* )
1248       break ;;
1249     * )
1250       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1251   esac
1252 done
1253 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1254 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1255          X"$_am_arg" : 'X\(//\)[^/]' \| \
1256          X"$_am_arg" : 'X\(//\)$' \| \
1257          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1258 $as_echo X"$_am_arg" |
1259     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1260             s//\1/
1261             q
1262           }
1263           /^X\(\/\/\)[^/].*/{
1264             s//\1/
1265             q
1266           }
1267           /^X\(\/\/\)$/{
1268             s//\1/
1269             q
1270           }
1271           /^X\(\/\).*/{
1272             s//\1/
1273             q
1274           }
1275           s/.*/./; q'`/stamp-h$_am_stamp_count
1276  ;;
1277
1278   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1279 $as_echo "$as_me: executing $ac_file commands" >&6;}
1280  ;;
1281   esac
1282
1283
1284   case $ac_file$ac_mode in
1285     "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1286   # Strip MF so we end up with the name of the file.
1287   mf=`echo "$mf" | sed -e 's/:.*$//'`
1288   # Check whether this is an Automake generated Makefile or not.
1289   # We used to match only the files named `Makefile.in', but
1290   # some people rename them; so instead we look at the file content.
1291   # Grep'ing the first line is not enough: some people post-process
1292   # each Makefile.in and add a new line on top of each file to say so.
1293   # Grep'ing the whole file is not good either: AIX grep has a line
1294   # limit of 2048, but all sed's we know have understand at least 4000.
1295   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1296     dirpart=`$as_dirname -- "$mf" ||
1297 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1298          X"$mf" : 'X\(//\)[^/]' \| \
1299          X"$mf" : 'X\(//\)$' \| \
1300          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1301 $as_echo X"$mf" |
1302     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1303             s//\1/
1304             q
1305           }
1306           /^X\(\/\/\)[^/].*/{
1307             s//\1/
1308             q
1309           }
1310           /^X\(\/\/\)$/{
1311             s//\1/
1312             q
1313           }
1314           /^X\(\/\).*/{
1315             s//\1/
1316             q
1317           }
1318           s/.*/./; q'`
1319   else
1320     continue
1321   fi
1322   # Extract the definition of DEPDIR, am__include, and am__quote
1323   # from the Makefile without running `make'.
1324   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1325   test -z "$DEPDIR" && continue
1326   am__include=`sed -n 's/^am__include = //p' < "$mf"`
1327   test -z "am__include" && continue
1328   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1329   # When using ansi2knr, U may be empty or an underscore; expand it
1330   U=`sed -n 's/^U = //p' < "$mf"`
1331   # Find all dependency output files, they are included files with
1332   # $(DEPDIR) in their names.  We invoke sed twice because it is the
1333   # simplest approach to changing $(DEPDIR) to its actual value in the
1334   # expansion.
1335   for file in `sed -n "
1336     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1337        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1338     # Make sure the directory exists.
1339     test -f "$dirpart/$file" && continue
1340     fdir=`$as_dirname -- "$file" ||
1341 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1342          X"$file" : 'X\(//\)[^/]' \| \
1343          X"$file" : 'X\(//\)$' \| \
1344          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1345 $as_echo X"$file" |
1346     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1347             s//\1/
1348             q
1349           }
1350           /^X\(\/\/\)[^/].*/{
1351             s//\1/
1352             q
1353           }
1354           /^X\(\/\/\)$/{
1355             s//\1/
1356             q
1357           }
1358           /^X\(\/\).*/{
1359             s//\1/
1360             q
1361           }
1362           s/.*/./; q'`
1363     { as_dir=$dirpart/$fdir
1364   case $as_dir in #(
1365   -*) as_dir=./$as_dir;;
1366   esac
1367   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1368     as_dirs=
1369     while :; do
1370       case $as_dir in #(
1371       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1372       *) as_qdir=$as_dir;;
1373       esac
1374       as_dirs="'$as_qdir' $as_dirs"
1375       as_dir=`$as_dirname -- "$as_dir" ||
1376 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1377          X"$as_dir" : 'X\(//\)[^/]' \| \
1378          X"$as_dir" : 'X\(//\)$' \| \
1379          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1380 $as_echo X"$as_dir" |
1381     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1382             s//\1/
1383             q
1384           }
1385           /^X\(\/\/\)[^/].*/{
1386             s//\1/
1387             q
1388           }
1389           /^X\(\/\/\)$/{
1390             s//\1/
1391             q
1392           }
1393           /^X\(\/\).*/{
1394             s//\1/
1395             q
1396           }
1397           s/.*/./; q'`
1398       test -d "$as_dir" && break
1399     done
1400     test -z "$as_dirs" || eval "mkdir $as_dirs"
1401   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1402 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1403    { (exit 1); exit 1; }; }; }
1404     # echo "creating $dirpart/$file"
1405     echo '# dummy' > "$dirpart/$file"
1406   done
1407 done
1408  ;;
1409     "default-1":C) for ac_file in $CONFIG_FILES; do
1410         # Support "outfile[:infile[:infile...]]"
1411         case "$ac_file" in
1412           *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1413         esac
1414         # PO directories have a Makefile.in generated from Makefile.in.in.
1415         case "$ac_file" in */Makefile.in)
1416           # Adjust a relative srcdir.
1417           ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
1418           ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
1419           ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
1420           # In autoconf-2.13 it is called $ac_given_srcdir.
1421           # In autoconf-2.50 it is called $srcdir.
1422           test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
1423           case "$ac_given_srcdir" in
1424             .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
1425             /*) top_srcdir="$ac_given_srcdir" ;;
1426             *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
1427           esac
1428           if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
1429             rm -f "$ac_dir/POTFILES"
1430             test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
1431             sed -e "/^#/d" -e "/^[      ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," -e "\$s/\(.*\) \\\\/\1/" < "$ac_given_srcdir/$ac_dir/POTFILES.in" > "$ac_dir/POTFILES"
1432             test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
1433             sed -e "/POTFILES =/r $ac_dir/POTFILES" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
1434           fi
1435           ;;
1436         esac
1437       done ;;
1438
1439   esac
1440 done # for ac_tag
1441
1442
1443 { (exit 0); exit 0; }