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.
10 SHELL=${CONFIG_SHELL-/bin/sh}
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
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
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+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
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
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
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'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68 as_echo_n='sh -c $as_echo_n_body as_echo'
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
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.)
98 # Find who we are. Look in the path if we contain no directory separator.
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
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
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; }
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
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
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 ||
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
178 test "x$as_lineno_1" != "x$as_lineno_2" &&
179 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
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
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. :-)
202 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
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; }; }
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).
214 # Exit status is that of the last command.
219 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
225 ECHO_C= ECHO_N= ECHO_T=
229 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
235 if expr a : '\(a\)' >/dev/null 2>&1 &&
236 test "X`expr 00001 : '.*\(...\)'`" = X001; then
242 rm -f conf$$ conf$$.exe conf$$.file
243 if test -d conf$$.dir; then
244 rm -f conf$$.dir/conf$$.file
247 mkdir conf$$.dir 2>/dev/null
249 if (echo >conf$$.file) 2>/dev/null; then
250 if ln -s conf$$.file conf$$ 2>/dev/null; then
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 ||
258 elif ln conf$$.file conf$$ 2>/dev/null; then
266 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267 rmdir conf$$.dir 2>/dev/null
269 if mkdir -p . 2>/dev/null; then
272 test -d ./-p && rmdir ./-p
276 if test -x / >/dev/null 2>&1; then
279 if ls -dL / >/dev/null 2>&1; then
286 if test -d "$1"; then
292 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
293 ???[sx]*):;;*)false;;esac;fi
297 as_executable_p=$as_test_x
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'"
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'"
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.
312 This file was extended by $as_me, which was
313 generated by GNU Autoconf 2.63. Invocation command line was
315 CONFIG_FILES = $CONFIG_FILES
316 CONFIG_HEADERS = $CONFIG_HEADERS
317 CONFIG_LINKS = $CONFIG_LINKS
318 CONFIG_COMMANDS = $CONFIG_COMMANDS
321 on `(hostname || uname -n) 2>/dev/null | sed 1q`
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"
330 \`$as_me' instantiates files from templates according to the
331 current configuration.
333 Usage: $0 [OPTION]... [FILE]...
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
349 Configuration headers:
352 Configuration commands:
355 Report bugs to <bug-autoconf@gnu.org>."
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'\"
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."
366 ac_pwd='/home/nightolo/debian-pkg/mutt/mutt/obj-i486-linux-gnu-patched'
368 INSTALL='/usr/bin/install -c'
369 MKDIR_P='/bin/mkdir -p'
371 test -n "$AWK" || AWK=awk
372 # The default lists apply if the user does not specify any file.
378 ac_option=`expr "X$1" : 'X\([^=]*\)='`
379 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
390 # Handling of the options.
391 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
393 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
394 $as_echo "$ac_cs_version"; exit ;;
395 --debug | --debu | --deb | --de | --d | -d )
397 --file | --fil | --fi | --f )
400 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
402 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
403 ac_need_defaults=false;;
404 --header | --heade | --head | --hea )
407 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
409 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
410 ac_need_defaults=false;;
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)
423 -*) { $as_echo "$as_me: error: unrecognized option: $1
424 Try \`$0 --help' for more information." >&2
425 { (exit 1); exit 1; }; } ;;
427 *) ac_config_targets="$ac_config_targets $1"
428 ac_need_defaults=false ;;
434 ac_configure_extra_args=
436 if $ac_cs_silent; then
438 ac_configure_extra_args="$ac_configure_extra_args --silent"
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
444 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
445 CONFIG_SHELL='/bin/sh'
453 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
454 ## Running $as_me. ##
462 AMDEP_TRUE="#" ac_aux_dir=".."
466 # Handling of arguments.
467 for ac_config_target in $ac_config_targets
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" ;;
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; }; };;
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
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'.
511 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
513 trap '{ (exit 1); exit 1; }' 1 2 13 15
515 # Create a (secure) tmp directory for tmp files.
518 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
519 test -n "$tmp" && test -d "$tmp"
523 (umask 077 && mkdir "$tmp")
526 $as_echo "$as_me: cannot create a temporary directory in ." >&2
527 { (exit 1); exit 1; }
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
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
544 echo 'BEGIN {' >"$tmp/subs1.awk" &&
545 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
548 S["OSPCAT"]="/usr/bin/ospcat"
549 S["INTL_LIBTOOL_SUFFIX_PREFIX"]=""
550 S["MKINSTALLDIRS"]="../mkinstalldirs"
552 S["INSTOBJEXT"]=".mo"
553 S["DATADIRNAME"]="share"
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"
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"
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"]="#"
585 S["GNUTLS_LIBS"]="-lgnutls "
586 S["GNUTLS_CFLAGS"]=" "
587 S["PKG_CONFIG"]="/usr/bin/pkg-config"
588 S["USE_GSS_FALSE"]="#"
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)"
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"
603 S["GPGME_CONFIG"]="/usr/bin/gpgme-config"
604 S["SENDMAIL"]="/usr/sbin/sendmail"
605 S["DEBUGGER"]="/usr/bin/gdb"
607 S["GDB"]="/usr/bin/gdb"
613 S["host_os"]="linux-gnu"
614 S["host_vendor"]="pc"
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"
624 S["am__fastdepCC_FALSE"]=""
625 S["am__fastdepCC_TRUE"]="#"
626 S["CCDEPMODE"]="depmode=none"
627 S["AMDEPBACKSLASH"]=""
631 S["am__include"]="include"
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"
640 S["CONFIG_STATUS_DEPENDENCIES"]="$(top_srcdir)/VERSION"
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"]="."
650 S["mkdir_p"]="/bin/mkdir -p"
651 S["MKDIR_P"]="/bin/mkdir -p"
652 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
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"
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}"
669 S["build_alias"]="i486-linux-gnu"
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,"
696 S["exec_prefix"]="${prefix}"
697 S["PACKAGE_BUGREPORT"]=""
698 S["PACKAGE_STRING"]=""
699 S["PACKAGE_VERSION"]=""
700 S["PACKAGE_TARNAME"]=""
702 S["PATH_SEPARATOR"]=":"
705 cat >>"$tmp/subs1.awk" <<_ACAWK &&
706 for (key in S) S_is_set[key] = 1
712 nfields = split(line, field, "@")
714 len = length(field[1])
715 for (i = 2; i < nfields; i++) {
720 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
721 len += length(value) + length(field[++i])
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"
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"
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 ||
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"
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"
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"
794 D["HAVE_USE_DEFAULT_COLORS"]=" 1"
795 D["HAVE_RESIZETERM"]=" 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"
828 D["DL_STANDALONE"]=" 1"
832 D["HAVE_SYS_SELECT_H"]=" 1"
833 D["HAVE_GETADDRINFO"]=" 1"
837 D["USE_SSL_GNUTLS"]=" 1"
838 D["HAVE_LIBSASL2"]=" 1"
842 D["HAVE_DIRENT_D_INO"]=" 1"
843 D["USE_COMPRESSED"]=" 1"
844 D["EXECSHELL"]=" \"/bin/sh\""
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"
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"
886 D["HAVE_LANGINFO_CODESET"]=" 1"
887 D["HAVE_LC_MESSAGES"]=" 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
921 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
923 split(line, arg, " ")
928 defundef = substr(arg[1], 2)
931 split(mac1, mac2, "(") #)
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]
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, "*/"
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"
956 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
961 :[FHLC]) ac_mode=$ac_tag; continue;;
963 case $ac_mode$ac_tag in
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; }; };;
969 :[FH]*) ac_tag=$ac_tag:$ac_tag.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 `:'.
993 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
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; }; };;
999 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1000 ac_file_inputs="$ac_file_inputs '$ac_f'"
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'
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;}
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;;
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; }; } ;;
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1056 -*) as_dir=./$as_dir;;
1058 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1062 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1063 *) as_qdir=$as_dir;;
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1089 test -d "$as_dir" && break
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; }; }; }
1098 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
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/ ;;
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
1114 .) # We are building in place.
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 ;;
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 ;;
1127 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1137 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1138 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1142 [\\/$]* | ?:[\\/]* ) ;;
1143 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
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=
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' ;;
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
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; }; }
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;}
1206 -) cat "$tmp/out" && rm -f "$tmp/out";;
1207 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
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; }; }
1217 if test x"$ac_file" != x-; then
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;}
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; }; }
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; }; }
1242 # Compute "$ac_file"'s index in $config_headers.
1245 for _am_header in $config_headers :; do
1247 $_am_arg | $_am_arg:* )
1250 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1275 s/.*/./; q'`/stamp-h$_am_stamp_count
1278 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1279 $as_echo "$as_me: executing $ac_file commands" >&6;}
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 ||
1302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
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
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 ||
1346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1363 { as_dir=$dirpart/$fdir
1365 -*) as_dir=./$as_dir;;
1367 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1371 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1372 *) as_qdir=$as_dir;;
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1398 test -d "$as_dir" && break
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"
1409 "default-1":C) for ac_file in $CONFIG_FILES; do
1410 # Support "outfile[:infile[:infile...]]"
1412 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
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" ;;
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"
1443 { (exit 0); exit 0; }