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 Bourne compatible
16if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17  emulate sh
18  NULLCMD=:
19  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20  # is contrary to our usage.  Disable this feature.
21  alias -g '${1+"$@"}'='"$@"'
22  setopt NO_GLOB_SUBST
23else
24  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
25fi
26BIN_SH=xpg4; export BIN_SH # for Tru64
27DUALCASE=1; export DUALCASE # for MKS sh
28
29
30# PATH needs CR
31# Avoid depending upon Character Ranges.
32as_cr_letters='abcdefghijklmnopqrstuvwxyz'
33as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34as_cr_Letters=$as_cr_letters$as_cr_LETTERS
35as_cr_digits='0123456789'
36as_cr_alnum=$as_cr_Letters$as_cr_digits
37
38# The user is always right.
39if test "${PATH_SEPARATOR+set}" != set; then
40  echo "#! /bin/sh" >conf$$.sh
41  echo  "exit 0"   >>conf$$.sh
42  chmod +x conf$$.sh
43  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44    PATH_SEPARATOR=';'
45  else
46    PATH_SEPARATOR=:
47  fi
48  rm -f conf$$.sh
49fi
50
51# Support unset when possible.
52if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
53  as_unset=unset
54else
55  as_unset=false
56fi
57
58
59# IFS
60# We need space, tab and new line, in precisely that order.  Quoting is
61# there to prevent editors from complaining about space-tab.
62# (If _AS_PATH_WALK were called with IFS unset, it would disable word
63# splitting by setting IFS to empty value.)
64as_nl='
65'
66IFS=" ""	$as_nl"
67
68# Find who we are.  Look in the path if we contain no directory separator.
69case $0 in
70  *[\\/]* ) as_myself=$0 ;;
71  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
72for as_dir in $PATH
73do
74  IFS=$as_save_IFS
75  test -z "$as_dir" && as_dir=.
76  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
77done
78IFS=$as_save_IFS
79
80     ;;
81esac
82# We did not find ourselves, most probably we were run as `sh COMMAND'
83# in which case we are not to be found in the path.
84if test "x$as_myself" = x; then
85  as_myself=$0
86fi
87if test ! -f "$as_myself"; then
88  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
89  { (exit 1); exit 1; }
90fi
91
92# Work around bugs in pre-3.0 UWIN ksh.
93for as_var in ENV MAIL MAILPATH
94do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
95done
96PS1='$ '
97PS2='> '
98PS4='+ '
99
100# NLS nuisances.
101for as_var in \
102  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
103  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
104  LC_TELEPHONE LC_TIME
105do
106  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
107    eval $as_var=C; export $as_var
108  else
109    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
110  fi
111done
112
113# Required to use basename.
114if expr a : '\(a\)' >/dev/null 2>&1 &&
115   test "X`expr 00001 : '.*\(...\)'`" = X001; then
116  as_expr=expr
117else
118  as_expr=false
119fi
120
121if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
122  as_basename=basename
123else
124  as_basename=false
125fi
126
127
128# Name of the executable.
129as_me=`$as_basename -- "$0" ||
130$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
131	 X"$0" : 'X\(//\)$' \| \
132	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
133echo X/"$0" |
134    sed '/^.*\/\([^/][^/]*\)\/*$/{
135	    s//\1/
136	    q
137	  }
138	  /^X\/\(\/\/\)$/{
139	    s//\1/
140	    q
141	  }
142	  /^X\/\(\/\).*/{
143	    s//\1/
144	    q
145	  }
146	  s/.*/./; q'`
147
148# CDPATH.
149$as_unset CDPATH
150
151
152
153  as_lineno_1=$LINENO
154  as_lineno_2=$LINENO
155  test "x$as_lineno_1" != "x$as_lineno_2" &&
156  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
157
158  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159  # uniformly replaced by the line number.  The first 'sed' inserts a
160  # line-number line after each line using $LINENO; the second 'sed'
161  # does the real work.  The second script uses 'N' to pair each
162  # line-number line with the line containing $LINENO, and appends
163  # trailing '-' during substitution so that $LINENO is not a special
164  # case at line end.
165  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166  # scripts with optimization help from Paolo Bonzini.  Blame Lee
167  # E. McMahon (1931-1989) for sed's syntax.  :-)
168  sed -n '
169    p
170    /[$]LINENO/=
171  ' <$as_myself |
172    sed '
173      s/[$]LINENO.*/&-/
174      t lineno
175      b
176      :lineno
177      N
178      :loop
179      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
180      t loop
181      s/-\n.*//
182    ' >$as_me.lineno &&
183  chmod +x "$as_me.lineno" ||
184    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
185   { (exit 1); exit 1; }; }
186
187  # Don't try to exec as it changes $[0], causing all sort of problems
188  # (the dirname of $[0] is not the place where we might find the
189  # original and so on.  Autoconf is especially sensitive to this).
190  . "./$as_me.lineno"
191  # Exit status is that of the last command.
192  exit
193}
194
195
196if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
197  as_dirname=dirname
198else
199  as_dirname=false
200fi
201
202ECHO_C= ECHO_N= ECHO_T=
203case `echo -n x` in
204-n*)
205  case `echo 'x\c'` in
206  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
207  *)   ECHO_C='\c';;
208  esac;;
209*)
210  ECHO_N='-n';;
211esac
212
213if expr a : '\(a\)' >/dev/null 2>&1 &&
214   test "X`expr 00001 : '.*\(...\)'`" = X001; then
215  as_expr=expr
216else
217  as_expr=false
218fi
219
220rm -f conf$$ conf$$.exe conf$$.file
221if test -d conf$$.dir; then
222  rm -f conf$$.dir/conf$$.file
223else
224  rm -f conf$$.dir
225  mkdir conf$$.dir
226fi
227echo >conf$$.file
228if ln -s conf$$.file conf$$ 2>/dev/null; then
229  as_ln_s='ln -s'
230  # ... but there are two gotchas:
231  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
232  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
233  # In both cases, we have to default to `cp -p'.
234  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
235    as_ln_s='cp -p'
236elif ln conf$$.file conf$$ 2>/dev/null; then
237  as_ln_s=ln
238else
239  as_ln_s='cp -p'
240fi
241rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
242rmdir conf$$.dir 2>/dev/null
243
244if mkdir -p . 2>/dev/null; then
245  as_mkdir_p=:
246else
247  test -d ./-p && rmdir ./-p
248  as_mkdir_p=false
249fi
250
251# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
252# systems may use methods other than mode bits to determine executability.
253cat >conf$$.file <<_ASEOF
254#! /bin/sh
255exit 0
256_ASEOF
257chmod +x conf$$.file
258if test -x conf$$.file >/dev/null 2>&1; then
259  as_executable_p="test -x"
260else
261  as_executable_p=:
262fi
263rm -f conf$$.file
264
265# Sed expression to map a string onto a valid CPP name.
266as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
267
268# Sed expression to map a string onto a valid variable name.
269as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
270
271
272exec 6>&1
273
274# Save the log message, to keep $[0] and so on meaningful, and to
275# report actual input values of CONFIG_FILES etc. instead of their
276# values after options handling.
277ac_log="
278This file was extended by $as_me, which was
279generated by GNU Autoconf 2.60.  Invocation command line was
280
281  CONFIG_FILES    = $CONFIG_FILES
282  CONFIG_HEADERS  = $CONFIG_HEADERS
283  CONFIG_LINKS    = $CONFIG_LINKS
284  CONFIG_COMMANDS = $CONFIG_COMMANDS
285  $ $0 $@
286
287on `(hostname || uname -n) 2>/dev/null | sed 1q`
288"
289
290# Files that config.status was made for.
291config_files=" Makefile lib/Makefile srclib/Makefile src/Makefile po/Makefile.in man/Makefile tests/Makefile include/iconv.h:include/iconv.h.build.in include/iconv.h.inst:include/iconv.h.in"
292config_headers=" config.h lib/config.h"
293config_commands=" depfiles po-directories"
294
295ac_cs_usage="\
296\`$as_me' instantiates files from templates according to the
297current configuration.
298
299Usage: $0 [OPTIONS] [FILE]...
300
301  -h, --help       print this help, then exit
302  -V, --version    print version number, then exit
303  -q, --quiet      do not print progress messages
304  -d, --debug      don't remove temporary files
305      --recheck    update $as_me by reconfiguring in the same conditions
306  --file=FILE[:TEMPLATE]
307		   instantiate the configuration file FILE
308  --header=FILE[:TEMPLATE]
309		   instantiate the configuration header FILE
310
311Configuration files:
312$config_files
313
314Configuration headers:
315$config_headers
316
317Configuration commands:
318$config_commands
319
320Report bugs to <bug-autoconf@gnu.org>."
321
322ac_cs_version="\
323config.status
324configured by ./configure, generated by GNU Autoconf 2.60,
325  with options \"'--host=mipsel-uclibc-linux' '--build=mipsel-uclibc-linux-gnu26' '--target=mipsel-uclibc-linux-gnu26' 'CC=mipsel-linux-uclibc-gcc' 'CXX=mipsel-linux-uclibc-g++' '--disable-nls' '--enable-shared' '--enable-static' '--disable-rpath' '--enable-relocatable' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'target_alias=mipsel-uclibc-linux-gnu26'\"
326
327Copyright (C) 2006 Free Software Foundation, Inc.
328This config.status script is free software; the Free Software Foundation
329gives unlimited permission to copy, distribute and modify it."
330
331ac_pwd='/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/libiconv-1.11'
332srcdir='.'
333INSTALL='/usr/bin/install -c'
334# If no file are specified by the user, then we need to provide default
335# value.  By we need to know if files were specified by the user.
336ac_need_defaults=:
337while test $# != 0
338do
339  case $1 in
340  --*=*)
341    ac_option=`expr "X$1" : 'X\([^=]*\)='`
342    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
343    ac_shift=:
344    ;;
345  *)
346    ac_option=$1
347    ac_optarg=$2
348    ac_shift=shift
349    ;;
350  esac
351
352  case $ac_option in
353  # Handling of the options.
354  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
355    ac_cs_recheck=: ;;
356  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
357    echo "$ac_cs_version"; exit ;;
358  --debug | --debu | --deb | --de | --d | -d )
359    debug=: ;;
360  --file | --fil | --fi | --f )
361    $ac_shift
362    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
363    ac_need_defaults=false;;
364  --header | --heade | --head | --hea )
365    $ac_shift
366    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
367    ac_need_defaults=false;;
368  --he | --h)
369    # Conflict between --help and --header
370    { echo "$as_me: error: ambiguous option: $1
371Try \`$0 --help' for more information." >&2
372   { (exit 1); exit 1; }; };;
373  --help | --hel | -h )
374    echo "$ac_cs_usage"; exit ;;
375  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
376  | -silent | --silent | --silen | --sile | --sil | --si | --s)
377    ac_cs_silent=: ;;
378
379  # This is an error.
380  -*) { echo "$as_me: error: unrecognized option: $1
381Try \`$0 --help' for more information." >&2
382   { (exit 1); exit 1; }; } ;;
383
384  *) ac_config_targets="$ac_config_targets $1"
385     ac_need_defaults=false ;;
386
387  esac
388  shift
389done
390
391ac_configure_extra_args=
392
393if $ac_cs_silent; then
394  exec 6>/dev/null
395  ac_configure_extra_args="$ac_configure_extra_args --silent"
396fi
397
398if $ac_cs_recheck; then
399  echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " '--host=mipsel-uclibc-linux' '--build=mipsel-uclibc-linux-gnu26' '--target=mipsel-uclibc-linux-gnu26' 'CC=mipsel-linux-uclibc-gcc' 'CXX=mipsel-linux-uclibc-g++' '--disable-nls' '--enable-shared' '--enable-static' '--disable-rpath' '--enable-relocatable' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'target_alias=mipsel-uclibc-linux-gnu26' $ac_configure_extra_args " --no-create --no-recursion" >&6
400  CONFIG_SHELL=/bin/sh
401  export CONFIG_SHELL
402  exec /bin/sh "./configure" '--host=mipsel-uclibc-linux' '--build=mipsel-uclibc-linux-gnu26' '--target=mipsel-uclibc-linux-gnu26' 'CC=mipsel-linux-uclibc-gcc' 'CXX=mipsel-linux-uclibc-g++' '--disable-nls' '--enable-shared' '--enable-static' '--disable-rpath' '--enable-relocatable' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'target_alias=mipsel-uclibc-linux-gnu26' $ac_configure_extra_args --no-create --no-recursion
403fi
404
405exec 5>>config.log
406{
407  echo
408  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
409## Running $as_me. ##
410_ASBOX
411  echo "$ac_log"
412} >&5
413
414#
415# INIT-COMMANDS
416#
417AMDEP_TRUE="" ac_aux_dir="build-aux"
418# Capture the value of obsolete ALL_LINGUAS because we need it to compute
419    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
420    # from automake < 1.5.
421    eval 'OBSOLETE_ALL_LINGUAS''=""'
422    # Capture the value of LINGUAS because we need it to compute CATALOGS.
423    LINGUAS="%UNSET%"
424
425
426
427# Handling of arguments.
428for ac_config_target in $ac_config_targets
429do
430  case $ac_config_target in
431    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
432    "lib/config.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/config.h" ;;
433    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
434    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
435    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
436    "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
437    "srclib/Makefile") CONFIG_FILES="$CONFIG_FILES srclib/Makefile" ;;
438    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
439    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
440    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
441    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
442    "include/iconv.h") CONFIG_FILES="$CONFIG_FILES include/iconv.h:include/iconv.h.build.in" ;;
443    "include/iconv.h.inst") CONFIG_FILES="$CONFIG_FILES include/iconv.h.inst:include/iconv.h.in" ;;
444
445  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
446echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
447   { (exit 1); exit 1; }; };;
448  esac
449done
450
451
452# If the user did not use the arguments to specify the items to instantiate,
453# then the envvar interface is used.  Set only those that are not.
454# We use the long form for the default assignment because of an extremely
455# bizarre bug on SunOS 4.1.3.
456if $ac_need_defaults; then
457  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
458  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
459  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
460fi
461
462# Have a temporary directory for convenience.  Make it in the build tree
463# simply because there is no reason against having it here, and in addition,
464# creating and moving files from /tmp can sometimes cause problems.
465# Hook for its removal unless debugging.
466# Note that there is a small window in which the directory will not be cleaned:
467# after its creation but before its name has been assigned to `$tmp'.
468$debug ||
469{
470  tmp=
471  trap 'exit_status=$?
472  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
473' 0
474  trap '{ (exit 1); exit 1; }' 1 2 13 15
475}
476# Create a (secure) tmp directory for tmp files.
477
478{
479  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
480  test -n "$tmp" && test -d "$tmp"
481}  ||
482{
483  tmp=./conf$$-$RANDOM
484  (umask 077 && mkdir "$tmp")
485} ||
486{
487   echo "$me: cannot create a temporary directory in ." >&2
488   { (exit 1); exit 1; }
489}
490
491#
492# Set up the sed scripts for CONFIG_FILES section.
493#
494
495# No need to generate the scripts if there are no CONFIG_FILES.
496# This happens for instance when ./config.status config.h
497if test -n "$CONFIG_FILES"; then
498
499cat >"$tmp/subs-1.sed" <<\CEOF
500/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
501s,@SHELL@,|#_!!_#|/bin/sh,g
502s,@PATH_SEPARATOR@,|#_!!_#|:,g
503s,@PACKAGE_NAME@,|#_!!_#|,g
504s,@PACKAGE_TARNAME@,|#_!!_#|,g
505s,@PACKAGE_VERSION@,|#_!!_#|,g
506s,@PACKAGE_STRING@,|#_!!_#|,g
507s,@PACKAGE_BUGREPORT@,|#_!!_#|,g
508s,@exec_prefix@,|#_!!_#|${prefix},g
509s,@prefix@,|#_!!_#|/usr/local,g
510s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
511s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
512s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
513s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
514s,@datarootdir@,|#_!!_#|${prefix}/share,g
515s,@datadir@,|#_!!_#|${datarootdir},g
516s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
517s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
518s,@localstatedir@,|#_!!_#|${prefix}/var,g
519s,@includedir@,|#_!!_#|${prefix}/include,g
520s,@oldincludedir@,|#_!!_#|/usr/include,g
521s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE},g
522s,@infodir@,|#_!!_#|${datarootdir}/info,g
523s,@htmldir@,|#_!!_#|${docdir},g
524s,@dvidir@,|#_!!_#|${docdir},g
525s,@pdfdir@,|#_!!_#|${docdir},g
526s,@psdir@,|#_!!_#|${docdir},g
527s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
528s,@localedir@,|#_!!_#|${datarootdir}/locale,g
529s,@mandir@,|#_!!_#|${datarootdir}/man,g
530s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
531s,@ECHO_C@,|#_!!_#|,g
532s,@ECHO_N@,|#_!!_#|-n,g
533s,@ECHO_T@,|#_!!_#|,g
534s,@LIBS@,|#_!!_#|,g
535s,@build_alias@,|#_!!_#|mipsel-uclibc-linux-gnu26,g
536s,@host_alias@,|#_!!_#|mipsel-uclibc-linux,g
537s,@target_alias@,|#_!!_#|mipsel-uclibc-linux-gnu26,g
538s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
539s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
540s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
541s,@CYGPATH_W@,|#_!!_#|echo,g
542s,@PACKAGE@,|#_!!_#|libiconv,g
543s,@VERSION@,|#_!!_#|1.11,g
544s,@ACLOCAL@,|#_!!_#|${SHELL} /home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/libiconv-1.11/build-aux/missing --run aclocal-1.9,g
545s,@AUTOCONF@,|#_!!_#|${SHELL} /home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/libiconv-1.11/build-aux/missing --run autoconf,g
546s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/libiconv-1.11/build-aux/missing --run automake-1.9,g
547s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/libiconv-1.11/build-aux/missing --run autoheader,g
548s,@MAKEINFO@,|#_!!_#|${SHELL} /home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/libiconv-1.11/build-aux/missing --run makeinfo,g
549s,@install_sh@,|#_!!_#|/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/libiconv-1.11/build-aux/install-sh,g
550s,@STRIP@,|#_!!_#|strip,g
551s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g
552s,@mkdir_p@,|#_!!_#|mkdir -p --,g
553s,@AWK@,|#_!!_#|gawk,g
554s,@SET_MAKE@,|#_!!_#|,g
555s,@am__leading_dot@,|#_!!_#|.,g
556s,@AMTAR@,|#_!!_#|${SHELL} /home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/libiconv-1.11/build-aux/missing --run tar,g
557s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
558s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
559s,@CC@,|#_!!_#|mipsel-linux-uclibc-gcc,g
560s,@CFLAGS@,|#_!!_#|-g -O2,g
561s,@LDFLAGS@,|#_!!_#|,g
562s,@CPPFLAGS@,|#_!!_#|,g
563s,@ac_ct_CC@,|#_!!_#|,g
564s,@EXEEXT@,|#_!!_#|,g
565s,@OBJEXT@,|#_!!_#|o,g
566s,@DEPDIR@,|#_!!_#|.deps,g
567s,@am__include@,|#_!!_#|include,g
568s,@am__quote@,|#_!!_#|,g
569s,@AMDEP_TRUE@,|#_!!_#|,g
570s,@AMDEP_FALSE@,|#_!!_#|#,g
571s,@AMDEPBACKSLASH@,|#_!!_#|\\,g
572s,@CCDEPMODE@,|#_!!_#|depmode=none,g
573s,@am__fastdepCC_TRUE@,|#_!!_#|#,g
574s,@am__fastdepCC_FALSE@,|#_!!_#|,g
575s,@CPP@,|#_!!_#|mipsel-linux-uclibc-gcc -E,g
576s,@GREP@,|#_!!_#|/bin/grep,g
577s,@EGREP@,|#_!!_#|/bin/grep -E,g
578s,@build@,|#_!!_#|mipsel-uclibc-linux-gnu26,g
579s,@build_cpu@,|#_!!_#|mipsel,g
580s,@build_vendor@,|#_!!_#|uclibc,g
581s,@build_os@,|#_!!_#|linux-gnu26,g
582s,@host@,|#_!!_#|mipsel-uclibc-linux-gnu,g
583s,@host_cpu@,|#_!!_#|mipsel,g
584s,@host_vendor@,|#_!!_#|uclibc,g
585s,@host_os@,|#_!!_#|linux-gnu,g
586s,@RELOCATABLE@,|#_!!_#|yes,g
587s,@SET_RELOCATABLE@,|#_!!_#|RELOCATABLE_LDFLAGS = "$(top_builddir)/build-aux/reloc-ldflags" "$(host)" "$(RELOCATABLE_LIBRARY_PATH)",g
588s,@RELOCATABLE_VIA_LD_TRUE@,|#_!!_#|,g
589s,@RELOCATABLE_VIA_LD_FALSE@,|#_!!_#|#,g
590s,@USE_EXTRA_ENCODINGS@,|#_!!_#|no,g
591s,@RANLIB@,|#_!!_#|ranlib,g
592s,@CP@,|#_!!_#|cp -p,g
593s,@LN@,|#_!!_#|ln,g
594s,@LN_S@,|#_!!_#|ln -s,g
595s,@ECHO@,|#_!!_#|echo,g
596s,@AR@,|#_!!_#|ar,g
597s,@DLLTOOL@,|#_!!_#|dlltool,g
598CEOF
599cat >"$tmp/subs-2.sed" <<\CEOF
600/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
601s,@AS@,|#_!!_#|as,g
602s,@OBJDUMP@,|#_!!_#|objdump,g
603s,@CXX@,|#_!!_#|mipsel-linux-uclibc-g++,g
604s,@CXXFLAGS@,|#_!!_#|-g -O2,g
605s,@ac_ct_CXX@,|#_!!_#|,g
606s,@CXXDEPMODE@,|#_!!_#|depmode=none,g
607s,@am__fastdepCXX_TRUE@,|#_!!_#|#,g
608s,@am__fastdepCXX_FALSE@,|#_!!_#|,g
609s,@CXXCPP@,|#_!!_#|mipsel-linux-uclibc-g++ -E,g
610s,@F77@,|#_!!_#|gfortran,g
611s,@FFLAGS@,|#_!!_#|-g -O2,g
612s,@ac_ct_F77@,|#_!!_#|gfortran,g
613s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
614s,@CFLAG_VISIBILITY@,|#_!!_#|-fvisibility=hidden,g
615s,@HAVE_VISIBILITY@,|#_!!_#|1,g
616s,@LIBICONV@,|#_!!_#|,g
617s,@LTLIBICONV@,|#_!!_#|,g
618s,@USE_NLS@,|#_!!_#|no,g
619s,@MSGFMT@,|#_!!_#|/usr/bin/msgfmt,g
620s,@GMSGFMT@,|#_!!_#|/usr/bin/msgfmt,g
621s,@MSGFMT_015@,|#_!!_#|/usr/bin/msgfmt,g
622s,@GMSGFMT_015@,|#_!!_#|/usr/bin/msgfmt,g
623s,@XGETTEXT@,|#_!!_#|/usr/bin/xgettext,g
624s,@XGETTEXT_015@,|#_!!_#|/usr/bin/xgettext,g
625s,@MSGMERGE@,|#_!!_#|/usr/bin/msgmerge,g
626s,@INTL_MACOSX_LIBS@,|#_!!_#|,g
627s,@INTLLIBS@,|#_!!_#|,g
628s,@LIBINTL@,|#_!!_#|,g
629s,@LTLIBINTL@,|#_!!_#|,g
630s,@POSUB@,|#_!!_#|,g
631s,@UNISTD_H@,|#_!!_#|,g
632s,@HAVE_WCHAR_H@,|#_!!_#|0,g
633s,@FULL_PATH_STDINT_H@,|#_!!_#|</home/eric/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/bin/../lib/gcc/mipsel-linux-uclibc/4.2.3/../../../../mipsel-linux-uclibc/sys-include/stdint.h>,g
634s,@HAVE_STDINT_H@,|#_!!_#|1,g
635s,@FULL_PATH_INTTYPES_H@,|#_!!_#|</home/eric/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/bin/../lib/gcc/mipsel-linux-uclibc/4.2.3/../../../../mipsel-linux-uclibc/sys-include/inttypes.h>,g
636s,@HAVE_INTTYPES_H@,|#_!!_#|1,g
637s,@HAVE_SYS_INTTYPES_H@,|#_!!_#|0,g
638s,@HAVE_SYS_BITYPES_H@,|#_!!_#|1,g
639s,@HAVE_LONG_64BIT@,|#_!!_#|0,g
640s,@HAVE_LONG_LONG_64BIT@,|#_!!_#|1,g
641s,@HAVE_INT8_T@,|#_!!_#|0,g
642s,@HAVE_INT16_T@,|#_!!_#|0,g
643s,@HAVE_INT32_T@,|#_!!_#|0,g
644s,@HAVE_INT64_T@,|#_!!_#|0,g
645s,@HAVE_UINT8_T@,|#_!!_#|0,g
646s,@HAVE_UINT16_T@,|#_!!_#|0,g
647s,@HAVE_UINT32_T@,|#_!!_#|0,g
648s,@HAVE_UINT64_T@,|#_!!_#|0,g
649s,@HAVE_INT_LEAST8_T@,|#_!!_#|0,g
650s,@HAVE_INT_LEAST16_T@,|#_!!_#|0,g
651s,@HAVE_INT_LEAST32_T@,|#_!!_#|0,g
652s,@HAVE_INT_LEAST64_T@,|#_!!_#|0,g
653s,@HAVE_UINT_LEAST8_T@,|#_!!_#|0,g
654s,@HAVE_UINT_LEAST16_T@,|#_!!_#|0,g
655s,@HAVE_UINT_LEAST32_T@,|#_!!_#|0,g
656s,@HAVE_UINT_LEAST64_T@,|#_!!_#|0,g
657s,@HAVE_INT_FAST8_T@,|#_!!_#|0,g
658s,@HAVE_INT_FAST16_T@,|#_!!_#|0,g
659s,@HAVE_INT_FAST32_T@,|#_!!_#|0,g
660s,@HAVE_INT_FAST64_T@,|#_!!_#|0,g
661s,@HAVE_UINT_FAST8_T@,|#_!!_#|0,g
662s,@HAVE_UINT_FAST16_T@,|#_!!_#|0,g
663s,@HAVE_UINT_FAST32_T@,|#_!!_#|0,g
664s,@HAVE_UINT_FAST64_T@,|#_!!_#|0,g
665s,@HAVE_INTPTR_T@,|#_!!_#|0,g
666s,@HAVE_UINTPTR_T@,|#_!!_#|0,g
667s,@HAVE_INTMAX_T@,|#_!!_#|0,g
668s,@HAVE_UINTMAX_T@,|#_!!_#|0,g
669s,@HAVE_INT64_T_IN_STDINT_H@,|#_!!_#|1,g
670s,@HAVE_UINT64_T_IN_STDINT_H@,|#_!!_#|1,g
671s,@HAVE_INT_LEAST64_T_IN_STDINT_H@,|#_!!_#|1,g
672s,@HAVE_UINT_LEAST64_T_IN_STDINT_H@,|#_!!_#|1,g
673s,@HAVE_INT_FAST64_T_IN_STDINT_H@,|#_!!_#|1,g
674s,@HAVE_UINT_FAST64_T_IN_STDINT_H@,|#_!!_#|1,g
675s,@BITSIZEOF_INT8_T@,|#_!!_#|,g
676s,@BITSIZEOF_INT16_T@,|#_!!_#|,g
677s,@BITSIZEOF_INT32_T@,|#_!!_#|,g
678s,@BITSIZEOF_INT64_T@,|#_!!_#|,g
679s,@BITSIZEOF_UINT8_T@,|#_!!_#|,g
680s,@BITSIZEOF_UINT16_T@,|#_!!_#|,g
681s,@BITSIZEOF_UINT32_T@,|#_!!_#|,g
682s,@BITSIZEOF_UINT64_T@,|#_!!_#|,g
683s,@BITSIZEOF_INT_LEAST8_T@,|#_!!_#|,g
684s,@BITSIZEOF_INT_LEAST16_T@,|#_!!_#|,g
685s,@BITSIZEOF_INT_LEAST32_T@,|#_!!_#|,g
686s,@BITSIZEOF_INT_LEAST64_T@,|#_!!_#|,g
687s,@BITSIZEOF_UINT_LEAST8_T@,|#_!!_#|,g
688s,@BITSIZEOF_UINT_LEAST16_T@,|#_!!_#|,g
689s,@BITSIZEOF_UINT_LEAST32_T@,|#_!!_#|,g
690s,@BITSIZEOF_UINT_LEAST64_T@,|#_!!_#|,g
691s,@BITSIZEOF_INT_FAST8_T@,|#_!!_#|,g
692s,@BITSIZEOF_INT_FAST16_T@,|#_!!_#|,g
693s,@BITSIZEOF_INT_FAST32_T@,|#_!!_#|,g
694s,@BITSIZEOF_INT_FAST64_T@,|#_!!_#|,g
695s,@BITSIZEOF_UINT_FAST8_T@,|#_!!_#|,g
696s,@BITSIZEOF_UINT_FAST16_T@,|#_!!_#|,g
697s,@BITSIZEOF_UINT_FAST32_T@,|#_!!_#|,g
698CEOF
699cat >"$tmp/subs-3.sed" <<\CEOF
700/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
701s,@BITSIZEOF_UINT_FAST64_T@,|#_!!_#|,g
702s,@BITSIZEOF_INTPTR_T@,|#_!!_#|,g
703s,@BITSIZEOF_UINTPTR_T@,|#_!!_#|,g
704s,@BITSIZEOF_INTMAX_T@,|#_!!_#|,g
705s,@BITSIZEOF_UINTMAX_T@,|#_!!_#|,g
706s,@BITSIZEOF_UNSIGNED_INT@,|#_!!_#|,g
707s,@BITSIZEOF_LONG@,|#_!!_#|,g
708s,@BITSIZEOF_UNSIGNED_LONG@,|#_!!_#|,g
709s,@BITSIZEOF_PTRDIFF_T@,|#_!!_#|,g
710s,@BITSIZEOF_SIZE_T@,|#_!!_#|,g
711s,@SAME_TYPE_PTRDIFF_T_LONG@,|#_!!_#|,g
712s,@SAME_TYPE_SIZE_T_UNSIGNED_LONG@,|#_!!_#|,g
713s,@BITSIZEOF_SIG_ATOMIC_T@,|#_!!_#|,g
714s,@HAVE_SIGNED_SIG_ATOMIC_T@,|#_!!_#|,g
715s,@SAME_TYPE_SIG_ATOMIC_T_LONG@,|#_!!_#|,g
716s,@SAME_TYPE_SIG_ATOMIC_T_UNSIGNED_LONG@,|#_!!_#|,g
717s,@BITSIZEOF_WCHAR_T@,|#_!!_#|,g
718s,@HAVE_SIGNED_WCHAR_T@,|#_!!_#|,g
719s,@SAME_TYPE_WCHAR_T_LONG@,|#_!!_#|,g
720s,@SAME_TYPE_WCHAR_T_UNSIGNED_LONG@,|#_!!_#|,g
721s,@BITSIZEOF_WINT_T@,|#_!!_#|,g
722s,@HAVE_SIGNED_WINT_T@,|#_!!_#|,g
723s,@SAME_TYPE_WINT_T_LONG@,|#_!!_#|,g
724s,@SAME_TYPE_WINT_T_UNSIGNED_LONG@,|#_!!_#|,g
725s,@STDINT_H@,|#_!!_#|,g
726s,@ICONV_CONST@,|#_!!_#|const,g
727s,@HAVE_WCHAR_T@,|#_!!_#|1,g
728s,@EILSEQ@,|#_!!_#|,g
729s,@ALLOCA@,|#_!!_#|,g
730s,@ALLOCA_H@,|#_!!_#|alloca.h,g
731s,@STDBOOL_H@,|#_!!_#|,g
732s,@HAVE__BOOL@,|#_!!_#|1,g
733s,@SRCLIBOBJS@,|#_!!_#| relocatable.o canonicalize.o,g
734s,@OS@,|#_!!_#|linux,g
735s,@GCC@,|#_!!_#|yes,g
736s,@PLUGLIB@,|#_!!_#|preloadable_libiconv.so,g
737s,@WOE32DLL@,|#_!!_#|no,g
738s,@DLL_VARIABLE@,|#_!!_#|,g
739s,@subdirs@,|#_!!_#| libcharset,g
740s,@LIBOBJS@,|#_!!_#|,g
741s,@LTLIBOBJS@,|#_!!_#|,g
742:end
743s/|#_!!_#|//g
744CEOF
745fi # test -n "$CONFIG_FILES"
746
747
748for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
749do
750  case $ac_tag in
751  :[FHLC]) ac_mode=$ac_tag; continue;;
752  esac
753  case $ac_mode$ac_tag in
754  :[FHL]*:*);;
755  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
756echo "$as_me: error: Invalid tag $ac_tag." >&2;}
757   { (exit 1); exit 1; }; };;
758  :[FH]-) ac_tag=-:-;;
759  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
760  esac
761  ac_save_IFS=$IFS
762  IFS=:
763  set x $ac_tag
764  IFS=$ac_save_IFS
765  shift
766  ac_file=$1
767  shift
768
769  case $ac_mode in
770  :L) ac_source=$1;;
771  :[FH])
772    ac_file_inputs=
773    for ac_f
774    do
775      case $ac_f in
776      -) ac_f="$tmp/stdin";;
777      *) # Look for the file first in the build tree, then in the source tree
778	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
779	 # because $ac_f cannot contain `:'.
780	 test -f "$ac_f" ||
781	   case $ac_f in
782	   [\\/$]*) false;;
783	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
784	   esac ||
785	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
786echo "$as_me: error: cannot find input file: $ac_f" >&2;}
787   { (exit 1); exit 1; }; };;
788      esac
789      ac_file_inputs="$ac_file_inputs $ac_f"
790    done
791
792    # Let's still pretend it is `configure' which instantiates (i.e., don't
793    # use $as_me), people would be surprised to read:
794    #    /* config.h.  Generated by config.status.  */
795    configure_input="Generated from "`IFS=:
796	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
797    if test x"$ac_file" != x-; then
798      configure_input="$ac_file.  $configure_input"
799      { echo "$as_me:$LINENO: creating $ac_file" >&5
800echo "$as_me: creating $ac_file" >&6;}
801    fi
802
803    case $ac_tag in
804    *:-:* | *:-) cat >"$tmp/stdin";;
805    esac
806    ;;
807  esac
808
809  ac_dir=`$as_dirname -- "$ac_file" ||
810$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
811	 X"$ac_file" : 'X\(//\)[^/]' \| \
812	 X"$ac_file" : 'X\(//\)$' \| \
813	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
814echo X"$ac_file" |
815    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
816	    s//\1/
817	    q
818	  }
819	  /^X\(\/\/\)[^/].*/{
820	    s//\1/
821	    q
822	  }
823	  /^X\(\/\/\)$/{
824	    s//\1/
825	    q
826	  }
827	  /^X\(\/\).*/{
828	    s//\1/
829	    q
830	  }
831	  s/.*/./; q'`
832  { as_dir="$ac_dir"
833  case $as_dir in #(
834  -*) as_dir=./$as_dir;;
835  esac
836  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
837    as_dirs=
838    while :; do
839      case $as_dir in #(
840      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
841      *) as_qdir=$as_dir;;
842      esac
843      as_dirs="'$as_qdir' $as_dirs"
844      as_dir=`$as_dirname -- "$as_dir" ||
845$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
846	 X"$as_dir" : 'X\(//\)[^/]' \| \
847	 X"$as_dir" : 'X\(//\)$' \| \
848	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
849echo X"$as_dir" |
850    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
851	    s//\1/
852	    q
853	  }
854	  /^X\(\/\/\)[^/].*/{
855	    s//\1/
856	    q
857	  }
858	  /^X\(\/\/\)$/{
859	    s//\1/
860	    q
861	  }
862	  /^X\(\/\).*/{
863	    s//\1/
864	    q
865	  }
866	  s/.*/./; q'`
867      test -d "$as_dir" && break
868    done
869    test -z "$as_dirs" || eval "mkdir $as_dirs"
870  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
871echo "$as_me: error: cannot create directory $as_dir" >&2;}
872   { (exit 1); exit 1; }; }; }
873  ac_builddir=.
874
875case "$ac_dir" in
876.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
877*)
878  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
879  # A ".." for each directory in $ac_dir_suffix.
880  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
881  case $ac_top_builddir_sub in
882  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
883  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
884  esac ;;
885esac
886ac_abs_top_builddir=$ac_pwd
887ac_abs_builddir=$ac_pwd$ac_dir_suffix
888# for backward compatibility:
889ac_top_builddir=$ac_top_build_prefix
890
891case $srcdir in
892  .)  # We are building in place.
893    ac_srcdir=.
894    ac_top_srcdir=$ac_top_builddir_sub
895    ac_abs_top_srcdir=$ac_pwd ;;
896  [\\/]* | ?:[\\/]* )  # Absolute name.
897    ac_srcdir=$srcdir$ac_dir_suffix;
898    ac_top_srcdir=$srcdir
899    ac_abs_top_srcdir=$srcdir ;;
900  *) # Relative name.
901    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
902    ac_top_srcdir=$ac_top_build_prefix$srcdir
903    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
904esac
905ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
906
907
908  case $ac_mode in
909  :F)
910  #
911  # CONFIG_FILE
912  #
913
914  case $INSTALL in
915  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
916  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
917  esac
918# If the template does not know about datarootdir, expand it.
919# FIXME: This hack should be removed a few years after 2.60.
920ac_datarootdir_hack=; ac_datarootdir_seen=
921
922case `sed -n '/datarootdir/ {
923  p
924  q
925}
926/@datadir@/p
927/@docdir@/p
928/@infodir@/p
929/@localedir@/p
930/@mandir@/p
931' $ac_file_inputs` in
932*datarootdir*) ac_datarootdir_seen=yes;;
933*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
934  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
935echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
936  ac_datarootdir_hack='
937  s&@datadir@&${datarootdir}&g
938  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
939  s&@infodir@&${datarootdir}/info&g
940  s&@localedir@&${datarootdir}/locale&g
941  s&@mandir@&${datarootdir}/man&g
942    s&\${datarootdir}&${prefix}/share&g' ;;
943esac
944  sed "/^[	 ]*VPATH[	 ]*=/{
945s/:*\$(srcdir):*/:/
946s/:*\${srcdir}:*/:/
947s/:*@srcdir@:*/:/
948s/^\([^=]*=[	 ]*\):*/\1/
949s/:*$//
950s/^[^=]*=[	 ]*$//
951}
952
953:t
954/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
955s&@configure_input@&$configure_input&;t t
956s&@top_builddir@&$ac_top_builddir_sub&;t t
957s&@srcdir@&$ac_srcdir&;t t
958s&@abs_srcdir@&$ac_abs_srcdir&;t t
959s&@top_srcdir@&$ac_top_srcdir&;t t
960s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
961s&@builddir@&$ac_builddir&;t t
962s&@abs_builddir@&$ac_abs_builddir&;t t
963s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
964s&@INSTALL@&$ac_INSTALL&;t t
965$ac_datarootdir_hack
966" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out
967
968test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
969  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
970  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
971  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
972which seems to be undefined.  Please make sure it is defined." >&5
973echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
974which seems to be undefined.  Please make sure it is defined." >&2;}
975
976  rm -f "$tmp/stdin"
977  case $ac_file in
978  -) cat "$tmp/out"; rm -f "$tmp/out";;
979  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
980  esac
981 ;;
982  :H)
983  #
984  # CONFIG_HEADER
985  #
986    # First, check the format of the line:
987    cat >"$tmp/defines.sed" <<\CEOF
988/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
989/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
990b
991:def
992s/$/ /
993s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_NAME\)[	 (].*,\1define\2 "" ,
994s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_TARNAME\)[	 (].*,\1define\2 "" ,
995s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_VERSION\)[	 (].*,\1define\2 "" ,
996s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_STRING\)[	 (].*,\1define\2 "" ,
997s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_BUGREPORT\)[	 (].*,\1define\2 "" ,
998s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE\)[	 (].*,\1define\2 "libiconv" ,
999s,^\([	 #]*\)[^	 ]*\([	 ]*VERSION\)[	 (].*,\1define\2 "1.11" ,
1000s,^\([	 #]*\)[^	 ]*\([	 ]*_GNU_SOURCE\)[	 (].*,\1define\2 1 ,
1001s,^\([	 #]*\)[^	 ]*\([	 ]*STDC_HEADERS\)[	 (].*,\1define\2 1 ,
1002s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_TYPES_H\)[	 (].*,\1define\2 1 ,
1003s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_STAT_H\)[	 (].*,\1define\2 1 ,
1004s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
1005s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRING_H\)[	 (].*,\1define\2 1 ,
1006s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMORY_H\)[	 (].*,\1define\2 1 ,
1007s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRINGS_H\)[	 (].*,\1define\2 1 ,
1008s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INTTYPES_H\)[	 (].*,\1define\2 1 ,
1009s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
1010s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
1011s,^\([	 #]*\)[^	 ]*\([	 ]*__EXTENSIONS__\)[	 (].*,\1define\2 1 ,
1012s,^\([	 #]*\)[^	 ]*\([	 ]*INSTALLPREFIX\)[	 (].*,\1define\2 "/usr/local" ,
1013s,^\([	 #]*\)[^	 ]*\([	 ]*ENABLE_RELOCATABLE\)[	 (].*,\1define\2 1 ,
1014s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
1015s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DLFCN_H\)[	 (].*,\1define\2 1 ,
1016s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_VISIBILITY\)[	 (].*,\1define\2 1 ,
1017s,^\([	 #]*\)[^	 ]*\([	 ]*STDC_HEADERS\)[	 (].*,\1define\2 1 ,
1018s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LOCALE_H\)[	 (].*,\1define\2 1 ,
1019s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDDEF_H\)[	 (].*,\1define\2 1 ,
1020s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
1021s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRING_H\)[	 (].*,\1define\2 1 ,
1022s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
1023s,^\([	 #]*\)[^	 ]*\([	 ]*mbstate_t\)[	 (].*,\1define\2 int ,
1024s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
1025s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INTTYPES_H\)[	 (].*,\1define\2 1 ,
1026s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_WCHAR_T\)[	 (].*,\1define\2 1 ,
1027s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
1028s,^\([	 #]*\)[^	 ]*\([	 ]*FULL_PATH_STDINT_H\)[	 (].*,\1define\2 </home/eric/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/bin/../lib/gcc/mipsel-linux-uclibc/4.2.3/../../../../mipsel-linux-uclibc/sys-include/stdint.h> ,
1029s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INTTYPES_H\)[	 (].*,\1define\2 1 ,
1030s,^\([	 #]*\)[^	 ]*\([	 ]*FULL_PATH_INTTYPES_H\)[	 (].*,\1define\2 </home/eric/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/bin/../lib/gcc/mipsel-linux-uclibc/4.2.3/../../../../mipsel-linux-uclibc/sys-include/inttypes.h> ,
1031s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_BITYPES_H\)[	 (].*,\1define\2 1 ,
1032s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INT64_T_IN_STDINT_H\)[	 (].*,\1define\2 1 ,
1033s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UINT64_T_IN_STDINT_H\)[	 (].*,\1define\2 1 ,
1034s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INT_LEAST64_T_IN_STDINT_H\)[	 (].*,\1define\2 1 ,
1035s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UINT_LEAST64_T_IN_STDINT_H\)[	 (].*,\1define\2 1 ,
1036s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INT_FAST64_T_IN_STDINT_H\)[	 (].*,\1define\2 1 ,
1037s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UINT_FAST64_T_IN_STDINT_H\)[	 (].*,\1define\2 1 ,
1038s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
1039s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_WCHAR_T\)[	 (].*,\1define\2 1 ,
1040s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETC_UNLOCKED\)[	 (].*,\1define\2 1 ,
1041s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETLOCALE\)[	 (].*,\1define\2 1 ,
1042CEOF
1043    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
1044    # First, check the format of the line:
1045    cat >"$tmp/defines.sed" <<\CEOF
1046/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
1047/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
1048b
1049:def
1050s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMMOVE\)[	 (].*,\1define\2 1 ,
1051s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LANGINFO_CODESET\)[	 (].*,\1define\2 1 ,
1052s,^\([	 #]*\)[^	 ]*\([	 ]*WORDS_LITTLEENDIAN\)[	 (].*,\1define\2 1 ,
1053s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ALLOCA_H\)[	 (].*,\1define\2 1 ,
1054s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ALLOCA\)[	 (].*,\1define\2 1 ,
1055s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
1056s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRING_H\)[	 (].*,\1define\2 1 ,
1057s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
1058s,^\([	 #]*\)[^	 ]*\([	 ]*MALLOC_0_IS_NONNULL\)[	 (].*,\1define\2 0 ,
1059s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LONG_LONG\)[	 (].*,\1define\2 1 ,
1060s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LONG_DOUBLE\)[	 (].*,\1define\2 1 ,
1061s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_PARAM_H\)[	 (].*,\1define\2 1 ,
1062s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
1063s,^\([	 #]*\)[^	 ]*\([	 ]*realpath\)[	 (].*,\1define\2 rpl_realpath ,
1064s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETCWD\)[	 (].*,\1define\2 1 ,
1065s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_READLINK\)[	 (].*,\1define\2 1 ,
1066s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_CLEARERR_UNLOCKED\)[	 (].*,\1define\2 1 ,
1067s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_FEOF_UNLOCKED\)[	 (].*,\1define\2 1 ,
1068s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_FERROR_UNLOCKED\)[	 (].*,\1define\2 1 ,
1069s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_FFLUSH_UNLOCKED\)[	 (].*,\1define\2 1 ,
1070s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_FGETS_UNLOCKED\)[	 (].*,\1define\2 1 ,
1071s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_FPUTC_UNLOCKED\)[	 (].*,\1define\2 1 ,
1072s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_FPUTS_UNLOCKED\)[	 (].*,\1define\2 1 ,
1073s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_FREAD_UNLOCKED\)[	 (].*,\1define\2 1 ,
1074s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_FWRITE_UNLOCKED\)[	 (].*,\1define\2 1 ,
1075s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_GETC_UNLOCKED\)[	 (].*,\1define\2 1 ,
1076s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_GETCHAR_UNLOCKED\)[	 (].*,\1define\2 1 ,
1077s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_PUTC_UNLOCKED\)[	 (].*,\1define\2 1 ,
1078s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_PUTCHAR_UNLOCKED\)[	 (].*,\1define\2 1 ,
1079s,^\([	 #]*\)[^	 ]*\([	 ]*USE_UNLOCKED_IO\)[	 (].*,\1define\2 1 ,
1080s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_STRERROR_R\)[	 (].*,\1define\2 1 ,
1081s,^\([	 #]*\)[^	 ]*\([	 ]*STRERROR_R_CHAR_P\)[	 (].*,\1define\2 1 ,
1082s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETENV\)[	 (].*,\1define\2 1 ,
1083s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNSETENV\)[	 (].*,\1define\2 1 ,
1084s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE__BOOL\)[	 (].*,\1define\2 1 ,
1085s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDBOOL_H\)[	 (].*,\1define\2 1 ,
1086s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRERROR\)[	 (].*,\1define\2 1 ,
1087s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_READLINK\)[	 (].*,\1define\2 1 ,
1088s/ $//
1089s,^[	 #]*u.*,/* & */,
1090CEOF
1091    sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2"
1092ac_result="$tmp/out2"
1093  if test x"$ac_file" != x-; then
1094    echo "/* $configure_input  */" >"$tmp/config.h"
1095    cat "$ac_result" >>"$tmp/config.h"
1096    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
1097      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1098echo "$as_me: $ac_file is unchanged" >&6;}
1099    else
1100      rm -f $ac_file
1101      mv "$tmp/config.h" $ac_file
1102    fi
1103  else
1104    echo "/* $configure_input  */"
1105    cat "$ac_result"
1106  fi
1107  rm -f "$tmp/out12"
1108# Compute $ac_file's index in $config_headers.
1109_am_stamp_count=1
1110for _am_header in $config_headers :; do
1111  case $_am_header in
1112    $ac_file | $ac_file:* )
1113      break ;;
1114    * )
1115      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1116  esac
1117done
1118echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
1119$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1120	 X$ac_file : 'X\(//\)[^/]' \| \
1121	 X$ac_file : 'X\(//\)$' \| \
1122	 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
1123echo X$ac_file |
1124    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1125	    s//\1/
1126	    q
1127	  }
1128	  /^X\(\/\/\)[^/].*/{
1129	    s//\1/
1130	    q
1131	  }
1132	  /^X\(\/\/\)$/{
1133	    s//\1/
1134	    q
1135	  }
1136	  /^X\(\/\).*/{
1137	    s//\1/
1138	    q
1139	  }
1140	  s/.*/./; q'`/stamp-h$_am_stamp_count
1141 ;;
1142
1143  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
1144echo "$as_me: executing $ac_file commands" >&6;}
1145 ;;
1146  esac
1147
1148
1149  case $ac_file$ac_mode in
1150    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1151  # Strip MF so we end up with the name of the file.
1152  mf=`echo "$mf" | sed -e 's/:.*$//'`
1153  # Check whether this is an Automake generated Makefile or not.
1154  # We used to match only the files named `Makefile.in', but
1155  # some people rename them; so instead we look at the file content.
1156  # Grep'ing the first line is not enough: some people post-process
1157  # each Makefile.in and add a new line on top of each file to say so.
1158  # So let's grep whole file.
1159  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
1160    dirpart=`$as_dirname -- "$mf" ||
1161$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1162	 X"$mf" : 'X\(//\)[^/]' \| \
1163	 X"$mf" : 'X\(//\)$' \| \
1164	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1165echo X"$mf" |
1166    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1167	    s//\1/
1168	    q
1169	  }
1170	  /^X\(\/\/\)[^/].*/{
1171	    s//\1/
1172	    q
1173	  }
1174	  /^X\(\/\/\)$/{
1175	    s//\1/
1176	    q
1177	  }
1178	  /^X\(\/\).*/{
1179	    s//\1/
1180	    q
1181	  }
1182	  s/.*/./; q'`
1183  else
1184    continue
1185  fi
1186  # Extract the definition of DEPDIR, am__include, and am__quote
1187  # from the Makefile without running `make'.
1188  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1189  test -z "$DEPDIR" && continue
1190  am__include=`sed -n 's/^am__include = //p' < "$mf"`
1191  test -z "am__include" && continue
1192  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1193  # When using ansi2knr, U may be empty or an underscore; expand it
1194  U=`sed -n 's/^U = //p' < "$mf"`
1195  # Find all dependency output files, they are included files with
1196  # $(DEPDIR) in their names.  We invoke sed twice because it is the
1197  # simplest approach to changing $(DEPDIR) to its actual value in the
1198  # expansion.
1199  for file in `sed -n "
1200    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1201       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1202    # Make sure the directory exists.
1203    test -f "$dirpart/$file" && continue
1204    fdir=`$as_dirname -- "$file" ||
1205$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1206	 X"$file" : 'X\(//\)[^/]' \| \
1207	 X"$file" : 'X\(//\)$' \| \
1208	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1209echo X"$file" |
1210    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1211	    s//\1/
1212	    q
1213	  }
1214	  /^X\(\/\/\)[^/].*/{
1215	    s//\1/
1216	    q
1217	  }
1218	  /^X\(\/\/\)$/{
1219	    s//\1/
1220	    q
1221	  }
1222	  /^X\(\/\).*/{
1223	    s//\1/
1224	    q
1225	  }
1226	  s/.*/./; q'`
1227    { as_dir=$dirpart/$fdir
1228  case $as_dir in #(
1229  -*) as_dir=./$as_dir;;
1230  esac
1231  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1232    as_dirs=
1233    while :; do
1234      case $as_dir in #(
1235      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
1236      *) as_qdir=$as_dir;;
1237      esac
1238      as_dirs="'$as_qdir' $as_dirs"
1239      as_dir=`$as_dirname -- "$as_dir" ||
1240$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1241	 X"$as_dir" : 'X\(//\)[^/]' \| \
1242	 X"$as_dir" : 'X\(//\)$' \| \
1243	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1244echo X"$as_dir" |
1245    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1246	    s//\1/
1247	    q
1248	  }
1249	  /^X\(\/\/\)[^/].*/{
1250	    s//\1/
1251	    q
1252	  }
1253	  /^X\(\/\/\)$/{
1254	    s//\1/
1255	    q
1256	  }
1257	  /^X\(\/\).*/{
1258	    s//\1/
1259	    q
1260	  }
1261	  s/.*/./; q'`
1262      test -d "$as_dir" && break
1263    done
1264    test -z "$as_dirs" || eval "mkdir $as_dirs"
1265  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1266echo "$as_me: error: cannot create directory $as_dir" >&2;}
1267   { (exit 1); exit 1; }; }; }
1268    # echo "creating $dirpart/$file"
1269    echo '# dummy' > "$dirpart/$file"
1270  done
1271done
1272 ;;
1273    "po-directories":C)
1274    for ac_file in $CONFIG_FILES; do
1275      # Support "outfile[:infile[:infile...]]"
1276      case "$ac_file" in
1277        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1278      esac
1279      # PO directories have a Makefile.in generated from Makefile.in.in.
1280      case "$ac_file" in */Makefile.in)
1281        # Adjust a relative srcdir.
1282        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
1283        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
1284        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
1285        # In autoconf-2.13 it is called $ac_given_srcdir.
1286        # In autoconf-2.50 it is called $srcdir.
1287        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
1288        case "$ac_given_srcdir" in
1289          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
1290          /*) top_srcdir="$ac_given_srcdir" ;;
1291          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
1292        esac
1293        # Treat a directory as a PO directory if and only if it has a
1294        # POTFILES.in file. This allows packages to have multiple PO
1295        # directories under different names or in different locations.
1296        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
1297          rm -f "$ac_dir/POTFILES"
1298          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
1299          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ 	]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
1300          POMAKEFILEDEPS="POTFILES.in"
1301          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
1302          # on $ac_dir but don't depend on user-specified configuration
1303          # parameters.
1304          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
1305            # The LINGUAS file contains the set of available languages.
1306            if test -n "$OBSOLETE_ALL_LINGUAS"; then
1307              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
1308            fi
1309            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
1310            # Hide the ALL_LINGUAS assigment from automake < 1.5.
1311            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
1312            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
1313          else
1314            # The set of available languages was given in configure.in.
1315            # Hide the ALL_LINGUAS assigment from automake < 1.5.
1316            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
1317          fi
1318          # Compute POFILES
1319          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
1320          # Compute UPDATEPOFILES
1321          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
1322          # Compute DUMMYPOFILES
1323          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
1324          # Compute GMOFILES
1325          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
1326          case "$ac_given_srcdir" in
1327            .) srcdirpre= ;;
1328            *) srcdirpre='$(srcdir)/' ;;
1329          esac
1330          POFILES=
1331          UPDATEPOFILES=
1332          DUMMYPOFILES=
1333          GMOFILES=
1334          for lang in $ALL_LINGUAS; do
1335            POFILES="$POFILES $srcdirpre$lang.po"
1336            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
1337            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
1338            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
1339          done
1340          # CATALOGS depends on both $ac_dir and the user's LINGUAS
1341          # environment variable.
1342          INST_LINGUAS=
1343          if test -n "$ALL_LINGUAS"; then
1344            for presentlang in $ALL_LINGUAS; do
1345              useit=no
1346              if test "%UNSET%" != "$LINGUAS"; then
1347                desiredlanguages="$LINGUAS"
1348              else
1349                desiredlanguages="$ALL_LINGUAS"
1350              fi
1351              for desiredlang in $desiredlanguages; do
1352                # Use the presentlang catalog if desiredlang is
1353                #   a. equal to presentlang, or
1354                #   b. a variant of presentlang (because in this case,
1355                #      presentlang can be used as a fallback for messages
1356                #      which are not translated in the desiredlang catalog).
1357                case "$desiredlang" in
1358                  "$presentlang"*) useit=yes;;
1359                esac
1360              done
1361              if test $useit = yes; then
1362                INST_LINGUAS="$INST_LINGUAS $presentlang"
1363              fi
1364            done
1365          fi
1366          CATALOGS=
1367          if test -n "$INST_LINGUAS"; then
1368            for lang in $INST_LINGUAS; do
1369              CATALOGS="$CATALOGS $lang.gmo"
1370            done
1371          fi
1372          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
1373          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"
1374          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
1375            if test -f "$f"; then
1376              case "$f" in
1377                *.orig | *.bak | *~) ;;
1378                *) cat "$f" >> "$ac_dir/Makefile" ;;
1379              esac
1380            fi
1381          done
1382        fi
1383        ;;
1384      esac
1385    done ;;
1386
1387  esac
1388done # for ac_tag
1389
1390
1391{ (exit 0); exit 0; }
1392