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 javacomp.sh:../build-aux/javacomp.sh.in Makefile doc/Makefile intl/Makefile intl-java/Makefile intl-csharp/Makefile gnulib-lib/Makefile src/Makefile src/gettext.sh po/Makefile.in man/Makefile man/x-to-1 m4/Makefile 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-runtime'
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    "javacomp.sh") CONFIG_FILES="$CONFIG_FILES javacomp.sh:../build-aux/javacomp.sh.in" ;;
481    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
482    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
483    "intl/Makefile") CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;;
484    "intl-java/Makefile") CONFIG_FILES="$CONFIG_FILES intl-java/Makefile" ;;
485    "intl-csharp/Makefile") CONFIG_FILES="$CONFIG_FILES intl-csharp/Makefile" ;;
486    "gnulib-lib/Makefile") CONFIG_FILES="$CONFIG_FILES gnulib-lib/Makefile" ;;
487    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
488    "src/gettext.sh") CONFIG_FILES="$CONFIG_FILES src/gettext.sh" ;;
489    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
490    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
491    "man/x-to-1") CONFIG_FILES="$CONFIG_FILES man/x-to-1" ;;
492    "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
493    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
494
495  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
496$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
497   { (exit 1); exit 1; }; };;
498  esac
499done
500
501
502# If the user did not use the arguments to specify the items to instantiate,
503# then the envvar interface is used.  Set only those that are not.
504# We use the long form for the default assignment because of an extremely
505# bizarre bug on SunOS 4.1.3.
506if $ac_need_defaults; then
507  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
508  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
509  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
510fi
511
512# Have a temporary directory for convenience.  Make it in the build tree
513# simply because there is no reason against having it here, and in addition,
514# creating and moving files from /tmp can sometimes cause problems.
515# Hook for its removal unless debugging.
516# Note that there is a small window in which the directory will not be cleaned:
517# after its creation but before its name has been assigned to `$tmp'.
518$debug ||
519{
520  tmp=
521  trap 'exit_status=$?
522  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
523' 0
524  trap '{ (exit 1); exit 1; }' 1 2 13 15
525}
526# Create a (secure) tmp directory for tmp files.
527
528{
529  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
530  test -n "$tmp" && test -d "$tmp"
531}  ||
532{
533  tmp=./conf$$-$RANDOM
534  (umask 077 && mkdir "$tmp")
535} ||
536{
537   $as_echo "$as_me: cannot create a temporary directory in ." >&2
538   { (exit 1); exit 1; }
539}
540
541# Set up the scripts for CONFIG_FILES section.
542# No need to generate them if there are no CONFIG_FILES.
543# This happens for instance with `./config.status config.h'.
544if test -n "$CONFIG_FILES"; then
545
546
547ac_cr='
548'
549ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
550if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
551  ac_cs_awk_cr='\\r'
552else
553  ac_cs_awk_cr=$ac_cr
554fi
555
556echo 'BEGIN {' >"$tmp/subs1.awk" &&
557cat >>"$tmp/subs1.awk" <<\_ACAWK &&
558S["gl_LTLIBOBJS"]=" canonicalize-lgpl.lo strnlen.lo wcwidth.lo"
559S["gl_LIBOBJS"]=" canonicalize-lgpl.o strnlen.o wcwidth.o"
560S["LTLIBOBJS"]=""
561S["LIBOBJS"]=""
562S["subdirs"]=" libasprintf"
563S["ENABLE_LIBASPRINTF_FALSE"]="#"
564S["ENABLE_LIBASPRINTF_TRUE"]=""
565S["LIBSCHED"]="-lrt"
566S["CROSS_COMPILING"]="yes"
567S["PERL"]="/usr/bin/perl"
568S["LIBGRT_LTLIBDEPS"]=" -L${TIMEMACHINE_PATH}/build/usr/lib -liconv -R/home/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_"\
569"Alpha/ap/gpl/timemachine/build/usr/lib"
570S["LIBGRT_LIBDEPS"]=" ${TIMEMACHINE_PATH}/build/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/eric/U12H189_WNDR4500/2011_"\
571"04_14_WNDR4500_Alpha/ap/gpl/timemachine/build/usr/lib"
572S["WCTYPE_H"]="wctype.h"
573S["HAVE_WCTYPE_H"]="0"
574S["NEXT_WCTYPE_H"]=""
575S["HAVE_WINT_T"]="0"
576S["HAVE_ISWCNTRL"]="0"
577S["NEXT_WCHAR_H"]="<wchar.h>"
578S["HAVE_WCHAR_H"]="0"
579S["WCHAR_H"]="wchar.h"
580S["REPLACE_WCWIDTH"]="1"
581S["HAVE_DECL_WCWIDTH"]="0"
582S["GNULIB_WCWIDTH"]="1"
583S["HAVE_UNISTD_H"]="1"
584S["NEXT_UNISTD_H"]="<unistd.h>"
585S["NEXT_STRING_H"]="<string.h>"
586S["NEXT_STDLIB_H"]="<stdlib.h>"
587S["STDINT_H"]="stdint.h"
588S["WINT_T_SUFFIX"]=""
589S["WCHAR_T_SUFFIX"]=""
590S["SIZE_T_SUFFIX"]="u"
591S["SIG_ATOMIC_T_SUFFIX"]=""
592S["PTRDIFF_T_SUFFIX"]=""
593S["HAVE_SIGNED_WINT_T"]="0"
594S["HAVE_SIGNED_WCHAR_T"]="1"
595S["HAVE_SIGNED_SIG_ATOMIC_T"]="1"
596S["BITSIZEOF_WINT_T"]="0"
597S["BITSIZEOF_WCHAR_T"]="32"
598S["BITSIZEOF_SIZE_T"]="32"
599S["BITSIZEOF_SIG_ATOMIC_T"]="32"
600S["BITSIZEOF_PTRDIFF_T"]="32"
601S["HAVE_SYS_BITYPES_H"]="1"
602S["HAVE_SYS_INTTYPES_H"]="0"
603S["HAVE_STDINT_H"]="1"
604S["NEXT_STDINT_H"]="<stdint.h>"
605S["HAVE_SYS_TYPES_H"]="1"
606S["HAVE_INTTYPES_H"]="1"
607S["HAVE_UNSIGNED_LONG_LONG_INT"]="1"
608S["HAVE_LONG_LONG_INT"]="1"
609S["HAVE__BOOL"]="1"
610S["STDBOOL_H"]=""
611S["RELOCATABLE_BUILD_DIR"]="$(top_builddir)/gnulib-lib"
612S["RELOCATABLE_SRC_DIR"]="$(top_srcdir)/gnulib-lib"
613S["RELOCATABLE_CONFIG_H_DIR"]="$(top_builddir)"
614S["RELOCATABLE_LIBRARY_PATH"]=""
615S["RELOCATABLE_VIA_LD_FALSE"]=""
616S["RELOCATABLE_VIA_LD_TRUE"]="#"
617S["INSTALL_PROGRAM_ENV"]=""
618S["RELOCATABLE_LDFLAGS"]=""
619S["RELOCATABLE"]="no"
620S["REPLACE_LSEEK"]="0"
621S["REPLACE_LCHOWN"]="0"
622S["REPLACE_GETCWD"]="0"
623S["REPLACE_FCHDIR"]="0"
624S["REPLACE_CHOWN"]="0"
625S["HAVE_DECL_GETLOGIN_R"]="1"
626S["HAVE_SLEEP"]="1"
627S["HAVE_READLINK"]="1"
628S["HAVE_FTRUNCATE"]="1"
629S["HAVE_DUP2"]="1"
630S["GNULIB_SLEEP"]="0"
631S["GNULIB_READLINK"]="1"
632S["GNULIB_LSEEK"]="0"
633S["GNULIB_LCHOWN"]="0"
634S["GNULIB_GETLOGIN_R"]="0"
635S["GNULIB_GETCWD"]="0"
636S["GNULIB_FTRUNCATE"]="0"
637S["GNULIB_FCHDIR"]="0"
638S["GNULIB_DUP2"]="0"
639S["GNULIB_CHOWN"]="0"
640S["REPLACE_STRERROR"]="0"
641S["HAVE_DECL_STRERROR"]="1"
642S["HAVE_DECL_STRTOK_R"]="1"
643S["HAVE_STRCASESTR"]="1"
644S["HAVE_STRSEP"]="1"
645S["HAVE_STRPBRK"]="1"
646S["HAVE_DECL_STRNLEN"]="1"
647S["HAVE_DECL_STRNDUP"]="1"
648S["HAVE_STRNDUP"]="1"
649S["HAVE_DECL_STRDUP"]="1"
650S["HAVE_STRCHRNUL"]="1"
651S["HAVE_DECL_STRNCASECMP"]="1"
652S["HAVE_STRCASECMP"]="1"
653S["HAVE_STPNCPY"]="1"
654S["HAVE_STPCPY"]="1"
655S["HAVE_DECL_MEMRCHR"]="1"
656S["HAVE_MEMPCPY"]="1"
657S["HAVE_DECL_MEMMEM"]="1"
658S["GNULIB_STRERROR"]="1"
659S["GNULIB_MBSTOK_R"]="0"
660S["GNULIB_MBSSEP"]="0"
661S["GNULIB_MBSSPN"]="0"
662S["GNULIB_MBSPBRK"]="0"
663S["GNULIB_MBSCSPN"]="0"
664S["GNULIB_MBSCASESTR"]="0"
665S["GNULIB_MBSPCASECMP"]="0"
666S["GNULIB_MBSNCASECMP"]="0"
667S["GNULIB_MBSCASECMP"]="0"
668S["GNULIB_MBSSTR"]="1"
669S["GNULIB_MBSRCHR"]="0"
670S["GNULIB_MBSCHR"]="0"
671S["GNULIB_MBSNLEN"]="0"
672S["GNULIB_MBSLEN"]="1"
673S["GNULIB_STRTOK_R"]="0"
674S["GNULIB_STRCASESTR"]="0"
675S["GNULIB_STRSEP"]="0"
676S["GNULIB_STRPBRK"]="0"
677S["GNULIB_STRNLEN"]="1"
678S["GNULIB_STRNDUP"]="0"
679S["GNULIB_STRDUP"]="1"
680S["GNULIB_STRCHRNUL"]="0"
681S["GNULIB_STPNCPY"]="0"
682S["GNULIB_STPCPY"]="0"
683S["GNULIB_MEMRCHR"]="0"
684S["GNULIB_MEMPCPY"]="0"
685S["GNULIB_MEMMEM"]="0"
686S["REPLACE_PUTENV"]="0"
687S["REPLACE_MKSTEMP"]="0"
688S["HAVE_REALLOC_POSIX"]="1"
689S["HAVE_MKDTEMP"]="1"
690S["HAVE_GETSUBOPT"]="1"
691S["HAVE_CALLOC_POSIX"]="1"
692S["GNULIB_PUTENV"]="0"
693S["GNULIB_MKSTEMP"]="0"
694S["GNULIB_MKDTEMP"]="0"
695S["GNULIB_GETSUBOPT"]="0"
696S["GNULIB_CALLOC_POSIX"]="0"
697S["GNULIB_REALLOC_POSIX"]="0"
698S["GNULIB_MALLOC_POSIX"]="1"
699S["HAVE_MALLOC_POSIX"]="1"
700S["ICONV_H"]=""
701S["NEXT_ICONV_H"]="<iconv.h>"
702S["INCLUDE_NEXT"]="include_next"
703S["REPLACE_ICONV_UTF"]="0"
704S["REPLACE_ICONV_OPEN"]="0"
705S["REPLACE_ICONV"]="0"
706S["GETOPT_H"]=""
707S["ALLOCA_H"]="alloca.h"
708S["GL_COND_LIBTOOL_FALSE"]=""
709S["GL_COND_LIBTOOL_TRUE"]="#"
710S["POSUB"]="po"
711S["LTLIBINTL"]="${top_builddir}/intl/libintl.la -L${TIMEMACHINE_PATH}/build/usr/lib -liconv -R/home/eric/U12H18"\
712"9_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/build/usr/lib "
713S["LIBINTL"]="${top_builddir}/intl/libintl.la ${TIMEMACHINE_PATH}/build/usr/lib/libiconv.so -Wl,-rpath -Wl,/h"\
714"ome/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/build/usr/lib "
715S["INTLLIBS"]="${top_builddir}/intl/libintl.la ${TIMEMACHINE_PATH}/build/usr/lib/libiconv.so -Wl,-rpath -Wl,/h"\
716"ome/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/build/usr/lib "
717S["INTL_LIBTOOL_SUFFIX_PREFIX"]="l"
718S["INTLOBJS"]="$(GETTOBJS)"
719S["GENCAT"]="gencat"
720S["INSTOBJEXT"]=".mo"
721S["DATADIRNAME"]="share"
722S["CATOBJEXT"]=".gmo"
723S["USE_INCLUDED_LIBINTL"]="yes"
724S["BUILD_INCLUDED_LIBINTL"]="yes"
725S["LTLIBC"]="-lc"
726S["WINDRES"]=""
727S["WOE32"]="no"
728S["WOE32DLL"]="no"
729S["HAVE_WPRINTF"]="0"
730S["HAVE_SNPRINTF"]="1"
731S["HAVE_ASPRINTF"]="1"
732S["HAVE_POSIX_PRINTF"]="1"
733S["INTL_MACOSX_LIBS"]=""
734S["GLIBC21"]="yes"
735S["INTLBISON"]="bison"
736S["LTLIBICONV"]="-L${TIMEMACHINE_PATH}/build/usr/lib -liconv -R/home/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_A"\
737"lpha/ap/gpl/timemachine/build/usr/lib"
738S["LIBICONV"]="${TIMEMACHINE_PATH}/build/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/eric/U12H189_WNDR4500/2011_0"\
739"4_14_WNDR4500_Alpha/ap/gpl/timemachine/build/usr/lib"
740S["LTLIBMULTITHREAD"]="-lpthread"
741S["LIBMULTITHREAD"]="-lpthread"
742S["LTLIBTHREAD"]=""
743S["LIBTHREAD"]=""
744S["LIBPTH_PREFIX"]=""
745S["LTLIBPTH"]=""
746S["LIBPTH"]=""
747S["PRI_MACROS_BROKEN"]="0"
748S["ALLOCA"]=""
749S["HAVE_VISIBILITY"]="1"
750S["CFLAG_VISIBILITY"]="-fvisibility=hidden"
751S["GLIBC2"]="yes"
752S["XGETTEXT_EXTRA_OPTIONS"]=" --flag=error:3:c-format --flag=error_at_line:5:c-format"
753S["MSGMERGE"]="/usr/bin/msgmerge"
754S["XGETTEXT_015"]="/usr/bin/xgettext"
755S["XGETTEXT"]="/usr/bin/xgettext"
756S["GMSGFMT_015"]="/usr/bin/msgfmt"
757S["MSGFMT_015"]="/usr/bin/msgfmt"
758S["GMSGFMT"]="/usr/bin/msgfmt"
759S["MSGFMT"]="/usr/bin/msgfmt"
760S["GETTEXT_MACRO_VERSION"]="0.17"
761S["USE_NLS"]="yes"
762S["WOE32_FALSE"]=""
763S["WOE32_TRUE"]="#"
764S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
765S["ac_ct_F77"]="gfortran"
766S["FFLAGS"]="-g -O2"
767S["F77"]="gfortran"
768S["CXXCPP"]="mipsel-linux-uclibc-g++ -E"
769S["am__fastdepCXX_FALSE"]="#"
770S["am__fastdepCXX_TRUE"]=""
771S["CXXDEPMODE"]="depmode=gcc3"
772S["ac_ct_CXX"]=""
773S["CXXFLAGS"]="-I${PKG_INSTALL_DIR}/usr/include"
774S["CXX"]="mipsel-linux-uclibc-g++"
775S["OBJDUMP"]="mipsel-linux-linux26-objdump"
776S["AS"]="mipsel-linux-uclibc-gcc -c -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time"
777S["DLLTOOL"]="dlltool"
778S["AR"]="mipsel-linux-linux26-ar"
779S["ECHO"]="echo"
780S["LN_S"]="ln -s"
781S["SED"]="/bin/sed"
782S["RANLIB"]="mipsel-linux-linux26-ranlib"
783S["host_os"]="linux-gnu"
784S["host_vendor"]="uclibc"
785S["host_cpu"]="mipsel"
786S["host"]="mipsel-uclibc-linux-gnu"
787S["build_os"]="linux-gnu26"
788S["build_vendor"]="uclibc"
789S["build_cpu"]="mipsel"
790S["build"]="mipsel-uclibc-linux-gnu26"
791S["BUILDCSHARP"]="yes"
792S["CSHARPCOMPFLAGS"]="-O -g"
793S["HAVE_CSC"]=""
794S["HAVE_MCS"]="1"
795S["HAVE_CSCC"]=""
796S["HAVE_CSC_IN_PATH"]=""
797S["HAVE_MCS_IN_PATH"]="yes"
798S["HAVE_CSCC_IN_PATH"]=""
799S["CSHARP_CHOICE"]="any"
800S["BUILDJAVA"]="no"
801S["JAR"]=""
802S["HAVE_JIKES"]=""
803S["HAVE_JAVAC"]=""
804S["HAVE_GCJ_C"]=""
805S["HAVE_JAVAC_ENVVAR"]=""
806S["CLASSPATH_SEPARATOR"]=":"
807S["CLASSPATH"]=""
808S["CONF_JAVAC"]=""
809S["HAVE_JIKES_IN_PATH"]=""
810S["HAVE_JAVAC_IN_PATH"]=""
811S["HAVE_GCJ_IN_PATH"]=""
812S["EGREP"]="/bin/grep -E"
813S["GREP"]="/bin/grep"
814S["CPP"]="mipsel-linux-uclibc-gcc -E"
815S["JAVA_CHOICE"]="yes"
816S["YFLAGS"]=""
817S["YACC"]="bison -y"
818S["am__fastdepCC_FALSE"]="#"
819S["am__fastdepCC_TRUE"]=""
820S["CCDEPMODE"]="depmode=gcc3"
821S["AMDEPBACKSLASH"]="\\"
822S["AMDEP_FALSE"]="#"
823S["AMDEP_TRUE"]=""
824S["am__quote"]=""
825S["am__include"]="include"
826S["DEPDIR"]=".deps"
827S["OBJEXT"]="o"
828S["EXEEXT"]=""
829S["ac_ct_CC"]=""
830S["CPPFLAGS"]="-I${TIMEMACHINE_PATH}/build/usr/include"
831S["LDFLAGS"]="-L${PKG_INSTALL_DIR}/usr/lib"
832S["CFLAGS"]="-I${PKG_INSTALL_DIR}/usr/include"
833S["CC"]="mipsel-linux-uclibc-gcc"
834S["am__untar"]="${AMTAR} xf -"
835S["am__tar"]="${AMTAR} chof - \"$$tardir\""
836S["AMTAR"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run tar"
837S["am__leading_dot"]="."
838S["SET_MAKE"]=""
839S["AWK"]="gawk"
840S["mkdir_p"]="/bin/mkdir -p"
841S["MKDIR_P"]="/bin/mkdir -p"
842S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
843S["STRIP"]="mipsel-linux-linux26-strip"
844S["install_sh"]="$(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh"
845S["MAKEINFO"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run makeinfo"
846S["AUTOHEADER"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run autoheader"
847S["AUTOMAKE"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run automake-1.10"
848S["AUTOCONF"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run autoconf"
849S["ACLOCAL"]="${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run aclocal-1.10"
850S["VERSION"]="0.17"
851S["PACKAGE"]="gettext-runtime"
852S["CYGPATH_W"]="echo"
853S["am__isrc"]=""
854S["INSTALL_DATA"]="${INSTALL} -m 644"
855S["INSTALL_SCRIPT"]="${INSTALL}"
856S["INSTALL_PROGRAM"]="${INSTALL}"
857S["target_alias"]="mipsel-uclibc-linux-gnu26"
858S["host_alias"]="mipsel-uclibc-linux"
859S["build_alias"]="mipsel-uclibc-linux-gnu26"
860S["LIBS"]=""
861S["ECHO_T"]=""
862S["ECHO_N"]="-n"
863S["ECHO_C"]=""
864S["DEFS"]="-DHAVE_CONFIG_H"
865S["mandir"]="${datarootdir}/man"
866S["localedir"]="${datarootdir}/locale"
867S["libdir"]="${exec_prefix}/lib"
868S["psdir"]="${docdir}"
869S["pdfdir"]="${docdir}"
870S["dvidir"]="${docdir}"
871S["htmldir"]="${docdir}"
872S["infodir"]="${datarootdir}/info"
873S["docdir"]="${datarootdir}/doc/gettext"
874S["oldincludedir"]="/usr/include"
875S["includedir"]="${prefix}/include"
876S["localstatedir"]="${prefix}/var"
877S["sharedstatedir"]="${prefix}/com"
878S["sysconfdir"]="${prefix}/etc"
879S["datadir"]="${datarootdir}"
880S["datarootdir"]="${prefix}/share"
881S["libexecdir"]="${exec_prefix}/libexec"
882S["sbindir"]="${exec_prefix}/sbin"
883S["bindir"]="${exec_prefix}/bin"
884S["program_transform_name"]="s,x,x,"
885S["prefix"]="/usr"
886S["exec_prefix"]="${prefix}"
887S["PACKAGE_BUGREPORT"]=""
888S["PACKAGE_STRING"]=""
889S["PACKAGE_VERSION"]=""
890S["PACKAGE_TARNAME"]=""
891S["PACKAGE_NAME"]=""
892S["PATH_SEPARATOR"]=":"
893S["SHELL"]="/bin/sh"
894_ACAWK
895cat >>"$tmp/subs1.awk" <<_ACAWK &&
896  for (key in S) S_is_set[key] = 1
897  FS = ""
898
899}
900{
901  line = $ 0
902  nfields = split(line, field, "@")
903  substed = 0
904  len = length(field[1])
905  for (i = 2; i < nfields; i++) {
906    key = field[i]
907    keylen = length(key)
908    if (S_is_set[key]) {
909      value = S[key]
910      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
911      len += length(value) + length(field[++i])
912      substed = 1
913    } else
914      len += 1 + keylen
915  }
916
917  print line
918}
919
920_ACAWK
921if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
922  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
923else
924  cat
925fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
926  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
927$as_echo "$as_me: error: could not setup config files machinery" >&2;}
928   { (exit 1); exit 1; }; }
929fi # test -n "$CONFIG_FILES"
930
931# Set up the scripts for CONFIG_HEADERS section.
932# No need to generate them if there are no CONFIG_HEADERS.
933# This happens for instance with `./config.status Makefile'.
934if test -n "$CONFIG_HEADERS"; then
935cat >"$tmp/defines.awk" <<\_ACAWK ||
936BEGIN {
937D["PACKAGE_NAME"]=" \"\""
938D["PACKAGE_TARNAME"]=" \"\""
939D["PACKAGE_VERSION"]=" \"\""
940D["PACKAGE_STRING"]=" \"\""
941D["PACKAGE_BUGREPORT"]=" \"\""
942D["PACKAGE"]=" \"gettext-runtime\""
943D["VERSION"]=" \"0.17\""
944D["STDC_HEADERS"]=" 1"
945D["HAVE_SYS_TYPES_H"]=" 1"
946D["HAVE_SYS_STAT_H"]=" 1"
947D["HAVE_STDLIB_H"]=" 1"
948D["HAVE_STRING_H"]=" 1"
949D["HAVE_MEMORY_H"]=" 1"
950D["HAVE_STRINGS_H"]=" 1"
951D["HAVE_INTTYPES_H"]=" 1"
952D["HAVE_STDINT_H"]=" 1"
953D["HAVE_UNISTD_H"]=" 1"
954D["__EXTENSIONS__"]=" 1"
955D["_ALL_SOURCE"]=" 1"
956D["_GNU_SOURCE"]=" 1"
957D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
958D["_TANDEM_SOURCE"]=" 1"
959D["HAVE_DLFCN_H"]=" 1"
960D["HAVE_VISIBILITY"]=" 1"
961D["HAVE_STDINT_H_WITH_UINTMAX"]=" 1"
962D["HAVE_ALLOCA_H"]=" 1"
963D["HAVE_ALLOCA"]=" 1"
964D["HAVE_STDLIB_H"]=" 1"
965D["HAVE_UNISTD_H"]=" 1"
966D["HAVE_GETPAGESIZE"]=" 1"
967D["INTDIV0_RAISES_SIGFPE"]=" 0"
968D["HAVE_INTTYPES_H_WITH_UINTMAX"]=" 1"
969D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1"
970D["HAVE_UINTMAX_T"]=" 1"
971D["HAVE_INTTYPES_H"]=" 1"
972D["USE_POSIX_THREADS"]=" 1"
973D["USE_POSIX_THREADS_WEAK"]=" 1"
974D["HAVE_PTHREAD_RWLOCK"]=" 1"
975D["HAVE_PTHREAD_MUTEX_RECURSIVE"]=" 1"
976D["HAVE_BUILTIN_EXPECT"]=" 1"
977D["HAVE_INTTYPES_H"]=" 1"
978D["HAVE_LIMITS_H"]=" 1"
979D["HAVE_UNISTD_H"]=" 1"
980D["HAVE_SYS_PARAM_H"]=" 1"
981D["HAVE_GETCWD"]=" 1"
982D["HAVE_GETEGID"]=" 1"
983D["HAVE_GETEUID"]=" 1"
984D["HAVE_GETGID"]=" 1"
985D["HAVE_GETUID"]=" 1"
986D["HAVE_MEMPCPY"]=" 1"
987D["HAVE_MUNMAP"]=" 1"
988D["HAVE_STPCPY"]=" 1"
989D["HAVE_STRCASECMP"]=" 1"
990D["HAVE_STRDUP"]=" 1"
991D["HAVE_STRTOUL"]=" 1"
992D["HAVE_TSEARCH"]=" 1"
993D["HAVE___FSETLOCKING"]=" 1"
994D["HAVE_DECL_FEOF_UNLOCKED"]=" 1"
995D["HAVE_DECL_FGETS_UNLOCKED"]=" 1"
996D["HAVE_ICONV"]=" 1"
997D["ICONV_CONST"]=" const"
998D["HAVE_LONG_LONG_INT"]=" 1"
999D["HAVE_WCHAR_T"]=" 1"
1000D["HAVE_INTMAX_T"]=" 1"
1001D["HAVE_POSIX_PRINTF"]=" 1"
1002D["HAVE_STDINT_H"]=" 1"
1003D["HAVE_STDINT_H"]=" 1"
1004D["HAVE_STDDEF_H"]=" 1"
1005D["HAVE_STDLIB_H"]=" 1"
1006D["HAVE_STRING_H"]=" 1"
1007D["HAVE_ASPRINTF"]=" 1"
1008D["HAVE_PUTENV"]=" 1"
1009D["HAVE_SETENV"]=" 1"
1010D["HAVE_SETLOCALE"]=" 1"
1011D["HAVE_SNPRINTF"]=" 1"
1012D["HAVE_DECL__SNPRINTF"]=" 0"
1013D["HAVE_DECL__SNWPRINTF"]=" 0"
1014D["HAVE_DECL_GETC_UNLOCKED"]=" 1"
1015D["HAVE_LANGINFO_CODESET"]=" 1"
1016D["HAVE_LC_MESSAGES"]=" 1"
1017D["ENABLE_NLS"]=" 1"
1018D["HAVE_STDLIB_H"]=" 1"
1019D["HAVE_STRING_H"]=" 1"
1020D["HAVE_SYS_PARAM_H"]=" 1"
1021D["HAVE_UNISTD_H"]=" 1"
1022D["HAVE_ICONV_H"]=" 1"
1023D["HAVE_STDINT_H"]=" 1"
1024D["HAVE_DECL_CANONICALIZE_FILE_NAME"]=" 0"
1025D["HAVE_GETCWD"]=" 1"
1026D["HAVE_READLINK"]=" 1"
1027D["HAVE_SETENV"]=" 1"
1028D["HAVE_DECL_STRERROR_R"]=" 1"
1029D["STRERROR_R_CHAR_P"]=" 1"
1030D["HAVE_GETOPT_H"]=" 1"
1031D["HAVE_GETOPT_LONG_ONLY"]=" 1"
1032D["HAVE_DECL_GETENV"]=" 1"
1033D["HAVE_INCLUDE_NEXT"]=" 1"
1034D["HAVE_DECL_GETC_UNLOCKED"]=" 1"
1035D["HAVE_STDLIB_H"]=" 1"
1036D["MALLOC_0_IS_NONNULL"]=" 0"
1037D["mbstate_t"]=" int"
1038D["INSTALLPREFIX"]=" \"/usr\""
1039D["HAVE__BOOL"]=" 1"
1040D["HAVE_STDBOOL_H"]=" 1"
1041D["HAVE_DECL_STRDUP"]=" 1"
1042D["restrict"]=" __restrict"
1043D["HAVE_DECL_STRNLEN"]=" 1"
1044D["HAVE_DECL_CLEARERR_UNLOCKED"]=" 1"
1045D["HAVE_DECL_FEOF_UNLOCKED"]=" 1"
1046D["HAVE_DECL_FERROR_UNLOCKED"]=" 1"
1047D["HAVE_DECL_FFLUSH_UNLOCKED"]=" 1"
1048D["HAVE_DECL_FGETS_UNLOCKED"]=" 1"
1049D["HAVE_DECL_FPUTC_UNLOCKED"]=" 1"
1050D["HAVE_DECL_FPUTS_UNLOCKED"]=" 1"
1051D["HAVE_DECL_FREAD_UNLOCKED"]=" 1"
1052D["HAVE_DECL_FWRITE_UNLOCKED"]=" 1"
1053D["HAVE_DECL_GETCHAR_UNLOCKED"]=" 1"
1054D["HAVE_DECL_PUTC_UNLOCKED"]=" 1"
1055D["HAVE_DECL_PUTCHAR_UNLOCKED"]=" 1"
1056D["HAVE_ATEXIT"]=" 1"
1057D["realpath"]=" rpl_realpath"
1058D["GNULIB_FWRITEERROR"]=" 1"
1059D["HAVE_ICONV"]=" 1"
1060D["ICONV_CONST"]=" const"
1061D["HAVE_MALLOC_POSIX"]=" 1"
1062D["HAVE_MEMCHR"]=" 1"
1063D["HAVE_MEMMOVE"]=" 1"
1064D["HAVE_SEARCH_H"]=" 1"
1065D["HAVE_TSEARCH"]=" 1"
1066D["HAVE_ENVIRON_DECL"]=" 1"
1067D["HAVE_SYS_BITYPES_H"]=" 1"
1068D["BITSIZEOF_PTRDIFF_T"]=" 32"
1069D["BITSIZEOF_SIG_ATOMIC_T"]=" 32"
1070D["BITSIZEOF_SIZE_T"]=" 32"
1071D["BITSIZEOF_WCHAR_T"]=" 32"
1072D["BITSIZEOF_WINT_T"]=" 0"
1073D["HAVE_SIGNED_SIG_ATOMIC_T"]=" 1"
1074D["HAVE_SIGNED_WCHAR_T"]=" 1"
1075D["PTRDIFF_T_SUFFIX"]=" "
1076D["SIG_ATOMIC_T_SUFFIX"]=" "
1077D["SIZE_T_SUFFIX"]=" u"
1078D["WCHAR_T_SUFFIX"]=" "
1079D["WINT_T_SUFFIX"]=" "
1080D["HAVE_STRDUP"]=" 1"
1081D["strnlen"]=" rpl_strnlen"
1082D["HAVE_STRTOL"]=" 1"
1083D["HAVE_STRTOUL"]=" 1"
1084D["USE_UNLOCKED_IO"]=" 1"
1085D["HAVE_DECL_WCWIDTH"]=" 0"
1086D["HAVE_SETLOCALE"]=" 1"
1087  for (key in D) D_is_set[key] = 1
1088  FS = ""
1089}
1090/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1091  line = $ 0
1092  split(line, arg, " ")
1093  if (arg[1] == "#") {
1094    defundef = arg[2]
1095    mac1 = arg[3]
1096  } else {
1097    defundef = substr(arg[1], 2)
1098    mac1 = arg[2]
1099  }
1100  split(mac1, mac2, "(") #)
1101  macro = mac2[1]
1102  prefix = substr(line, 1, index(line, defundef) - 1)
1103  if (D_is_set[macro]) {
1104    # Preserve the white space surrounding the "#".
1105    print prefix "define", macro P[macro] D[macro]
1106    next
1107  } else {
1108    # Replace #undef with comments.  This is necessary, for example,
1109    # in the case of _POSIX_SOURCE, which is predefined and required
1110    # on some systems where configure will not decide to define it.
1111    if (defundef == "undef") {
1112      print "/*", prefix defundef, macro, "*/"
1113      next
1114    }
1115  }
1116}
1117{ print }
1118_ACAWK
1119  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
1120$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1121   { (exit 1); exit 1; }; }
1122fi # test -n "$CONFIG_HEADERS"
1123
1124
1125eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1126shift
1127for ac_tag
1128do
1129  case $ac_tag in
1130  :[FHLC]) ac_mode=$ac_tag; continue;;
1131  esac
1132  case $ac_mode$ac_tag in
1133  :[FHL]*:*);;
1134  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
1135$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
1136   { (exit 1); exit 1; }; };;
1137  :[FH]-) ac_tag=-:-;;
1138  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1139  esac
1140  ac_save_IFS=$IFS
1141  IFS=:
1142  set x $ac_tag
1143  IFS=$ac_save_IFS
1144  shift
1145  ac_file=$1
1146  shift
1147
1148  case $ac_mode in
1149  :L) ac_source=$1;;
1150  :[FH])
1151    ac_file_inputs=
1152    for ac_f
1153    do
1154      case $ac_f in
1155      -) ac_f="$tmp/stdin";;
1156      *) # Look for the file first in the build tree, then in the source tree
1157	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
1158	 # because $ac_f cannot contain `:'.
1159	 test -f "$ac_f" ||
1160	   case $ac_f in
1161	   [\\/$]*) false;;
1162	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1163	   esac ||
1164	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
1165$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1166   { (exit 1); exit 1; }; };;
1167      esac
1168      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1169      ac_file_inputs="$ac_file_inputs '$ac_f'"
1170    done
1171
1172    # Let's still pretend it is `configure' which instantiates (i.e., don't
1173    # use $as_me), people would be surprised to read:
1174    #    /* config.h.  Generated by config.status.  */
1175    configure_input='Generated from '`
1176	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1177	`' by configure.'
1178    if test x"$ac_file" != x-; then
1179      configure_input="$ac_file.  $configure_input"
1180      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1181$as_echo "$as_me: creating $ac_file" >&6;}
1182    fi
1183    # Neutralize special characters interpreted by sed in replacement strings.
1184    case $configure_input in #(
1185    *\&* | *\|* | *\\* )
1186       ac_sed_conf_input=`$as_echo "$configure_input" |
1187       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1188    *) ac_sed_conf_input=$configure_input;;
1189    esac
1190
1191    case $ac_tag in
1192    *:-:* | *:-) cat >"$tmp/stdin" \
1193      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1194$as_echo "$as_me: error: could not create $ac_file" >&2;}
1195   { (exit 1); exit 1; }; } ;;
1196    esac
1197    ;;
1198  esac
1199
1200  ac_dir=`$as_dirname -- "$ac_file" ||
1201$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1202	 X"$ac_file" : 'X\(//\)[^/]' \| \
1203	 X"$ac_file" : 'X\(//\)$' \| \
1204	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1205$as_echo X"$ac_file" |
1206    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1207	    s//\1/
1208	    q
1209	  }
1210	  /^X\(\/\/\)[^/].*/{
1211	    s//\1/
1212	    q
1213	  }
1214	  /^X\(\/\/\)$/{
1215	    s//\1/
1216	    q
1217	  }
1218	  /^X\(\/\).*/{
1219	    s//\1/
1220	    q
1221	  }
1222	  s/.*/./; q'`
1223  { as_dir="$ac_dir"
1224  case $as_dir in #(
1225  -*) as_dir=./$as_dir;;
1226  esac
1227  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1228    as_dirs=
1229    while :; do
1230      case $as_dir in #(
1231      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1232      *) as_qdir=$as_dir;;
1233      esac
1234      as_dirs="'$as_qdir' $as_dirs"
1235      as_dir=`$as_dirname -- "$as_dir" ||
1236$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1237	 X"$as_dir" : 'X\(//\)[^/]' \| \
1238	 X"$as_dir" : 'X\(//\)$' \| \
1239	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1240$as_echo X"$as_dir" |
1241    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1242	    s//\1/
1243	    q
1244	  }
1245	  /^X\(\/\/\)[^/].*/{
1246	    s//\1/
1247	    q
1248	  }
1249	  /^X\(\/\/\)$/{
1250	    s//\1/
1251	    q
1252	  }
1253	  /^X\(\/\).*/{
1254	    s//\1/
1255	    q
1256	  }
1257	  s/.*/./; q'`
1258      test -d "$as_dir" && break
1259    done
1260    test -z "$as_dirs" || eval "mkdir $as_dirs"
1261  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1262$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1263   { (exit 1); exit 1; }; }; }
1264  ac_builddir=.
1265
1266case "$ac_dir" in
1267.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1268*)
1269  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1270  # A ".." for each directory in $ac_dir_suffix.
1271  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1272  case $ac_top_builddir_sub in
1273  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1274  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1275  esac ;;
1276esac
1277ac_abs_top_builddir=$ac_pwd
1278ac_abs_builddir=$ac_pwd$ac_dir_suffix
1279# for backward compatibility:
1280ac_top_builddir=$ac_top_build_prefix
1281
1282case $srcdir in
1283  .)  # We are building in place.
1284    ac_srcdir=.
1285    ac_top_srcdir=$ac_top_builddir_sub
1286    ac_abs_top_srcdir=$ac_pwd ;;
1287  [\\/]* | ?:[\\/]* )  # Absolute name.
1288    ac_srcdir=$srcdir$ac_dir_suffix;
1289    ac_top_srcdir=$srcdir
1290    ac_abs_top_srcdir=$srcdir ;;
1291  *) # Relative name.
1292    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1293    ac_top_srcdir=$ac_top_build_prefix$srcdir
1294    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1295esac
1296ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1297
1298
1299  case $ac_mode in
1300  :F)
1301  #
1302  # CONFIG_FILE
1303  #
1304
1305  case $INSTALL in
1306  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1307  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1308  esac
1309  ac_MKDIR_P=$MKDIR_P
1310  case $MKDIR_P in
1311  [\\/$]* | ?:[\\/]* ) ;;
1312  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1313  esac
1314# If the template does not know about datarootdir, expand it.
1315# FIXME: This hack should be removed a few years after 2.60.
1316ac_datarootdir_hack=; ac_datarootdir_seen=
1317
1318ac_sed_dataroot='
1319/datarootdir/ {
1320  p
1321  q
1322}
1323/@datadir@/p
1324/@docdir@/p
1325/@infodir@/p
1326/@localedir@/p
1327/@mandir@/p
1328'
1329case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1330*datarootdir*) ac_datarootdir_seen=yes;;
1331*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1332  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1333$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1334  ac_datarootdir_hack='
1335  s&@datadir@&${datarootdir}&g
1336  s&@docdir@&${datarootdir}/doc/gettext&g
1337  s&@infodir@&${datarootdir}/info&g
1338  s&@localedir@&${datarootdir}/locale&g
1339  s&@mandir@&${datarootdir}/man&g
1340    s&\${datarootdir}&${prefix}/share&g' ;;
1341esac
1342ac_sed_extra="/^[	 ]*VPATH[	 ]*=/{
1343s/:*\$(srcdir):*/:/
1344s/:*\${srcdir}:*/:/
1345s/:*@srcdir@:*/:/
1346s/^\([^=]*=[	 ]*\):*/\1/
1347s/:*$//
1348s/^[^=]*=[	 ]*$//
1349}
1350
1351:t
1352/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1353s|@configure_input@|$ac_sed_conf_input|;t t
1354s&@top_builddir@&$ac_top_builddir_sub&;t t
1355s&@top_build_prefix@&$ac_top_build_prefix&;t t
1356s&@srcdir@&$ac_srcdir&;t t
1357s&@abs_srcdir@&$ac_abs_srcdir&;t t
1358s&@top_srcdir@&$ac_top_srcdir&;t t
1359s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1360s&@builddir@&$ac_builddir&;t t
1361s&@abs_builddir@&$ac_abs_builddir&;t t
1362s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1363s&@INSTALL@&$ac_INSTALL&;t t
1364s&@MKDIR_P@&$ac_MKDIR_P&;t t
1365$ac_datarootdir_hack
1366"
1367eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1368  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1369$as_echo "$as_me: error: could not create $ac_file" >&2;}
1370   { (exit 1); exit 1; }; }
1371
1372test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1373  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1374  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1375  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1376which seems to be undefined.  Please make sure it is defined." >&5
1377$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1378which seems to be undefined.  Please make sure it is defined." >&2;}
1379
1380  rm -f "$tmp/stdin"
1381  case $ac_file in
1382  -) cat "$tmp/out" && rm -f "$tmp/out";;
1383  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1384  esac \
1385  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1386$as_echo "$as_me: error: could not create $ac_file" >&2;}
1387   { (exit 1); exit 1; }; }
1388 ;;
1389  :H)
1390  #
1391  # CONFIG_HEADER
1392  #
1393  if test x"$ac_file" != x-; then
1394    {
1395      $as_echo "/* $configure_input  */" \
1396      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1397    } >"$tmp/config.h" \
1398      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1399$as_echo "$as_me: error: could not create $ac_file" >&2;}
1400   { (exit 1); exit 1; }; }
1401    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1402      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1403$as_echo "$as_me: $ac_file is unchanged" >&6;}
1404    else
1405      rm -f "$ac_file"
1406      mv "$tmp/config.h" "$ac_file" \
1407	|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1408$as_echo "$as_me: error: could not create $ac_file" >&2;}
1409   { (exit 1); exit 1; }; }
1410    fi
1411  else
1412    $as_echo "/* $configure_input  */" \
1413      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1414      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1415$as_echo "$as_me: error: could not create -" >&2;}
1416   { (exit 1); exit 1; }; }
1417  fi
1418# Compute "$ac_file"'s index in $config_headers.
1419_am_stamp_count=1
1420for _am_header in $config_headers :; do
1421  case $_am_header in
1422    "$ac_file" | "$ac_file":* )
1423      break ;;
1424    * )
1425      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1426  esac
1427done
1428echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
1429$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1430	 X"$ac_file" : 'X\(//\)[^/]' \| \
1431	 X"$ac_file" : 'X\(//\)$' \| \
1432	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1433$as_echo X"$ac_file" |
1434    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1435	    s//\1/
1436	    q
1437	  }
1438	  /^X\(\/\/\)[^/].*/{
1439	    s//\1/
1440	    q
1441	  }
1442	  /^X\(\/\/\)$/{
1443	    s//\1/
1444	    q
1445	  }
1446	  /^X\(\/\).*/{
1447	    s//\1/
1448	    q
1449	  }
1450	  s/.*/./; q'`/stamp-h$_am_stamp_count
1451 ;;
1452
1453  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1454$as_echo "$as_me: executing $ac_file commands" >&6;}
1455 ;;
1456  esac
1457
1458
1459  case $ac_file$ac_mode in
1460    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1461  # Strip MF so we end up with the name of the file.
1462  mf=`echo "$mf" | sed -e 's/:.*$//'`
1463  # Check whether this is an Automake generated Makefile or not.
1464  # We used to match only the files named `Makefile.in', but
1465  # some people rename them; so instead we look at the file content.
1466  # Grep'ing the first line is not enough: some people post-process
1467  # each Makefile.in and add a new line on top of each file to say so.
1468  # Grep'ing the whole file is not good either: AIX grep has a line
1469  # limit of 2048, but all sed's we know have understand at least 4000.
1470  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
1471    dirpart=`$as_dirname -- "$mf" ||
1472$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1473	 X"$mf" : 'X\(//\)[^/]' \| \
1474	 X"$mf" : 'X\(//\)$' \| \
1475	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1476$as_echo X"$mf" |
1477    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1478	    s//\1/
1479	    q
1480	  }
1481	  /^X\(\/\/\)[^/].*/{
1482	    s//\1/
1483	    q
1484	  }
1485	  /^X\(\/\/\)$/{
1486	    s//\1/
1487	    q
1488	  }
1489	  /^X\(\/\).*/{
1490	    s//\1/
1491	    q
1492	  }
1493	  s/.*/./; q'`
1494  else
1495    continue
1496  fi
1497  # Extract the definition of DEPDIR, am__include, and am__quote
1498  # from the Makefile without running `make'.
1499  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1500  test -z "$DEPDIR" && continue
1501  am__include=`sed -n 's/^am__include = //p' < "$mf"`
1502  test -z "am__include" && continue
1503  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1504  # When using ansi2knr, U may be empty or an underscore; expand it
1505  U=`sed -n 's/^U = //p' < "$mf"`
1506  # Find all dependency output files, they are included files with
1507  # $(DEPDIR) in their names.  We invoke sed twice because it is the
1508  # simplest approach to changing $(DEPDIR) to its actual value in the
1509  # expansion.
1510  for file in `sed -n "
1511    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1512       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1513    # Make sure the directory exists.
1514    test -f "$dirpart/$file" && continue
1515    fdir=`$as_dirname -- "$file" ||
1516$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1517	 X"$file" : 'X\(//\)[^/]' \| \
1518	 X"$file" : 'X\(//\)$' \| \
1519	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1520$as_echo X"$file" |
1521    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1522	    s//\1/
1523	    q
1524	  }
1525	  /^X\(\/\/\)[^/].*/{
1526	    s//\1/
1527	    q
1528	  }
1529	  /^X\(\/\/\)$/{
1530	    s//\1/
1531	    q
1532	  }
1533	  /^X\(\/\).*/{
1534	    s//\1/
1535	    q
1536	  }
1537	  s/.*/./; q'`
1538    { as_dir=$dirpart/$fdir
1539  case $as_dir in #(
1540  -*) as_dir=./$as_dir;;
1541  esac
1542  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1543    as_dirs=
1544    while :; do
1545      case $as_dir in #(
1546      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1547      *) as_qdir=$as_dir;;
1548      esac
1549      as_dirs="'$as_qdir' $as_dirs"
1550      as_dir=`$as_dirname -- "$as_dir" ||
1551$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1552	 X"$as_dir" : 'X\(//\)[^/]' \| \
1553	 X"$as_dir" : 'X\(//\)$' \| \
1554	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1555$as_echo X"$as_dir" |
1556    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1557	    s//\1/
1558	    q
1559	  }
1560	  /^X\(\/\/\)[^/].*/{
1561	    s//\1/
1562	    q
1563	  }
1564	  /^X\(\/\/\)$/{
1565	    s//\1/
1566	    q
1567	  }
1568	  /^X\(\/\).*/{
1569	    s//\1/
1570	    q
1571	  }
1572	  s/.*/./; q'`
1573      test -d "$as_dir" && break
1574    done
1575    test -z "$as_dirs" || eval "mkdir $as_dirs"
1576  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1577$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1578   { (exit 1); exit 1; }; }; }
1579    # echo "creating $dirpart/$file"
1580    echo '# dummy' > "$dirpart/$file"
1581  done
1582done
1583 ;;
1584    "po-directories":C)
1585    for ac_file in $CONFIG_FILES; do
1586      # Support "outfile[:infile[:infile...]]"
1587      case "$ac_file" in
1588        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1589      esac
1590      # PO directories have a Makefile.in generated from Makefile.in.in.
1591      case "$ac_file" in */Makefile.in)
1592        # Adjust a relative srcdir.
1593        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
1594        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
1595        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
1596        # In autoconf-2.13 it is called $ac_given_srcdir.
1597        # In autoconf-2.50 it is called $srcdir.
1598        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
1599        case "$ac_given_srcdir" in
1600          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
1601          /*) top_srcdir="$ac_given_srcdir" ;;
1602          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
1603        esac
1604        # Treat a directory as a PO directory if and only if it has a
1605        # POTFILES.in file. This allows packages to have multiple PO
1606        # directories under different names or in different locations.
1607        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
1608          rm -f "$ac_dir/POTFILES"
1609          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
1610          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ 	]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
1611          POMAKEFILEDEPS="POTFILES.in"
1612          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
1613          # on $ac_dir but don't depend on user-specified configuration
1614          # parameters.
1615          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
1616            # The LINGUAS file contains the set of available languages.
1617            if test -n "$OBSOLETE_ALL_LINGUAS"; then
1618              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
1619            fi
1620            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
1621            # Hide the ALL_LINGUAS assigment from automake < 1.5.
1622            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
1623            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
1624          else
1625            # The set of available languages was given in configure.in.
1626            # Hide the ALL_LINGUAS assigment from automake < 1.5.
1627            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
1628          fi
1629          # Compute POFILES
1630          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
1631          # Compute UPDATEPOFILES
1632          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
1633          # Compute DUMMYPOFILES
1634          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
1635          # Compute GMOFILES
1636          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
1637          case "$ac_given_srcdir" in
1638            .) srcdirpre= ;;
1639            *) srcdirpre='$(srcdir)/' ;;
1640          esac
1641          POFILES=
1642          UPDATEPOFILES=
1643          DUMMYPOFILES=
1644          GMOFILES=
1645          for lang in $ALL_LINGUAS; do
1646            POFILES="$POFILES $srcdirpre$lang.po"
1647            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
1648            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
1649            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
1650          done
1651          # CATALOGS depends on both $ac_dir and the user's LINGUAS
1652          # environment variable.
1653          INST_LINGUAS=
1654          if test -n "$ALL_LINGUAS"; then
1655            for presentlang in $ALL_LINGUAS; do
1656              useit=no
1657              if test "%UNSET%" != "$LINGUAS"; then
1658                desiredlanguages="$LINGUAS"
1659              else
1660                desiredlanguages="$ALL_LINGUAS"
1661              fi
1662              for desiredlang in $desiredlanguages; do
1663                # Use the presentlang catalog if desiredlang is
1664                #   a. equal to presentlang, or
1665                #   b. a variant of presentlang (because in this case,
1666                #      presentlang can be used as a fallback for messages
1667                #      which are not translated in the desiredlang catalog).
1668                case "$desiredlang" in
1669                  "$presentlang"*) useit=yes;;
1670                esac
1671              done
1672              if test $useit = yes; then
1673                INST_LINGUAS="$INST_LINGUAS $presentlang"
1674              fi
1675            done
1676          fi
1677          CATALOGS=
1678          if test -n "$INST_LINGUAS"; then
1679            for lang in $INST_LINGUAS; do
1680              CATALOGS="$CATALOGS $lang.gmo"
1681            done
1682          fi
1683          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
1684          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"
1685          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
1686            if test -f "$f"; then
1687              case "$f" in
1688                *.orig | *.bak | *~) ;;
1689                *) cat "$f" >> "$ac_dir/Makefile" ;;
1690              esac
1691            fi
1692          done
1693        fi
1694        ;;
1695      esac
1696    done ;;
1697    "gnulib-lib/Makefile":F)
1698  sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $ac_file > $ac_file.tmp
1699  mv $ac_file.tmp $ac_file
1700 ;;
1701    "src/Makefile":F)
1702  sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $ac_file > $ac_file.tmp
1703  mv $ac_file.tmp $ac_file
1704 ;;
1705    "src/gettext.sh":F) chmod a+x src/gettext.sh ;;
1706    "man/Makefile":F)
1707  sed -e 's,^#distdir:,distdir:,' < $ac_file > $ac_file.tmp
1708  mv $ac_file.tmp $ac_file
1709 ;;
1710
1711  esac
1712done # for ac_tag
1713
1714
1715{ (exit 0); exit 0; }
1716