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 include/localcharset.h:include/localcharset.h.build.in include/localcharset.h.inst:include/localcharset.h.in"
292config_headers=" config.h"
293
294ac_cs_usage="\
295\`$as_me' instantiates files from templates according to the
296current configuration.
297
298Usage: $0 [OPTIONS] [FILE]...
299
300  -h, --help       print this help, then exit
301  -V, --version    print version number, then exit
302  -q, --quiet      do not print progress messages
303  -d, --debug      don't remove temporary files
304      --recheck    update $as_me by reconfiguring in the same conditions
305  --file=FILE[:TEMPLATE]
306		   instantiate the configuration file FILE
307  --header=FILE[:TEMPLATE]
308		   instantiate the configuration header FILE
309
310Configuration files:
311$config_files
312
313Configuration headers:
314$config_headers
315
316Report bugs to <bug-autoconf@gnu.org>."
317
318ac_cs_version="\
319config.status
320configured by ./configure, generated by GNU Autoconf 2.60,
321  with options \"'--prefix=/usr/local' '--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' '--cache-file=/dev/null' '--srcdir=.'\"
322
323Copyright (C) 2006 Free Software Foundation, Inc.
324This config.status script is free software; the Free Software Foundation
325gives unlimited permission to copy, distribute and modify it."
326
327ac_pwd='/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/libiconv-1.11/libcharset'
328srcdir='.'
329INSTALL='/usr/bin/install -c'
330# If no file are specified by the user, then we need to provide default
331# value.  By we need to know if files were specified by the user.
332ac_need_defaults=:
333while test $# != 0
334do
335  case $1 in
336  --*=*)
337    ac_option=`expr "X$1" : 'X\([^=]*\)='`
338    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
339    ac_shift=:
340    ;;
341  *)
342    ac_option=$1
343    ac_optarg=$2
344    ac_shift=shift
345    ;;
346  esac
347
348  case $ac_option in
349  # Handling of the options.
350  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
351    ac_cs_recheck=: ;;
352  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
353    echo "$ac_cs_version"; exit ;;
354  --debug | --debu | --deb | --de | --d | -d )
355    debug=: ;;
356  --file | --fil | --fi | --f )
357    $ac_shift
358    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
359    ac_need_defaults=false;;
360  --header | --heade | --head | --hea )
361    $ac_shift
362    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
363    ac_need_defaults=false;;
364  --he | --h)
365    # Conflict between --help and --header
366    { echo "$as_me: error: ambiguous option: $1
367Try \`$0 --help' for more information." >&2
368   { (exit 1); exit 1; }; };;
369  --help | --hel | -h )
370    echo "$ac_cs_usage"; exit ;;
371  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
372  | -silent | --silent | --silen | --sile | --sil | --si | --s)
373    ac_cs_silent=: ;;
374
375  # This is an error.
376  -*) { echo "$as_me: error: unrecognized option: $1
377Try \`$0 --help' for more information." >&2
378   { (exit 1); exit 1; }; } ;;
379
380  *) ac_config_targets="$ac_config_targets $1"
381     ac_need_defaults=false ;;
382
383  esac
384  shift
385done
386
387ac_configure_extra_args=
388
389if $ac_cs_silent; then
390  exec 6>/dev/null
391  ac_configure_extra_args="$ac_configure_extra_args --silent"
392fi
393
394if $ac_cs_recheck; then
395  echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " '--prefix=/usr/local' '--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' '--cache-file=/dev/null' '--srcdir=.' $ac_configure_extra_args " --no-create --no-recursion" >&6
396  CONFIG_SHELL=/bin/sh
397  export CONFIG_SHELL
398  exec /bin/sh "./configure" '--prefix=/usr/local' '--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' '--cache-file=/dev/null' '--srcdir=.' $ac_configure_extra_args --no-create --no-recursion
399fi
400
401exec 5>>config.log
402{
403  echo
404  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
405## Running $as_me. ##
406_ASBOX
407  echo "$ac_log"
408} >&5
409
410
411# Handling of arguments.
412for ac_config_target in $ac_config_targets
413do
414  case $ac_config_target in
415    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
416    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
417    "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
418    "include/localcharset.h") CONFIG_FILES="$CONFIG_FILES include/localcharset.h:include/localcharset.h.build.in" ;;
419    "include/localcharset.h.inst") CONFIG_FILES="$CONFIG_FILES include/localcharset.h.inst:include/localcharset.h.in" ;;
420
421  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
422echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
423   { (exit 1); exit 1; }; };;
424  esac
425done
426
427
428# If the user did not use the arguments to specify the items to instantiate,
429# then the envvar interface is used.  Set only those that are not.
430# We use the long form for the default assignment because of an extremely
431# bizarre bug on SunOS 4.1.3.
432if $ac_need_defaults; then
433  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
434  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
435fi
436
437# Have a temporary directory for convenience.  Make it in the build tree
438# simply because there is no reason against having it here, and in addition,
439# creating and moving files from /tmp can sometimes cause problems.
440# Hook for its removal unless debugging.
441# Note that there is a small window in which the directory will not be cleaned:
442# after its creation but before its name has been assigned to `$tmp'.
443$debug ||
444{
445  tmp=
446  trap 'exit_status=$?
447  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
448' 0
449  trap '{ (exit 1); exit 1; }' 1 2 13 15
450}
451# Create a (secure) tmp directory for tmp files.
452
453{
454  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
455  test -n "$tmp" && test -d "$tmp"
456}  ||
457{
458  tmp=./conf$$-$RANDOM
459  (umask 077 && mkdir "$tmp")
460} ||
461{
462   echo "$me: cannot create a temporary directory in ." >&2
463   { (exit 1); exit 1; }
464}
465
466#
467# Set up the sed scripts for CONFIG_FILES section.
468#
469
470# No need to generate the scripts if there are no CONFIG_FILES.
471# This happens for instance when ./config.status config.h
472if test -n "$CONFIG_FILES"; then
473
474cat >"$tmp/subs-1.sed" <<\CEOF
475/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
476s,@SHELL@,|#_!!_#|/bin/sh,g
477s,@PATH_SEPARATOR@,|#_!!_#|:,g
478s,@PACKAGE_NAME@,|#_!!_#|,g
479s,@PACKAGE_TARNAME@,|#_!!_#|,g
480s,@PACKAGE_VERSION@,|#_!!_#|,g
481s,@PACKAGE_STRING@,|#_!!_#|,g
482s,@PACKAGE_BUGREPORT@,|#_!!_#|,g
483s,@exec_prefix@,|#_!!_#|${prefix},g
484s,@prefix@,|#_!!_#|/usr/local,g
485s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
486s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
487s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
488s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
489s,@datarootdir@,|#_!!_#|${prefix}/share,g
490s,@datadir@,|#_!!_#|${datarootdir},g
491s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
492s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
493s,@localstatedir@,|#_!!_#|${prefix}/var,g
494s,@includedir@,|#_!!_#|${prefix}/include,g
495s,@oldincludedir@,|#_!!_#|/usr/include,g
496s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE},g
497s,@infodir@,|#_!!_#|${datarootdir}/info,g
498s,@htmldir@,|#_!!_#|${docdir},g
499s,@dvidir@,|#_!!_#|${docdir},g
500s,@pdfdir@,|#_!!_#|${docdir},g
501s,@psdir@,|#_!!_#|${docdir},g
502s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
503s,@localedir@,|#_!!_#|${datarootdir}/locale,g
504s,@mandir@,|#_!!_#|${datarootdir}/man,g
505s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
506s,@ECHO_C@,|#_!!_#|,g
507s,@ECHO_N@,|#_!!_#|-n,g
508s,@ECHO_T@,|#_!!_#|,g
509s,@LIBS@,|#_!!_#|,g
510s,@build_alias@,|#_!!_#|mipsel-uclibc-linux-gnu26,g
511s,@host_alias@,|#_!!_#|mipsel-uclibc-linux,g
512s,@target_alias@,|#_!!_#|mipsel-uclibc-linux-gnu26,g
513s,@SET_MAKE@,|#_!!_#|,g
514s,@PACKAGE@,|#_!!_#|,g
515s,@VERSION@,|#_!!_#|,g
516s,@CC@,|#_!!_#|mipsel-linux-uclibc-gcc,g
517s,@CFLAGS@,|#_!!_#|-g -O2,g
518s,@LDFLAGS@,|#_!!_#|,g
519s,@CPPFLAGS@,|#_!!_#|,g
520s,@ac_ct_CC@,|#_!!_#|,g
521s,@EXEEXT@,|#_!!_#|,g
522s,@OBJEXT@,|#_!!_#|o,g
523s,@CPP@,|#_!!_#|mipsel-linux-uclibc-gcc -E,g
524s,@GREP@,|#_!!_#|/bin/grep,g
525s,@EGREP@,|#_!!_#|/bin/grep -E,g
526s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
527s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
528s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
529s,@build@,|#_!!_#|mipsel-uclibc-linux-gnu26,g
530s,@build_cpu@,|#_!!_#|mipsel,g
531s,@build_vendor@,|#_!!_#|uclibc,g
532s,@build_os@,|#_!!_#|linux-gnu26,g
533s,@host@,|#_!!_#|mipsel-uclibc-linux-gnu,g
534s,@host_cpu@,|#_!!_#|mipsel,g
535s,@host_vendor@,|#_!!_#|uclibc,g
536s,@host_os@,|#_!!_#|linux-gnu,g
537s,@RELOCATABLE@,|#_!!_#|yes,g
538s,@LN_S@,|#_!!_#|ln -s,g
539s,@ECHO@,|#_!!_#|echo,g
540s,@AR@,|#_!!_#|ar,g
541s,@RANLIB@,|#_!!_#|ranlib,g
542s,@STRIP@,|#_!!_#|strip,g
543s,@DLLTOOL@,|#_!!_#|dlltool,g
544s,@AS@,|#_!!_#|as,g
545s,@OBJDUMP@,|#_!!_#|objdump,g
546s,@CXX@,|#_!!_#|mipsel-linux-uclibc-g++,g
547s,@CXXFLAGS@,|#_!!_#|-g -O2,g
548s,@ac_ct_CXX@,|#_!!_#|,g
549s,@CXXCPP@,|#_!!_#|mipsel-linux-uclibc-g++ -E,g
550s,@F77@,|#_!!_#|gfortran,g
551s,@FFLAGS@,|#_!!_#|-g -O2,g
552s,@ac_ct_F77@,|#_!!_#|gfortran,g
553s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
554s,@CFLAG_VISIBILITY@,|#_!!_#|-fvisibility=hidden,g
555s,@HAVE_VISIBILITY@,|#_!!_#|1,g
556s,@GLIBC21@,|#_!!_#|yes,g
557s,@LIBOBJS@,|#_!!_#|,g
558s,@LTLIBOBJS@,|#_!!_#|,g
559:end
560s/|#_!!_#|//g
561CEOF
562fi # test -n "$CONFIG_FILES"
563
564
565for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS
566do
567  case $ac_tag in
568  :[FHLC]) ac_mode=$ac_tag; continue;;
569  esac
570  case $ac_mode$ac_tag in
571  :[FHL]*:*);;
572  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
573echo "$as_me: error: Invalid tag $ac_tag." >&2;}
574   { (exit 1); exit 1; }; };;
575  :[FH]-) ac_tag=-:-;;
576  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
577  esac
578  ac_save_IFS=$IFS
579  IFS=:
580  set x $ac_tag
581  IFS=$ac_save_IFS
582  shift
583  ac_file=$1
584  shift
585
586  case $ac_mode in
587  :L) ac_source=$1;;
588  :[FH])
589    ac_file_inputs=
590    for ac_f
591    do
592      case $ac_f in
593      -) ac_f="$tmp/stdin";;
594      *) # Look for the file first in the build tree, then in the source tree
595	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
596	 # because $ac_f cannot contain `:'.
597	 test -f "$ac_f" ||
598	   case $ac_f in
599	   [\\/$]*) false;;
600	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
601	   esac ||
602	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
603echo "$as_me: error: cannot find input file: $ac_f" >&2;}
604   { (exit 1); exit 1; }; };;
605      esac
606      ac_file_inputs="$ac_file_inputs $ac_f"
607    done
608
609    # Let's still pretend it is `configure' which instantiates (i.e., don't
610    # use $as_me), people would be surprised to read:
611    #    /* config.h.  Generated by config.status.  */
612    configure_input="Generated from "`IFS=:
613	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
614    if test x"$ac_file" != x-; then
615      configure_input="$ac_file.  $configure_input"
616      { echo "$as_me:$LINENO: creating $ac_file" >&5
617echo "$as_me: creating $ac_file" >&6;}
618    fi
619
620    case $ac_tag in
621    *:-:* | *:-) cat >"$tmp/stdin";;
622    esac
623    ;;
624  esac
625
626  ac_dir=`$as_dirname -- "$ac_file" ||
627$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
628	 X"$ac_file" : 'X\(//\)[^/]' \| \
629	 X"$ac_file" : 'X\(//\)$' \| \
630	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
631echo X"$ac_file" |
632    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
633	    s//\1/
634	    q
635	  }
636	  /^X\(\/\/\)[^/].*/{
637	    s//\1/
638	    q
639	  }
640	  /^X\(\/\/\)$/{
641	    s//\1/
642	    q
643	  }
644	  /^X\(\/\).*/{
645	    s//\1/
646	    q
647	  }
648	  s/.*/./; q'`
649  { as_dir="$ac_dir"
650  case $as_dir in #(
651  -*) as_dir=./$as_dir;;
652  esac
653  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
654    as_dirs=
655    while :; do
656      case $as_dir in #(
657      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
658      *) as_qdir=$as_dir;;
659      esac
660      as_dirs="'$as_qdir' $as_dirs"
661      as_dir=`$as_dirname -- "$as_dir" ||
662$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
663	 X"$as_dir" : 'X\(//\)[^/]' \| \
664	 X"$as_dir" : 'X\(//\)$' \| \
665	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
666echo X"$as_dir" |
667    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
668	    s//\1/
669	    q
670	  }
671	  /^X\(\/\/\)[^/].*/{
672	    s//\1/
673	    q
674	  }
675	  /^X\(\/\/\)$/{
676	    s//\1/
677	    q
678	  }
679	  /^X\(\/\).*/{
680	    s//\1/
681	    q
682	  }
683	  s/.*/./; q'`
684      test -d "$as_dir" && break
685    done
686    test -z "$as_dirs" || eval "mkdir $as_dirs"
687  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
688echo "$as_me: error: cannot create directory $as_dir" >&2;}
689   { (exit 1); exit 1; }; }; }
690  ac_builddir=.
691
692case "$ac_dir" in
693.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
694*)
695  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
696  # A ".." for each directory in $ac_dir_suffix.
697  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
698  case $ac_top_builddir_sub in
699  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
700  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
701  esac ;;
702esac
703ac_abs_top_builddir=$ac_pwd
704ac_abs_builddir=$ac_pwd$ac_dir_suffix
705# for backward compatibility:
706ac_top_builddir=$ac_top_build_prefix
707
708case $srcdir in
709  .)  # We are building in place.
710    ac_srcdir=.
711    ac_top_srcdir=$ac_top_builddir_sub
712    ac_abs_top_srcdir=$ac_pwd ;;
713  [\\/]* | ?:[\\/]* )  # Absolute name.
714    ac_srcdir=$srcdir$ac_dir_suffix;
715    ac_top_srcdir=$srcdir
716    ac_abs_top_srcdir=$srcdir ;;
717  *) # Relative name.
718    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
719    ac_top_srcdir=$ac_top_build_prefix$srcdir
720    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
721esac
722ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
723
724
725  case $ac_mode in
726  :F)
727  #
728  # CONFIG_FILE
729  #
730
731  case $INSTALL in
732  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
733  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
734  esac
735# If the template does not know about datarootdir, expand it.
736# FIXME: This hack should be removed a few years after 2.60.
737ac_datarootdir_hack=; ac_datarootdir_seen=
738
739case `sed -n '/datarootdir/ {
740  p
741  q
742}
743/@datadir@/p
744/@docdir@/p
745/@infodir@/p
746/@localedir@/p
747/@mandir@/p
748' $ac_file_inputs` in
749*datarootdir*) ac_datarootdir_seen=yes;;
750*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
751  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
752echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
753  ac_datarootdir_hack='
754  s&@datadir@&${datarootdir}&g
755  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
756  s&@infodir@&${datarootdir}/info&g
757  s&@localedir@&${datarootdir}/locale&g
758  s&@mandir@&${datarootdir}/man&g
759    s&\${datarootdir}&${prefix}/share&g' ;;
760esac
761  sed "/^[	 ]*VPATH[	 ]*=/{
762s/:*\$(srcdir):*/:/
763s/:*\${srcdir}:*/:/
764s/:*@srcdir@:*/:/
765s/^\([^=]*=[	 ]*\):*/\1/
766s/:*$//
767s/^[^=]*=[	 ]*$//
768}
769
770:t
771/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
772s&@configure_input@&$configure_input&;t t
773s&@top_builddir@&$ac_top_builddir_sub&;t t
774s&@srcdir@&$ac_srcdir&;t t
775s&@abs_srcdir@&$ac_abs_srcdir&;t t
776s&@top_srcdir@&$ac_top_srcdir&;t t
777s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
778s&@builddir@&$ac_builddir&;t t
779s&@abs_builddir@&$ac_abs_builddir&;t t
780s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
781s&@INSTALL@&$ac_INSTALL&;t t
782$ac_datarootdir_hack
783" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
784
785test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
786  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
787  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
788  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
789which seems to be undefined.  Please make sure it is defined." >&5
790echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
791which seems to be undefined.  Please make sure it is defined." >&2;}
792
793  rm -f "$tmp/stdin"
794  case $ac_file in
795  -) cat "$tmp/out"; rm -f "$tmp/out";;
796  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
797  esac
798 ;;
799  :H)
800  #
801  # CONFIG_HEADER
802  #
803    # First, check the format of the line:
804    cat >"$tmp/defines.sed" <<\CEOF
805/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
806/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
807b
808:def
809s/$/ /
810s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_NAME\)[	 (].*,\1define\2 "" ,
811s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_TARNAME\)[	 (].*,\1define\2 "" ,
812s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_VERSION\)[	 (].*,\1define\2 "" ,
813s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_STRING\)[	 (].*,\1define\2 "" ,
814s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_BUGREPORT\)[	 (].*,\1define\2 "" ,
815s,^\([	 #]*\)[^	 ]*\([	 ]*INSTALLPREFIX\)[	 (].*,\1define\2 "/usr/local" ,
816s,^\([	 #]*\)[^	 ]*\([	 ]*STDC_HEADERS\)[	 (].*,\1define\2 1 ,
817s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_TYPES_H\)[	 (].*,\1define\2 1 ,
818s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_STAT_H\)[	 (].*,\1define\2 1 ,
819s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
820s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRING_H\)[	 (].*,\1define\2 1 ,
821s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMORY_H\)[	 (].*,\1define\2 1 ,
822s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRINGS_H\)[	 (].*,\1define\2 1 ,
823s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INTTYPES_H\)[	 (].*,\1define\2 1 ,
824s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
825s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
826s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DLFCN_H\)[	 (].*,\1define\2 1 ,
827s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_VISIBILITY\)[	 (].*,\1define\2 1 ,
828s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LANGINFO_CODESET\)[	 (].*,\1define\2 1 ,
829s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDDEF_H\)[	 (].*,\1define\2 1 ,
830s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
831s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRING_H\)[	 (].*,\1define\2 1 ,
832s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETLOCALE\)[	 (].*,\1define\2 1 ,
833s/ $//
834s,^[	 #]*u.*,/* & */,
835CEOF
836    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
837ac_result="$tmp/out1"
838  if test x"$ac_file" != x-; then
839    echo "/* $configure_input  */" >"$tmp/config.h"
840    cat "$ac_result" >>"$tmp/config.h"
841    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
842      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
843echo "$as_me: $ac_file is unchanged" >&6;}
844    else
845      rm -f $ac_file
846      mv "$tmp/config.h" $ac_file
847    fi
848  else
849    echo "/* $configure_input  */"
850    cat "$ac_result"
851  fi
852  rm -f "$tmp/out12"
853 ;;
854
855
856  esac
857
858done # for ac_tag
859
860
861{ (exit 0); exit 0; }
862