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
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10SHELL=${CONFIG_SHELL-/bin/sh}
11## --------------------- ##
12## M4sh Initialization.  ##
13## --------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if 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
24else
25  case `(set -o) 2>/dev/null` in
26  *posix*) set -o posix ;;
27esac
28
29fi
30
31
32
33
34# PATH needs CR
35# Avoid depending upon Character Ranges.
36as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39as_cr_digits='0123456789'
40as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42as_nl='
43'
44export as_nl
45# Printing a long string crashes Solaris 7 /usr/bin/printf.
46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49if (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'
52else
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'
72fi
73
74# The user is always right.
75if 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  }
81fi
82
83# Support unset when possible.
84if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85  as_unset=unset
86else
87  as_unset=false
88fi
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.)
96IFS=" ""	$as_nl"
97
98# Find who we are.  Look in the path if we contain no directory separator.
99case $0 in
100  *[\\/]* ) as_myself=$0 ;;
101  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102for as_dir in $PATH
103do
104  IFS=$as_save_IFS
105  test -z "$as_dir" && as_dir=.
106  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107done
108IFS=$as_save_IFS
109
110     ;;
111esac
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.
114if test "x$as_myself" = x; then
115  as_myself=$0
116fi
117if 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; }
120fi
121
122# Work around bugs in pre-3.0 UWIN ksh.
123for as_var in ENV MAIL MAILPATH
124do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125done
126PS1='$ '
127PS2='> '
128PS4='+ '
129
130# NLS nuisances.
131LC_ALL=C
132export LC_ALL
133LANGUAGE=C
134export LANGUAGE
135
136# Required to use basename.
137if expr a : '\(a\)' >/dev/null 2>&1 &&
138   test "X`expr 00001 : '.*\(...\)'`" = X001; then
139  as_expr=expr
140else
141  as_expr=false
142fi
143
144if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145  as_basename=basename
146else
147  as_basename=false
148fi
149
150
151# Name of the executable.
152as_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
219if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
220  as_dirname=dirname
221else
222  as_dirname=false
223fi
224
225ECHO_C= ECHO_N= ECHO_T=
226case `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';;
234esac
235if expr a : '\(a\)' >/dev/null 2>&1 &&
236   test "X`expr 00001 : '.*\(...\)'`" = X001; then
237  as_expr=expr
238else
239  as_expr=false
240fi
241
242rm -f conf$$ conf$$.exe conf$$.file
243if test -d conf$$.dir; then
244  rm -f conf$$.dir/conf$$.file
245else
246  rm -f conf$$.dir
247  mkdir conf$$.dir 2>/dev/null
248fi
249if (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
263else
264  as_ln_s='cp -p'
265fi
266rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267rmdir conf$$.dir 2>/dev/null
268
269if mkdir -p . 2>/dev/null; then
270  as_mkdir_p=:
271else
272  test -d ./-p && rmdir ./-p
273  as_mkdir_p=false
274fi
275
276if test -x / >/dev/null 2>&1; then
277  as_test_x='test -x'
278else
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  '
296fi
297as_executable_p=$as_test_x
298
299# Sed expression to map a string onto a valid CPP name.
300as_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.
303as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
304
305
306exec 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.
311ac_log="
312This file was extended by $as_me, which was
313generated 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
321on `(hostname || uname -n) 2>/dev/null | sed 1q`
322"
323
324# Files that config.status was made for.
325config_files=" csharpcomp.sh:../build-aux/csharpcomp.sh.in csharpexec.sh:../build-aux/csharpexec.sh.in javacomp.sh:../build-aux/javacomp.sh.in javaexec.sh:../build-aux/javaexec.sh.in Makefile doc/Makefile intl/Makefile:../gettext-runtime/intl/Makefile.in gnulib-lib/Makefile libgrep/Makefile src/Makefile src/user-email:src/user-email.sh.in libgettextpo/Makefile libgettextpo/exported.sh po/Makefile.in projects/Makefile styles/Makefile misc/Makefile misc/gettextize misc/autopoint man/Makefile man/x-to-1 m4/Makefile tests/Makefile gnulib-tests/Makefile"
326config_headers=" config.h"
327config_commands=" depfiles po-directories"
328
329ac_cs_usage="\
330\`$as_me' instantiates files from templates according to the
331current configuration.
332
333Usage: $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
346Configuration files:
347$config_files
348
349Configuration headers:
350$config_headers
351
352Configuration commands:
353$config_commands
354
355Report bugs to <bug-autoconf@gnu.org>."
356
357ac_cs_version="\
358config.status
359configured by ./configure, generated by GNU Autoconf 2.63,
360  with options \"'--prefix=/usr' 'LDFLAGS=-L\${PKG_INSTALL_DIR}/usr/lib' 'CXXFLAGS=-I\${PKG_INSTALL_DIR}/usr/include' 'CFLAGS=-I\${PKG_INSTALL_DIR}/usr/include' '--host=mipsel-uclibc-linux' '--build=mipsel-uclibc-linux-gnu26' '--target=mipsel-uclibc-linux-gnu26' 'CC=mipsel-linux-uclibc-gcc' 'CXX=mipsel-linux-uclibc-g++' 'STRIP=mipsel-linux-linux26-strip' 'AR=mipsel-linux-linux26-ar' 'NM=mipsel-linux-linux26-nm' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'target_alias=mipsel-uclibc-linux-gnu26' '--cache-file=/dev/null' '--srcdir=.' 'CPP=mipsel-linux-uclibc-gcc -E'\"
361
362Copyright (C) 2008 Free Software Foundation, Inc.
363This config.status script is free software; the Free Software Foundation
364gives unlimited permission to copy, distribute and modify it."
365
366ac_pwd='${TIMEMACHINE_PATH}/gettext-0.17/gettext-tools'
367srcdir='.'
368INSTALL='/usr/bin/install -c'
369MKDIR_P='/bin/mkdir -p'
370AWK='gawk'
371test -n "$AWK" || AWK=awk
372# The default lists apply if the user does not specify any file.
373ac_need_defaults=:
374while test $# != 0
375do
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
414Try \`$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
424Try \`$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
432done
433
434ac_configure_extra_args=
435
436if $ac_cs_silent; then
437  exec 6>/dev/null
438  ac_configure_extra_args="$ac_configure_extra_args --silent"
439fi
440
441if $ac_cs_recheck; then
442  set X '/bin/sh' './configure'  '--prefix=/usr' 'LDFLAGS=-L${PKG_INSTALL_DIR}/usr/lib' 'CXXFLAGS=-I${PKG_INSTALL_DIR}/usr/include' 'CFLAGS=-I${PKG_INSTALL_DIR}/usr/include' '--host=mipsel-uclibc-linux' '--build=mipsel-uclibc-linux-gnu26' '--target=mipsel-uclibc-linux-gnu26' 'CC=mipsel-linux-uclibc-gcc' 'CXX=mipsel-linux-uclibc-g++' 'STRIP=mipsel-linux-linux26-strip' 'AR=mipsel-linux-linux26-ar' 'NM=mipsel-linux-linux26-nm' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'target_alias=mipsel-uclibc-linux-gnu26' '--cache-file=/dev/null' '--srcdir=.' 'CPP=mipsel-linux-uclibc-gcc -E' $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 "$@"
448fi
449
450exec 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#
462AMDEP_TRUE="" ac_aux_dir="../build-aux"
463# Capture the value of obsolete ALL_LINGUAS because we need it to compute
464    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
465    # from automake < 1.5.
466    eval 'OBSOLETE_ALL_LINGUAS''=""'
467    # Capture the value of LINGUAS because we need it to compute CATALOGS.
468    LINGUAS="%UNSET%"
469
470
471
472# Handling of arguments.
473for ac_config_target in $ac_config_targets
474do
475  case $ac_config_target in
476    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
477    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
478    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
479    "csharpcomp.sh") CONFIG_FILES="$CONFIG_FILES csharpcomp.sh:../build-aux/csharpcomp.sh.in" ;;
480    "csharpexec.sh") CONFIG_FILES="$CONFIG_FILES csharpexec.sh:../build-aux/csharpexec.sh.in" ;;
481    "javacomp.sh") CONFIG_FILES="$CONFIG_FILES javacomp.sh:../build-aux/javacomp.sh.in" ;;
482    "javaexec.sh") CONFIG_FILES="$CONFIG_FILES javaexec.sh:../build-aux/javaexec.sh.in" ;;
483    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
484    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
485    "intl/Makefile") CONFIG_FILES="$CONFIG_FILES intl/Makefile:../gettext-runtime/intl/Makefile.in" ;;
486    "gnulib-lib/Makefile") CONFIG_FILES="$CONFIG_FILES gnulib-lib/Makefile" ;;
487    "libgrep/Makefile") CONFIG_FILES="$CONFIG_FILES libgrep/Makefile" ;;
488    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
489    "src/user-email") CONFIG_FILES="$CONFIG_FILES src/user-email:src/user-email.sh.in" ;;
490    "libgettextpo/Makefile") CONFIG_FILES="$CONFIG_FILES libgettextpo/Makefile" ;;
491    "libgettextpo/exported.sh") CONFIG_FILES="$CONFIG_FILES libgettextpo/exported.sh" ;;
492    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
493    "projects/Makefile") CONFIG_FILES="$CONFIG_FILES projects/Makefile" ;;
494    "styles/Makefile") CONFIG_FILES="$CONFIG_FILES styles/Makefile" ;;
495    "misc/Makefile") CONFIG_FILES="$CONFIG_FILES misc/Makefile" ;;
496    "misc/gettextize") CONFIG_FILES="$CONFIG_FILES misc/gettextize" ;;
497    "misc/autopoint") CONFIG_FILES="$CONFIG_FILES misc/autopoint" ;;
498    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
499    "man/x-to-1") CONFIG_FILES="$CONFIG_FILES man/x-to-1" ;;
500    "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
501    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
502    "gnulib-tests/Makefile") CONFIG_FILES="$CONFIG_FILES gnulib-tests/Makefile" ;;
503
504  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
505$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
506   { (exit 1); exit 1; }; };;
507  esac
508done
509
510
511# If the user did not use the arguments to specify the items to instantiate,
512# then the envvar interface is used.  Set only those that are not.
513# We use the long form for the default assignment because of an extremely
514# bizarre bug on SunOS 4.1.3.
515if $ac_need_defaults; then
516  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
517  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
518  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
519fi
520
521# Have a temporary directory for convenience.  Make it in the build tree
522# simply because there is no reason against having it here, and in addition,
523# creating and moving files from /tmp can sometimes cause problems.
524# Hook for its removal unless debugging.
525# Note that there is a small window in which the directory will not be cleaned:
526# after its creation but before its name has been assigned to `$tmp'.
527$debug ||
528{
529  tmp=
530  trap 'exit_status=$?
531  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
532' 0
533  trap '{ (exit 1); exit 1; }' 1 2 13 15
534}
535# Create a (secure) tmp directory for tmp files.
536
537{
538  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
539  test -n "$tmp" && test -d "$tmp"
540}  ||
541{
542  tmp=./conf$$-$RANDOM
543  (umask 077 && mkdir "$tmp")
544} ||
545{
546   $as_echo "$as_me: cannot create a temporary directory in ." >&2
547   { (exit 1); exit 1; }
548}
549
550# Set up the scripts for CONFIG_FILES section.
551# No need to generate them if there are no CONFIG_FILES.
552# This happens for instance with `./config.status config.h'.
553if test -n "$CONFIG_FILES"; then
554
555if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
556  ac_cs_awk_getline=:
557  ac_cs_awk_pipe_init=
558  ac_cs_awk_read_file='
559      while ((getline aline < (F[key])) > 0)
560	print(aline)
561      close(F[key])'
562  ac_cs_awk_pipe_fini=
563else
564  ac_cs_awk_getline=false
565  ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
566  ac_cs_awk_read_file='
567      print "|#_!!_#|"
568      print "cat " F[key] " &&"
569      '$ac_cs_awk_pipe_init
570  # The final `:' finishes the AND list.
571  ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
572fi
573ac_cr='
574'
575ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
576if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
577  ac_cs_awk_cr='\\r'
578else
579  ac_cs_awk_cr=$ac_cr
580fi
581
582echo 'BEGIN {' >"$tmp/subs1.awk" &&
583cat >>"$tmp/subs1.awk" <<\_ACAWK &&
584F["relocatable_sh"]="../build-aux/relocatable.sh.in"
585_ACAWK
586cat >>"$tmp/subs1.awk" <<\_ACAWK &&
587S["gtpo_LTLIBOBJS"]=" strnlen.lo wcwidth.lo"
588S["gtpo_LIBOBJS"]=" strnlen.o wcwidth.o"
589S["gl_LTLIBOBJS"]=" acl.lo argmatch.lo asnprintf.lo canonicalize-lgpl.lo file-has-acl.lo fnmatch.lo gettimeofday.lo printf-args.lo printf-parse.lo safe-read.lo safe-wr"\
590"ite.lo strnlen.lo tempname.lo tparm.lo tputs.lo vasnprintf.lo wcwidth.lo"
591S["gl_LIBOBJS"]=" acl.o argmatch.o asnprintf.o canonicalize-lgpl.o file-has-acl.o fnmatch.o gettimeofday.o printf-args.o printf-parse.o safe-read.o safe-write.o strn"\
592"len.o tempname.o tparm.o tputs.o vasnprintf.o wcwidth.o"
593S["LTLIBOBJS"]=""
594S["LIBOBJS"]=""
595S["subdirs"]=" examples"
596S["TESTLIBASPRINTF"]="yes"
597S["LOCALE_JA"]="none"
598S["CROSS_COMPILING"]="yes"
599S["PERL"]="/usr/bin/perl"
600S["TEXI2PDF"]="/usr/bin/texi2pdf"
601S["DVIPS"]="/usr/bin/dvips"
602S["aclocaldir"]="${datadir}/aclocal"
603S["lispdir"]="${datadir}/emacs/site-lisp"
604S["EMACSLOADPATH"]=""
605S["EMACS"]="no"
606S["HAVE_GLOBAL_SYMBOL_PIPE"]="1"
607S["GLOBAL_SYMBOL_PIPE"]="sed -n -e 's/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2 \\2/p'"
608S["NM"]="mipsel-linux-linux26-nm"
609S["LIBEXPAT_PREFIX"]=""
610S["HAVE_LIBEXPAT"]=""
611S["LTLIBEXPAT"]="-ldl"
612S["LIBEXPAT"]="-ldl"
613S["WOE32DLL_FALSE"]=""
614S["WOE32DLL_TRUE"]="#"
615S["LIBGREPOBJS"]=" regex.o"
616S["WCTYPE_H"]="wctype.h"
617S["HAVE_WCTYPE_H"]="0"
618S["NEXT_WCTYPE_H"]=""
619S["HAVE_WINT_T"]="0"
620S["HAVE_ISWCNTRL"]="0"
621S["NEXT_WCHAR_H"]="<wchar.h>"
622S["HAVE_WCHAR_H"]="0"
623S["WCHAR_H"]="wchar.h"
624S["REPLACE_WCWIDTH"]="1"
625S["HAVE_DECL_WCWIDTH"]="0"
626S["GNULIB_WCWIDTH"]="1"
627S["EOVERFLOW"]=""
628S["HAVE_UNISTD_H"]="1"
629S["NEXT_UNISTD_H"]="<unistd.h>"
630S["INCTERMINFO"]=""
631S["LTLIBTERMINFO"]=""
632S["LIBTERMINFO"]=""
633S["SYS_STAT_H"]="sys/stat.h"
634S["NEXT_SYS_STAT_H"]="<sys/stat.h>"
635S["HAVE_IO_H"]="0"
636S["HAVE_DECL_MKDIR"]="1"
637S["HAVE_LSTAT"]="1"
638S["NEXT_STRING_H"]="<string.h>"
639S["NEXT_STDLIB_H"]="<stdlib.h>"
640S["NEXT_STDIO_H"]="<stdio.h>"
641S["STDINT_H"]="stdint.h"
642S["WINT_T_SUFFIX"]=""
643S["WCHAR_T_SUFFIX"]=""
644S["SIZE_T_SUFFIX"]="u"
645S["SIG_ATOMIC_T_SUFFIX"]=""
646S["PTRDIFF_T_SUFFIX"]=""
647S["HAVE_SIGNED_WINT_T"]="0"
648S["HAVE_SIGNED_WCHAR_T"]="1"
649S["HAVE_SIGNED_SIG_ATOMIC_T"]="1"
650S["BITSIZEOF_WINT_T"]="0"
651S["BITSIZEOF_WCHAR_T"]="32"
652S["BITSIZEOF_SIZE_T"]="32"
653S["BITSIZEOF_SIG_ATOMIC_T"]="32"
654S["BITSIZEOF_PTRDIFF_T"]="32"
655S["HAVE_SYS_BITYPES_H"]="1"
656S["HAVE_SYS_INTTYPES_H"]="0"
657S["HAVE_STDINT_H"]="1"
658S["NEXT_STDINT_H"]="<stdint.h>"
659S["HAVE_SYS_TYPES_H"]="1"
660S["HAVE_INTTYPES_H"]="1"
661S["HAVE_UNSIGNED_LONG_LONG_INT"]="1"
662S["HAVE_LONG_LONG_INT"]="1"
663S["HAVE__BOOL"]="1"
664S["STDBOOL_H"]=""
665S["NEXT_SIGNAL_H"]="<signal.h>"
666S["HAVE_SIGSET_T"]="1"
667S["HAVE_POSIX_SIGNALBLOCKING"]="1"
668S["GNULIB_SIGPROCMASK"]="1"
669S["RELOCATABLE_BUILD_DIR"]="$(top_builddir)/gnulib-lib"
670S["RELOCATABLE_SRC_DIR"]="$(top_srcdir)/gnulib-lib"
671S["RELOCATABLE_CONFIG_H_DIR"]="$(top_builddir)"
672S["RELOCATABLE_LIBRARY_PATH"]=""
673S["RELOCATABLE_VIA_LD_FALSE"]=""
674S["RELOCATABLE_VIA_LD_TRUE"]="#"
675S["INSTALL_PROGRAM_ENV"]=""
676S["RELOCATABLE_LDFLAGS"]=""
677S["RELOCATABLE"]="no"
678S["REPLACE_LSEEK"]="0"
679S["REPLACE_LCHOWN"]="0"
680S["REPLACE_GETCWD"]="0"
681S["REPLACE_FCHDIR"]="0"
682S["REPLACE_CHOWN"]="0"
683S["HAVE_DECL_GETLOGIN_R"]="1"
684S["HAVE_SLEEP"]="1"
685S["HAVE_READLINK"]="1"
686S["HAVE_FTRUNCATE"]="1"
687S["HAVE_DUP2"]="1"
688S["GNULIB_SLEEP"]="0"
689S["GNULIB_READLINK"]="1"
690S["GNULIB_LSEEK"]="0"
691S["GNULIB_LCHOWN"]="0"
692S["GNULIB_GETLOGIN_R"]="0"
693S["GNULIB_GETCWD"]="0"
694S["GNULIB_FTRUNCATE"]="0"
695S["GNULIB_FCHDIR"]="0"
696S["GNULIB_DUP2"]="0"
697S["GNULIB_CHOWN"]="0"
698S["OPENMP_CFLAGS"]="-fopenmp"
699S["NO_CXX"]=""
700S["LOCALE_ZH_CN"]="none"
701S["LOCALE_FR_UTF8"]="none"
702S["REPLACE_STRERROR"]="0"
703S["HAVE_DECL_STRERROR"]="1"
704S["HAVE_DECL_STRTOK_R"]="1"
705S["HAVE_STRCASESTR"]="1"
706S["HAVE_STRSEP"]="1"
707S["HAVE_STRPBRK"]="1"
708S["HAVE_DECL_STRNLEN"]="1"
709S["HAVE_DECL_STRNDUP"]="1"
710S["HAVE_STRNDUP"]="1"
711S["HAVE_DECL_STRDUP"]="1"
712S["HAVE_STRCHRNUL"]="1"
713S["HAVE_DECL_STRNCASECMP"]="1"
714S["HAVE_STRCASECMP"]="1"
715S["HAVE_STPNCPY"]="1"
716S["HAVE_STPCPY"]="1"
717S["HAVE_DECL_MEMRCHR"]="1"
718S["HAVE_MEMPCPY"]="1"
719S["HAVE_DECL_MEMMEM"]="1"
720S["GNULIB_STRERROR"]="1"
721S["GNULIB_MBSTOK_R"]="0"
722S["GNULIB_MBSSEP"]="0"
723S["GNULIB_MBSSPN"]="0"
724S["GNULIB_MBSPBRK"]="0"
725S["GNULIB_MBSCSPN"]="0"
726S["GNULIB_MBSCASESTR"]="0"
727S["GNULIB_MBSPCASECMP"]="0"
728S["GNULIB_MBSNCASECMP"]="0"
729S["GNULIB_MBSCASECMP"]="0"
730S["GNULIB_MBSSTR"]="1"
731S["GNULIB_MBSRCHR"]="0"
732S["GNULIB_MBSCHR"]="0"
733S["GNULIB_MBSNLEN"]="0"
734S["GNULIB_MBSLEN"]="1"
735S["GNULIB_STRTOK_R"]="0"
736S["GNULIB_STRCASESTR"]="0"
737S["GNULIB_STRSEP"]="0"
738S["GNULIB_STRPBRK"]="1"
739S["GNULIB_STRNLEN"]="1"
740S["GNULIB_STRNDUP"]="0"
741S["GNULIB_STRDUP"]="1"
742S["GNULIB_STRCHRNUL"]="0"
743S["GNULIB_STPNCPY"]="1"
744S["GNULIB_STPCPY"]="1"
745S["GNULIB_MEMRCHR"]="0"
746S["GNULIB_MEMPCPY"]="0"
747S["GNULIB_MEMMEM"]="0"
748S["REPLACE_PUTENV"]="0"
749S["REPLACE_MKSTEMP"]="0"
750S["HAVE_REALLOC_POSIX"]="1"
751S["HAVE_MKDTEMP"]="1"
752S["HAVE_GETSUBOPT"]="1"
753S["HAVE_CALLOC_POSIX"]="1"
754S["GNULIB_PUTENV"]="0"
755S["GNULIB_MKSTEMP"]="0"
756S["GNULIB_MKDTEMP"]="1"
757S["GNULIB_GETSUBOPT"]="0"
758S["GNULIB_CALLOC_POSIX"]="0"
759S["GNULIB_REALLOC_POSIX"]="1"
760S["GNULIB_MALLOC_POSIX"]="1"
761S["HAVE_MALLOC_POSIX"]="1"
762S["LIBSCHED"]="-lrt"
763S["LOCALE_H"]=""
764S["NEXT_LOCALE_H"]=""
765S["INCLUDED_LIBXML_FALSE"]="#"
766S["INCLUDED_LIBXML_TRUE"]=""
767S["LIBXML_H"]=" libxml/DOCBparser.h libxml/HTMLparser.h libxml/HTMLtree.h libxml/SAX2.h libxml/SAX.h libxml/c14n.h libxml/catalog.h libxml/chvalid.h libxml/debugXM"\
768"L.h libxml/dict.h libxml/encoding.h libxml/entities.h libxml/globals.h libxml/hash.h libxml/list.h libxml/nanoftp.h libxml/nanohttp.h libxml/parser."\
769"h libxml/parserInternals.h libxml/pattern.h libxml/relaxng.h libxml/schemasInternals.h libxml/schematron.h libxml/threads.h libxml/tree.h libxml/uri"\
770".h libxml/valid.h libxml/xinclude.h libxml/xlink.h libxml/xmlIO.h libxml/xmlautomata.h libxml/xmlerror.h libxml/xmlexports.h libxml/xmlmemory.h libx"\
771"ml/xmlmodule.h libxml/xmlreader.h libxml/xmlregexp.h libxml/xmlsave.h libxml/xmlschemas.h libxml/xmlschemastypes.h libxml/xmlstring.h libxml/xmlunic"\
772"ode.h libxml/xmlversion.h libxml/xmlwriter.h libxml/xpath.h libxml/xpathInternals.h libxml/xpointer.h"
773S["INCXML"]=""
774S["LTLIBXML"]=""
775S["LIBXML"]=""
776S["INCLUDED_LIBCROCO_FALSE"]="#"
777S["INCLUDED_LIBCROCO_TRUE"]=""
778S["INCCROCO"]=""
779S["LTLIBCROCO"]=""
780S["LIBCROCO"]=""
781S["INCLUDED_LIBGLIB_FALSE"]="#"
782S["INCLUDED_LIBGLIB_TRUE"]=""
783S["LIBGLIB_H"]=" glib.h glibconfig.h glib/ghash.h glib/glist.h glib/gprimes.h glib/gstrfuncs.h glib/gstring.h glib/gtypes.h"
784S["INCGLIB"]=""
785S["LTLIBGLIB"]=""
786S["LIBGLIB"]=""
787S["ICONV_H"]=""
788S["NEXT_ICONV_H"]="<iconv.h>"
789S["REPLACE_ICONV_UTF"]="0"
790S["REPLACE_ICONV_OPEN"]="0"
791S["REPLACE_ICONV"]="0"
792S["SYS_TIME_H"]="sys/time.h"
793S["REPLACE_GETTIMEOFDAY"]="1"
794S["HAVE_STRUCT_TIMEVAL"]="1"
795S["HAVE_SYS_TIME_H"]="1"
796S["NEXT_SYS_TIME_H"]="<sys/time.h>"
797S["GETOPT_H"]=""
798S["REPLACE_GETLINE"]="0"
799S["HAVE_DECL_GETLINE"]="1"
800S["HAVE_DECL_GETDELIM"]="1"
801S["REPLACE_FFLUSH"]="0"
802S["REPLACE_FTELL"]="0"
803S["REPLACE_FTELLO"]="0"
804S["HAVE_FTELLO"]="1"
805S["REPLACE_FSEEK"]="0"
806S["REPLACE_FSEEKO"]="0"
807S["HAVE_FSEEKO"]="1"
808S["REPLACE_FREOPEN"]="0"
809S["REPLACE_FOPEN"]="0"
810S["REPLACE_VASPRINTF"]="0"
811S["HAVE_VASPRINTF"]="1"
812S["REPLACE_VSPRINTF"]="0"
813S["REPLACE_SPRINTF"]="0"
814S["HAVE_DECL_VSNPRINTF"]="1"
815S["REPLACE_VSNPRINTF"]="0"
816S["HAVE_DECL_SNPRINTF"]="1"
817S["REPLACE_SNPRINTF"]="0"
818S["REPLACE_VPRINTF"]="0"
819S["REPLACE_PRINTF"]="0"
820S["REPLACE_VFPRINTF"]="0"
821S["REPLACE_FPRINTF"]="0"
822S["GNULIB_GETLINE"]="1"
823S["GNULIB_GETDELIM"]="1"
824S["GNULIB_FFLUSH"]="0"
825S["GNULIB_FTELLO"]="0"
826S["GNULIB_FTELL"]="0"
827S["GNULIB_FSEEKO"]="0"
828S["GNULIB_FSEEK"]="0"
829S["GNULIB_FREOPEN"]="0"
830S["GNULIB_FOPEN"]="1"
831S["GNULIB_VASPRINTF"]="1"
832S["GNULIB_VSPRINTF_POSIX"]="0"
833S["GNULIB_VSNPRINTF"]="1"
834S["GNULIB_VPRINTF_POSIX"]="0"
835S["GNULIB_VFPRINTF_POSIX"]="0"
836S["GNULIB_SPRINTF_POSIX"]="0"
837S["GNULIB_SNPRINTF"]="1"
838S["GNULIB_PRINTF_POSIX"]="0"
839S["GNULIB_FPRINTF_POSIX"]="0"
840S["FNMATCH_H"]="fnmatch.h"
841S["FLOAT_H"]=""
842S["NEXT_FLOAT_H"]=""
843S["FCNTL_H"]="fcntl.h"
844S["NEXT_FCNTL_H"]="<fcntl.h>"
845S["INCLUDE_NEXT"]="include_next"
846S["REPLACE_OPEN"]="0"
847S["GNULIB_OPEN"]="1"
848S["LOCALE_TR_UTF8"]="none"
849S["LOCALE_FR"]="none"
850S["BYTESWAP_H"]=""
851S["ALLOCA_H"]="alloca.h"
852S["LIB_ACL_TRIVIAL"]=""
853S["LIB_ACL"]=""
854S["GL_COND_LIBTOOL_FALSE"]="#"
855S["GL_COND_LIBTOOL_TRUE"]=""
856S["MSGMERGE_LIBM"]="-lm"
857S["BISON_LOCALEDIR"]="/usr/share/locale"
858S["POSUB"]="po"
859S["LTLIBINTL"]="${top_builddir}/intl/libintl.la -L${TIMEMACHINE_PATH}/build/usr/lib -liconv -R/home/eric/U12H18"\
860"9_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/build/usr/lib "
861S["LIBINTL"]="${top_builddir}/intl/libintl.la ${TIMEMACHINE_PATH}/build/usr/lib/libiconv.so -Wl,-rpath -Wl,/h"\
862"ome/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/build/usr/lib "
863S["INTLLIBS"]="${top_builddir}/intl/libintl.la ${TIMEMACHINE_PATH}/build/usr/lib/libiconv.so -Wl,-rpath -Wl,/h"\
864"ome/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/build/usr/lib "
865S["INTL_LIBTOOL_SUFFIX_PREFIX"]="l"
866S["INTLOBJS"]="$(GETTOBJS)"
867S["GENCAT"]="gencat"
868S["INSTOBJEXT"]=".mo"
869S["DATADIRNAME"]="share"
870S["CATOBJEXT"]=".gmo"
871S["USE_INCLUDED_LIBINTL"]="yes"
872S["BUILD_INCLUDED_LIBINTL"]="yes"
873S["LTLIBC"]="-lc"
874S["WINDRES"]=""
875S["WOE32"]="no"
876S["WOE32DLL"]="no"
877S["HAVE_WPRINTF"]="0"
878S["HAVE_SNPRINTF"]="1"
879S["HAVE_ASPRINTF"]="1"
880S["HAVE_POSIX_PRINTF"]="1"
881S["INTL_MACOSX_LIBS"]=""
882S["GLIBC21"]="yes"
883S["INTLBISON"]="bison"
884S["LTLIBICONV"]="-L${TIMEMACHINE_PATH}/build/usr/lib -liconv -R/home/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_A"\
885"lpha/ap/gpl/timemachine/build/usr/lib"
886S["LIBICONV"]="${TIMEMACHINE_PATH}/build/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/eric/U12H189_WNDR4500/2011_0"\
887"4_14_WNDR4500_Alpha/ap/gpl/timemachine/build/usr/lib"
888S["LTLIBMULTITHREAD"]="-lpthread"
889S["LIBMULTITHREAD"]="-lpthread"
890S["LTLIBTHREAD"]=""
891S["LIBTHREAD"]=""
892S["LIBPTH_PREFIX"]=""
893S["LTLIBPTH"]=""
894S["LIBPTH"]=""
895S["PRI_MACROS_BROKEN"]="0"
896S["ALLOCA"]=""
897S["HAVE_VISIBILITY"]="1"
898S["CFLAG_VISIBILITY"]="-fvisibility=hidden"
899S["GLIBC2"]="yes"
900S["XGETTEXT_EXTRA_OPTIONS"]=" --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=xasprintf:1:c-format --flag=e"\
901"rror:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=xasprintf:1:c-format"
902S["MSGMERGE"]="/usr/bin/msgmerge"
903S["XGETTEXT_015"]="/usr/bin/xgettext"
904S["XGETTEXT"]="/usr/bin/xgettext"
905S["GMSGFMT_015"]="/usr/bin/msgfmt"
906S["MSGFMT_015"]="/usr/bin/msgfmt"
907S["GMSGFMT"]="/usr/bin/msgfmt"
908S["MSGFMT"]="/usr/bin/msgfmt"
909S["GETTEXT_MACRO_VERSION"]="0.17"
910S["USE_NLS"]="yes"
911S["WOE32_FALSE"]=""
912S["WOE32_TRUE"]="#"
913S["LTNOUNDEF"]=""
914S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
915S["ac_ct_F77"]="gfortran"
916S["FFLAGS"]="-g -O2"
917S["F77"]="gfortran"
918S["CXXCPP"]="mipsel-linux-uclibc-g++ -E"
919S["am__fastdepCXX_FALSE"]="#"
920S["am__fastdepCXX_TRUE"]=""
921S["CXXDEPMODE"]="depmode=gcc3"
922S["ac_ct_CXX"]=""
923S["CXXFLAGS"]="-I${PKG_INSTALL_DIR}/usr/include"
924S["CXX"]="mipsel-linux-uclibc-g++"
925S["OBJDUMP"]="mipsel-linux-linux26-objdump"
926S["AS"]="mipsel-linux-uclibc-gcc -c -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time"
927S["DLLTOOL"]="dlltool"
928S["AR"]="mipsel-linux-linux26-ar"
929S["ECHO"]="echo"
930S["LN_S"]="ln -s"
931S["SED"]="/bin/sed"
932S["RANLIB"]="mipsel-linux-linux26-ranlib"
933S["host_os"]="linux-gnu"
934S["host_vendor"]="uclibc"
935S["host_cpu"]="mipsel"
936S["host"]="mipsel-uclibc-linux-gnu"
937S["build_os"]="linux-gnu26"
938S["build_vendor"]="uclibc"
939S["build_cpu"]="mipsel"
940S["build"]="mipsel-uclibc-linux-gnu26"
941S["TESTCSHARP"]="yes"
942S["HAVE_CLIX"]=""
943S["HAVE_MONO"]="1"
944S["HAVE_ILRUN"]=""
945S["CLIX_PATH"]=""
946S["CLIX_PATH_VAR"]=""
947S["MONO_PATH_SEPARATOR"]=":"
948S["MONO_PATH"]=""
949S["HAVE_CLIX_IN_PATH"]=""
950S["HAVE_MONO_IN_PATH"]="yes"
951S["HAVE_ILRUN_IN_PATH"]=""
952S["BUILDCSHARP"]="yes"
953S["CSHARPCOMPFLAGS"]="-O -g"
954S["HAVE_CSC"]=""
955S["HAVE_MCS"]="1"
956S["HAVE_CSCC"]=""
957S["HAVE_CSC_IN_PATH"]=""
958S["HAVE_MCS_IN_PATH"]="yes"
959S["HAVE_CSCC_IN_PATH"]=""
960S["CSHARP_CHOICE"]="any"
961S["TESTJAVA"]="no"
962S["BUILDJAVA"]="no"
963S["JAR"]=""
964S["HAVE_JIKES"]=""
965S["HAVE_JAVAC"]=""
966S["HAVE_GCJ_C"]=""
967S["HAVE_JAVAC_ENVVAR"]=""
968S["CONF_JAVAC"]=""
969S["HAVE_JIKES_IN_PATH"]=""
970S["HAVE_JAVAC_IN_PATH"]=""
971S["HAVE_GCJ_IN_PATH"]=""
972S["HAVE_JVIEW"]=""
973S["HAVE_JRE"]=""
974S["HAVE_JAVA"]=""
975S["HAVE_GIJ"]="1"
976S["HAVE_JAVA_ENVVAR"]=""
977S["CLASSPATH_SEPARATOR"]=":"
978S["CLASSPATH"]=""
979S["CONF_JAVA"]="gij"
980S["HAVE_JVIEW_IN_PATH"]=""
981S["HAVE_JRE_IN_PATH"]=""
982S["HAVE_JAVA_IN_PATH"]="yes"
983S["HAVE_GIJ_IN_PATH"]="yes"
984S["EGREP"]="/bin/grep -E"
985S["GREP"]="/bin/grep"
986S["CPP"]="mipsel-linux-uclibc-gcc -E"
987S["BUILDJAVAEXE"]="no"
988S["HAVE_GCJ"]=""
989S["GCJFLAGS"]=""
990S["GCJ"]="none"
991S["JAVA_CHOICE"]="yes"
992S["YFLAGS"]=""
993S["YACC"]="bison -y"
994S["am__fastdepCC_FALSE"]="#"
995S["am__fastdepCC_TRUE"]=""
996S["CCDEPMODE"]="depmode=gcc3"
997S["AMDEPBACKSLASH"]="\\"
998S["AMDEP_FALSE"]="#"
999S["AMDEP_TRUE"]=""
1000S["am__quote"]=""
1001S["am__include"]="include"
1002S["DEPDIR"]=".deps"
1003S["OBJEXT"]="o"
1004S["EXEEXT"]=""
1005S["ac_ct_CC"]=""
1006S["CPPFLAGS"]="-I${TIMEMACHINE_PATH}/build/usr/include"
1007S["LDFLAGS"]="-L${PKG_INSTALL_DIR}/usr/lib"
1008S["CFLAGS"]="-I${PKG_INSTALL_DIR}/usr/include"
1009S["CC"]="mipsel-linux-uclibc-gcc"
1010S["am__untar"]="${AMTAR} xf -"
1011S["am__tar"]="${AMTAR} chof - \"$$tardir\""
1012S["AMTAR"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run tar"
1013S["am__leading_dot"]="."
1014S["SET_MAKE"]=""
1015S["AWK"]="gawk"
1016S["mkdir_p"]="/bin/mkdir -p"
1017S["MKDIR_P"]="/bin/mkdir -p"
1018S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1019S["STRIP"]="mipsel-linux-linux26-strip"
1020S["install_sh"]="$(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh"
1021S["MAKEINFO"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run makeinfo"
1022S["AUTOHEADER"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run autoheader"
1023S["AUTOMAKE"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run automake-1.10"
1024S["AUTOCONF"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run autoconf"
1025S["ACLOCAL"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run aclocal-1.10"
1026S["VERSION"]="0.17"
1027S["PACKAGE"]="gettext-tools"
1028S["CYGPATH_W"]="echo"
1029S["am__isrc"]=""
1030S["INSTALL_DATA"]="${INSTALL} -m 644"
1031S["INSTALL_SCRIPT"]="${INSTALL}"
1032S["INSTALL_PROGRAM"]="${INSTALL}"
1033S["target_alias"]="mipsel-uclibc-linux-gnu26"
1034S["host_alias"]="mipsel-uclibc-linux"
1035S["build_alias"]="mipsel-uclibc-linux-gnu26"
1036S["LIBS"]=""
1037S["ECHO_T"]=""
1038S["ECHO_N"]="-n"
1039S["ECHO_C"]=""
1040S["DEFS"]="-DHAVE_CONFIG_H"
1041S["mandir"]="${datarootdir}/man"
1042S["localedir"]="${datarootdir}/locale"
1043S["libdir"]="${exec_prefix}/lib"
1044S["psdir"]="${docdir}"
1045S["pdfdir"]="${docdir}"
1046S["dvidir"]="${docdir}"
1047S["htmldir"]="${docdir}"
1048S["infodir"]="${datarootdir}/info"
1049S["docdir"]="${datarootdir}/doc/gettext"
1050S["oldincludedir"]="/usr/include"
1051S["includedir"]="${prefix}/include"
1052S["localstatedir"]="${prefix}/var"
1053S["sharedstatedir"]="${prefix}/com"
1054S["sysconfdir"]="${prefix}/etc"
1055S["datadir"]="${datarootdir}"
1056S["datarootdir"]="${prefix}/share"
1057S["libexecdir"]="${exec_prefix}/libexec"
1058S["sbindir"]="${exec_prefix}/sbin"
1059S["bindir"]="${exec_prefix}/bin"
1060S["program_transform_name"]="s,x,x,"
1061S["prefix"]="/usr"
1062S["exec_prefix"]="${prefix}"
1063S["PACKAGE_BUGREPORT"]=""
1064S["PACKAGE_STRING"]=""
1065S["PACKAGE_VERSION"]=""
1066S["PACKAGE_TARNAME"]=""
1067S["PACKAGE_NAME"]=""
1068S["PATH_SEPARATOR"]=":"
1069S["SHELL"]="/bin/sh"
1070_ACAWK
1071cat >>"$tmp/subs1.awk" <<_ACAWK &&
1072  for (key in S) S_is_set[key] = 1
1073  FS = ""
1074  $ac_cs_awk_pipe_init
1075}
1076{
1077  line = $ 0
1078  nfields = split(line, field, "@")
1079  substed = 0
1080  len = length(field[1])
1081  for (i = 2; i < nfields; i++) {
1082    key = field[i]
1083    keylen = length(key)
1084    if (S_is_set[key]) {
1085      value = S[key]
1086      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1087      len += length(value) + length(field[++i])
1088      substed = 1
1089    } else
1090      len += 1 + keylen
1091  }
1092  if (nfields == 3 && !substed) {
1093    key = field[2]
1094    if (F[key] != "" && line ~ /^[	 ]*@.*@[	 ]*$/) {
1095      $ac_cs_awk_read_file
1096      next
1097    }
1098  }
1099  print line
1100}
1101$ac_cs_awk_pipe_fini
1102_ACAWK
1103if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1104  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1105else
1106  cat
1107fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
1108  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
1109$as_echo "$as_me: error: could not setup config files machinery" >&2;}
1110   { (exit 1); exit 1; }; }
1111fi # test -n "$CONFIG_FILES"
1112
1113# Set up the scripts for CONFIG_HEADERS section.
1114# No need to generate them if there are no CONFIG_HEADERS.
1115# This happens for instance with `./config.status Makefile'.
1116if test -n "$CONFIG_HEADERS"; then
1117cat >"$tmp/defines.awk" <<\_ACAWK ||
1118BEGIN {
1119D["PACKAGE_NAME"]=" \"\""
1120D["PACKAGE_TARNAME"]=" \"\""
1121D["PACKAGE_VERSION"]=" \"\""
1122D["PACKAGE_STRING"]=" \"\""
1123D["PACKAGE_BUGREPORT"]=" \"\""
1124D["PACKAGE"]=" \"gettext-tools\""
1125D["VERSION"]=" \"0.17\""
1126D["STDC_HEADERS"]=" 1"
1127D["HAVE_SYS_TYPES_H"]=" 1"
1128D["HAVE_SYS_STAT_H"]=" 1"
1129D["HAVE_STDLIB_H"]=" 1"
1130D["HAVE_STRING_H"]=" 1"
1131D["HAVE_MEMORY_H"]=" 1"
1132D["HAVE_STRINGS_H"]=" 1"
1133D["HAVE_INTTYPES_H"]=" 1"
1134D["HAVE_STDINT_H"]=" 1"
1135D["HAVE_UNISTD_H"]=" 1"
1136D["__EXTENSIONS__"]=" 1"
1137D["_ALL_SOURCE"]=" 1"
1138D["_GNU_SOURCE"]=" 1"
1139D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
1140D["_TANDEM_SOURCE"]=" 1"
1141D["HAVE_DLFCN_H"]=" 1"
1142D["HAVE_VISIBILITY"]=" 1"
1143D["HAVE_STDINT_H_WITH_UINTMAX"]=" 1"
1144D["HAVE_ALLOCA_H"]=" 1"
1145D["HAVE_ALLOCA"]=" 1"
1146D["HAVE_STDLIB_H"]=" 1"
1147D["HAVE_UNISTD_H"]=" 1"
1148D["HAVE_GETPAGESIZE"]=" 1"
1149D["INTDIV0_RAISES_SIGFPE"]=" 0"
1150D["HAVE_INTTYPES_H_WITH_UINTMAX"]=" 1"
1151D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1"
1152D["HAVE_UINTMAX_T"]=" 1"
1153D["HAVE_INTTYPES_H"]=" 1"
1154D["USE_POSIX_THREADS"]=" 1"
1155D["USE_POSIX_THREADS_WEAK"]=" 1"
1156D["HAVE_PTHREAD_RWLOCK"]=" 1"
1157D["HAVE_PTHREAD_MUTEX_RECURSIVE"]=" 1"
1158D["HAVE_BUILTIN_EXPECT"]=" 1"
1159D["HAVE_INTTYPES_H"]=" 1"
1160D["HAVE_LIMITS_H"]=" 1"
1161D["HAVE_UNISTD_H"]=" 1"
1162D["HAVE_SYS_PARAM_H"]=" 1"
1163D["HAVE_GETCWD"]=" 1"
1164D["HAVE_GETEGID"]=" 1"
1165D["HAVE_GETEUID"]=" 1"
1166D["HAVE_GETGID"]=" 1"
1167D["HAVE_GETUID"]=" 1"
1168D["HAVE_MEMPCPY"]=" 1"
1169D["HAVE_MUNMAP"]=" 1"
1170D["HAVE_STPCPY"]=" 1"
1171D["HAVE_STRCASECMP"]=" 1"
1172D["HAVE_STRDUP"]=" 1"
1173D["HAVE_STRTOUL"]=" 1"
1174D["HAVE_TSEARCH"]=" 1"
1175D["HAVE___FSETLOCKING"]=" 1"
1176D["HAVE_DECL_FEOF_UNLOCKED"]=" 1"
1177D["HAVE_DECL_FGETS_UNLOCKED"]=" 1"
1178D["HAVE_ICONV"]=" 1"
1179D["ICONV_CONST"]=" const"
1180D["HAVE_LONG_LONG_INT"]=" 1"
1181D["HAVE_WCHAR_T"]=" 1"
1182D["HAVE_INTMAX_T"]=" 1"
1183D["HAVE_POSIX_PRINTF"]=" 1"
1184D["HAVE_STDINT_H"]=" 1"
1185D["HAVE_STDINT_H"]=" 1"
1186D["HAVE_STDDEF_H"]=" 1"
1187D["HAVE_STDLIB_H"]=" 1"
1188D["HAVE_STRING_H"]=" 1"
1189D["HAVE_ASPRINTF"]=" 1"
1190D["HAVE_PUTENV"]=" 1"
1191D["HAVE_SETENV"]=" 1"
1192D["HAVE_SETLOCALE"]=" 1"
1193D["HAVE_SNPRINTF"]=" 1"
1194D["HAVE_DECL__SNPRINTF"]=" 0"
1195D["HAVE_DECL__SNWPRINTF"]=" 0"
1196D["HAVE_DECL_GETC_UNLOCKED"]=" 1"
1197D["HAVE_LANGINFO_CODESET"]=" 1"
1198D["HAVE_LC_MESSAGES"]=" 1"
1199D["ENABLE_NLS"]=" 1"
1200D["YYENABLE_NLS"]=" 1"
1201D["HAVE_STDLIB_H"]=" 1"
1202D["HAVE_STRING_H"]=" 1"
1203D["HAVE_SYS_PARAM_H"]=" 1"
1204D["HAVE_UNISTD_H"]=" 1"
1205D["HAVE_UTIME_H"]=" 1"
1206D["HAVE_FCNTL_H"]=" 1"
1207D["HAVE_FLOAT_H"]=" 1"
1208D["HAVE_SYS_TIME_H"]=" 1"
1209D["HAVE_ICONV_H"]=" 1"
1210D["HAVE_LOCALE_H"]=" 1"
1211D["HAVE_SIGNAL_H"]=" 1"
1212D["HAVE_STDINT_H"]=" 1"
1213D["HAVE_STDIO_H"]=" 1"
1214D["HAVE_SYS_STAT_H"]=" 1"
1215D["HAVE_DECL_CANONICALIZE_FILE_NAME"]=" 0"
1216D["HAVE_GETCWD"]=" 1"
1217D["HAVE_READLINK"]=" 1"
1218D["HAVE_RAISE"]=" 1"
1219D["HAVE_ISBLANK"]=" 1"
1220D["HAVE_MEMPCPY"]=" 1"
1221D["HAVE_GETTIMEOFDAY"]=" 1"
1222D["HAVE_ISASCII"]=" 1"
1223D["HAVE_SETENV"]=" 1"
1224D["HAVE_LSTAT"]=" 1"
1225D["HAVE_DECL_STRERROR_R"]=" 1"
1226D["STRERROR_R_CHAR_P"]=" 1"
1227D["HAVE_FORK"]=" 1"
1228D["HAVE_VFORK"]=" 1"
1229D["HAVE_WORKING_VFORK"]=" 1"
1230D["HAVE_WORKING_FORK"]=" 1"
1231D["HAVE_SIG_ATOMIC_T"]=" 1"
1232D["HAVE_INCLUDE_NEXT"]=" 1"
1233D["eaccess"]=" access"
1234D["mbstate_t"]=" int"
1235D["HAVE_DECL_GETDELIM"]=" 1"
1236D["HAVE_DECL_GETLINE"]=" 1"
1237D["HAVE_GETOPT_H"]=" 1"
1238D["HAVE_GETOPT_LONG_ONLY"]=" 1"
1239D["HAVE_DECL_GETENV"]=" 1"
1240D["restrict"]=" __restrict"
1241D["HAVE_UNISTD_H"]=" 1"
1242D["HAVE_DECL_GETC_UNLOCKED"]=" 1"
1243D["HAVE_STDLIB_H"]=" 1"
1244D["MALLOC_0_IS_NONNULL"]=" 0"
1245D["HAVE_MINMAX_IN_SYS_PARAM_H"]=" 1"
1246D["INSTALLPREFIX"]=" \"/usr\""
1247D["HAVE_DECL_SNPRINTF"]=" 1"
1248D["HAVE__BOOL"]=" 1"
1249D["HAVE_STDBOOL_H"]=" 1"
1250D["HAVE_DECL_STRDUP"]=" 1"
1251D["HAVE_DECL_STRNLEN"]=" 1"
1252D["_FILE_OFFSET_BITS"]=" 64"
1253D["HAVE_DECL_CLEARERR_UNLOCKED"]=" 1"
1254D["HAVE_DECL_FEOF_UNLOCKED"]=" 1"
1255D["HAVE_DECL_FERROR_UNLOCKED"]=" 1"
1256D["HAVE_DECL_FFLUSH_UNLOCKED"]=" 1"
1257D["HAVE_DECL_FGETS_UNLOCKED"]=" 1"
1258D["HAVE_DECL_FPUTC_UNLOCKED"]=" 1"
1259D["HAVE_DECL_FPUTS_UNLOCKED"]=" 1"
1260D["HAVE_DECL_FREAD_UNLOCKED"]=" 1"
1261D["HAVE_DECL_FWRITE_UNLOCKED"]=" 1"
1262D["HAVE_DECL_GETCHAR_UNLOCKED"]=" 1"
1263D["HAVE_DECL_PUTC_UNLOCKED"]=" 1"
1264D["HAVE_DECL_PUTCHAR_UNLOCKED"]=" 1"
1265D["HAVE_INTMAX_T"]=" 1"
1266D["HAVE_DECL_VSNPRINTF"]=" 1"
1267D["USE_ACL"]=" 0"
1268D["HAVE_ATEXIT"]=" 1"
1269D["HAVE_DIRENT_H"]=" 1"
1270D["HAVE_STRING_H"]=" 1"
1271D["HAVE_LONG_FILE_NAMES"]=" 1"
1272D["HAVE_PATHCONF"]=" 1"
1273D["HAVE_STRING_H"]=" 1"
1274D["HAVE_UNISTD_H"]=" 1"
1275D["YYENABLE_NLS"]=" 1"
1276D["HAVE_BYTESWAP_H"]=" 1"
1277D["realpath"]=" rpl_realpath"
1278D["SIGNAL_SAFE_LIST"]=" 1"
1279D["HAVE_CHOWN"]=" 1"
1280D["HAVE_UTIME"]=" 1"
1281D["HAVE_UTIMES"]=" 1"
1282D["HAVE_SIGACTION"]=" 1"
1283D["HAVE_WORKING_O_NOATIME"]=" 0"
1284D["HAVE_WORKING_O_NOFOLLOW"]=" 0"
1285D["HAVE_DECL_ISBLANK"]=" 1"
1286D["fnmatch"]=" posix_fnmatch"
1287D["GNULIB_FWRITEERROR"]=" 1"
1288D["HAVE_GETDELIM"]=" 1"
1289D["HAVE_SYS_TIMEB_H"]=" 1"
1290D["gmtime"]=" rpl_gmtime"
1291D["localtime"]=" rpl_localtime"
1292D["GETTIMEOFDAY_CLOBBERS_LOCALTIME"]=" 1"
1293D["HAVE_ICONV"]=" 1"
1294D["ICONV_CONST"]=" const"
1295D["HAVE_UNISTD_H"]=" 1"
1296D["HAVE_ARPA_INET_H"]=" 1"
1297D["HAVE_CTYPE_H"]=" 1"
1298D["HAVE_DLFCN_H"]=" 1"
1299D["HAVE_ERRNO_H"]=" 1"
1300D["HAVE_FCNTL_H"]=" 1"
1301D["HAVE_FLOAT_H"]=" 1"
1302D["HAVE_LIMITS_H"]=" 1"
1303D["HAVE_MALLOC_H"]=" 1"
1304D["HAVE_MATH_H"]=" 1"
1305D["HAVE_NETDB_H"]=" 1"
1306D["HAVE_NETINET_IN_H"]=" 1"
1307D["HAVE_SIGNAL_H"]=" 1"
1308D["HAVE_STDLIB_H"]=" 1"
1309D["HAVE_STRING_H"]=" 1"
1310D["HAVE_STRINGS_H"]=" 1"
1311D["HAVE_SYS_SELECT_H"]=" 1"
1312D["HAVE_SYS_SOCKET_H"]=" 1"
1313D["HAVE_SYS_STAT_H"]=" 1"
1314D["HAVE_SYS_TIME_H"]=" 1"
1315D["HAVE_SYS_TYPES_H"]=" 1"
1316D["HAVE_TIME_H"]=" 1"
1317D["HAVE_UNISTD_H"]=" 1"
1318D["HAVE_ARPA_NAMESER_H"]=" 1"
1319D["HAVE_RESOLV_H"]=" 1"
1320D["HAVE_GETADDRINFO"]=" 1"
1321D["HAVE_LOCALTIME"]=" 1"
1322D["HAVE_STAT"]=" 1"
1323D["HAVE_STRFTIME"]=" 1"
1324D["VA_COPY"]=" va_copy"
1325D["HAVE_SETLOCALE"]=" 1"
1326D["HAVE_MALLOC_POSIX"]=" 1"
1327D["HAVE_DECL_MBSWIDTH_IN_WCHAR_H"]=" 0"
1328D["mbstate_t"]=" int"
1329D["HAVE_MEMCHR"]=" 1"
1330D["HAVE_MEMMOVE"]=" 1"
1331D["HAVE_MEMSET"]=" 1"
1332D["HAVE_MKDTEMP"]=" 1"
1333D["HAVE_OBSTACK"]=" 1"
1334D["GNULIB_OPEN"]=" 1"
1335D["mbstate_t"]=" int"
1336D["HAVE_REALLOC_POSIX"]=" 1"
1337D["HAVE_SEARCH_H"]=" 1"
1338D["HAVE_TSEARCH"]=" 1"
1339D["HAVE_ENVIRON_DECL"]=" 1"
1340D["HAVE_UNSETENV"]=" 1"
1341D["HAVE_STDINT_H"]=" 1"
1342D["HAVE_SNPRINTF"]=" 1"
1343D["HAVE_SYS_BITYPES_H"]=" 1"
1344D["BITSIZEOF_PTRDIFF_T"]=" 32"
1345D["BITSIZEOF_SIG_ATOMIC_T"]=" 32"
1346D["BITSIZEOF_SIZE_T"]=" 32"
1347D["BITSIZEOF_WCHAR_T"]=" 32"
1348D["BITSIZEOF_WINT_T"]=" 0"
1349D["HAVE_SIGNED_SIG_ATOMIC_T"]=" 1"
1350D["HAVE_SIGNED_WCHAR_T"]=" 1"
1351D["PTRDIFF_T_SUFFIX"]=" "
1352D["SIG_ATOMIC_T_SUFFIX"]=" "
1353D["SIZE_T_SUFFIX"]=" u"
1354D["WCHAR_T_SUFFIX"]=" "
1355D["WINT_T_SUFFIX"]=" "
1356D["HAVE_WCHAR_T"]=" 1"
1357D["HAVE_STPCPY"]=" 1"
1358D["HAVE_STPNCPY"]=" 1"
1359D["HAVE_STRCSPN"]=" 1"
1360D["HAVE_STRDUP"]=" 1"
1361D["strnlen"]=" rpl_strnlen"
1362D["HAVE_STRPBRK"]=" 1"
1363D["HAVE_STRTOL"]=" 1"
1364D["HAVE_STRTOUL"]=" 1"
1365D["HAVE_DECL_MKDIR"]=" 1"
1366D["GNULIB_UNISTR_U16_MBTOUC"]=" 1"
1367D["GNULIB_UNISTR_U16_MBTOUC_UNSAFE"]=" 1"
1368D["GNULIB_UNISTR_U8_MBTOUC"]=" 1"
1369D["GNULIB_UNISTR_U8_MBTOUC_UNSAFE"]=" 1"
1370D["GNULIB_UNISTR_U8_UCTOMB"]=" 1"
1371D["USE_UNLOCKED_IO"]=" 1"
1372D["HAVE_PTRDIFF_T"]=" 1"
1373D["HAVE_SNPRINTF"]=" 1"
1374D["HAVE_DECL__SNPRINTF"]=" 0"
1375D["HAVE_VASPRINTF"]=" 1"
1376D["HAVE_VSNPRINTF"]=" 1"
1377D["HAVE_WAITID"]=" 1"
1378D["HAVE_WAITPID"]=" 1"
1379D["HAVE_DECL_WCWIDTH"]=" 0"
1380D["HAVE_STDINT_H"]=" 1"
1381D["GNULIB_FWRITEERROR"]=" 1"
1382D["HAVE_GETDELIM"]=" 1"
1383D["HAVE_ICONV"]=" 1"
1384D["ICONV_CONST"]=" const"
1385D["HAVE_MALLOC_POSIX"]=" 1"
1386D["HAVE_DECL_MBSWIDTH_IN_WCHAR_H"]=" 0"
1387D["mbstate_t"]=" int"
1388D["HAVE_OBSTACK"]=" 1"
1389D["HAVE_REALLOC_POSIX"]=" 1"
1390D["HAVE_STDINT_H"]=" 1"
1391D["HAVE_SYS_BITYPES_H"]=" 1"
1392D["BITSIZEOF_PTRDIFF_T"]=" 32"
1393D["BITSIZEOF_SIG_ATOMIC_T"]=" 32"
1394D["BITSIZEOF_SIZE_T"]=" 32"
1395D["BITSIZEOF_WCHAR_T"]=" 32"
1396D["BITSIZEOF_WINT_T"]=" 0"
1397D["HAVE_SIGNED_SIG_ATOMIC_T"]=" 1"
1398D["HAVE_SIGNED_WCHAR_T"]=" 1"
1399D["PTRDIFF_T_SUFFIX"]=" "
1400D["SIG_ATOMIC_T_SUFFIX"]=" "
1401D["SIZE_T_SUFFIX"]=" u"
1402D["WCHAR_T_SUFFIX"]=" "
1403D["WINT_T_SUFFIX"]=" "
1404D["HAVE_STPCPY"]=" 1"
1405D["HAVE_STRDUP"]=" 1"
1406D["strnlen"]=" rpl_strnlen"
1407D["GNULIB_UNISTR_U16_MBTOUC"]=" 1"
1408D["GNULIB_UNISTR_U16_MBTOUC_UNSAFE"]=" 1"
1409D["GNULIB_UNISTR_U8_MBTOUC"]=" 1"
1410D["GNULIB_UNISTR_U8_MBTOUC_UNSAFE"]=" 1"
1411D["GNULIB_UNISTR_U8_UCTOMB"]=" 1"
1412D["USE_UNLOCKED_IO"]=" 1"
1413D["HAVE_VASPRINTF"]=" 1"
1414D["HAVE_DECL_WCWIDTH"]=" 0"
1415D["HAVE_STDINT_H"]=" 1"
1416D["HAVE_PWD_H"]=" 1"
1417D["HAVE_UNSIGNED_LONG_LONG"]=" 1"
1418D["HAVE_PTRDIFF_T"]=" 1"
1419D["HAVE_SELECT"]=" 1"
1420D["HAVE_FORK"]=" 1"
1421D["HAVE_VFORK"]=" 1"
1422D["HAVE_WORKING_VFORK"]=" 1"
1423D["HAVE_WORKING_FORK"]=" 1"
1424D["HAVE_SIGINFO"]=" 1"
1425D["SETLOCALE_CONST"]=" const"
1426D["wcscoll"]=" wcscmp"
1427D["HAVE_MEMCHR"]=" 1"
1428D["HAVE_STRDUP"]=" 1"
1429D["ENDIANNESS"]=" 0"
1430D["HAVE_ARPA_INET_H"]=" 1"
1431D["HAVE_GETHOSTNAME"]=" 1"
1432D["HAVE_GETHOSTBYNAME"]=" 1"
1433D["HAVE_INET_NTOP"]=" 1"
1434D["HAVE_IPV6"]=" 1"
1435D["DYNLOAD_LIBEXPAT"]=" 1"
1436  for (key in D) D_is_set[key] = 1
1437  FS = ""
1438}
1439/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1440  line = $ 0
1441  split(line, arg, " ")
1442  if (arg[1] == "#") {
1443    defundef = arg[2]
1444    mac1 = arg[3]
1445  } else {
1446    defundef = substr(arg[1], 2)
1447    mac1 = arg[2]
1448  }
1449  split(mac1, mac2, "(") #)
1450  macro = mac2[1]
1451  prefix = substr(line, 1, index(line, defundef) - 1)
1452  if (D_is_set[macro]) {
1453    # Preserve the white space surrounding the "#".
1454    print prefix "define", macro P[macro] D[macro]
1455    next
1456  } else {
1457    # Replace #undef with comments.  This is necessary, for example,
1458    # in the case of _POSIX_SOURCE, which is predefined and required
1459    # on some systems where configure will not decide to define it.
1460    if (defundef == "undef") {
1461      print "/*", prefix defundef, macro, "*/"
1462      next
1463    }
1464  }
1465}
1466{ print }
1467_ACAWK
1468  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
1469$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1470   { (exit 1); exit 1; }; }
1471fi # test -n "$CONFIG_HEADERS"
1472
1473
1474eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1475shift
1476for ac_tag
1477do
1478  case $ac_tag in
1479  :[FHLC]) ac_mode=$ac_tag; continue;;
1480  esac
1481  case $ac_mode$ac_tag in
1482  :[FHL]*:*);;
1483  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
1484$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
1485   { (exit 1); exit 1; }; };;
1486  :[FH]-) ac_tag=-:-;;
1487  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1488  esac
1489  ac_save_IFS=$IFS
1490  IFS=:
1491  set x $ac_tag
1492  IFS=$ac_save_IFS
1493  shift
1494  ac_file=$1
1495  shift
1496
1497  case $ac_mode in
1498  :L) ac_source=$1;;
1499  :[FH])
1500    ac_file_inputs=
1501    for ac_f
1502    do
1503      case $ac_f in
1504      -) ac_f="$tmp/stdin";;
1505      *) # Look for the file first in the build tree, then in the source tree
1506	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
1507	 # because $ac_f cannot contain `:'.
1508	 test -f "$ac_f" ||
1509	   case $ac_f in
1510	   [\\/$]*) false;;
1511	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1512	   esac ||
1513	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
1514$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1515   { (exit 1); exit 1; }; };;
1516      esac
1517      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1518      ac_file_inputs="$ac_file_inputs '$ac_f'"
1519    done
1520
1521    # Let's still pretend it is `configure' which instantiates (i.e., don't
1522    # use $as_me), people would be surprised to read:
1523    #    /* config.h.  Generated by config.status.  */
1524    configure_input='Generated from '`
1525	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1526	`' by configure.'
1527    if test x"$ac_file" != x-; then
1528      configure_input="$ac_file.  $configure_input"
1529      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1530$as_echo "$as_me: creating $ac_file" >&6;}
1531    fi
1532    # Neutralize special characters interpreted by sed in replacement strings.
1533    case $configure_input in #(
1534    *\&* | *\|* | *\\* )
1535       ac_sed_conf_input=`$as_echo "$configure_input" |
1536       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1537    *) ac_sed_conf_input=$configure_input;;
1538    esac
1539
1540    case $ac_tag in
1541    *:-:* | *:-) cat >"$tmp/stdin" \
1542      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1543$as_echo "$as_me: error: could not create $ac_file" >&2;}
1544   { (exit 1); exit 1; }; } ;;
1545    esac
1546    ;;
1547  esac
1548
1549  ac_dir=`$as_dirname -- "$ac_file" ||
1550$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1551	 X"$ac_file" : 'X\(//\)[^/]' \| \
1552	 X"$ac_file" : 'X\(//\)$' \| \
1553	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1554$as_echo X"$ac_file" |
1555    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1556	    s//\1/
1557	    q
1558	  }
1559	  /^X\(\/\/\)[^/].*/{
1560	    s//\1/
1561	    q
1562	  }
1563	  /^X\(\/\/\)$/{
1564	    s//\1/
1565	    q
1566	  }
1567	  /^X\(\/\).*/{
1568	    s//\1/
1569	    q
1570	  }
1571	  s/.*/./; q'`
1572  { as_dir="$ac_dir"
1573  case $as_dir in #(
1574  -*) as_dir=./$as_dir;;
1575  esac
1576  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1577    as_dirs=
1578    while :; do
1579      case $as_dir in #(
1580      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1581      *) as_qdir=$as_dir;;
1582      esac
1583      as_dirs="'$as_qdir' $as_dirs"
1584      as_dir=`$as_dirname -- "$as_dir" ||
1585$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1586	 X"$as_dir" : 'X\(//\)[^/]' \| \
1587	 X"$as_dir" : 'X\(//\)$' \| \
1588	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1589$as_echo X"$as_dir" |
1590    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1591	    s//\1/
1592	    q
1593	  }
1594	  /^X\(\/\/\)[^/].*/{
1595	    s//\1/
1596	    q
1597	  }
1598	  /^X\(\/\/\)$/{
1599	    s//\1/
1600	    q
1601	  }
1602	  /^X\(\/\).*/{
1603	    s//\1/
1604	    q
1605	  }
1606	  s/.*/./; q'`
1607      test -d "$as_dir" && break
1608    done
1609    test -z "$as_dirs" || eval "mkdir $as_dirs"
1610  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1611$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1612   { (exit 1); exit 1; }; }; }
1613  ac_builddir=.
1614
1615case "$ac_dir" in
1616.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1617*)
1618  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1619  # A ".." for each directory in $ac_dir_suffix.
1620  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1621  case $ac_top_builddir_sub in
1622  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1623  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1624  esac ;;
1625esac
1626ac_abs_top_builddir=$ac_pwd
1627ac_abs_builddir=$ac_pwd$ac_dir_suffix
1628# for backward compatibility:
1629ac_top_builddir=$ac_top_build_prefix
1630
1631case $srcdir in
1632  .)  # We are building in place.
1633    ac_srcdir=.
1634    ac_top_srcdir=$ac_top_builddir_sub
1635    ac_abs_top_srcdir=$ac_pwd ;;
1636  [\\/]* | ?:[\\/]* )  # Absolute name.
1637    ac_srcdir=$srcdir$ac_dir_suffix;
1638    ac_top_srcdir=$srcdir
1639    ac_abs_top_srcdir=$srcdir ;;
1640  *) # Relative name.
1641    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1642    ac_top_srcdir=$ac_top_build_prefix$srcdir
1643    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1644esac
1645ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1646
1647
1648  case $ac_mode in
1649  :F)
1650  #
1651  # CONFIG_FILE
1652  #
1653
1654  case $INSTALL in
1655  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1656  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1657  esac
1658  ac_MKDIR_P=$MKDIR_P
1659  case $MKDIR_P in
1660  [\\/$]* | ?:[\\/]* ) ;;
1661  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1662  esac
1663# If the template does not know about datarootdir, expand it.
1664# FIXME: This hack should be removed a few years after 2.60.
1665ac_datarootdir_hack=; ac_datarootdir_seen=
1666
1667ac_sed_dataroot='
1668/datarootdir/ {
1669  p
1670  q
1671}
1672/@datadir@/p
1673/@docdir@/p
1674/@infodir@/p
1675/@localedir@/p
1676/@mandir@/p
1677'
1678case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1679*datarootdir*) ac_datarootdir_seen=yes;;
1680*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1681  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1682$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1683  ac_datarootdir_hack='
1684  s&@datadir@&${datarootdir}&g
1685  s&@docdir@&${datarootdir}/doc/gettext&g
1686  s&@infodir@&${datarootdir}/info&g
1687  s&@localedir@&${datarootdir}/locale&g
1688  s&@mandir@&${datarootdir}/man&g
1689    s&\${datarootdir}&${prefix}/share&g' ;;
1690esac
1691ac_sed_extra="/^[	 ]*VPATH[	 ]*=/{
1692s/:*\$(srcdir):*/:/
1693s/:*\${srcdir}:*/:/
1694s/:*@srcdir@:*/:/
1695s/^\([^=]*=[	 ]*\):*/\1/
1696s/:*$//
1697s/^[^=]*=[	 ]*$//
1698}
1699
1700:t
1701/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1702s|@configure_input@|$ac_sed_conf_input|;t t
1703s&@top_builddir@&$ac_top_builddir_sub&;t t
1704s&@top_build_prefix@&$ac_top_build_prefix&;t t
1705s&@srcdir@&$ac_srcdir&;t t
1706s&@abs_srcdir@&$ac_abs_srcdir&;t t
1707s&@top_srcdir@&$ac_top_srcdir&;t t
1708s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1709s&@builddir@&$ac_builddir&;t t
1710s&@abs_builddir@&$ac_abs_builddir&;t t
1711s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1712s&@INSTALL@&$ac_INSTALL&;t t
1713s&@MKDIR_P@&$ac_MKDIR_P&;t t
1714$ac_datarootdir_hack
1715"
1716eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
1717if $ac_cs_awk_getline; then
1718  $AWK -f "$tmp/subs.awk"
1719else
1720  $AWK -f "$tmp/subs.awk" | $SHELL
1721fi >$tmp/out \
1722  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1723$as_echo "$as_me: error: could not create $ac_file" >&2;}
1724   { (exit 1); exit 1; }; }
1725
1726test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1727  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1728  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1729  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1730which seems to be undefined.  Please make sure it is defined." >&5
1731$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1732which seems to be undefined.  Please make sure it is defined." >&2;}
1733
1734  rm -f "$tmp/stdin"
1735  case $ac_file in
1736  -) cat "$tmp/out" && rm -f "$tmp/out";;
1737  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1738  esac \
1739  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1740$as_echo "$as_me: error: could not create $ac_file" >&2;}
1741   { (exit 1); exit 1; }; }
1742 ;;
1743  :H)
1744  #
1745  # CONFIG_HEADER
1746  #
1747  if test x"$ac_file" != x-; then
1748    {
1749      $as_echo "/* $configure_input  */" \
1750      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1751    } >"$tmp/config.h" \
1752      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1753$as_echo "$as_me: error: could not create $ac_file" >&2;}
1754   { (exit 1); exit 1; }; }
1755    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1756      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1757$as_echo "$as_me: $ac_file is unchanged" >&6;}
1758    else
1759      rm -f "$ac_file"
1760      mv "$tmp/config.h" "$ac_file" \
1761	|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1762$as_echo "$as_me: error: could not create $ac_file" >&2;}
1763   { (exit 1); exit 1; }; }
1764    fi
1765  else
1766    $as_echo "/* $configure_input  */" \
1767      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1768      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1769$as_echo "$as_me: error: could not create -" >&2;}
1770   { (exit 1); exit 1; }; }
1771  fi
1772# Compute "$ac_file"'s index in $config_headers.
1773_am_stamp_count=1
1774for _am_header in $config_headers :; do
1775  case $_am_header in
1776    "$ac_file" | "$ac_file":* )
1777      break ;;
1778    * )
1779      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1780  esac
1781done
1782echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
1783$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1784	 X"$ac_file" : 'X\(//\)[^/]' \| \
1785	 X"$ac_file" : 'X\(//\)$' \| \
1786	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1787$as_echo X"$ac_file" |
1788    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1789	    s//\1/
1790	    q
1791	  }
1792	  /^X\(\/\/\)[^/].*/{
1793	    s//\1/
1794	    q
1795	  }
1796	  /^X\(\/\/\)$/{
1797	    s//\1/
1798	    q
1799	  }
1800	  /^X\(\/\).*/{
1801	    s//\1/
1802	    q
1803	  }
1804	  s/.*/./; q'`/stamp-h$_am_stamp_count
1805 ;;
1806
1807  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1808$as_echo "$as_me: executing $ac_file commands" >&6;}
1809 ;;
1810  esac
1811
1812
1813  case $ac_file$ac_mode in
1814    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1815  # Strip MF so we end up with the name of the file.
1816  mf=`echo "$mf" | sed -e 's/:.*$//'`
1817  # Check whether this is an Automake generated Makefile or not.
1818  # We used to match only the files named `Makefile.in', but
1819  # some people rename them; so instead we look at the file content.
1820  # Grep'ing the first line is not enough: some people post-process
1821  # each Makefile.in and add a new line on top of each file to say so.
1822  # Grep'ing the whole file is not good either: AIX grep has a line
1823  # limit of 2048, but all sed's we know have understand at least 4000.
1824  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
1825    dirpart=`$as_dirname -- "$mf" ||
1826$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1827	 X"$mf" : 'X\(//\)[^/]' \| \
1828	 X"$mf" : 'X\(//\)$' \| \
1829	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1830$as_echo X"$mf" |
1831    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1832	    s//\1/
1833	    q
1834	  }
1835	  /^X\(\/\/\)[^/].*/{
1836	    s//\1/
1837	    q
1838	  }
1839	  /^X\(\/\/\)$/{
1840	    s//\1/
1841	    q
1842	  }
1843	  /^X\(\/\).*/{
1844	    s//\1/
1845	    q
1846	  }
1847	  s/.*/./; q'`
1848  else
1849    continue
1850  fi
1851  # Extract the definition of DEPDIR, am__include, and am__quote
1852  # from the Makefile without running `make'.
1853  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1854  test -z "$DEPDIR" && continue
1855  am__include=`sed -n 's/^am__include = //p' < "$mf"`
1856  test -z "am__include" && continue
1857  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1858  # When using ansi2knr, U may be empty or an underscore; expand it
1859  U=`sed -n 's/^U = //p' < "$mf"`
1860  # Find all dependency output files, they are included files with
1861  # $(DEPDIR) in their names.  We invoke sed twice because it is the
1862  # simplest approach to changing $(DEPDIR) to its actual value in the
1863  # expansion.
1864  for file in `sed -n "
1865    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1866       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1867    # Make sure the directory exists.
1868    test -f "$dirpart/$file" && continue
1869    fdir=`$as_dirname -- "$file" ||
1870$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1871	 X"$file" : 'X\(//\)[^/]' \| \
1872	 X"$file" : 'X\(//\)$' \| \
1873	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1874$as_echo X"$file" |
1875    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1876	    s//\1/
1877	    q
1878	  }
1879	  /^X\(\/\/\)[^/].*/{
1880	    s//\1/
1881	    q
1882	  }
1883	  /^X\(\/\/\)$/{
1884	    s//\1/
1885	    q
1886	  }
1887	  /^X\(\/\).*/{
1888	    s//\1/
1889	    q
1890	  }
1891	  s/.*/./; q'`
1892    { as_dir=$dirpart/$fdir
1893  case $as_dir in #(
1894  -*) as_dir=./$as_dir;;
1895  esac
1896  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1897    as_dirs=
1898    while :; do
1899      case $as_dir in #(
1900      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1901      *) as_qdir=$as_dir;;
1902      esac
1903      as_dirs="'$as_qdir' $as_dirs"
1904      as_dir=`$as_dirname -- "$as_dir" ||
1905$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1906	 X"$as_dir" : 'X\(//\)[^/]' \| \
1907	 X"$as_dir" : 'X\(//\)$' \| \
1908	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1909$as_echo X"$as_dir" |
1910    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1911	    s//\1/
1912	    q
1913	  }
1914	  /^X\(\/\/\)[^/].*/{
1915	    s//\1/
1916	    q
1917	  }
1918	  /^X\(\/\/\)$/{
1919	    s//\1/
1920	    q
1921	  }
1922	  /^X\(\/\).*/{
1923	    s//\1/
1924	    q
1925	  }
1926	  s/.*/./; q'`
1927      test -d "$as_dir" && break
1928    done
1929    test -z "$as_dirs" || eval "mkdir $as_dirs"
1930  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1931$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1932   { (exit 1); exit 1; }; }; }
1933    # echo "creating $dirpart/$file"
1934    echo '# dummy' > "$dirpart/$file"
1935  done
1936done
1937 ;;
1938    "po-directories":C)
1939    for ac_file in $CONFIG_FILES; do
1940      # Support "outfile[:infile[:infile...]]"
1941      case "$ac_file" in
1942        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1943      esac
1944      # PO directories have a Makefile.in generated from Makefile.in.in.
1945      case "$ac_file" in */Makefile.in)
1946        # Adjust a relative srcdir.
1947        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
1948        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
1949        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
1950        # In autoconf-2.13 it is called $ac_given_srcdir.
1951        # In autoconf-2.50 it is called $srcdir.
1952        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
1953        case "$ac_given_srcdir" in
1954          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
1955          /*) top_srcdir="$ac_given_srcdir" ;;
1956          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
1957        esac
1958        # Treat a directory as a PO directory if and only if it has a
1959        # POTFILES.in file. This allows packages to have multiple PO
1960        # directories under different names or in different locations.
1961        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
1962          rm -f "$ac_dir/POTFILES"
1963          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
1964          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ 	]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
1965          POMAKEFILEDEPS="POTFILES.in"
1966          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
1967          # on $ac_dir but don't depend on user-specified configuration
1968          # parameters.
1969          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
1970            # The LINGUAS file contains the set of available languages.
1971            if test -n "$OBSOLETE_ALL_LINGUAS"; then
1972              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
1973            fi
1974            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
1975            # Hide the ALL_LINGUAS assigment from automake < 1.5.
1976            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
1977            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
1978          else
1979            # The set of available languages was given in configure.in.
1980            # Hide the ALL_LINGUAS assigment from automake < 1.5.
1981            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
1982          fi
1983          # Compute POFILES
1984          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
1985          # Compute UPDATEPOFILES
1986          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
1987          # Compute DUMMYPOFILES
1988          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
1989          # Compute GMOFILES
1990          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
1991          case "$ac_given_srcdir" in
1992            .) srcdirpre= ;;
1993            *) srcdirpre='$(srcdir)/' ;;
1994          esac
1995          POFILES=
1996          UPDATEPOFILES=
1997          DUMMYPOFILES=
1998          GMOFILES=
1999          for lang in $ALL_LINGUAS; do
2000            POFILES="$POFILES $srcdirpre$lang.po"
2001            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
2002            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
2003            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
2004          done
2005          # CATALOGS depends on both $ac_dir and the user's LINGUAS
2006          # environment variable.
2007          INST_LINGUAS=
2008          if test -n "$ALL_LINGUAS"; then
2009            for presentlang in $ALL_LINGUAS; do
2010              useit=no
2011              if test "%UNSET%" != "$LINGUAS"; then
2012                desiredlanguages="$LINGUAS"
2013              else
2014                desiredlanguages="$ALL_LINGUAS"
2015              fi
2016              for desiredlang in $desiredlanguages; do
2017                # Use the presentlang catalog if desiredlang is
2018                #   a. equal to presentlang, or
2019                #   b. a variant of presentlang (because in this case,
2020                #      presentlang can be used as a fallback for messages
2021                #      which are not translated in the desiredlang catalog).
2022                case "$desiredlang" in
2023                  "$presentlang"*) useit=yes;;
2024                esac
2025              done
2026              if test $useit = yes; then
2027                INST_LINGUAS="$INST_LINGUAS $presentlang"
2028              fi
2029            done
2030          fi
2031          CATALOGS=
2032          if test -n "$INST_LINGUAS"; then
2033            for lang in $INST_LINGUAS; do
2034              CATALOGS="$CATALOGS $lang.gmo"
2035            done
2036          fi
2037          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
2038          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
2039          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
2040            if test -f "$f"; then
2041              case "$f" in
2042                *.orig | *.bak | *~) ;;
2043                *) cat "$f" >> "$ac_dir/Makefile" ;;
2044              esac
2045            fi
2046          done
2047        fi
2048        ;;
2049      esac
2050    done ;;
2051    "doc/Makefile":F)
2052  sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $ac_file > $ac_file.tmp
2053  mv $ac_file.tmp $ac_file
2054
2055
2056  sed -e 's,^#distdir:,distdir:,' < $ac_file > $ac_file.tmp
2057  mv $ac_file.tmp $ac_file
2058
2059
2060  sed -e '/@rm -f \$''@/d' < $ac_file > $ac_file.tmp
2061  mv $ac_file.tmp $ac_file
2062 ;;
2063    "intl/Makefile":F)
2064  # Change srcdir variable so that it points to ../gettext-runtime/intl.
2065  sed -e 's|^srcdir =.*$|srcdir = $(top_srcdir)/../gettext-runtime/intl|' \
2066      -e 's|^VPATH =.*$||' \
2067    < intl/Makefile > intl/Makefile.tmp
2068  mv intl/Makefile.tmp intl/Makefile
2069   ;;
2070    "gnulib-lib/Makefile":F)
2071  sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $ac_file > $ac_file.tmp
2072  mv $ac_file.tmp $ac_file
2073 ;;
2074    "libgrep/Makefile":F)
2075  sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $ac_file > $ac_file.tmp
2076  mv $ac_file.tmp $ac_file
2077 ;;
2078    "src/Makefile":F)
2079  sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $ac_file > $ac_file.tmp
2080  mv $ac_file.tmp $ac_file
2081 ;;
2082    "libgettextpo/Makefile":F)
2083  sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $ac_file > $ac_file.tmp
2084  mv $ac_file.tmp $ac_file
2085 ;;
2086    "misc/gettextize":F) chmod a+x misc/gettextize ;;
2087    "misc/autopoint":F) chmod a+x misc/autopoint ;;
2088    "man/Makefile":F)
2089  sed -e 's,^#distdir:,distdir:,' < $ac_file > $ac_file.tmp
2090  mv $ac_file.tmp $ac_file
2091 ;;
2092    "tests/Makefile":F)
2093  sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $ac_file > $ac_file.tmp
2094  mv $ac_file.tmp $ac_file
2095 ;;
2096    "gnulib-tests/Makefile":F)
2097  sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $ac_file > $ac_file.tmp
2098  mv $ac_file.tmp $ac_file
2099 ;;
2100
2101  esac
2102done # for ac_tag
2103
2104
2105{ (exit 0); exit 0; }
2106