1@%:@! /bin/sh
2@%:@ Guess values for system-dependent variables and create Makefiles.
3@%:@ Generated by GNU Autoconf 2.69 for edje_viewer 0.1.0.
4@%:@
5@%:@ Report bugs to <enlightenment-devel@lists.sourceforge.net>.
6@%:@
7@%:@
8@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9@%:@
10@%:@
11@%:@ This configure script is free software; the Free Software Foundation
12@%:@ gives unlimited permission to copy, distribute and modify it.
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20  emulate sh
21  NULLCMD=:
22  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23  # is contrary to our usage.  Disable this feature.
24  alias -g '${1+"$@"}'='"$@"'
25  setopt NO_GLOB_SUBST
26else
27  case `(set -o) 2>/dev/null` in @%:@(
28  *posix*) :
29    set -o posix ;; @%:@(
30  *) :
31     ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47  as_echo='print -r --'
48  as_echo_n='print -rn --'
49elif (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
84# IFS
85# We need space, tab and new line, in precisely that order.  Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
89IFS=" ""	$as_nl"
90
91# Find who we are.  Look in the path if we contain no directory separator.
92as_myself=
93case $0 in @%:@((
94  *[\\/]* ) as_myself=$0 ;;
95  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
98  IFS=$as_save_IFS
99  test -z "$as_dir" && as_dir=.
100    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101  done
102IFS=$as_save_IFS
103
104     ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109  as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113  exit 1
114fi
115
116# Unset variables that we do not need and which cause bugs (e.g. in
117# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
118# suppresses any "Segmentation fault" message there.  '((' could
119# trigger a bug in pdksh 5.2.14.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137# Use a proper internal environment variable to ensure we don't fall
138  # into an infinite loop, continuously re-executing ourselves.
139  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140    _as_can_reexec=no; export _as_can_reexec;
141    # We cannot yet assume a decent shell, so we have to provide a
142# neutralization value for shells without unset; and this also
143# works around shells that cannot unset nonexistent variables.
144# Preserve -v and -x to the replacement shell.
145BASH_ENV=/dev/null
146ENV=/dev/null
147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148case $- in @%:@ ((((
149  *v*x* | *x*v* ) as_opts=-vx ;;
150  *v* ) as_opts=-v ;;
151  *x* ) as_opts=-x ;;
152  * ) as_opts= ;;
153esac
154exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155# Admittedly, this is quite paranoid, since all the known shells bail
156# out after a failed `exec'.
157$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158as_fn_exit 255
159  fi
160  # We don't want this to propagate to other subprocesses.
161          { _as_can_reexec=; unset _as_can_reexec;}
162if test "x$CONFIG_SHELL" = x; then
163  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164  emulate sh
165  NULLCMD=:
166  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167  # is contrary to our usage.  Disable this feature.
168  alias -g '\${1+\"\$@\"}'='\"\$@\"'
169  setopt NO_GLOB_SUBST
170else
171  case \`(set -o) 2>/dev/null\` in @%:@(
172  *posix*) :
173    set -o posix ;; @%:@(
174  *) :
175     ;;
176esac
177fi
178"
179  as_required="as_fn_return () { (exit \$1); }
180as_fn_success () { as_fn_return 0; }
181as_fn_failure () { as_fn_return 1; }
182as_fn_ret_success () { return 0; }
183as_fn_ret_failure () { return 1; }
184
185exitcode=0
186as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192else
193  exitcode=1; echo positional parameters were not saved.
194fi
195test x\$exitcode = x0 || exit 1
196test -x / || exit 1"
197  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201test \$(( 1 + 1 )) = 2 || exit 1"
202  if (eval "$as_required") 2>/dev/null; then :
203  as_have_required=yes
204else
205  as_have_required=no
206fi
207  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
208
209else
210  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211as_found=false
212for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
213do
214  IFS=$as_save_IFS
215  test -z "$as_dir" && as_dir=.
216  as_found=:
217  case $as_dir in @%:@(
218	 /*)
219	   for as_base in sh bash ksh sh5; do
220	     # Try only shells that exist, to save several forks.
221	     as_shell=$as_dir/$as_base
222	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224  CONFIG_SHELL=$as_shell as_have_required=yes
225		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226  break 2
227fi
228fi
229	   done;;
230       esac
231  as_found=false
232done
233$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235  CONFIG_SHELL=$SHELL as_have_required=yes
236fi; }
237IFS=$as_save_IFS
238
239
240      if test "x$CONFIG_SHELL" != x; then :
241  export CONFIG_SHELL
242             # We cannot yet assume a decent shell, so we have to provide a
243# neutralization value for shells without unset; and this also
244# works around shells that cannot unset nonexistent variables.
245# Preserve -v and -x to the replacement shell.
246BASH_ENV=/dev/null
247ENV=/dev/null
248(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249case $- in @%:@ ((((
250  *v*x* | *x*v* ) as_opts=-vx ;;
251  *v* ) as_opts=-v ;;
252  *x* ) as_opts=-x ;;
253  * ) as_opts= ;;
254esac
255exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256# Admittedly, this is quite paranoid, since all the known shells bail
257# out after a failed `exec'.
258$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259exit 255
260fi
261
262    if test x$as_have_required = xno; then :
263  $as_echo "$0: This script requires a shell more modern than all"
264  $as_echo "$0: the shells that I found on your system."
265  if test x${ZSH_VERSION+set} = xset ; then
266    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268  else
269    $as_echo "$0: Please tell bug-autoconf@gnu.org and
270$0: enlightenment-devel@lists.sourceforge.net about your
271$0: system, including any error possibly output before this
272$0: message. Then install a modern shell, or manually run
273$0: the script under such a shell if you do have one."
274  fi
275  exit 1
276fi
277fi
278fi
279SHELL=${CONFIG_SHELL-/bin/sh}
280export SHELL
281# Unset more variables known to interfere with behavior of common tools.
282CLICOLOR_FORCE= GREP_OPTIONS=
283unset CLICOLOR_FORCE GREP_OPTIONS
284
285## --------------------- ##
286## M4sh Shell Functions. ##
287## --------------------- ##
288@%:@ as_fn_unset VAR
289@%:@ ---------------
290@%:@ Portably unset VAR.
291as_fn_unset ()
292{
293  { eval $1=; unset $1;}
294}
295as_unset=as_fn_unset
296
297@%:@ as_fn_set_status STATUS
298@%:@ -----------------------
299@%:@ Set @S|@? to STATUS, without forking.
300as_fn_set_status ()
301{
302  return $1
303} @%:@ as_fn_set_status
304
305@%:@ as_fn_exit STATUS
306@%:@ -----------------
307@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308as_fn_exit ()
309{
310  set +e
311  as_fn_set_status $1
312  exit $1
313} @%:@ as_fn_exit
314
315@%:@ as_fn_mkdir_p
316@%:@ -------------
317@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
318as_fn_mkdir_p ()
319{
320
321  case $as_dir in #(
322  -*) as_dir=./$as_dir;;
323  esac
324  test -d "$as_dir" || eval $as_mkdir_p || {
325    as_dirs=
326    while :; do
327      case $as_dir in #(
328      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329      *) as_qdir=$as_dir;;
330      esac
331      as_dirs="'$as_qdir' $as_dirs"
332      as_dir=`$as_dirname -- "$as_dir" ||
333$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334	 X"$as_dir" : 'X\(//\)[^/]' \| \
335	 X"$as_dir" : 'X\(//\)$' \| \
336	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337$as_echo X"$as_dir" |
338    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339	    s//\1/
340	    q
341	  }
342	  /^X\(\/\/\)[^/].*/{
343	    s//\1/
344	    q
345	  }
346	  /^X\(\/\/\)$/{
347	    s//\1/
348	    q
349	  }
350	  /^X\(\/\).*/{
351	    s//\1/
352	    q
353	  }
354	  s/.*/./; q'`
355      test -d "$as_dir" && break
356    done
357    test -z "$as_dirs" || eval "mkdir $as_dirs"
358  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
359
360
361} @%:@ as_fn_mkdir_p
362
363@%:@ as_fn_executable_p FILE
364@%:@ -----------------------
365@%:@ Test if FILE is an executable regular file.
366as_fn_executable_p ()
367{
368  test -f "$1" && test -x "$1"
369} @%:@ as_fn_executable_p
370@%:@ as_fn_append VAR VALUE
371@%:@ ----------------------
372@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
373@%:@ advantage of any shell optimizations that allow amortized linear growth over
374@%:@ repeated appends, instead of the typical quadratic growth present in naive
375@%:@ implementations.
376if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377  eval 'as_fn_append ()
378  {
379    eval $1+=\$2
380  }'
381else
382  as_fn_append ()
383  {
384    eval $1=\$$1\$2
385  }
386fi # as_fn_append
387
388@%:@ as_fn_arith ARG...
389@%:@ ------------------
390@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
391@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
392@%:@ must be portable across @S|@(()) and expr.
393if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394  eval 'as_fn_arith ()
395  {
396    as_val=$(( $* ))
397  }'
398else
399  as_fn_arith ()
400  {
401    as_val=`expr "$@" || test $? -eq 1`
402  }
403fi # as_fn_arith
404
405
406@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
407@%:@ ----------------------------------------
408@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410@%:@ script with STATUS, using 1 if that was 0.
411as_fn_error ()
412{
413  as_status=$1; test $as_status -eq 0 && as_status=1
414  if test "$4"; then
415    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
417  fi
418  $as_echo "$as_me: error: $2" >&2
419  as_fn_exit $as_status
420} @%:@ as_fn_error
421
422if expr a : '\(a\)' >/dev/null 2>&1 &&
423   test "X`expr 00001 : '.*\(...\)'`" = X001; then
424  as_expr=expr
425else
426  as_expr=false
427fi
428
429if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430  as_basename=basename
431else
432  as_basename=false
433fi
434
435if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436  as_dirname=dirname
437else
438  as_dirname=false
439fi
440
441as_me=`$as_basename -- "$0" ||
442$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443	 X"$0" : 'X\(//\)$' \| \
444	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445$as_echo X/"$0" |
446    sed '/^.*\/\([^/][^/]*\)\/*$/{
447	    s//\1/
448	    q
449	  }
450	  /^X\/\(\/\/\)$/{
451	    s//\1/
452	    q
453	  }
454	  /^X\/\(\/\).*/{
455	    s//\1/
456	    q
457	  }
458	  s/.*/./; q'`
459
460# Avoid depending upon Character Ranges.
461as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464as_cr_digits='0123456789'
465as_cr_alnum=$as_cr_Letters$as_cr_digits
466
467
468  as_lineno_1=$LINENO as_lineno_1a=$LINENO
469  as_lineno_2=$LINENO as_lineno_2a=$LINENO
470  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
473  sed -n '
474    p
475    /[$]LINENO/=
476  ' <$as_myself |
477    sed '
478      s/[$]LINENO.*/&-/
479      t lineno
480      b
481      :lineno
482      N
483      :loop
484      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485      t loop
486      s/-\n.*//
487    ' >$as_me.lineno &&
488  chmod +x "$as_me.lineno" ||
489    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
490
491  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492  # already done that, so ensure we don't try to do so again and fall
493  # in an infinite loop.  This has already happened in practice.
494  _as_can_reexec=no; export _as_can_reexec
495  # Don't try to exec as it changes $[0], causing all sort of problems
496  # (the dirname of $[0] is not the place where we might find the
497  # original and so on.  Autoconf is especially sensitive to this).
498  . "./$as_me.lineno"
499  # Exit status is that of the last command.
500  exit
501}
502
503ECHO_C= ECHO_N= ECHO_T=
504case `echo -n x` in @%:@(((((
505-n*)
506  case `echo 'xy\c'` in
507  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
508  xy)  ECHO_C='\c';;
509  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
510       ECHO_T='	';;
511  esac;;
512*)
513  ECHO_N='-n';;
514esac
515
516rm -f conf$$ conf$$.exe conf$$.file
517if test -d conf$$.dir; then
518  rm -f conf$$.dir/conf$$.file
519else
520  rm -f conf$$.dir
521  mkdir conf$$.dir 2>/dev/null
522fi
523if (echo >conf$$.file) 2>/dev/null; then
524  if ln -s conf$$.file conf$$ 2>/dev/null; then
525    as_ln_s='ln -s'
526    # ... but there are two gotchas:
527    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529    # In both cases, we have to default to `cp -pR'.
530    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531      as_ln_s='cp -pR'
532  elif ln conf$$.file conf$$ 2>/dev/null; then
533    as_ln_s=ln
534  else
535    as_ln_s='cp -pR'
536  fi
537else
538  as_ln_s='cp -pR'
539fi
540rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541rmdir conf$$.dir 2>/dev/null
542
543if mkdir -p . 2>/dev/null; then
544  as_mkdir_p='mkdir -p "$as_dir"'
545else
546  test -d ./-p && rmdir ./-p
547  as_mkdir_p=false
548fi
549
550as_test_x='test -x'
551as_executable_p=as_fn_executable_p
552
553# Sed expression to map a string onto a valid CPP name.
554as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
555
556# Sed expression to map a string onto a valid variable name.
557as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
558
559
560test -n "$DJDIR" || exec 7<&0 </dev/null
561exec 6>&1
562
563# Name of the host.
564# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565# so uname gets run too.
566ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
567
568#
569# Initializations.
570#
571ac_default_prefix=/usr/local
572ac_clean_files=
573ac_config_libobj_dir=.
574LIB@&t@OBJS=
575cross_compiling=no
576subdirs=
577MFLAGS=
578MAKEFLAGS=
579
580# Identity of this package.
581PACKAGE_NAME='edje_viewer'
582PACKAGE_TARNAME='edje_viewer'
583PACKAGE_VERSION='0.1.0'
584PACKAGE_STRING='edje_viewer 0.1.0'
585PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net'
586PACKAGE_URL=''
587
588ac_unique_file="configure.ac"
589ac_subst_vars='am__EXEEXT_FALSE
590am__EXEEXT_TRUE
591LTLIBOBJS
592LIB@&t@OBJS
593EDJE_VIEWER_LIBS
594EDJE_VIEWER_CFLAGS
595PKG_CONFIG_LIBDIR
596PKG_CONFIG_PATH
597PKG_CONFIG
598EGREP
599GREP
600CPP
601am__fastdepCC_FALSE
602am__fastdepCC_TRUE
603CCDEPMODE
604am__nodep
605AMDEPBACKSLASH
606AMDEP_FALSE
607AMDEP_TRUE
608am__quote
609am__include
610DEPDIR
611OBJEXT
612EXEEXT
613ac_ct_CC
614CPPFLAGS
615LDFLAGS
616CFLAGS
617CC
618AM_BACKSLASH
619AM_DEFAULT_VERBOSITY
620AM_DEFAULT_V
621AM_V
622am__untar
623am__tar
624AMTAR
625am__leading_dot
626SET_MAKE
627AWK
628mkdir_p
629MKDIR_P
630INSTALL_STRIP_PROGRAM
631STRIP
632install_sh
633MAKEINFO
634AUTOHEADER
635AUTOMAKE
636AUTOCONF
637ACLOCAL
638VERSION
639PACKAGE
640CYGPATH_W
641am__isrc
642INSTALL_DATA
643INSTALL_SCRIPT
644INSTALL_PROGRAM
645target_os
646target_vendor
647target_cpu
648target
649host_os
650host_vendor
651host_cpu
652host
653build_os
654build_vendor
655build_cpu
656build
657target_alias
658host_alias
659build_alias
660LIBS
661ECHO_T
662ECHO_N
663ECHO_C
664DEFS
665mandir
666localedir
667libdir
668psdir
669pdfdir
670dvidir
671htmldir
672infodir
673docdir
674oldincludedir
675includedir
676localstatedir
677sharedstatedir
678sysconfdir
679datadir
680datarootdir
681libexecdir
682sbindir
683bindir
684program_transform_name
685prefix
686exec_prefix
687PACKAGE_URL
688PACKAGE_BUGREPORT
689PACKAGE_STRING
690PACKAGE_VERSION
691PACKAGE_TARNAME
692PACKAGE_NAME
693PATH_SEPARATOR
694SHELL'
695ac_subst_files=''
696ac_user_opts='
697enable_option_checking
698enable_silent_rules
699enable_dependency_tracking
700'
701      ac_precious_vars='build_alias
702host_alias
703target_alias
704CC
705CFLAGS
706LDFLAGS
707LIBS
708CPPFLAGS
709CPP
710PKG_CONFIG
711PKG_CONFIG_PATH
712PKG_CONFIG_LIBDIR
713EDJE_VIEWER_CFLAGS
714EDJE_VIEWER_LIBS'
715
716
717# Initialize some variables set by options.
718ac_init_help=
719ac_init_version=false
720ac_unrecognized_opts=
721ac_unrecognized_sep=
722# The variables have the same names as the options, with
723# dashes changed to underlines.
724cache_file=/dev/null
725exec_prefix=NONE
726no_create=
727no_recursion=
728prefix=NONE
729program_prefix=NONE
730program_suffix=NONE
731program_transform_name=s,x,x,
732silent=
733site=
734srcdir=
735verbose=
736x_includes=NONE
737x_libraries=NONE
738
739# Installation directory options.
740# These are left unexpanded so users can "make install exec_prefix=/foo"
741# and all the variables that are supposed to be based on exec_prefix
742# by default will actually change.
743# Use braces instead of parens because sh, perl, etc. also accept them.
744# (The list follows the same order as the GNU Coding Standards.)
745bindir='${exec_prefix}/bin'
746sbindir='${exec_prefix}/sbin'
747libexecdir='${exec_prefix}/libexec'
748datarootdir='${prefix}/share'
749datadir='${datarootdir}'
750sysconfdir='${prefix}/etc'
751sharedstatedir='${prefix}/com'
752localstatedir='${prefix}/var'
753includedir='${prefix}/include'
754oldincludedir='/usr/include'
755docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
756infodir='${datarootdir}/info'
757htmldir='${docdir}'
758dvidir='${docdir}'
759pdfdir='${docdir}'
760psdir='${docdir}'
761libdir='${exec_prefix}/lib'
762localedir='${datarootdir}/locale'
763mandir='${datarootdir}/man'
764
765ac_prev=
766ac_dashdash=
767for ac_option
768do
769  # If the previous option needs an argument, assign it.
770  if test -n "$ac_prev"; then
771    eval $ac_prev=\$ac_option
772    ac_prev=
773    continue
774  fi
775
776  case $ac_option in
777  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
778  *=)   ac_optarg= ;;
779  *)    ac_optarg=yes ;;
780  esac
781
782  # Accept the important Cygnus configure options, so we can diagnose typos.
783
784  case $ac_dashdash$ac_option in
785  --)
786    ac_dashdash=yes ;;
787
788  -bindir | --bindir | --bindi | --bind | --bin | --bi)
789    ac_prev=bindir ;;
790  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
791    bindir=$ac_optarg ;;
792
793  -build | --build | --buil | --bui | --bu)
794    ac_prev=build_alias ;;
795  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
796    build_alias=$ac_optarg ;;
797
798  -cache-file | --cache-file | --cache-fil | --cache-fi \
799  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
800    ac_prev=cache_file ;;
801  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
802  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
803    cache_file=$ac_optarg ;;
804
805  --config-cache | -C)
806    cache_file=config.cache ;;
807
808  -datadir | --datadir | --datadi | --datad)
809    ac_prev=datadir ;;
810  -datadir=* | --datadir=* | --datadi=* | --datad=*)
811    datadir=$ac_optarg ;;
812
813  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
814  | --dataroo | --dataro | --datar)
815    ac_prev=datarootdir ;;
816  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
817  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
818    datarootdir=$ac_optarg ;;
819
820  -disable-* | --disable-*)
821    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
822    # Reject names that are not valid shell variable names.
823    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
824      as_fn_error $? "invalid feature name: $ac_useropt"
825    ac_useropt_orig=$ac_useropt
826    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
827    case $ac_user_opts in
828      *"
829"enable_$ac_useropt"
830"*) ;;
831      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
832	 ac_unrecognized_sep=', ';;
833    esac
834    eval enable_$ac_useropt=no ;;
835
836  -docdir | --docdir | --docdi | --doc | --do)
837    ac_prev=docdir ;;
838  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
839    docdir=$ac_optarg ;;
840
841  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
842    ac_prev=dvidir ;;
843  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
844    dvidir=$ac_optarg ;;
845
846  -enable-* | --enable-*)
847    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
848    # Reject names that are not valid shell variable names.
849    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
850      as_fn_error $? "invalid feature name: $ac_useropt"
851    ac_useropt_orig=$ac_useropt
852    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
853    case $ac_user_opts in
854      *"
855"enable_$ac_useropt"
856"*) ;;
857      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
858	 ac_unrecognized_sep=', ';;
859    esac
860    eval enable_$ac_useropt=\$ac_optarg ;;
861
862  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
863  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
864  | --exec | --exe | --ex)
865    ac_prev=exec_prefix ;;
866  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
867  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
868  | --exec=* | --exe=* | --ex=*)
869    exec_prefix=$ac_optarg ;;
870
871  -gas | --gas | --ga | --g)
872    # Obsolete; use --with-gas.
873    with_gas=yes ;;
874
875  -help | --help | --hel | --he | -h)
876    ac_init_help=long ;;
877  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
878    ac_init_help=recursive ;;
879  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
880    ac_init_help=short ;;
881
882  -host | --host | --hos | --ho)
883    ac_prev=host_alias ;;
884  -host=* | --host=* | --hos=* | --ho=*)
885    host_alias=$ac_optarg ;;
886
887  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
888    ac_prev=htmldir ;;
889  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
890  | --ht=*)
891    htmldir=$ac_optarg ;;
892
893  -includedir | --includedir | --includedi | --included | --include \
894  | --includ | --inclu | --incl | --inc)
895    ac_prev=includedir ;;
896  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
897  | --includ=* | --inclu=* | --incl=* | --inc=*)
898    includedir=$ac_optarg ;;
899
900  -infodir | --infodir | --infodi | --infod | --info | --inf)
901    ac_prev=infodir ;;
902  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
903    infodir=$ac_optarg ;;
904
905  -libdir | --libdir | --libdi | --libd)
906    ac_prev=libdir ;;
907  -libdir=* | --libdir=* | --libdi=* | --libd=*)
908    libdir=$ac_optarg ;;
909
910  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
911  | --libexe | --libex | --libe)
912    ac_prev=libexecdir ;;
913  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
914  | --libexe=* | --libex=* | --libe=*)
915    libexecdir=$ac_optarg ;;
916
917  -localedir | --localedir | --localedi | --localed | --locale)
918    ac_prev=localedir ;;
919  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
920    localedir=$ac_optarg ;;
921
922  -localstatedir | --localstatedir | --localstatedi | --localstated \
923  | --localstate | --localstat | --localsta | --localst | --locals)
924    ac_prev=localstatedir ;;
925  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
926  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
927    localstatedir=$ac_optarg ;;
928
929  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
930    ac_prev=mandir ;;
931  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
932    mandir=$ac_optarg ;;
933
934  -nfp | --nfp | --nf)
935    # Obsolete; use --without-fp.
936    with_fp=no ;;
937
938  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
939  | --no-cr | --no-c | -n)
940    no_create=yes ;;
941
942  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
943  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
944    no_recursion=yes ;;
945
946  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
947  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
948  | --oldin | --oldi | --old | --ol | --o)
949    ac_prev=oldincludedir ;;
950  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
951  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
952  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
953    oldincludedir=$ac_optarg ;;
954
955  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
956    ac_prev=prefix ;;
957  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
958    prefix=$ac_optarg ;;
959
960  -program-prefix | --program-prefix | --program-prefi | --program-pref \
961  | --program-pre | --program-pr | --program-p)
962    ac_prev=program_prefix ;;
963  -program-prefix=* | --program-prefix=* | --program-prefi=* \
964  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
965    program_prefix=$ac_optarg ;;
966
967  -program-suffix | --program-suffix | --program-suffi | --program-suff \
968  | --program-suf | --program-su | --program-s)
969    ac_prev=program_suffix ;;
970  -program-suffix=* | --program-suffix=* | --program-suffi=* \
971  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
972    program_suffix=$ac_optarg ;;
973
974  -program-transform-name | --program-transform-name \
975  | --program-transform-nam | --program-transform-na \
976  | --program-transform-n | --program-transform- \
977  | --program-transform | --program-transfor \
978  | --program-transfo | --program-transf \
979  | --program-trans | --program-tran \
980  | --progr-tra | --program-tr | --program-t)
981    ac_prev=program_transform_name ;;
982  -program-transform-name=* | --program-transform-name=* \
983  | --program-transform-nam=* | --program-transform-na=* \
984  | --program-transform-n=* | --program-transform-=* \
985  | --program-transform=* | --program-transfor=* \
986  | --program-transfo=* | --program-transf=* \
987  | --program-trans=* | --program-tran=* \
988  | --progr-tra=* | --program-tr=* | --program-t=*)
989    program_transform_name=$ac_optarg ;;
990
991  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
992    ac_prev=pdfdir ;;
993  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
994    pdfdir=$ac_optarg ;;
995
996  -psdir | --psdir | --psdi | --psd | --ps)
997    ac_prev=psdir ;;
998  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
999    psdir=$ac_optarg ;;
1000
1001  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1002  | -silent | --silent | --silen | --sile | --sil)
1003    silent=yes ;;
1004
1005  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1006    ac_prev=sbindir ;;
1007  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1008  | --sbi=* | --sb=*)
1009    sbindir=$ac_optarg ;;
1010
1011  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1012  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1013  | --sharedst | --shareds | --shared | --share | --shar \
1014  | --sha | --sh)
1015    ac_prev=sharedstatedir ;;
1016  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1017  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1018  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1019  | --sha=* | --sh=*)
1020    sharedstatedir=$ac_optarg ;;
1021
1022  -site | --site | --sit)
1023    ac_prev=site ;;
1024  -site=* | --site=* | --sit=*)
1025    site=$ac_optarg ;;
1026
1027  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1028    ac_prev=srcdir ;;
1029  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1030    srcdir=$ac_optarg ;;
1031
1032  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1033  | --syscon | --sysco | --sysc | --sys | --sy)
1034    ac_prev=sysconfdir ;;
1035  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1036  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1037    sysconfdir=$ac_optarg ;;
1038
1039  -target | --target | --targe | --targ | --tar | --ta | --t)
1040    ac_prev=target_alias ;;
1041  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1042    target_alias=$ac_optarg ;;
1043
1044  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1045    verbose=yes ;;
1046
1047  -version | --version | --versio | --versi | --vers | -V)
1048    ac_init_version=: ;;
1049
1050  -with-* | --with-*)
1051    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1052    # Reject names that are not valid shell variable names.
1053    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1054      as_fn_error $? "invalid package name: $ac_useropt"
1055    ac_useropt_orig=$ac_useropt
1056    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1057    case $ac_user_opts in
1058      *"
1059"with_$ac_useropt"
1060"*) ;;
1061      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1062	 ac_unrecognized_sep=', ';;
1063    esac
1064    eval with_$ac_useropt=\$ac_optarg ;;
1065
1066  -without-* | --without-*)
1067    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1068    # Reject names that are not valid shell variable names.
1069    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1070      as_fn_error $? "invalid package name: $ac_useropt"
1071    ac_useropt_orig=$ac_useropt
1072    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1073    case $ac_user_opts in
1074      *"
1075"with_$ac_useropt"
1076"*) ;;
1077      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1078	 ac_unrecognized_sep=', ';;
1079    esac
1080    eval with_$ac_useropt=no ;;
1081
1082  --x)
1083    # Obsolete; use --with-x.
1084    with_x=yes ;;
1085
1086  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1087  | --x-incl | --x-inc | --x-in | --x-i)
1088    ac_prev=x_includes ;;
1089  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1090  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1091    x_includes=$ac_optarg ;;
1092
1093  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1094  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1095    ac_prev=x_libraries ;;
1096  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1097  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1098    x_libraries=$ac_optarg ;;
1099
1100  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1101Try \`$0 --help' for more information"
1102    ;;
1103
1104  *=*)
1105    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1106    # Reject names that are not valid shell variable names.
1107    case $ac_envvar in #(
1108      '' | [0-9]* | *[!_$as_cr_alnum]* )
1109      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1110    esac
1111    eval $ac_envvar=\$ac_optarg
1112    export $ac_envvar ;;
1113
1114  *)
1115    # FIXME: should be removed in autoconf 3.0.
1116    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1117    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1118      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1119    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1120    ;;
1121
1122  esac
1123done
1124
1125if test -n "$ac_prev"; then
1126  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1127  as_fn_error $? "missing argument to $ac_option"
1128fi
1129
1130if test -n "$ac_unrecognized_opts"; then
1131  case $enable_option_checking in
1132    no) ;;
1133    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1134    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1135  esac
1136fi
1137
1138# Check all directory arguments for consistency.
1139for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1140		datadir sysconfdir sharedstatedir localstatedir includedir \
1141		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1142		libdir localedir mandir
1143do
1144  eval ac_val=\$$ac_var
1145  # Remove trailing slashes.
1146  case $ac_val in
1147    */ )
1148      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1149      eval $ac_var=\$ac_val;;
1150  esac
1151  # Be sure to have absolute directory names.
1152  case $ac_val in
1153    [\\/$]* | ?:[\\/]* )  continue;;
1154    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1155  esac
1156  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1157done
1158
1159# There might be people who depend on the old broken behavior: `$host'
1160# used to hold the argument of --host etc.
1161# FIXME: To remove some day.
1162build=$build_alias
1163host=$host_alias
1164target=$target_alias
1165
1166# FIXME: To remove some day.
1167if test "x$host_alias" != x; then
1168  if test "x$build_alias" = x; then
1169    cross_compiling=maybe
1170  elif test "x$build_alias" != "x$host_alias"; then
1171    cross_compiling=yes
1172  fi
1173fi
1174
1175ac_tool_prefix=
1176test -n "$host_alias" && ac_tool_prefix=$host_alias-
1177
1178test "$silent" = yes && exec 6>/dev/null
1179
1180
1181ac_pwd=`pwd` && test -n "$ac_pwd" &&
1182ac_ls_di=`ls -di .` &&
1183ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1184  as_fn_error $? "working directory cannot be determined"
1185test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1186  as_fn_error $? "pwd does not report name of working directory"
1187
1188
1189# Find the source files, if location was not specified.
1190if test -z "$srcdir"; then
1191  ac_srcdir_defaulted=yes
1192  # Try the directory containing this script, then the parent directory.
1193  ac_confdir=`$as_dirname -- "$as_myself" ||
1194$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1195	 X"$as_myself" : 'X\(//\)[^/]' \| \
1196	 X"$as_myself" : 'X\(//\)$' \| \
1197	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1198$as_echo X"$as_myself" |
1199    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1200	    s//\1/
1201	    q
1202	  }
1203	  /^X\(\/\/\)[^/].*/{
1204	    s//\1/
1205	    q
1206	  }
1207	  /^X\(\/\/\)$/{
1208	    s//\1/
1209	    q
1210	  }
1211	  /^X\(\/\).*/{
1212	    s//\1/
1213	    q
1214	  }
1215	  s/.*/./; q'`
1216  srcdir=$ac_confdir
1217  if test ! -r "$srcdir/$ac_unique_file"; then
1218    srcdir=..
1219  fi
1220else
1221  ac_srcdir_defaulted=no
1222fi
1223if test ! -r "$srcdir/$ac_unique_file"; then
1224  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1225  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1226fi
1227ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1228ac_abs_confdir=`(
1229	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1230	pwd)`
1231# When building in place, set srcdir=.
1232if test "$ac_abs_confdir" = "$ac_pwd"; then
1233  srcdir=.
1234fi
1235# Remove unnecessary trailing slashes from srcdir.
1236# Double slashes in file names in object file debugging info
1237# mess up M-x gdb in Emacs.
1238case $srcdir in
1239*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1240esac
1241for ac_var in $ac_precious_vars; do
1242  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1243  eval ac_env_${ac_var}_value=\$${ac_var}
1244  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1245  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1246done
1247
1248#
1249# Report the --help message.
1250#
1251if test "$ac_init_help" = "long"; then
1252  # Omit some internal or obsolete options to make the list less imposing.
1253  # This message is too long to be a string in the A/UX 3.1 sh.
1254  cat <<_ACEOF
1255\`configure' configures edje_viewer 0.1.0 to adapt to many kinds of systems.
1256
1257Usage: $0 [OPTION]... [VAR=VALUE]...
1258
1259To assign environment variables (e.g., CC, CFLAGS...), specify them as
1260VAR=VALUE.  See below for descriptions of some of the useful variables.
1261
1262Defaults for the options are specified in brackets.
1263
1264Configuration:
1265  -h, --help              display this help and exit
1266      --help=short        display options specific to this package
1267      --help=recursive    display the short help of all the included packages
1268  -V, --version           display version information and exit
1269  -q, --quiet, --silent   do not print \`checking ...' messages
1270      --cache-file=FILE   cache test results in FILE [disabled]
1271  -C, --config-cache      alias for \`--cache-file=config.cache'
1272  -n, --no-create         do not create output files
1273      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1274
1275Installation directories:
1276  --prefix=PREFIX         install architecture-independent files in PREFIX
1277                          @<:@@S|@ac_default_prefix@:>@
1278  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1279                          @<:@PREFIX@:>@
1280
1281By default, \`make install' will install all the files in
1282\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1283an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1284for instance \`--prefix=\$HOME'.
1285
1286For better control, use the options below.
1287
1288Fine tuning of the installation directories:
1289  --bindir=DIR            user executables [EPREFIX/bin]
1290  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1291  --libexecdir=DIR        program executables [EPREFIX/libexec]
1292  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1293  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1294  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1295  --libdir=DIR            object code libraries [EPREFIX/lib]
1296  --includedir=DIR        C header files [PREFIX/include]
1297  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1298  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1299  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1300  --infodir=DIR           info documentation [DATAROOTDIR/info]
1301  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1302  --mandir=DIR            man documentation [DATAROOTDIR/man]
1303  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/edje_viewer@:>@
1304  --htmldir=DIR           html documentation [DOCDIR]
1305  --dvidir=DIR            dvi documentation [DOCDIR]
1306  --pdfdir=DIR            pdf documentation [DOCDIR]
1307  --psdir=DIR             ps documentation [DOCDIR]
1308_ACEOF
1309
1310  cat <<\_ACEOF
1311
1312Program names:
1313  --program-prefix=PREFIX            prepend PREFIX to installed program names
1314  --program-suffix=SUFFIX            append SUFFIX to installed program names
1315  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1316
1317System types:
1318  --build=BUILD     configure for building on BUILD [guessed]
1319  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1320  --target=TARGET   configure for building compilers for TARGET [HOST]
1321_ACEOF
1322fi
1323
1324if test -n "$ac_init_help"; then
1325  case $ac_init_help in
1326     short | recursive ) echo "Configuration of edje_viewer 0.1.0:";;
1327   esac
1328  cat <<\_ACEOF
1329
1330Optional Features:
1331  --disable-option-checking  ignore unrecognized --enable/--with options
1332  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1333  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1334  --enable-silent-rules   less verbose build output (undo: "make V=1")
1335  --disable-silent-rules  verbose build output (undo: "make V=0")
1336  --enable-dependency-tracking
1337                          do not reject slow dependency extractors
1338  --disable-dependency-tracking
1339                          speeds up one-time build
1340
1341Some influential environment variables:
1342  CC          C compiler command
1343  CFLAGS      C compiler flags
1344  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1345              nonstandard directory <lib dir>
1346  LIBS        libraries to pass to the linker, e.g. -l<library>
1347  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1348              you have headers in a nonstandard directory <include dir>
1349  CPP         C preprocessor
1350  PKG_CONFIG  path to pkg-config utility
1351  PKG_CONFIG_PATH
1352              directories to add to pkg-config's search path
1353  PKG_CONFIG_LIBDIR
1354              path overriding pkg-config's built-in search path
1355  EDJE_VIEWER_CFLAGS
1356              C compiler flags for EDJE_VIEWER, overriding pkg-config
1357  EDJE_VIEWER_LIBS
1358              linker flags for EDJE_VIEWER, overriding pkg-config
1359
1360Use these variables to override the choices made by `configure' or to help
1361it to find libraries and programs with nonstandard names/locations.
1362
1363Report bugs to <enlightenment-devel@lists.sourceforge.net>.
1364_ACEOF
1365ac_status=$?
1366fi
1367
1368if test "$ac_init_help" = "recursive"; then
1369  # If there are subdirs, report their specific --help.
1370  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1371    test -d "$ac_dir" ||
1372      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1373      continue
1374    ac_builddir=.
1375
1376case "$ac_dir" in
1377.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1378*)
1379  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1380  # A ".." for each directory in $ac_dir_suffix.
1381  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1382  case $ac_top_builddir_sub in
1383  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1384  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1385  esac ;;
1386esac
1387ac_abs_top_builddir=$ac_pwd
1388ac_abs_builddir=$ac_pwd$ac_dir_suffix
1389# for backward compatibility:
1390ac_top_builddir=$ac_top_build_prefix
1391
1392case $srcdir in
1393  .)  # We are building in place.
1394    ac_srcdir=.
1395    ac_top_srcdir=$ac_top_builddir_sub
1396    ac_abs_top_srcdir=$ac_pwd ;;
1397  [\\/]* | ?:[\\/]* )  # Absolute name.
1398    ac_srcdir=$srcdir$ac_dir_suffix;
1399    ac_top_srcdir=$srcdir
1400    ac_abs_top_srcdir=$srcdir ;;
1401  *) # Relative name.
1402    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1403    ac_top_srcdir=$ac_top_build_prefix$srcdir
1404    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1405esac
1406ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1407
1408    cd "$ac_dir" || { ac_status=$?; continue; }
1409    # Check for guested configure.
1410    if test -f "$ac_srcdir/configure.gnu"; then
1411      echo &&
1412      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1413    elif test -f "$ac_srcdir/configure"; then
1414      echo &&
1415      $SHELL "$ac_srcdir/configure" --help=recursive
1416    else
1417      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1418    fi || ac_status=$?
1419    cd "$ac_pwd" || { ac_status=$?; break; }
1420  done
1421fi
1422
1423test -n "$ac_init_help" && exit $ac_status
1424if $ac_init_version; then
1425  cat <<\_ACEOF
1426edje_viewer configure 0.1.0
1427generated by GNU Autoconf 2.69
1428
1429Copyright (C) 2012 Free Software Foundation, Inc.
1430This configure script is free software; the Free Software Foundation
1431gives unlimited permission to copy, distribute and modify it.
1432_ACEOF
1433  exit
1434fi
1435
1436## ------------------------ ##
1437## Autoconf initialization. ##
1438## ------------------------ ##
1439
1440@%:@ ac_fn_c_try_compile LINENO
1441@%:@ --------------------------
1442@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
1443ac_fn_c_try_compile ()
1444{
1445  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1446  rm -f conftest.$ac_objext
1447  if { { ac_try="$ac_compile"
1448case "(($ac_try" in
1449  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1450  *) ac_try_echo=$ac_try;;
1451esac
1452eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1453$as_echo "$ac_try_echo"; } >&5
1454  (eval "$ac_compile") 2>conftest.err
1455  ac_status=$?
1456  if test -s conftest.err; then
1457    grep -v '^ *+' conftest.err >conftest.er1
1458    cat conftest.er1 >&5
1459    mv -f conftest.er1 conftest.err
1460  fi
1461  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1462  test $ac_status = 0; } && {
1463	 test -z "$ac_c_werror_flag" ||
1464	 test ! -s conftest.err
1465       } && test -s conftest.$ac_objext; then :
1466  ac_retval=0
1467else
1468  $as_echo "$as_me: failed program was:" >&5
1469sed 's/^/| /' conftest.$ac_ext >&5
1470
1471	ac_retval=1
1472fi
1473  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1474  as_fn_set_status $ac_retval
1475
1476} @%:@ ac_fn_c_try_compile
1477
1478@%:@ ac_fn_c_try_link LINENO
1479@%:@ -----------------------
1480@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded.
1481ac_fn_c_try_link ()
1482{
1483  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1484  rm -f conftest.$ac_objext conftest$ac_exeext
1485  if { { ac_try="$ac_link"
1486case "(($ac_try" in
1487  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1488  *) ac_try_echo=$ac_try;;
1489esac
1490eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1491$as_echo "$ac_try_echo"; } >&5
1492  (eval "$ac_link") 2>conftest.err
1493  ac_status=$?
1494  if test -s conftest.err; then
1495    grep -v '^ *+' conftest.err >conftest.er1
1496    cat conftest.er1 >&5
1497    mv -f conftest.er1 conftest.err
1498  fi
1499  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1500  test $ac_status = 0; } && {
1501	 test -z "$ac_c_werror_flag" ||
1502	 test ! -s conftest.err
1503       } && test -s conftest$ac_exeext && {
1504	 test "$cross_compiling" = yes ||
1505	 test -x conftest$ac_exeext
1506       }; then :
1507  ac_retval=0
1508else
1509  $as_echo "$as_me: failed program was:" >&5
1510sed 's/^/| /' conftest.$ac_ext >&5
1511
1512	ac_retval=1
1513fi
1514  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1515  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1516  # interfere with the next link command; also delete a directory that is
1517  # left behind by Apple's compiler.  We do this before executing the actions.
1518  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1519  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1520  as_fn_set_status $ac_retval
1521
1522} @%:@ ac_fn_c_try_link
1523
1524@%:@ ac_fn_c_try_cpp LINENO
1525@%:@ ----------------------
1526@%:@ Try to preprocess conftest.@S|@ac_ext, and return whether this succeeded.
1527ac_fn_c_try_cpp ()
1528{
1529  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1530  if { { ac_try="$ac_cpp conftest.$ac_ext"
1531case "(($ac_try" in
1532  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1533  *) ac_try_echo=$ac_try;;
1534esac
1535eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1536$as_echo "$ac_try_echo"; } >&5
1537  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1538  ac_status=$?
1539  if test -s conftest.err; then
1540    grep -v '^ *+' conftest.err >conftest.er1
1541    cat conftest.er1 >&5
1542    mv -f conftest.er1 conftest.err
1543  fi
1544  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1545  test $ac_status = 0; } > conftest.i && {
1546	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1547	 test ! -s conftest.err
1548       }; then :
1549  ac_retval=0
1550else
1551  $as_echo "$as_me: failed program was:" >&5
1552sed 's/^/| /' conftest.$ac_ext >&5
1553
1554    ac_retval=1
1555fi
1556  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1557  as_fn_set_status $ac_retval
1558
1559} @%:@ ac_fn_c_try_cpp
1560
1561@%:@ ac_fn_c_try_run LINENO
1562@%:@ ----------------------
1563@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. Assumes
1564@%:@ that executables *can* be run.
1565ac_fn_c_try_run ()
1566{
1567  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1568  if { { ac_try="$ac_link"
1569case "(($ac_try" in
1570  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1571  *) ac_try_echo=$ac_try;;
1572esac
1573eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1574$as_echo "$ac_try_echo"; } >&5
1575  (eval "$ac_link") 2>&5
1576  ac_status=$?
1577  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1578  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1579  { { case "(($ac_try" in
1580  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1581  *) ac_try_echo=$ac_try;;
1582esac
1583eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1584$as_echo "$ac_try_echo"; } >&5
1585  (eval "$ac_try") 2>&5
1586  ac_status=$?
1587  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1588  test $ac_status = 0; }; }; then :
1589  ac_retval=0
1590else
1591  $as_echo "$as_me: program exited with status $ac_status" >&5
1592       $as_echo "$as_me: failed program was:" >&5
1593sed 's/^/| /' conftest.$ac_ext >&5
1594
1595       ac_retval=$ac_status
1596fi
1597  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1598  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1599  as_fn_set_status $ac_retval
1600
1601} @%:@ ac_fn_c_try_run
1602cat >config.log <<_ACEOF
1603This file contains any messages produced by compilers while
1604running configure, to aid debugging if configure makes a mistake.
1605
1606It was created by edje_viewer $as_me 0.1.0, which was
1607generated by GNU Autoconf 2.69.  Invocation command line was
1608
1609  $ $0 $@
1610
1611_ACEOF
1612exec 5>>config.log
1613{
1614cat <<_ASUNAME
1615## --------- ##
1616## Platform. ##
1617## --------- ##
1618
1619hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1620uname -m = `(uname -m) 2>/dev/null || echo unknown`
1621uname -r = `(uname -r) 2>/dev/null || echo unknown`
1622uname -s = `(uname -s) 2>/dev/null || echo unknown`
1623uname -v = `(uname -v) 2>/dev/null || echo unknown`
1624
1625/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1626/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1627
1628/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1629/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1630/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1631/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1632/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1633/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1634/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1635
1636_ASUNAME
1637
1638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1639for as_dir in $PATH
1640do
1641  IFS=$as_save_IFS
1642  test -z "$as_dir" && as_dir=.
1643    $as_echo "PATH: $as_dir"
1644  done
1645IFS=$as_save_IFS
1646
1647} >&5
1648
1649cat >&5 <<_ACEOF
1650
1651
1652## ----------- ##
1653## Core tests. ##
1654## ----------- ##
1655
1656_ACEOF
1657
1658
1659# Keep a trace of the command line.
1660# Strip out --no-create and --no-recursion so they do not pile up.
1661# Strip out --silent because we don't want to record it for future runs.
1662# Also quote any args containing shell meta-characters.
1663# Make two passes to allow for proper duplicate-argument suppression.
1664ac_configure_args=
1665ac_configure_args0=
1666ac_configure_args1=
1667ac_must_keep_next=false
1668for ac_pass in 1 2
1669do
1670  for ac_arg
1671  do
1672    case $ac_arg in
1673    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1674    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1675    | -silent | --silent | --silen | --sile | --sil)
1676      continue ;;
1677    *\'*)
1678      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1679    esac
1680    case $ac_pass in
1681    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1682    2)
1683      as_fn_append ac_configure_args1 " '$ac_arg'"
1684      if test $ac_must_keep_next = true; then
1685	ac_must_keep_next=false # Got value, back to normal.
1686      else
1687	case $ac_arg in
1688	  *=* | --config-cache | -C | -disable-* | --disable-* \
1689	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1690	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1691	  | -with-* | --with-* | -without-* | --without-* | --x)
1692	    case "$ac_configure_args0 " in
1693	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1694	    esac
1695	    ;;
1696	  -* ) ac_must_keep_next=true ;;
1697	esac
1698      fi
1699      as_fn_append ac_configure_args " '$ac_arg'"
1700      ;;
1701    esac
1702  done
1703done
1704{ ac_configure_args0=; unset ac_configure_args0;}
1705{ ac_configure_args1=; unset ac_configure_args1;}
1706
1707# When interrupted or exit'd, cleanup temporary files, and complete
1708# config.log.  We remove comments because anyway the quotes in there
1709# would cause problems or look ugly.
1710# WARNING: Use '\'' to represent an apostrophe within the trap.
1711# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1712trap 'exit_status=$?
1713  # Save into config.log some information that might help in debugging.
1714  {
1715    echo
1716
1717    $as_echo "## ---------------- ##
1718## Cache variables. ##
1719## ---------------- ##"
1720    echo
1721    # The following way of writing the cache mishandles newlines in values,
1722(
1723  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1724    eval ac_val=\$$ac_var
1725    case $ac_val in #(
1726    *${as_nl}*)
1727      case $ac_var in #(
1728      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1729$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1730      esac
1731      case $ac_var in #(
1732      _ | IFS | as_nl) ;; #(
1733      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1734      *) { eval $ac_var=; unset $ac_var;} ;;
1735      esac ;;
1736    esac
1737  done
1738  (set) 2>&1 |
1739    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1740    *${as_nl}ac_space=\ *)
1741      sed -n \
1742	"s/'\''/'\''\\\\'\'''\''/g;
1743	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1744      ;; #(
1745    *)
1746      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1747      ;;
1748    esac |
1749    sort
1750)
1751    echo
1752
1753    $as_echo "## ----------------- ##
1754## Output variables. ##
1755## ----------------- ##"
1756    echo
1757    for ac_var in $ac_subst_vars
1758    do
1759      eval ac_val=\$$ac_var
1760      case $ac_val in
1761      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1762      esac
1763      $as_echo "$ac_var='\''$ac_val'\''"
1764    done | sort
1765    echo
1766
1767    if test -n "$ac_subst_files"; then
1768      $as_echo "## ------------------- ##
1769## File substitutions. ##
1770## ------------------- ##"
1771      echo
1772      for ac_var in $ac_subst_files
1773      do
1774	eval ac_val=\$$ac_var
1775	case $ac_val in
1776	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1777	esac
1778	$as_echo "$ac_var='\''$ac_val'\''"
1779      done | sort
1780      echo
1781    fi
1782
1783    if test -s confdefs.h; then
1784      $as_echo "## ----------- ##
1785## confdefs.h. ##
1786## ----------- ##"
1787      echo
1788      cat confdefs.h
1789      echo
1790    fi
1791    test "$ac_signal" != 0 &&
1792      $as_echo "$as_me: caught signal $ac_signal"
1793    $as_echo "$as_me: exit $exit_status"
1794  } >&5
1795  rm -f core *.core core.conftest.* &&
1796    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1797    exit $exit_status
1798' 0
1799for ac_signal in 1 2 13 15; do
1800  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1801done
1802ac_signal=0
1803
1804# confdefs.h avoids OS command line length limits that DEFS can exceed.
1805rm -f -r conftest* confdefs.h
1806
1807$as_echo "/* confdefs.h */" > confdefs.h
1808
1809# Predefined preprocessor variables.
1810
1811cat >>confdefs.h <<_ACEOF
1812@%:@define PACKAGE_NAME "$PACKAGE_NAME"
1813_ACEOF
1814
1815cat >>confdefs.h <<_ACEOF
1816@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1817_ACEOF
1818
1819cat >>confdefs.h <<_ACEOF
1820@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
1821_ACEOF
1822
1823cat >>confdefs.h <<_ACEOF
1824@%:@define PACKAGE_STRING "$PACKAGE_STRING"
1825_ACEOF
1826
1827cat >>confdefs.h <<_ACEOF
1828@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1829_ACEOF
1830
1831cat >>confdefs.h <<_ACEOF
1832@%:@define PACKAGE_URL "$PACKAGE_URL"
1833_ACEOF
1834
1835
1836# Let the site file select an alternate cache file if it wants to.
1837# Prefer an explicitly selected file to automatically selected ones.
1838ac_site_file1=NONE
1839ac_site_file2=NONE
1840if test -n "$CONFIG_SITE"; then
1841  # We do not want a PATH search for config.site.
1842  case $CONFIG_SITE in @%:@((
1843    -*)  ac_site_file1=./$CONFIG_SITE;;
1844    */*) ac_site_file1=$CONFIG_SITE;;
1845    *)   ac_site_file1=./$CONFIG_SITE;;
1846  esac
1847elif test "x$prefix" != xNONE; then
1848  ac_site_file1=$prefix/share/config.site
1849  ac_site_file2=$prefix/etc/config.site
1850else
1851  ac_site_file1=$ac_default_prefix/share/config.site
1852  ac_site_file2=$ac_default_prefix/etc/config.site
1853fi
1854for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1855do
1856  test "x$ac_site_file" = xNONE && continue
1857  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1858    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1859$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1860    sed 's/^/| /' "$ac_site_file" >&5
1861    . "$ac_site_file" \
1862      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1863$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1864as_fn_error $? "failed to load site script $ac_site_file
1865See \`config.log' for more details" "$LINENO" 5; }
1866  fi
1867done
1868
1869if test -r "$cache_file"; then
1870  # Some versions of bash will fail to source /dev/null (special files
1871  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1872  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1873    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1874$as_echo "$as_me: loading cache $cache_file" >&6;}
1875    case $cache_file in
1876      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1877      *)                      . "./$cache_file";;
1878    esac
1879  fi
1880else
1881  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1882$as_echo "$as_me: creating cache $cache_file" >&6;}
1883  >$cache_file
1884fi
1885
1886# Check that the precious variables saved in the cache have kept the same
1887# value.
1888ac_cache_corrupted=false
1889for ac_var in $ac_precious_vars; do
1890  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1891  eval ac_new_set=\$ac_env_${ac_var}_set
1892  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1893  eval ac_new_val=\$ac_env_${ac_var}_value
1894  case $ac_old_set,$ac_new_set in
1895    set,)
1896      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1897$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1898      ac_cache_corrupted=: ;;
1899    ,set)
1900      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1901$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1902      ac_cache_corrupted=: ;;
1903    ,);;
1904    *)
1905      if test "x$ac_old_val" != "x$ac_new_val"; then
1906	# differences in whitespace do not lead to failure.
1907	ac_old_val_w=`echo x $ac_old_val`
1908	ac_new_val_w=`echo x $ac_new_val`
1909	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1910	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1911$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1912	  ac_cache_corrupted=:
1913	else
1914	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1915$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1916	  eval $ac_var=\$ac_old_val
1917	fi
1918	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1919$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1920	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1921$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1922      fi;;
1923  esac
1924  # Pass precious variables to config.status.
1925  if test "$ac_new_set" = set; then
1926    case $ac_new_val in
1927    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1928    *) ac_arg=$ac_var=$ac_new_val ;;
1929    esac
1930    case " $ac_configure_args " in
1931      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1932      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1933    esac
1934  fi
1935done
1936if $ac_cache_corrupted; then
1937  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1938$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1939  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1940$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1941  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1942fi
1943## -------------------- ##
1944## Main body of script. ##
1945## -------------------- ##
1946
1947ac_ext=c
1948ac_cpp='$CPP $CPPFLAGS'
1949ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1950ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1951ac_compiler_gnu=$ac_cv_c_compiler_gnu
1952
1953
1954
1955
1956ac_aux_dir=
1957for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1958  if test -f "$ac_dir/install-sh"; then
1959    ac_aux_dir=$ac_dir
1960    ac_install_sh="$ac_aux_dir/install-sh -c"
1961    break
1962  elif test -f "$ac_dir/install.sh"; then
1963    ac_aux_dir=$ac_dir
1964    ac_install_sh="$ac_aux_dir/install.sh -c"
1965    break
1966  elif test -f "$ac_dir/shtool"; then
1967    ac_aux_dir=$ac_dir
1968    ac_install_sh="$ac_aux_dir/shtool install -c"
1969    break
1970  fi
1971done
1972if test -z "$ac_aux_dir"; then
1973  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1974fi
1975
1976# These three variables are undocumented and unsupported,
1977# and are intended to be withdrawn in a future Autoconf release.
1978# They can cause serious problems if a builder's source tree is in a directory
1979# whose full name contains unusual characters.
1980ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1981ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1982ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1983
1984
1985# Make sure we can run config.sub.
1986$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1987  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1988
1989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
1990$as_echo_n "checking build system type... " >&6; }
1991if ${ac_cv_build+:} false; then :
1992  $as_echo_n "(cached) " >&6
1993else
1994  ac_build_alias=$build_alias
1995test "x$ac_build_alias" = x &&
1996  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1997test "x$ac_build_alias" = x &&
1998  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
1999ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2000  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2001
2002fi
2003{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2004$as_echo "$ac_cv_build" >&6; }
2005case $ac_cv_build in
2006*-*-*) ;;
2007*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2008esac
2009build=$ac_cv_build
2010ac_save_IFS=$IFS; IFS='-'
2011set x $ac_cv_build
2012shift
2013build_cpu=$1
2014build_vendor=$2
2015shift; shift
2016# Remember, the first character of IFS is used to create $*,
2017# except with old shells:
2018build_os=$*
2019IFS=$ac_save_IFS
2020case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2021
2022
2023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2024$as_echo_n "checking host system type... " >&6; }
2025if ${ac_cv_host+:} false; then :
2026  $as_echo_n "(cached) " >&6
2027else
2028  if test "x$host_alias" = x; then
2029  ac_cv_host=$ac_cv_build
2030else
2031  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2032    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2033fi
2034
2035fi
2036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2037$as_echo "$ac_cv_host" >&6; }
2038case $ac_cv_host in
2039*-*-*) ;;
2040*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2041esac
2042host=$ac_cv_host
2043ac_save_IFS=$IFS; IFS='-'
2044set x $ac_cv_host
2045shift
2046host_cpu=$1
2047host_vendor=$2
2048shift; shift
2049# Remember, the first character of IFS is used to create $*,
2050# except with old shells:
2051host_os=$*
2052IFS=$ac_save_IFS
2053case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2054
2055
2056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2057$as_echo_n "checking target system type... " >&6; }
2058if ${ac_cv_target+:} false; then :
2059  $as_echo_n "(cached) " >&6
2060else
2061  if test "x$target_alias" = x; then
2062  ac_cv_target=$ac_cv_host
2063else
2064  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2065    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2066fi
2067
2068fi
2069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2070$as_echo "$ac_cv_target" >&6; }
2071case $ac_cv_target in
2072*-*-*) ;;
2073*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2074esac
2075target=$ac_cv_target
2076ac_save_IFS=$IFS; IFS='-'
2077set x $ac_cv_target
2078shift
2079target_cpu=$1
2080target_vendor=$2
2081shift; shift
2082# Remember, the first character of IFS is used to create $*,
2083# except with old shells:
2084target_os=$*
2085IFS=$ac_save_IFS
2086case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2087
2088
2089# The aliases save the names the user supplied, while $host etc.
2090# will get canonicalized.
2091test -n "$target_alias" &&
2092  test "$program_prefix$program_suffix$program_transform_name" = \
2093    NONENONEs,x,x, &&
2094  program_prefix=${target_alias}-
2095
2096am__api_version='1.12'
2097
2098# Find a good install program.  We prefer a C program (faster),
2099# so one script is as good as another.  But avoid the broken or
2100# incompatible versions:
2101# SysV /etc/install, /usr/sbin/install
2102# SunOS /usr/etc/install
2103# IRIX /sbin/install
2104# AIX /bin/install
2105# AmigaOS /C/install, which installs bootblocks on floppy discs
2106# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2107# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2108# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2109# OS/2's system install, which has a completely different semantic
2110# ./install, which can be erroneously created by make from ./install.sh.
2111# Reject install programs that cannot install multiple files.
2112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2113$as_echo_n "checking for a BSD-compatible install... " >&6; }
2114if test -z "$INSTALL"; then
2115if ${ac_cv_path_install+:} false; then :
2116  $as_echo_n "(cached) " >&6
2117else
2118  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2119for as_dir in $PATH
2120do
2121  IFS=$as_save_IFS
2122  test -z "$as_dir" && as_dir=.
2123    # Account for people who put trailing slashes in PATH elements.
2124case $as_dir/ in @%:@((
2125  ./ | .// | /[cC]/* | \
2126  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2127  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2128  /usr/ucb/* ) ;;
2129  *)
2130    # OSF1 and SCO ODT 3.0 have their own names for install.
2131    # Don't use installbsd from OSF since it installs stuff as root
2132    # by default.
2133    for ac_prog in ginstall scoinst install; do
2134      for ac_exec_ext in '' $ac_executable_extensions; do
2135	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2136	  if test $ac_prog = install &&
2137	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2138	    # AIX install.  It has an incompatible calling convention.
2139	    :
2140	  elif test $ac_prog = install &&
2141	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2142	    # program-specific install script used by HP pwplus--don't use.
2143	    :
2144	  else
2145	    rm -rf conftest.one conftest.two conftest.dir
2146	    echo one > conftest.one
2147	    echo two > conftest.two
2148	    mkdir conftest.dir
2149	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2150	      test -s conftest.one && test -s conftest.two &&
2151	      test -s conftest.dir/conftest.one &&
2152	      test -s conftest.dir/conftest.two
2153	    then
2154	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2155	      break 3
2156	    fi
2157	  fi
2158	fi
2159      done
2160    done
2161    ;;
2162esac
2163
2164  done
2165IFS=$as_save_IFS
2166
2167rm -rf conftest.one conftest.two conftest.dir
2168
2169fi
2170  if test "${ac_cv_path_install+set}" = set; then
2171    INSTALL=$ac_cv_path_install
2172  else
2173    # As a last resort, use the slow shell script.  Don't cache a
2174    # value for INSTALL within a source directory, because that will
2175    # break other packages using the cache if that directory is
2176    # removed, or if the value is a relative name.
2177    INSTALL=$ac_install_sh
2178  fi
2179fi
2180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2181$as_echo "$INSTALL" >&6; }
2182
2183# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2184# It thinks the first close brace ends the variable substitution.
2185test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2186
2187test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2188
2189test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2190
2191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2192$as_echo_n "checking whether build environment is sane... " >&6; }
2193# Reject unsafe characters in $srcdir or the absolute working directory
2194# name.  Accept space and tab only in the latter.
2195am_lf='
2196'
2197case `pwd` in
2198  *[\\\"\#\$\&\'\`$am_lf]*)
2199    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2200esac
2201case $srcdir in
2202  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2203    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2204esac
2205
2206# Do 'set' in a subshell so we don't clobber the current shell's
2207# arguments.  Must try -L first in case configure is actually a
2208# symlink; some systems play weird games with the mod time of symlinks
2209# (eg FreeBSD returns the mod time of the symlink's containing
2210# directory).
2211if (
2212   am_has_slept=no
2213   for am_try in 1 2; do
2214     echo "timestamp, slept: $am_has_slept" > conftest.file
2215     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2216     if test "$*" = "X"; then
2217	# -L didn't work.
2218	set X `ls -t "$srcdir/configure" conftest.file`
2219     fi
2220     if test "$*" != "X $srcdir/configure conftest.file" \
2221	&& test "$*" != "X conftest.file $srcdir/configure"; then
2222
2223	# If neither matched, then we have a broken ls.  This can happen
2224	# if, for instance, CONFIG_SHELL is bash and it inherits a
2225	# broken ls alias from the environment.  This has actually
2226	# happened.  Such a system could not be considered "sane".
2227	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2228  alias in your environment" "$LINENO" 5
2229     fi
2230     if test "$2" = conftest.file || test $am_try -eq 2; then
2231       break
2232     fi
2233     # Just in case.
2234     sleep 1
2235     am_has_slept=yes
2236   done
2237   test "$2" = conftest.file
2238   )
2239then
2240   # Ok.
2241   :
2242else
2243   as_fn_error $? "newly created file is older than distributed files!
2244Check your system clock" "$LINENO" 5
2245fi
2246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2247$as_echo "yes" >&6; }
2248# If we didn't sleep, we still need to ensure time stamps of config.status and
2249# generated files are strictly newer.
2250am_sleep_pid=
2251if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2252  ( sleep 1 ) &
2253  am_sleep_pid=$!
2254fi
2255
2256rm -f conftest.file
2257
2258test "$program_prefix" != NONE &&
2259  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2260# Use a double $ so make ignores it.
2261test "$program_suffix" != NONE &&
2262  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2263# Double any \ or $.
2264# By default was `s,x,x', remove it if useless.
2265ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2266program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2267
2268# expand $ac_aux_dir to an absolute path
2269am_aux_dir=`cd $ac_aux_dir && pwd`
2270
2271if test x"${MISSING+set}" != xset; then
2272  case $am_aux_dir in
2273  *\ * | *\	*)
2274    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2275  *)
2276    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2277  esac
2278fi
2279# Use eval to expand $SHELL
2280if eval "$MISSING --run true"; then
2281  am_missing_run="$MISSING --run "
2282else
2283  am_missing_run=
2284  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2285$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2286fi
2287
2288if test x"${install_sh}" != xset; then
2289  case $am_aux_dir in
2290  *\ * | *\	*)
2291    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2292  *)
2293    install_sh="\${SHELL} $am_aux_dir/install-sh"
2294  esac
2295fi
2296
2297# Installed binaries are usually stripped using 'strip' when the user
2298# run "make install-strip".  However 'strip' might not be the right
2299# tool to use in cross-compilation environments, therefore Automake
2300# will honor the 'STRIP' environment variable to overrule this program.
2301if test "$cross_compiling" != no; then
2302  if test -n "$ac_tool_prefix"; then
2303  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2304set dummy ${ac_tool_prefix}strip; ac_word=$2
2305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2306$as_echo_n "checking for $ac_word... " >&6; }
2307if ${ac_cv_prog_STRIP+:} false; then :
2308  $as_echo_n "(cached) " >&6
2309else
2310  if test -n "$STRIP"; then
2311  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2312else
2313as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2314for as_dir in $PATH
2315do
2316  IFS=$as_save_IFS
2317  test -z "$as_dir" && as_dir=.
2318    for ac_exec_ext in '' $ac_executable_extensions; do
2319  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2320    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2321    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2322    break 2
2323  fi
2324done
2325  done
2326IFS=$as_save_IFS
2327
2328fi
2329fi
2330STRIP=$ac_cv_prog_STRIP
2331if test -n "$STRIP"; then
2332  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2333$as_echo "$STRIP" >&6; }
2334else
2335  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2336$as_echo "no" >&6; }
2337fi
2338
2339
2340fi
2341if test -z "$ac_cv_prog_STRIP"; then
2342  ac_ct_STRIP=$STRIP
2343  # Extract the first word of "strip", so it can be a program name with args.
2344set dummy strip; ac_word=$2
2345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2346$as_echo_n "checking for $ac_word... " >&6; }
2347if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2348  $as_echo_n "(cached) " >&6
2349else
2350  if test -n "$ac_ct_STRIP"; then
2351  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2352else
2353as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2354for as_dir in $PATH
2355do
2356  IFS=$as_save_IFS
2357  test -z "$as_dir" && as_dir=.
2358    for ac_exec_ext in '' $ac_executable_extensions; do
2359  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2360    ac_cv_prog_ac_ct_STRIP="strip"
2361    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2362    break 2
2363  fi
2364done
2365  done
2366IFS=$as_save_IFS
2367
2368fi
2369fi
2370ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2371if test -n "$ac_ct_STRIP"; then
2372  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2373$as_echo "$ac_ct_STRIP" >&6; }
2374else
2375  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2376$as_echo "no" >&6; }
2377fi
2378
2379  if test "x$ac_ct_STRIP" = x; then
2380    STRIP=":"
2381  else
2382    case $cross_compiling:$ac_tool_warned in
2383yes:)
2384{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2385$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2386ac_tool_warned=yes ;;
2387esac
2388    STRIP=$ac_ct_STRIP
2389  fi
2390else
2391  STRIP="$ac_cv_prog_STRIP"
2392fi
2393
2394fi
2395INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2396
2397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2398$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2399if test -z "$MKDIR_P"; then
2400  if ${ac_cv_path_mkdir+:} false; then :
2401  $as_echo_n "(cached) " >&6
2402else
2403  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2404for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2405do
2406  IFS=$as_save_IFS
2407  test -z "$as_dir" && as_dir=.
2408    for ac_prog in mkdir gmkdir; do
2409	 for ac_exec_ext in '' $ac_executable_extensions; do
2410	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2411	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2412	     'mkdir (GNU coreutils) '* | \
2413	     'mkdir (coreutils) '* | \
2414	     'mkdir (fileutils) '4.1*)
2415	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2416	       break 3;;
2417	   esac
2418	 done
2419       done
2420  done
2421IFS=$as_save_IFS
2422
2423fi
2424
2425  test -d ./--version && rmdir ./--version
2426  if test "${ac_cv_path_mkdir+set}" = set; then
2427    MKDIR_P="$ac_cv_path_mkdir -p"
2428  else
2429    # As a last resort, use the slow shell script.  Don't cache a
2430    # value for MKDIR_P within a source directory, because that will
2431    # break other packages using the cache if that directory is
2432    # removed, or if the value is a relative name.
2433    MKDIR_P="$ac_install_sh -d"
2434  fi
2435fi
2436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2437$as_echo "$MKDIR_P" >&6; }
2438
2439for ac_prog in gawk mawk nawk awk
2440do
2441  # Extract the first word of "$ac_prog", so it can be a program name with args.
2442set dummy $ac_prog; ac_word=$2
2443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2444$as_echo_n "checking for $ac_word... " >&6; }
2445if ${ac_cv_prog_AWK+:} false; then :
2446  $as_echo_n "(cached) " >&6
2447else
2448  if test -n "$AWK"; then
2449  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2450else
2451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2452for as_dir in $PATH
2453do
2454  IFS=$as_save_IFS
2455  test -z "$as_dir" && as_dir=.
2456    for ac_exec_ext in '' $ac_executable_extensions; do
2457  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2458    ac_cv_prog_AWK="$ac_prog"
2459    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2460    break 2
2461  fi
2462done
2463  done
2464IFS=$as_save_IFS
2465
2466fi
2467fi
2468AWK=$ac_cv_prog_AWK
2469if test -n "$AWK"; then
2470  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2471$as_echo "$AWK" >&6; }
2472else
2473  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2474$as_echo "no" >&6; }
2475fi
2476
2477
2478  test -n "$AWK" && break
2479done
2480
2481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2482$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2483set x ${MAKE-make}
2484ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2485if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2486  $as_echo_n "(cached) " >&6
2487else
2488  cat >conftest.make <<\_ACEOF
2489SHELL = /bin/sh
2490all:
2491	@echo '@@@%%%=$(MAKE)=@@@%%%'
2492_ACEOF
2493# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2494case `${MAKE-make} -f conftest.make 2>/dev/null` in
2495  *@@@%%%=?*=@@@%%%*)
2496    eval ac_cv_prog_make_${ac_make}_set=yes;;
2497  *)
2498    eval ac_cv_prog_make_${ac_make}_set=no;;
2499esac
2500rm -f conftest.make
2501fi
2502if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2503  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2504$as_echo "yes" >&6; }
2505  SET_MAKE=
2506else
2507  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2508$as_echo "no" >&6; }
2509  SET_MAKE="MAKE=${MAKE-make}"
2510fi
2511
2512rm -rf .tst 2>/dev/null
2513mkdir .tst 2>/dev/null
2514if test -d .tst; then
2515  am__leading_dot=.
2516else
2517  am__leading_dot=_
2518fi
2519rmdir .tst 2>/dev/null
2520
2521if test "`cd $srcdir && pwd`" != "`pwd`"; then
2522  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2523  # is not polluted with repeated "-I."
2524  am__isrc=' -I$(srcdir)'
2525  # test to see if srcdir already configured
2526  if test -f $srcdir/config.status; then
2527    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2528  fi
2529fi
2530
2531# test whether we have cygpath
2532if test -z "$CYGPATH_W"; then
2533  if (cygpath --version) >/dev/null 2>/dev/null; then
2534    CYGPATH_W='cygpath -w'
2535  else
2536    CYGPATH_W=echo
2537  fi
2538fi
2539
2540
2541# Define the identity of the package.
2542 PACKAGE='edje_viewer'
2543 VERSION='0.1.0'
2544
2545
2546cat >>confdefs.h <<_ACEOF
2547@%:@define PACKAGE "$PACKAGE"
2548_ACEOF
2549
2550
2551cat >>confdefs.h <<_ACEOF
2552@%:@define VERSION "$VERSION"
2553_ACEOF
2554
2555# Some tools Automake needs.
2556
2557ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2558
2559
2560AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2561
2562
2563AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2564
2565
2566AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2567
2568
2569MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2570
2571# For better backward compatibility.  To be removed once Automake 1.9.x
2572# dies out for good.  For more background, see:
2573# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2574# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2575mkdir_p='$(MKDIR_P)'
2576
2577# We need awk for the "check" target.  The system "awk" is bad on
2578# some platforms.
2579# Always define AMTAR for backward compatibility.  Yes, it's still used
2580# in the wild :-(  We should find a proper way to deprecate it ...
2581AMTAR='$${TAR-tar}'
2582
2583am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2584
2585
2586
2587
2588
2589@%:@ Check whether --enable-silent-rules was given.
2590if test "${enable_silent_rules+set}" = set; then :
2591  enableval=$enable_silent_rules;
2592fi
2593
2594case $enable_silent_rules in @%:@ (((
2595  yes) AM_DEFAULT_VERBOSITY=0;;
2596   no) AM_DEFAULT_VERBOSITY=1;;
2597    *) AM_DEFAULT_VERBOSITY=0;;
2598esac
2599am_make=${MAKE-make}
2600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2601$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2602if ${am_cv_make_support_nested_variables+:} false; then :
2603  $as_echo_n "(cached) " >&6
2604else
2605  if $as_echo 'TRUE=$(BAR$(V))
2606BAR0=false
2607BAR1=true
2608V=1
2609am__doit:
2610	@$(TRUE)
2611.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2612  am_cv_make_support_nested_variables=yes
2613else
2614  am_cv_make_support_nested_variables=no
2615fi
2616fi
2617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2618$as_echo "$am_cv_make_support_nested_variables" >&6; }
2619if test $am_cv_make_support_nested_variables = yes; then
2620    AM_V='$(V)'
2621  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2622else
2623  AM_V=$AM_DEFAULT_VERBOSITY
2624  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2625fi
2626AM_BACKSLASH='\'
2627
2628ac_config_headers="$ac_config_headers config.h"
2629
2630
2631DEPDIR="${am__leading_dot}deps"
2632
2633ac_config_commands="$ac_config_commands depfiles"
2634
2635
2636am_make=${MAKE-make}
2637cat > confinc << 'END'
2638am__doit:
2639	@echo this is the am__doit target
2640.PHONY: am__doit
2641END
2642# If we don't find an include directive, just comment out the code.
2643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2644$as_echo_n "checking for style of include used by $am_make... " >&6; }
2645am__include="#"
2646am__quote=
2647_am_result=none
2648# First try GNU make style include.
2649echo "include confinc" > confmf
2650# Ignore all kinds of additional output from 'make'.
2651case `$am_make -s -f confmf 2> /dev/null` in #(
2652*the\ am__doit\ target*)
2653  am__include=include
2654  am__quote=
2655  _am_result=GNU
2656  ;;
2657esac
2658# Now try BSD make style include.
2659if test "$am__include" = "#"; then
2660   echo '.include "confinc"' > confmf
2661   case `$am_make -s -f confmf 2> /dev/null` in #(
2662   *the\ am__doit\ target*)
2663     am__include=.include
2664     am__quote="\""
2665     _am_result=BSD
2666     ;;
2667   esac
2668fi
2669
2670
2671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2672$as_echo "$_am_result" >&6; }
2673rm -f confinc confmf
2674
2675@%:@ Check whether --enable-dependency-tracking was given.
2676if test "${enable_dependency_tracking+set}" = set; then :
2677  enableval=$enable_dependency_tracking;
2678fi
2679
2680if test "x$enable_dependency_tracking" != xno; then
2681  am_depcomp="$ac_aux_dir/depcomp"
2682  AMDEPBACKSLASH='\'
2683  am__nodep='_no'
2684fi
2685 if test "x$enable_dependency_tracking" != xno; then
2686  AMDEP_TRUE=
2687  AMDEP_FALSE='#'
2688else
2689  AMDEP_TRUE='#'
2690  AMDEP_FALSE=
2691fi
2692
2693
2694ac_ext=c
2695ac_cpp='$CPP $CPPFLAGS'
2696ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2697ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2698ac_compiler_gnu=$ac_cv_c_compiler_gnu
2699if test -n "$ac_tool_prefix"; then
2700  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2701set dummy ${ac_tool_prefix}gcc; ac_word=$2
2702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2703$as_echo_n "checking for $ac_word... " >&6; }
2704if ${ac_cv_prog_CC+:} false; then :
2705  $as_echo_n "(cached) " >&6
2706else
2707  if test -n "$CC"; then
2708  ac_cv_prog_CC="$CC" # Let the user override the test.
2709else
2710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2711for as_dir in $PATH
2712do
2713  IFS=$as_save_IFS
2714  test -z "$as_dir" && as_dir=.
2715    for ac_exec_ext in '' $ac_executable_extensions; do
2716  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2717    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2718    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2719    break 2
2720  fi
2721done
2722  done
2723IFS=$as_save_IFS
2724
2725fi
2726fi
2727CC=$ac_cv_prog_CC
2728if test -n "$CC"; then
2729  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2730$as_echo "$CC" >&6; }
2731else
2732  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2733$as_echo "no" >&6; }
2734fi
2735
2736
2737fi
2738if test -z "$ac_cv_prog_CC"; then
2739  ac_ct_CC=$CC
2740  # Extract the first word of "gcc", so it can be a program name with args.
2741set dummy gcc; ac_word=$2
2742{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2743$as_echo_n "checking for $ac_word... " >&6; }
2744if ${ac_cv_prog_ac_ct_CC+:} false; then :
2745  $as_echo_n "(cached) " >&6
2746else
2747  if test -n "$ac_ct_CC"; then
2748  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2749else
2750as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2751for as_dir in $PATH
2752do
2753  IFS=$as_save_IFS
2754  test -z "$as_dir" && as_dir=.
2755    for ac_exec_ext in '' $ac_executable_extensions; do
2756  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2757    ac_cv_prog_ac_ct_CC="gcc"
2758    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2759    break 2
2760  fi
2761done
2762  done
2763IFS=$as_save_IFS
2764
2765fi
2766fi
2767ac_ct_CC=$ac_cv_prog_ac_ct_CC
2768if test -n "$ac_ct_CC"; then
2769  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2770$as_echo "$ac_ct_CC" >&6; }
2771else
2772  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2773$as_echo "no" >&6; }
2774fi
2775
2776  if test "x$ac_ct_CC" = x; then
2777    CC=""
2778  else
2779    case $cross_compiling:$ac_tool_warned in
2780yes:)
2781{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2782$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2783ac_tool_warned=yes ;;
2784esac
2785    CC=$ac_ct_CC
2786  fi
2787else
2788  CC="$ac_cv_prog_CC"
2789fi
2790
2791if test -z "$CC"; then
2792          if test -n "$ac_tool_prefix"; then
2793    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2794set dummy ${ac_tool_prefix}cc; ac_word=$2
2795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2796$as_echo_n "checking for $ac_word... " >&6; }
2797if ${ac_cv_prog_CC+:} false; then :
2798  $as_echo_n "(cached) " >&6
2799else
2800  if test -n "$CC"; then
2801  ac_cv_prog_CC="$CC" # Let the user override the test.
2802else
2803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2804for as_dir in $PATH
2805do
2806  IFS=$as_save_IFS
2807  test -z "$as_dir" && as_dir=.
2808    for ac_exec_ext in '' $ac_executable_extensions; do
2809  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2810    ac_cv_prog_CC="${ac_tool_prefix}cc"
2811    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2812    break 2
2813  fi
2814done
2815  done
2816IFS=$as_save_IFS
2817
2818fi
2819fi
2820CC=$ac_cv_prog_CC
2821if test -n "$CC"; then
2822  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2823$as_echo "$CC" >&6; }
2824else
2825  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2826$as_echo "no" >&6; }
2827fi
2828
2829
2830  fi
2831fi
2832if test -z "$CC"; then
2833  # Extract the first word of "cc", so it can be a program name with args.
2834set dummy cc; ac_word=$2
2835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2836$as_echo_n "checking for $ac_word... " >&6; }
2837if ${ac_cv_prog_CC+:} false; then :
2838  $as_echo_n "(cached) " >&6
2839else
2840  if test -n "$CC"; then
2841  ac_cv_prog_CC="$CC" # Let the user override the test.
2842else
2843  ac_prog_rejected=no
2844as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2845for as_dir in $PATH
2846do
2847  IFS=$as_save_IFS
2848  test -z "$as_dir" && as_dir=.
2849    for ac_exec_ext in '' $ac_executable_extensions; do
2850  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2851    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2852       ac_prog_rejected=yes
2853       continue
2854     fi
2855    ac_cv_prog_CC="cc"
2856    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2857    break 2
2858  fi
2859done
2860  done
2861IFS=$as_save_IFS
2862
2863if test $ac_prog_rejected = yes; then
2864  # We found a bogon in the path, so make sure we never use it.
2865  set dummy $ac_cv_prog_CC
2866  shift
2867  if test $@%:@ != 0; then
2868    # We chose a different compiler from the bogus one.
2869    # However, it has the same basename, so the bogon will be chosen
2870    # first if we set CC to just the basename; use the full file name.
2871    shift
2872    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2873  fi
2874fi
2875fi
2876fi
2877CC=$ac_cv_prog_CC
2878if test -n "$CC"; then
2879  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2880$as_echo "$CC" >&6; }
2881else
2882  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2883$as_echo "no" >&6; }
2884fi
2885
2886
2887fi
2888if test -z "$CC"; then
2889  if test -n "$ac_tool_prefix"; then
2890  for ac_prog in cl.exe
2891  do
2892    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2893set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2895$as_echo_n "checking for $ac_word... " >&6; }
2896if ${ac_cv_prog_CC+:} false; then :
2897  $as_echo_n "(cached) " >&6
2898else
2899  if test -n "$CC"; then
2900  ac_cv_prog_CC="$CC" # Let the user override the test.
2901else
2902as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2903for as_dir in $PATH
2904do
2905  IFS=$as_save_IFS
2906  test -z "$as_dir" && as_dir=.
2907    for ac_exec_ext in '' $ac_executable_extensions; do
2908  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2909    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2910    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2911    break 2
2912  fi
2913done
2914  done
2915IFS=$as_save_IFS
2916
2917fi
2918fi
2919CC=$ac_cv_prog_CC
2920if test -n "$CC"; then
2921  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2922$as_echo "$CC" >&6; }
2923else
2924  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2925$as_echo "no" >&6; }
2926fi
2927
2928
2929    test -n "$CC" && break
2930  done
2931fi
2932if test -z "$CC"; then
2933  ac_ct_CC=$CC
2934  for ac_prog in cl.exe
2935do
2936  # Extract the first word of "$ac_prog", so it can be a program name with args.
2937set dummy $ac_prog; ac_word=$2
2938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2939$as_echo_n "checking for $ac_word... " >&6; }
2940if ${ac_cv_prog_ac_ct_CC+:} false; then :
2941  $as_echo_n "(cached) " >&6
2942else
2943  if test -n "$ac_ct_CC"; then
2944  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2945else
2946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2947for as_dir in $PATH
2948do
2949  IFS=$as_save_IFS
2950  test -z "$as_dir" && as_dir=.
2951    for ac_exec_ext in '' $ac_executable_extensions; do
2952  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2953    ac_cv_prog_ac_ct_CC="$ac_prog"
2954    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2955    break 2
2956  fi
2957done
2958  done
2959IFS=$as_save_IFS
2960
2961fi
2962fi
2963ac_ct_CC=$ac_cv_prog_ac_ct_CC
2964if test -n "$ac_ct_CC"; then
2965  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2966$as_echo "$ac_ct_CC" >&6; }
2967else
2968  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2969$as_echo "no" >&6; }
2970fi
2971
2972
2973  test -n "$ac_ct_CC" && break
2974done
2975
2976  if test "x$ac_ct_CC" = x; then
2977    CC=""
2978  else
2979    case $cross_compiling:$ac_tool_warned in
2980yes:)
2981{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2982$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2983ac_tool_warned=yes ;;
2984esac
2985    CC=$ac_ct_CC
2986  fi
2987fi
2988
2989fi
2990
2991
2992test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2993$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2994as_fn_error $? "no acceptable C compiler found in \$PATH
2995See \`config.log' for more details" "$LINENO" 5; }
2996
2997# Provide some information about the compiler.
2998$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2999set X $ac_compile
3000ac_compiler=$2
3001for ac_option in --version -v -V -qversion; do
3002  { { ac_try="$ac_compiler $ac_option >&5"
3003case "(($ac_try" in
3004  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3005  *) ac_try_echo=$ac_try;;
3006esac
3007eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3008$as_echo "$ac_try_echo"; } >&5
3009  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3010  ac_status=$?
3011  if test -s conftest.err; then
3012    sed '10a\
3013... rest of stderr output deleted ...
3014         10q' conftest.err >conftest.er1
3015    cat conftest.er1 >&5
3016  fi
3017  rm -f conftest.er1 conftest.err
3018  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3019  test $ac_status = 0; }
3020done
3021
3022cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3023/* end confdefs.h.  */
3024
3025int
3026main ()
3027{
3028
3029  ;
3030  return 0;
3031}
3032_ACEOF
3033ac_clean_files_save=$ac_clean_files
3034ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3035# Try to create an executable without -o first, disregard a.out.
3036# It will help us diagnose broken compilers, and finding out an intuition
3037# of exeext.
3038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3039$as_echo_n "checking whether the C compiler works... " >&6; }
3040ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3041
3042# The possible output files:
3043ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3044
3045ac_rmfiles=
3046for ac_file in $ac_files
3047do
3048  case $ac_file in
3049    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3050    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3051  esac
3052done
3053rm -f $ac_rmfiles
3054
3055if { { ac_try="$ac_link_default"
3056case "(($ac_try" in
3057  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3058  *) ac_try_echo=$ac_try;;
3059esac
3060eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3061$as_echo "$ac_try_echo"; } >&5
3062  (eval "$ac_link_default") 2>&5
3063  ac_status=$?
3064  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3065  test $ac_status = 0; }; then :
3066  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3067# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3068# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3069# so that the user can short-circuit this test for compilers unknown to
3070# Autoconf.
3071for ac_file in $ac_files ''
3072do
3073  test -f "$ac_file" || continue
3074  case $ac_file in
3075    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3076	;;
3077    [ab].out )
3078	# We found the default executable, but exeext='' is most
3079	# certainly right.
3080	break;;
3081    *.* )
3082	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3083	then :; else
3084	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3085	fi
3086	# We set ac_cv_exeext here because the later test for it is not
3087	# safe: cross compilers may not add the suffix if given an `-o'
3088	# argument, so we may need to know it at that point already.
3089	# Even if this section looks crufty: it has the advantage of
3090	# actually working.
3091	break;;
3092    * )
3093	break;;
3094  esac
3095done
3096test "$ac_cv_exeext" = no && ac_cv_exeext=
3097
3098else
3099  ac_file=''
3100fi
3101if test -z "$ac_file"; then :
3102  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3103$as_echo "no" >&6; }
3104$as_echo "$as_me: failed program was:" >&5
3105sed 's/^/| /' conftest.$ac_ext >&5
3106
3107{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3108$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3109as_fn_error 77 "C compiler cannot create executables
3110See \`config.log' for more details" "$LINENO" 5; }
3111else
3112  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3113$as_echo "yes" >&6; }
3114fi
3115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3116$as_echo_n "checking for C compiler default output file name... " >&6; }
3117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3118$as_echo "$ac_file" >&6; }
3119ac_exeext=$ac_cv_exeext
3120
3121rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3122ac_clean_files=$ac_clean_files_save
3123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3124$as_echo_n "checking for suffix of executables... " >&6; }
3125if { { ac_try="$ac_link"
3126case "(($ac_try" in
3127  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3128  *) ac_try_echo=$ac_try;;
3129esac
3130eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3131$as_echo "$ac_try_echo"; } >&5
3132  (eval "$ac_link") 2>&5
3133  ac_status=$?
3134  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3135  test $ac_status = 0; }; then :
3136  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3137# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3138# work properly (i.e., refer to `conftest.exe'), while it won't with
3139# `rm'.
3140for ac_file in conftest.exe conftest conftest.*; do
3141  test -f "$ac_file" || continue
3142  case $ac_file in
3143    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3144    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3145	  break;;
3146    * ) break;;
3147  esac
3148done
3149else
3150  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3151$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3152as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3153See \`config.log' for more details" "$LINENO" 5; }
3154fi
3155rm -f conftest conftest$ac_cv_exeext
3156{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3157$as_echo "$ac_cv_exeext" >&6; }
3158
3159rm -f conftest.$ac_ext
3160EXEEXT=$ac_cv_exeext
3161ac_exeext=$EXEEXT
3162cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3163/* end confdefs.h.  */
3164@%:@include <stdio.h>
3165int
3166main ()
3167{
3168FILE *f = fopen ("conftest.out", "w");
3169 return ferror (f) || fclose (f) != 0;
3170
3171  ;
3172  return 0;
3173}
3174_ACEOF
3175ac_clean_files="$ac_clean_files conftest.out"
3176# Check that the compiler produces executables we can run.  If not, either
3177# the compiler is broken, or we cross compile.
3178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3179$as_echo_n "checking whether we are cross compiling... " >&6; }
3180if test "$cross_compiling" != yes; then
3181  { { ac_try="$ac_link"
3182case "(($ac_try" in
3183  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3184  *) ac_try_echo=$ac_try;;
3185esac
3186eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3187$as_echo "$ac_try_echo"; } >&5
3188  (eval "$ac_link") 2>&5
3189  ac_status=$?
3190  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3191  test $ac_status = 0; }
3192  if { ac_try='./conftest$ac_cv_exeext'
3193  { { case "(($ac_try" in
3194  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3195  *) ac_try_echo=$ac_try;;
3196esac
3197eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3198$as_echo "$ac_try_echo"; } >&5
3199  (eval "$ac_try") 2>&5
3200  ac_status=$?
3201  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3202  test $ac_status = 0; }; }; then
3203    cross_compiling=no
3204  else
3205    if test "$cross_compiling" = maybe; then
3206	cross_compiling=yes
3207    else
3208	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3209$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3210as_fn_error $? "cannot run C compiled programs.
3211If you meant to cross compile, use \`--host'.
3212See \`config.log' for more details" "$LINENO" 5; }
3213    fi
3214  fi
3215fi
3216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3217$as_echo "$cross_compiling" >&6; }
3218
3219rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3220ac_clean_files=$ac_clean_files_save
3221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3222$as_echo_n "checking for suffix of object files... " >&6; }
3223if ${ac_cv_objext+:} false; then :
3224  $as_echo_n "(cached) " >&6
3225else
3226  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3227/* end confdefs.h.  */
3228
3229int
3230main ()
3231{
3232
3233  ;
3234  return 0;
3235}
3236_ACEOF
3237rm -f conftest.o conftest.obj
3238if { { ac_try="$ac_compile"
3239case "(($ac_try" in
3240  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3241  *) ac_try_echo=$ac_try;;
3242esac
3243eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3244$as_echo "$ac_try_echo"; } >&5
3245  (eval "$ac_compile") 2>&5
3246  ac_status=$?
3247  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3248  test $ac_status = 0; }; then :
3249  for ac_file in conftest.o conftest.obj conftest.*; do
3250  test -f "$ac_file" || continue;
3251  case $ac_file in
3252    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3253    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3254       break;;
3255  esac
3256done
3257else
3258  $as_echo "$as_me: failed program was:" >&5
3259sed 's/^/| /' conftest.$ac_ext >&5
3260
3261{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3262$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3263as_fn_error $? "cannot compute suffix of object files: cannot compile
3264See \`config.log' for more details" "$LINENO" 5; }
3265fi
3266rm -f conftest.$ac_cv_objext conftest.$ac_ext
3267fi
3268{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3269$as_echo "$ac_cv_objext" >&6; }
3270OBJEXT=$ac_cv_objext
3271ac_objext=$OBJEXT
3272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3273$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3274if ${ac_cv_c_compiler_gnu+:} false; then :
3275  $as_echo_n "(cached) " >&6
3276else
3277  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3278/* end confdefs.h.  */
3279
3280int
3281main ()
3282{
3283#ifndef __GNUC__
3284       choke me
3285#endif
3286
3287  ;
3288  return 0;
3289}
3290_ACEOF
3291if ac_fn_c_try_compile "$LINENO"; then :
3292  ac_compiler_gnu=yes
3293else
3294  ac_compiler_gnu=no
3295fi
3296rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3297ac_cv_c_compiler_gnu=$ac_compiler_gnu
3298
3299fi
3300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3301$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3302if test $ac_compiler_gnu = yes; then
3303  GCC=yes
3304else
3305  GCC=
3306fi
3307ac_test_CFLAGS=${CFLAGS+set}
3308ac_save_CFLAGS=$CFLAGS
3309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3310$as_echo_n "checking whether $CC accepts -g... " >&6; }
3311if ${ac_cv_prog_cc_g+:} false; then :
3312  $as_echo_n "(cached) " >&6
3313else
3314  ac_save_c_werror_flag=$ac_c_werror_flag
3315   ac_c_werror_flag=yes
3316   ac_cv_prog_cc_g=no
3317   CFLAGS="-g"
3318   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3319/* end confdefs.h.  */
3320
3321int
3322main ()
3323{
3324
3325  ;
3326  return 0;
3327}
3328_ACEOF
3329if ac_fn_c_try_compile "$LINENO"; then :
3330  ac_cv_prog_cc_g=yes
3331else
3332  CFLAGS=""
3333      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3334/* end confdefs.h.  */
3335
3336int
3337main ()
3338{
3339
3340  ;
3341  return 0;
3342}
3343_ACEOF
3344if ac_fn_c_try_compile "$LINENO"; then :
3345
3346else
3347  ac_c_werror_flag=$ac_save_c_werror_flag
3348	 CFLAGS="-g"
3349	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3350/* end confdefs.h.  */
3351
3352int
3353main ()
3354{
3355
3356  ;
3357  return 0;
3358}
3359_ACEOF
3360if ac_fn_c_try_compile "$LINENO"; then :
3361  ac_cv_prog_cc_g=yes
3362fi
3363rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3364fi
3365rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3366fi
3367rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3368   ac_c_werror_flag=$ac_save_c_werror_flag
3369fi
3370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3371$as_echo "$ac_cv_prog_cc_g" >&6; }
3372if test "$ac_test_CFLAGS" = set; then
3373  CFLAGS=$ac_save_CFLAGS
3374elif test $ac_cv_prog_cc_g = yes; then
3375  if test "$GCC" = yes; then
3376    CFLAGS="-g -O2"
3377  else
3378    CFLAGS="-g"
3379  fi
3380else
3381  if test "$GCC" = yes; then
3382    CFLAGS="-O2"
3383  else
3384    CFLAGS=
3385  fi
3386fi
3387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3388$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3389if ${ac_cv_prog_cc_c89+:} false; then :
3390  $as_echo_n "(cached) " >&6
3391else
3392  ac_cv_prog_cc_c89=no
3393ac_save_CC=$CC
3394cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3395/* end confdefs.h.  */
3396#include <stdarg.h>
3397#include <stdio.h>
3398struct stat;
3399/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3400struct buf { int x; };
3401FILE * (*rcsopen) (struct buf *, struct stat *, int);
3402static char *e (p, i)
3403     char **p;
3404     int i;
3405{
3406  return p[i];
3407}
3408static char *f (char * (*g) (char **, int), char **p, ...)
3409{
3410  char *s;
3411  va_list v;
3412  va_start (v,p);
3413  s = g (p, va_arg (v,int));
3414  va_end (v);
3415  return s;
3416}
3417
3418/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3419   function prototypes and stuff, but not '\xHH' hex character constants.
3420   These don't provoke an error unfortunately, instead are silently treated
3421   as 'x'.  The following induces an error, until -std is added to get
3422   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3423   array size at least.  It's necessary to write '\x00'==0 to get something
3424   that's true only with -std.  */
3425int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3426
3427/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3428   inside strings and character constants.  */
3429#define FOO(x) 'x'
3430int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3431
3432int test (int i, double x);
3433struct s1 {int (*f) (int a);};
3434struct s2 {int (*f) (double a);};
3435int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3436int argc;
3437char **argv;
3438int
3439main ()
3440{
3441return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3442  ;
3443  return 0;
3444}
3445_ACEOF
3446for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3447	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3448do
3449  CC="$ac_save_CC $ac_arg"
3450  if ac_fn_c_try_compile "$LINENO"; then :
3451  ac_cv_prog_cc_c89=$ac_arg
3452fi
3453rm -f core conftest.err conftest.$ac_objext
3454  test "x$ac_cv_prog_cc_c89" != "xno" && break
3455done
3456rm -f conftest.$ac_ext
3457CC=$ac_save_CC
3458
3459fi
3460# AC_CACHE_VAL
3461case "x$ac_cv_prog_cc_c89" in
3462  x)
3463    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3464$as_echo "none needed" >&6; } ;;
3465  xno)
3466    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3467$as_echo "unsupported" >&6; } ;;
3468  *)
3469    CC="$CC $ac_cv_prog_cc_c89"
3470    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3471$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3472esac
3473if test "x$ac_cv_prog_cc_c89" != xno; then :
3474
3475fi
3476
3477ac_ext=c
3478ac_cpp='$CPP $CPPFLAGS'
3479ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3480ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3481ac_compiler_gnu=$ac_cv_c_compiler_gnu
3482
3483depcc="$CC"   am_compiler_list=
3484
3485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3486$as_echo_n "checking dependency style of $depcc... " >&6; }
3487if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3488  $as_echo_n "(cached) " >&6
3489else
3490  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3491  # We make a subdir and do the tests there.  Otherwise we can end up
3492  # making bogus files that we don't know about and never remove.  For
3493  # instance it was reported that on HP-UX the gcc test will end up
3494  # making a dummy file named 'D' -- because '-MD' means "put the output
3495  # in D".
3496  rm -rf conftest.dir
3497  mkdir conftest.dir
3498  # Copy depcomp to subdir because otherwise we won't find it if we're
3499  # using a relative directory.
3500  cp "$am_depcomp" conftest.dir
3501  cd conftest.dir
3502  # We will build objects and dependencies in a subdirectory because
3503  # it helps to detect inapplicable dependency modes.  For instance
3504  # both Tru64's cc and ICC support -MD to output dependencies as a
3505  # side effect of compilation, but ICC will put the dependencies in
3506  # the current directory while Tru64 will put them in the object
3507  # directory.
3508  mkdir sub
3509
3510  am_cv_CC_dependencies_compiler_type=none
3511  if test "$am_compiler_list" = ""; then
3512     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3513  fi
3514  am__universal=false
3515  case " $depcc " in #(
3516     *\ -arch\ *\ -arch\ *) am__universal=true ;;
3517     esac
3518
3519  for depmode in $am_compiler_list; do
3520    # Setup a source with many dependencies, because some compilers
3521    # like to wrap large dependency lists on column 80 (with \), and
3522    # we should not choose a depcomp mode which is confused by this.
3523    #
3524    # We need to recreate these files for each test, as the compiler may
3525    # overwrite some of them when testing with obscure command lines.
3526    # This happens at least with the AIX C compiler.
3527    : > sub/conftest.c
3528    for i in 1 2 3 4 5 6; do
3529      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3530      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3531      # Solaris 10 /bin/sh.
3532      echo '/* dummy */' > sub/conftst$i.h
3533    done
3534    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3535
3536    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3537    # mode.  It turns out that the SunPro C++ compiler does not properly
3538    # handle '-M -o', and we need to detect this.  Also, some Intel
3539    # versions had trouble with output in subdirs.
3540    am__obj=sub/conftest.${OBJEXT-o}
3541    am__minus_obj="-o $am__obj"
3542    case $depmode in
3543    gcc)
3544      # This depmode causes a compiler race in universal mode.
3545      test "$am__universal" = false || continue
3546      ;;
3547    nosideeffect)
3548      # After this tag, mechanisms are not by side-effect, so they'll
3549      # only be used when explicitly requested.
3550      if test "x$enable_dependency_tracking" = xyes; then
3551	continue
3552      else
3553	break
3554      fi
3555      ;;
3556    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3557      # This compiler won't grok '-c -o', but also, the minuso test has
3558      # not run yet.  These depmodes are late enough in the game, and
3559      # so weak that their functioning should not be impacted.
3560      am__obj=conftest.${OBJEXT-o}
3561      am__minus_obj=
3562      ;;
3563    none) break ;;
3564    esac
3565    if depmode=$depmode \
3566       source=sub/conftest.c object=$am__obj \
3567       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3568       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3569         >/dev/null 2>conftest.err &&
3570       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3571       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3572       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3573       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3574      # icc doesn't choke on unknown options, it will just issue warnings
3575      # or remarks (even with -Werror).  So we grep stderr for any message
3576      # that says an option was ignored or not supported.
3577      # When given -MP, icc 7.0 and 7.1 complain thusly:
3578      #   icc: Command line warning: ignoring option '-M'; no argument required
3579      # The diagnosis changed in icc 8.0:
3580      #   icc: Command line remark: option '-MP' not supported
3581      if (grep 'ignoring option' conftest.err ||
3582          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3583        am_cv_CC_dependencies_compiler_type=$depmode
3584        break
3585      fi
3586    fi
3587  done
3588
3589  cd ..
3590  rm -rf conftest.dir
3591else
3592  am_cv_CC_dependencies_compiler_type=none
3593fi
3594
3595fi
3596{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3597$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3598CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3599
3600 if
3601  test "x$enable_dependency_tracking" != xno \
3602  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3603  am__fastdepCC_TRUE=
3604  am__fastdepCC_FALSE='#'
3605else
3606  am__fastdepCC_TRUE='#'
3607  am__fastdepCC_FALSE=
3608fi
3609
3610
3611
3612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3613$as_echo_n "checking for library containing strerror... " >&6; }
3614if ${ac_cv_search_strerror+:} false; then :
3615  $as_echo_n "(cached) " >&6
3616else
3617  ac_func_search_save_LIBS=$LIBS
3618cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3619/* end confdefs.h.  */
3620
3621/* Override any GCC internal prototype to avoid an error.
3622   Use char because int might match the return type of a GCC
3623   builtin and then its argument prototype would still apply.  */
3624#ifdef __cplusplus
3625extern "C"
3626#endif
3627char strerror ();
3628int
3629main ()
3630{
3631return strerror ();
3632  ;
3633  return 0;
3634}
3635_ACEOF
3636for ac_lib in '' cposix; do
3637  if test -z "$ac_lib"; then
3638    ac_res="none required"
3639  else
3640    ac_res=-l$ac_lib
3641    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3642  fi
3643  if ac_fn_c_try_link "$LINENO"; then :
3644  ac_cv_search_strerror=$ac_res
3645fi
3646rm -f core conftest.err conftest.$ac_objext \
3647    conftest$ac_exeext
3648  if ${ac_cv_search_strerror+:} false; then :
3649  break
3650fi
3651done
3652if ${ac_cv_search_strerror+:} false; then :
3653
3654else
3655  ac_cv_search_strerror=no
3656fi
3657rm conftest.$ac_ext
3658LIBS=$ac_func_search_save_LIBS
3659fi
3660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3661$as_echo "$ac_cv_search_strerror" >&6; }
3662ac_res=$ac_cv_search_strerror
3663if test "$ac_res" != no; then :
3664  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3665
3666fi
3667
3668ac_ext=c
3669ac_cpp='$CPP $CPPFLAGS'
3670ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3671ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3672ac_compiler_gnu=$ac_cv_c_compiler_gnu
3673if test -n "$ac_tool_prefix"; then
3674  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3675set dummy ${ac_tool_prefix}gcc; ac_word=$2
3676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3677$as_echo_n "checking for $ac_word... " >&6; }
3678if ${ac_cv_prog_CC+:} false; then :
3679  $as_echo_n "(cached) " >&6
3680else
3681  if test -n "$CC"; then
3682  ac_cv_prog_CC="$CC" # Let the user override the test.
3683else
3684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3685for as_dir in $PATH
3686do
3687  IFS=$as_save_IFS
3688  test -z "$as_dir" && as_dir=.
3689    for ac_exec_ext in '' $ac_executable_extensions; do
3690  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3691    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3692    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3693    break 2
3694  fi
3695done
3696  done
3697IFS=$as_save_IFS
3698
3699fi
3700fi
3701CC=$ac_cv_prog_CC
3702if test -n "$CC"; then
3703  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3704$as_echo "$CC" >&6; }
3705else
3706  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3707$as_echo "no" >&6; }
3708fi
3709
3710
3711fi
3712if test -z "$ac_cv_prog_CC"; then
3713  ac_ct_CC=$CC
3714  # Extract the first word of "gcc", so it can be a program name with args.
3715set dummy gcc; ac_word=$2
3716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3717$as_echo_n "checking for $ac_word... " >&6; }
3718if ${ac_cv_prog_ac_ct_CC+:} false; then :
3719  $as_echo_n "(cached) " >&6
3720else
3721  if test -n "$ac_ct_CC"; then
3722  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3723else
3724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3725for as_dir in $PATH
3726do
3727  IFS=$as_save_IFS
3728  test -z "$as_dir" && as_dir=.
3729    for ac_exec_ext in '' $ac_executable_extensions; do
3730  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3731    ac_cv_prog_ac_ct_CC="gcc"
3732    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3733    break 2
3734  fi
3735done
3736  done
3737IFS=$as_save_IFS
3738
3739fi
3740fi
3741ac_ct_CC=$ac_cv_prog_ac_ct_CC
3742if test -n "$ac_ct_CC"; then
3743  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3744$as_echo "$ac_ct_CC" >&6; }
3745else
3746  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3747$as_echo "no" >&6; }
3748fi
3749
3750  if test "x$ac_ct_CC" = x; then
3751    CC=""
3752  else
3753    case $cross_compiling:$ac_tool_warned in
3754yes:)
3755{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3756$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3757ac_tool_warned=yes ;;
3758esac
3759    CC=$ac_ct_CC
3760  fi
3761else
3762  CC="$ac_cv_prog_CC"
3763fi
3764
3765if test -z "$CC"; then
3766          if test -n "$ac_tool_prefix"; then
3767    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3768set dummy ${ac_tool_prefix}cc; ac_word=$2
3769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3770$as_echo_n "checking for $ac_word... " >&6; }
3771if ${ac_cv_prog_CC+:} false; then :
3772  $as_echo_n "(cached) " >&6
3773else
3774  if test -n "$CC"; then
3775  ac_cv_prog_CC="$CC" # Let the user override the test.
3776else
3777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3778for as_dir in $PATH
3779do
3780  IFS=$as_save_IFS
3781  test -z "$as_dir" && as_dir=.
3782    for ac_exec_ext in '' $ac_executable_extensions; do
3783  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3784    ac_cv_prog_CC="${ac_tool_prefix}cc"
3785    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3786    break 2
3787  fi
3788done
3789  done
3790IFS=$as_save_IFS
3791
3792fi
3793fi
3794CC=$ac_cv_prog_CC
3795if test -n "$CC"; then
3796  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3797$as_echo "$CC" >&6; }
3798else
3799  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3800$as_echo "no" >&6; }
3801fi
3802
3803
3804  fi
3805fi
3806if test -z "$CC"; then
3807  # Extract the first word of "cc", so it can be a program name with args.
3808set dummy cc; ac_word=$2
3809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3810$as_echo_n "checking for $ac_word... " >&6; }
3811if ${ac_cv_prog_CC+:} false; then :
3812  $as_echo_n "(cached) " >&6
3813else
3814  if test -n "$CC"; then
3815  ac_cv_prog_CC="$CC" # Let the user override the test.
3816else
3817  ac_prog_rejected=no
3818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3819for as_dir in $PATH
3820do
3821  IFS=$as_save_IFS
3822  test -z "$as_dir" && as_dir=.
3823    for ac_exec_ext in '' $ac_executable_extensions; do
3824  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3825    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3826       ac_prog_rejected=yes
3827       continue
3828     fi
3829    ac_cv_prog_CC="cc"
3830    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3831    break 2
3832  fi
3833done
3834  done
3835IFS=$as_save_IFS
3836
3837if test $ac_prog_rejected = yes; then
3838  # We found a bogon in the path, so make sure we never use it.
3839  set dummy $ac_cv_prog_CC
3840  shift
3841  if test $@%:@ != 0; then
3842    # We chose a different compiler from the bogus one.
3843    # However, it has the same basename, so the bogon will be chosen
3844    # first if we set CC to just the basename; use the full file name.
3845    shift
3846    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3847  fi
3848fi
3849fi
3850fi
3851CC=$ac_cv_prog_CC
3852if test -n "$CC"; then
3853  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3854$as_echo "$CC" >&6; }
3855else
3856  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3857$as_echo "no" >&6; }
3858fi
3859
3860
3861fi
3862if test -z "$CC"; then
3863  if test -n "$ac_tool_prefix"; then
3864  for ac_prog in cl.exe
3865  do
3866    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3867set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3869$as_echo_n "checking for $ac_word... " >&6; }
3870if ${ac_cv_prog_CC+:} false; then :
3871  $as_echo_n "(cached) " >&6
3872else
3873  if test -n "$CC"; then
3874  ac_cv_prog_CC="$CC" # Let the user override the test.
3875else
3876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877for as_dir in $PATH
3878do
3879  IFS=$as_save_IFS
3880  test -z "$as_dir" && as_dir=.
3881    for ac_exec_ext in '' $ac_executable_extensions; do
3882  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3883    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3884    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3885    break 2
3886  fi
3887done
3888  done
3889IFS=$as_save_IFS
3890
3891fi
3892fi
3893CC=$ac_cv_prog_CC
3894if test -n "$CC"; then
3895  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3896$as_echo "$CC" >&6; }
3897else
3898  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3899$as_echo "no" >&6; }
3900fi
3901
3902
3903    test -n "$CC" && break
3904  done
3905fi
3906if test -z "$CC"; then
3907  ac_ct_CC=$CC
3908  for ac_prog in cl.exe
3909do
3910  # Extract the first word of "$ac_prog", so it can be a program name with args.
3911set dummy $ac_prog; ac_word=$2
3912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3913$as_echo_n "checking for $ac_word... " >&6; }
3914if ${ac_cv_prog_ac_ct_CC+:} false; then :
3915  $as_echo_n "(cached) " >&6
3916else
3917  if test -n "$ac_ct_CC"; then
3918  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3919else
3920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3921for as_dir in $PATH
3922do
3923  IFS=$as_save_IFS
3924  test -z "$as_dir" && as_dir=.
3925    for ac_exec_ext in '' $ac_executable_extensions; do
3926  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3927    ac_cv_prog_ac_ct_CC="$ac_prog"
3928    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3929    break 2
3930  fi
3931done
3932  done
3933IFS=$as_save_IFS
3934
3935fi
3936fi
3937ac_ct_CC=$ac_cv_prog_ac_ct_CC
3938if test -n "$ac_ct_CC"; then
3939  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3940$as_echo "$ac_ct_CC" >&6; }
3941else
3942  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3943$as_echo "no" >&6; }
3944fi
3945
3946
3947  test -n "$ac_ct_CC" && break
3948done
3949
3950  if test "x$ac_ct_CC" = x; then
3951    CC=""
3952  else
3953    case $cross_compiling:$ac_tool_warned in
3954yes:)
3955{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3956$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3957ac_tool_warned=yes ;;
3958esac
3959    CC=$ac_ct_CC
3960  fi
3961fi
3962
3963fi
3964
3965
3966test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3967$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3968as_fn_error $? "no acceptable C compiler found in \$PATH
3969See \`config.log' for more details" "$LINENO" 5; }
3970
3971# Provide some information about the compiler.
3972$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3973set X $ac_compile
3974ac_compiler=$2
3975for ac_option in --version -v -V -qversion; do
3976  { { ac_try="$ac_compiler $ac_option >&5"
3977case "(($ac_try" in
3978  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3979  *) ac_try_echo=$ac_try;;
3980esac
3981eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3982$as_echo "$ac_try_echo"; } >&5
3983  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3984  ac_status=$?
3985  if test -s conftest.err; then
3986    sed '10a\
3987... rest of stderr output deleted ...
3988         10q' conftest.err >conftest.er1
3989    cat conftest.er1 >&5
3990  fi
3991  rm -f conftest.er1 conftest.err
3992  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3993  test $ac_status = 0; }
3994done
3995
3996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3997$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3998if ${ac_cv_c_compiler_gnu+:} false; then :
3999  $as_echo_n "(cached) " >&6
4000else
4001  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4002/* end confdefs.h.  */
4003
4004int
4005main ()
4006{
4007#ifndef __GNUC__
4008       choke me
4009#endif
4010
4011  ;
4012  return 0;
4013}
4014_ACEOF
4015if ac_fn_c_try_compile "$LINENO"; then :
4016  ac_compiler_gnu=yes
4017else
4018  ac_compiler_gnu=no
4019fi
4020rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4021ac_cv_c_compiler_gnu=$ac_compiler_gnu
4022
4023fi
4024{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4025$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4026if test $ac_compiler_gnu = yes; then
4027  GCC=yes
4028else
4029  GCC=
4030fi
4031ac_test_CFLAGS=${CFLAGS+set}
4032ac_save_CFLAGS=$CFLAGS
4033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4034$as_echo_n "checking whether $CC accepts -g... " >&6; }
4035if ${ac_cv_prog_cc_g+:} false; then :
4036  $as_echo_n "(cached) " >&6
4037else
4038  ac_save_c_werror_flag=$ac_c_werror_flag
4039   ac_c_werror_flag=yes
4040   ac_cv_prog_cc_g=no
4041   CFLAGS="-g"
4042   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4043/* end confdefs.h.  */
4044
4045int
4046main ()
4047{
4048
4049  ;
4050  return 0;
4051}
4052_ACEOF
4053if ac_fn_c_try_compile "$LINENO"; then :
4054  ac_cv_prog_cc_g=yes
4055else
4056  CFLAGS=""
4057      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4058/* end confdefs.h.  */
4059
4060int
4061main ()
4062{
4063
4064  ;
4065  return 0;
4066}
4067_ACEOF
4068if ac_fn_c_try_compile "$LINENO"; then :
4069
4070else
4071  ac_c_werror_flag=$ac_save_c_werror_flag
4072	 CFLAGS="-g"
4073	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4074/* end confdefs.h.  */
4075
4076int
4077main ()
4078{
4079
4080  ;
4081  return 0;
4082}
4083_ACEOF
4084if ac_fn_c_try_compile "$LINENO"; then :
4085  ac_cv_prog_cc_g=yes
4086fi
4087rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4088fi
4089rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4090fi
4091rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4092   ac_c_werror_flag=$ac_save_c_werror_flag
4093fi
4094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4095$as_echo "$ac_cv_prog_cc_g" >&6; }
4096if test "$ac_test_CFLAGS" = set; then
4097  CFLAGS=$ac_save_CFLAGS
4098elif test $ac_cv_prog_cc_g = yes; then
4099  if test "$GCC" = yes; then
4100    CFLAGS="-g -O2"
4101  else
4102    CFLAGS="-g"
4103  fi
4104else
4105  if test "$GCC" = yes; then
4106    CFLAGS="-O2"
4107  else
4108    CFLAGS=
4109  fi
4110fi
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4112$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4113if ${ac_cv_prog_cc_c89+:} false; then :
4114  $as_echo_n "(cached) " >&6
4115else
4116  ac_cv_prog_cc_c89=no
4117ac_save_CC=$CC
4118cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4119/* end confdefs.h.  */
4120#include <stdarg.h>
4121#include <stdio.h>
4122struct stat;
4123/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4124struct buf { int x; };
4125FILE * (*rcsopen) (struct buf *, struct stat *, int);
4126static char *e (p, i)
4127     char **p;
4128     int i;
4129{
4130  return p[i];
4131}
4132static char *f (char * (*g) (char **, int), char **p, ...)
4133{
4134  char *s;
4135  va_list v;
4136  va_start (v,p);
4137  s = g (p, va_arg (v,int));
4138  va_end (v);
4139  return s;
4140}
4141
4142/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4143   function prototypes and stuff, but not '\xHH' hex character constants.
4144   These don't provoke an error unfortunately, instead are silently treated
4145   as 'x'.  The following induces an error, until -std is added to get
4146   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4147   array size at least.  It's necessary to write '\x00'==0 to get something
4148   that's true only with -std.  */
4149int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4150
4151/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4152   inside strings and character constants.  */
4153#define FOO(x) 'x'
4154int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4155
4156int test (int i, double x);
4157struct s1 {int (*f) (int a);};
4158struct s2 {int (*f) (double a);};
4159int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4160int argc;
4161char **argv;
4162int
4163main ()
4164{
4165return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4166  ;
4167  return 0;
4168}
4169_ACEOF
4170for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4171	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4172do
4173  CC="$ac_save_CC $ac_arg"
4174  if ac_fn_c_try_compile "$LINENO"; then :
4175  ac_cv_prog_cc_c89=$ac_arg
4176fi
4177rm -f core conftest.err conftest.$ac_objext
4178  test "x$ac_cv_prog_cc_c89" != "xno" && break
4179done
4180rm -f conftest.$ac_ext
4181CC=$ac_save_CC
4182
4183fi
4184# AC_CACHE_VAL
4185case "x$ac_cv_prog_cc_c89" in
4186  x)
4187    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4188$as_echo "none needed" >&6; } ;;
4189  xno)
4190    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4191$as_echo "unsupported" >&6; } ;;
4192  *)
4193    CC="$CC $ac_cv_prog_cc_c89"
4194    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4195$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4196esac
4197if test "x$ac_cv_prog_cc_c89" != xno; then :
4198
4199fi
4200
4201ac_ext=c
4202ac_cpp='$CPP $CPPFLAGS'
4203ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4204ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4205ac_compiler_gnu=$ac_cv_c_compiler_gnu
4206
4207depcc="$CC"   am_compiler_list=
4208
4209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4210$as_echo_n "checking dependency style of $depcc... " >&6; }
4211if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4212  $as_echo_n "(cached) " >&6
4213else
4214  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4215  # We make a subdir and do the tests there.  Otherwise we can end up
4216  # making bogus files that we don't know about and never remove.  For
4217  # instance it was reported that on HP-UX the gcc test will end up
4218  # making a dummy file named 'D' -- because '-MD' means "put the output
4219  # in D".
4220  rm -rf conftest.dir
4221  mkdir conftest.dir
4222  # Copy depcomp to subdir because otherwise we won't find it if we're
4223  # using a relative directory.
4224  cp "$am_depcomp" conftest.dir
4225  cd conftest.dir
4226  # We will build objects and dependencies in a subdirectory because
4227  # it helps to detect inapplicable dependency modes.  For instance
4228  # both Tru64's cc and ICC support -MD to output dependencies as a
4229  # side effect of compilation, but ICC will put the dependencies in
4230  # the current directory while Tru64 will put them in the object
4231  # directory.
4232  mkdir sub
4233
4234  am_cv_CC_dependencies_compiler_type=none
4235  if test "$am_compiler_list" = ""; then
4236     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4237  fi
4238  am__universal=false
4239  case " $depcc " in #(
4240     *\ -arch\ *\ -arch\ *) am__universal=true ;;
4241     esac
4242
4243  for depmode in $am_compiler_list; do
4244    # Setup a source with many dependencies, because some compilers
4245    # like to wrap large dependency lists on column 80 (with \), and
4246    # we should not choose a depcomp mode which is confused by this.
4247    #
4248    # We need to recreate these files for each test, as the compiler may
4249    # overwrite some of them when testing with obscure command lines.
4250    # This happens at least with the AIX C compiler.
4251    : > sub/conftest.c
4252    for i in 1 2 3 4 5 6; do
4253      echo '#include "conftst'$i'.h"' >> sub/conftest.c
4254      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4255      # Solaris 10 /bin/sh.
4256      echo '/* dummy */' > sub/conftst$i.h
4257    done
4258    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4259
4260    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4261    # mode.  It turns out that the SunPro C++ compiler does not properly
4262    # handle '-M -o', and we need to detect this.  Also, some Intel
4263    # versions had trouble with output in subdirs.
4264    am__obj=sub/conftest.${OBJEXT-o}
4265    am__minus_obj="-o $am__obj"
4266    case $depmode in
4267    gcc)
4268      # This depmode causes a compiler race in universal mode.
4269      test "$am__universal" = false || continue
4270      ;;
4271    nosideeffect)
4272      # After this tag, mechanisms are not by side-effect, so they'll
4273      # only be used when explicitly requested.
4274      if test "x$enable_dependency_tracking" = xyes; then
4275	continue
4276      else
4277	break
4278      fi
4279      ;;
4280    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4281      # This compiler won't grok '-c -o', but also, the minuso test has
4282      # not run yet.  These depmodes are late enough in the game, and
4283      # so weak that their functioning should not be impacted.
4284      am__obj=conftest.${OBJEXT-o}
4285      am__minus_obj=
4286      ;;
4287    none) break ;;
4288    esac
4289    if depmode=$depmode \
4290       source=sub/conftest.c object=$am__obj \
4291       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4292       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4293         >/dev/null 2>conftest.err &&
4294       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4295       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4296       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4297       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4298      # icc doesn't choke on unknown options, it will just issue warnings
4299      # or remarks (even with -Werror).  So we grep stderr for any message
4300      # that says an option was ignored or not supported.
4301      # When given -MP, icc 7.0 and 7.1 complain thusly:
4302      #   icc: Command line warning: ignoring option '-M'; no argument required
4303      # The diagnosis changed in icc 8.0:
4304      #   icc: Command line remark: option '-MP' not supported
4305      if (grep 'ignoring option' conftest.err ||
4306          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4307        am_cv_CC_dependencies_compiler_type=$depmode
4308        break
4309      fi
4310    fi
4311  done
4312
4313  cd ..
4314  rm -rf conftest.dir
4315else
4316  am_cv_CC_dependencies_compiler_type=none
4317fi
4318
4319fi
4320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4321$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4322CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4323
4324 if
4325  test "x$enable_dependency_tracking" != xno \
4326  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4327  am__fastdepCC_TRUE=
4328  am__fastdepCC_FALSE='#'
4329else
4330  am__fastdepCC_TRUE='#'
4331  am__fastdepCC_FALSE=
4332fi
4333
4334
4335ac_ext=c
4336ac_cpp='$CPP $CPPFLAGS'
4337ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4338ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4339ac_compiler_gnu=$ac_cv_c_compiler_gnu
4340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4341$as_echo_n "checking how to run the C preprocessor... " >&6; }
4342# On Suns, sometimes $CPP names a directory.
4343if test -n "$CPP" && test -d "$CPP"; then
4344  CPP=
4345fi
4346if test -z "$CPP"; then
4347  if ${ac_cv_prog_CPP+:} false; then :
4348  $as_echo_n "(cached) " >&6
4349else
4350      # Double quotes because CPP needs to be expanded
4351    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4352    do
4353      ac_preproc_ok=false
4354for ac_c_preproc_warn_flag in '' yes
4355do
4356  # Use a header file that comes with gcc, so configuring glibc
4357  # with a fresh cross-compiler works.
4358  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4359  # <limits.h> exists even on freestanding compilers.
4360  # On the NeXT, cc -E runs the code through the compiler's parser,
4361  # not just through cpp. "Syntax error" is here to catch this case.
4362  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4363/* end confdefs.h.  */
4364@%:@ifdef __STDC__
4365@%:@ include <limits.h>
4366@%:@else
4367@%:@ include <assert.h>
4368@%:@endif
4369		     Syntax error
4370_ACEOF
4371if ac_fn_c_try_cpp "$LINENO"; then :
4372
4373else
4374  # Broken: fails on valid input.
4375continue
4376fi
4377rm -f conftest.err conftest.i conftest.$ac_ext
4378
4379  # OK, works on sane cases.  Now check whether nonexistent headers
4380  # can be detected and how.
4381  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4382/* end confdefs.h.  */
4383@%:@include <ac_nonexistent.h>
4384_ACEOF
4385if ac_fn_c_try_cpp "$LINENO"; then :
4386  # Broken: success on invalid input.
4387continue
4388else
4389  # Passes both tests.
4390ac_preproc_ok=:
4391break
4392fi
4393rm -f conftest.err conftest.i conftest.$ac_ext
4394
4395done
4396# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4397rm -f conftest.i conftest.err conftest.$ac_ext
4398if $ac_preproc_ok; then :
4399  break
4400fi
4401
4402    done
4403    ac_cv_prog_CPP=$CPP
4404
4405fi
4406  CPP=$ac_cv_prog_CPP
4407else
4408  ac_cv_prog_CPP=$CPP
4409fi
4410{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4411$as_echo "$CPP" >&6; }
4412ac_preproc_ok=false
4413for ac_c_preproc_warn_flag in '' yes
4414do
4415  # Use a header file that comes with gcc, so configuring glibc
4416  # with a fresh cross-compiler works.
4417  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4418  # <limits.h> exists even on freestanding compilers.
4419  # On the NeXT, cc -E runs the code through the compiler's parser,
4420  # not just through cpp. "Syntax error" is here to catch this case.
4421  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4422/* end confdefs.h.  */
4423@%:@ifdef __STDC__
4424@%:@ include <limits.h>
4425@%:@else
4426@%:@ include <assert.h>
4427@%:@endif
4428		     Syntax error
4429_ACEOF
4430if ac_fn_c_try_cpp "$LINENO"; then :
4431
4432else
4433  # Broken: fails on valid input.
4434continue
4435fi
4436rm -f conftest.err conftest.i conftest.$ac_ext
4437
4438  # OK, works on sane cases.  Now check whether nonexistent headers
4439  # can be detected and how.
4440  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4441/* end confdefs.h.  */
4442@%:@include <ac_nonexistent.h>
4443_ACEOF
4444if ac_fn_c_try_cpp "$LINENO"; then :
4445  # Broken: success on invalid input.
4446continue
4447else
4448  # Passes both tests.
4449ac_preproc_ok=:
4450break
4451fi
4452rm -f conftest.err conftest.i conftest.$ac_ext
4453
4454done
4455# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4456rm -f conftest.i conftest.err conftest.$ac_ext
4457if $ac_preproc_ok; then :
4458
4459else
4460  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4461$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4462as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4463See \`config.log' for more details" "$LINENO" 5; }
4464fi
4465
4466ac_ext=c
4467ac_cpp='$CPP $CPPFLAGS'
4468ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4469ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4470ac_compiler_gnu=$ac_cv_c_compiler_gnu
4471
4472
4473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4474$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4475if ${ac_cv_path_GREP+:} false; then :
4476  $as_echo_n "(cached) " >&6
4477else
4478  if test -z "$GREP"; then
4479  ac_path_GREP_found=false
4480  # Loop through the user's path and test for each of PROGNAME-LIST
4481  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4482for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4483do
4484  IFS=$as_save_IFS
4485  test -z "$as_dir" && as_dir=.
4486    for ac_prog in grep ggrep; do
4487    for ac_exec_ext in '' $ac_executable_extensions; do
4488      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4489      as_fn_executable_p "$ac_path_GREP" || continue
4490# Check for GNU ac_path_GREP and select it if it is found.
4491  # Check for GNU $ac_path_GREP
4492case `"$ac_path_GREP" --version 2>&1` in
4493*GNU*)
4494  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4495*)
4496  ac_count=0
4497  $as_echo_n 0123456789 >"conftest.in"
4498  while :
4499  do
4500    cat "conftest.in" "conftest.in" >"conftest.tmp"
4501    mv "conftest.tmp" "conftest.in"
4502    cp "conftest.in" "conftest.nl"
4503    $as_echo 'GREP' >> "conftest.nl"
4504    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4505    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4506    as_fn_arith $ac_count + 1 && ac_count=$as_val
4507    if test $ac_count -gt ${ac_path_GREP_max-0}; then
4508      # Best one so far, save it but keep looking for a better one
4509      ac_cv_path_GREP="$ac_path_GREP"
4510      ac_path_GREP_max=$ac_count
4511    fi
4512    # 10*(2^10) chars as input seems more than enough
4513    test $ac_count -gt 10 && break
4514  done
4515  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4516esac
4517
4518      $ac_path_GREP_found && break 3
4519    done
4520  done
4521  done
4522IFS=$as_save_IFS
4523  if test -z "$ac_cv_path_GREP"; then
4524    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4525  fi
4526else
4527  ac_cv_path_GREP=$GREP
4528fi
4529
4530fi
4531{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4532$as_echo "$ac_cv_path_GREP" >&6; }
4533 GREP="$ac_cv_path_GREP"
4534
4535
4536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4537$as_echo_n "checking for egrep... " >&6; }
4538if ${ac_cv_path_EGREP+:} false; then :
4539  $as_echo_n "(cached) " >&6
4540else
4541  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4542   then ac_cv_path_EGREP="$GREP -E"
4543   else
4544     if test -z "$EGREP"; then
4545  ac_path_EGREP_found=false
4546  # Loop through the user's path and test for each of PROGNAME-LIST
4547  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4548for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4549do
4550  IFS=$as_save_IFS
4551  test -z "$as_dir" && as_dir=.
4552    for ac_prog in egrep; do
4553    for ac_exec_ext in '' $ac_executable_extensions; do
4554      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4555      as_fn_executable_p "$ac_path_EGREP" || continue
4556# Check for GNU ac_path_EGREP and select it if it is found.
4557  # Check for GNU $ac_path_EGREP
4558case `"$ac_path_EGREP" --version 2>&1` in
4559*GNU*)
4560  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4561*)
4562  ac_count=0
4563  $as_echo_n 0123456789 >"conftest.in"
4564  while :
4565  do
4566    cat "conftest.in" "conftest.in" >"conftest.tmp"
4567    mv "conftest.tmp" "conftest.in"
4568    cp "conftest.in" "conftest.nl"
4569    $as_echo 'EGREP' >> "conftest.nl"
4570    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4571    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4572    as_fn_arith $ac_count + 1 && ac_count=$as_val
4573    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4574      # Best one so far, save it but keep looking for a better one
4575      ac_cv_path_EGREP="$ac_path_EGREP"
4576      ac_path_EGREP_max=$ac_count
4577    fi
4578    # 10*(2^10) chars as input seems more than enough
4579    test $ac_count -gt 10 && break
4580  done
4581  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4582esac
4583
4584      $ac_path_EGREP_found && break 3
4585    done
4586  done
4587  done
4588IFS=$as_save_IFS
4589  if test -z "$ac_cv_path_EGREP"; then
4590    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4591  fi
4592else
4593  ac_cv_path_EGREP=$EGREP
4594fi
4595
4596   fi
4597fi
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4599$as_echo "$ac_cv_path_EGREP" >&6; }
4600 EGREP="$ac_cv_path_EGREP"
4601
4602
4603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4604$as_echo_n "checking for ANSI C header files... " >&6; }
4605if ${ac_cv_header_stdc+:} false; then :
4606  $as_echo_n "(cached) " >&6
4607else
4608  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4609/* end confdefs.h.  */
4610#include <stdlib.h>
4611#include <stdarg.h>
4612#include <string.h>
4613#include <float.h>
4614
4615int
4616main ()
4617{
4618
4619  ;
4620  return 0;
4621}
4622_ACEOF
4623if ac_fn_c_try_compile "$LINENO"; then :
4624  ac_cv_header_stdc=yes
4625else
4626  ac_cv_header_stdc=no
4627fi
4628rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4629
4630if test $ac_cv_header_stdc = yes; then
4631  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4632  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4633/* end confdefs.h.  */
4634#include <string.h>
4635
4636_ACEOF
4637if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4638  $EGREP "memchr" >/dev/null 2>&1; then :
4639
4640else
4641  ac_cv_header_stdc=no
4642fi
4643rm -f conftest*
4644
4645fi
4646
4647if test $ac_cv_header_stdc = yes; then
4648  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4649  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4650/* end confdefs.h.  */
4651#include <stdlib.h>
4652
4653_ACEOF
4654if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4655  $EGREP "free" >/dev/null 2>&1; then :
4656
4657else
4658  ac_cv_header_stdc=no
4659fi
4660rm -f conftest*
4661
4662fi
4663
4664if test $ac_cv_header_stdc = yes; then
4665  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4666  if test "$cross_compiling" = yes; then :
4667  :
4668else
4669  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4670/* end confdefs.h.  */
4671#include <ctype.h>
4672#include <stdlib.h>
4673#if ((' ' & 0x0FF) == 0x020)
4674# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4675# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4676#else
4677# define ISLOWER(c) \
4678		   (('a' <= (c) && (c) <= 'i') \
4679		     || ('j' <= (c) && (c) <= 'r') \
4680		     || ('s' <= (c) && (c) <= 'z'))
4681# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4682#endif
4683
4684#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4685int
4686main ()
4687{
4688  int i;
4689  for (i = 0; i < 256; i++)
4690    if (XOR (islower (i), ISLOWER (i))
4691	|| toupper (i) != TOUPPER (i))
4692      return 2;
4693  return 0;
4694}
4695_ACEOF
4696if ac_fn_c_try_run "$LINENO"; then :
4697
4698else
4699  ac_cv_header_stdc=no
4700fi
4701rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4702  conftest.$ac_objext conftest.beam conftest.$ac_ext
4703fi
4704
4705fi
4706fi
4707{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4708$as_echo "$ac_cv_header_stdc" >&6; }
4709if test $ac_cv_header_stdc = yes; then
4710
4711$as_echo "@%:@define STDC_HEADERS 1" >>confdefs.h
4712
4713fi
4714
4715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
4716$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
4717if ${ac_cv_c_const+:} false; then :
4718  $as_echo_n "(cached) " >&6
4719else
4720  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4721/* end confdefs.h.  */
4722
4723int
4724main ()
4725{
4726
4727#ifndef __cplusplus
4728  /* Ultrix mips cc rejects this sort of thing.  */
4729  typedef int charset[2];
4730  const charset cs = { 0, 0 };
4731  /* SunOS 4.1.1 cc rejects this.  */
4732  char const *const *pcpcc;
4733  char **ppc;
4734  /* NEC SVR4.0.2 mips cc rejects this.  */
4735  struct point {int x, y;};
4736  static struct point const zero = {0,0};
4737  /* AIX XL C 1.02.0.0 rejects this.
4738     It does not let you subtract one const X* pointer from another in
4739     an arm of an if-expression whose if-part is not a constant
4740     expression */
4741  const char *g = "string";
4742  pcpcc = &g + (g ? g-g : 0);
4743  /* HPUX 7.0 cc rejects these. */
4744  ++pcpcc;
4745  ppc = (char**) pcpcc;
4746  pcpcc = (char const *const *) ppc;
4747  { /* SCO 3.2v4 cc rejects this sort of thing.  */
4748    char tx;
4749    char *t = &tx;
4750    char const *s = 0 ? (char *) 0 : (char const *) 0;
4751
4752    *t++ = 0;
4753    if (s) return 0;
4754  }
4755  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
4756    int x[] = {25, 17};
4757    const int *foo = &x[0];
4758    ++foo;
4759  }
4760  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
4761    typedef const int *iptr;
4762    iptr p = 0;
4763    ++p;
4764  }
4765  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
4766       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
4767    struct s { int j; const int *ap[3]; } bx;
4768    struct s *b = &bx; b->j = 5;
4769  }
4770  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
4771    const int foo = 10;
4772    if (!foo) return 0;
4773  }
4774  return !cs[0] && !zero.x;
4775#endif
4776
4777  ;
4778  return 0;
4779}
4780_ACEOF
4781if ac_fn_c_try_compile "$LINENO"; then :
4782  ac_cv_c_const=yes
4783else
4784  ac_cv_c_const=no
4785fi
4786rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4787fi
4788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
4789$as_echo "$ac_cv_c_const" >&6; }
4790if test $ac_cv_c_const = no; then
4791
4792$as_echo "@%:@define const /**/" >>confdefs.h
4793
4794fi
4795
4796
4797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__" >&5
4798$as_echo_n "checking for __attribute__... " >&6; }
4799if ${_cv_have___attribute__+:} false; then :
4800  $as_echo_n "(cached) " >&6
4801else
4802
4803    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4804/* end confdefs.h.  */
4805#include <stdlib.h>
4806int
4807main ()
4808{
4809int func(int x); int foo(int x __attribute__ ((unused))) { exit(1); }
4810  ;
4811  return 0;
4812}
4813_ACEOF
4814if ac_fn_c_try_compile "$LINENO"; then :
4815  _cv_have___attribute__="yes"
4816else
4817  _cv_have___attribute__="no"
4818fi
4819rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4820
4821
4822fi
4823
4824
4825if test "x${_cv_have___attribute__}" = "xyes" ; then
4826
4827$as_echo "@%:@define HAVE___ATTRIBUTE__ 1" >>confdefs.h
4828
4829fi
4830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_cv_have___attribute__}" >&5
4831$as_echo "${_cv_have___attribute__}" >&6; }
4832
4833
4834
4835
4836
4837
4838
4839
4840if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
4841	if test -n "$ac_tool_prefix"; then
4842  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
4843set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
4844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4845$as_echo_n "checking for $ac_word... " >&6; }
4846if ${ac_cv_path_PKG_CONFIG+:} false; then :
4847  $as_echo_n "(cached) " >&6
4848else
4849  case $PKG_CONFIG in
4850  [\\/]* | ?:[\\/]*)
4851  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
4852  ;;
4853  *)
4854  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4855for as_dir in $PATH
4856do
4857  IFS=$as_save_IFS
4858  test -z "$as_dir" && as_dir=.
4859    for ac_exec_ext in '' $ac_executable_extensions; do
4860  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4861    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4862    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4863    break 2
4864  fi
4865done
4866  done
4867IFS=$as_save_IFS
4868
4869  ;;
4870esac
4871fi
4872PKG_CONFIG=$ac_cv_path_PKG_CONFIG
4873if test -n "$PKG_CONFIG"; then
4874  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4875$as_echo "$PKG_CONFIG" >&6; }
4876else
4877  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4878$as_echo "no" >&6; }
4879fi
4880
4881
4882fi
4883if test -z "$ac_cv_path_PKG_CONFIG"; then
4884  ac_pt_PKG_CONFIG=$PKG_CONFIG
4885  # Extract the first word of "pkg-config", so it can be a program name with args.
4886set dummy pkg-config; ac_word=$2
4887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4888$as_echo_n "checking for $ac_word... " >&6; }
4889if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
4890  $as_echo_n "(cached) " >&6
4891else
4892  case $ac_pt_PKG_CONFIG in
4893  [\\/]* | ?:[\\/]*)
4894  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
4895  ;;
4896  *)
4897  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4898for as_dir in $PATH
4899do
4900  IFS=$as_save_IFS
4901  test -z "$as_dir" && as_dir=.
4902    for ac_exec_ext in '' $ac_executable_extensions; do
4903  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4904    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4905    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4906    break 2
4907  fi
4908done
4909  done
4910IFS=$as_save_IFS
4911
4912  ;;
4913esac
4914fi
4915ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
4916if test -n "$ac_pt_PKG_CONFIG"; then
4917  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
4918$as_echo "$ac_pt_PKG_CONFIG" >&6; }
4919else
4920  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4921$as_echo "no" >&6; }
4922fi
4923
4924  if test "x$ac_pt_PKG_CONFIG" = x; then
4925    PKG_CONFIG=""
4926  else
4927    case $cross_compiling:$ac_tool_warned in
4928yes:)
4929{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4930$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4931ac_tool_warned=yes ;;
4932esac
4933    PKG_CONFIG=$ac_pt_PKG_CONFIG
4934  fi
4935else
4936  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
4937fi
4938
4939fi
4940if test -n "$PKG_CONFIG"; then
4941	_pkg_min_version=0.9.0
4942	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
4943$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
4944	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
4945		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4946$as_echo "yes" >&6; }
4947	else
4948		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4949$as_echo "no" >&6; }
4950		PKG_CONFIG=""
4951	fi
4952fi
4953
4954pkg_failed=no
4955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EDJE_VIEWER" >&5
4956$as_echo_n "checking for EDJE_VIEWER... " >&6; }
4957
4958if test -n "$EDJE_VIEWER_CFLAGS"; then
4959    pkg_cv_EDJE_VIEWER_CFLAGS="$EDJE_VIEWER_CFLAGS"
4960 elif test -n "$PKG_CONFIG"; then
4961    if test -n "$PKG_CONFIG" && \
4962    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
4963   eina
4964   eet
4965   evas >= 0.9.9
4966   ecore >= 0.9.9
4967   ecore-file >= 0.9.9
4968   edje >= 0.5.0
4969   elementary
4970
4971\""; } >&5
4972  ($PKG_CONFIG --exists --print-errors "
4973   eina
4974   eet
4975   evas >= 0.9.9
4976   ecore >= 0.9.9
4977   ecore-file >= 0.9.9
4978   edje >= 0.5.0
4979   elementary
4980
4981") 2>&5
4982  ac_status=$?
4983  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4984  test $ac_status = 0; }; then
4985  pkg_cv_EDJE_VIEWER_CFLAGS=`$PKG_CONFIG --cflags "
4986   eina
4987   eet
4988   evas >= 0.9.9
4989   ecore >= 0.9.9
4990   ecore-file >= 0.9.9
4991   edje >= 0.5.0
4992   elementary
4993
4994" 2>/dev/null`
4995		      test "x$?" != "x0" && pkg_failed=yes
4996else
4997  pkg_failed=yes
4998fi
4999 else
5000    pkg_failed=untried
5001fi
5002if test -n "$EDJE_VIEWER_LIBS"; then
5003    pkg_cv_EDJE_VIEWER_LIBS="$EDJE_VIEWER_LIBS"
5004 elif test -n "$PKG_CONFIG"; then
5005    if test -n "$PKG_CONFIG" && \
5006    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
5007   eina
5008   eet
5009   evas >= 0.9.9
5010   ecore >= 0.9.9
5011   ecore-file >= 0.9.9
5012   edje >= 0.5.0
5013   elementary
5014
5015\""; } >&5
5016  ($PKG_CONFIG --exists --print-errors "
5017   eina
5018   eet
5019   evas >= 0.9.9
5020   ecore >= 0.9.9
5021   ecore-file >= 0.9.9
5022   edje >= 0.5.0
5023   elementary
5024
5025") 2>&5
5026  ac_status=$?
5027  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5028  test $ac_status = 0; }; then
5029  pkg_cv_EDJE_VIEWER_LIBS=`$PKG_CONFIG --libs "
5030   eina
5031   eet
5032   evas >= 0.9.9
5033   ecore >= 0.9.9
5034   ecore-file >= 0.9.9
5035   edje >= 0.5.0
5036   elementary
5037
5038" 2>/dev/null`
5039		      test "x$?" != "x0" && pkg_failed=yes
5040else
5041  pkg_failed=yes
5042fi
5043 else
5044    pkg_failed=untried
5045fi
5046
5047
5048
5049if test $pkg_failed = yes; then
5050   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5051$as_echo "no" >&6; }
5052
5053if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5054        _pkg_short_errors_supported=yes
5055else
5056        _pkg_short_errors_supported=no
5057fi
5058        if test $_pkg_short_errors_supported = yes; then
5059	        EDJE_VIEWER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "
5060   eina
5061   eet
5062   evas >= 0.9.9
5063   ecore >= 0.9.9
5064   ecore-file >= 0.9.9
5065   edje >= 0.5.0
5066   elementary
5067
5068" 2>&1`
5069        else
5070	        EDJE_VIEWER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "
5071   eina
5072   eet
5073   evas >= 0.9.9
5074   ecore >= 0.9.9
5075   ecore-file >= 0.9.9
5076   edje >= 0.5.0
5077   elementary
5078
5079" 2>&1`
5080        fi
5081	# Put the nasty error message in config.log where it belongs
5082	echo "$EDJE_VIEWER_PKG_ERRORS" >&5
5083
5084	as_fn_error $? "Package requirements (
5085   eina
5086   eet
5087   evas >= 0.9.9
5088   ecore >= 0.9.9
5089   ecore-file >= 0.9.9
5090   edje >= 0.5.0
5091   elementary
5092
5093) were not met:
5094
5095$EDJE_VIEWER_PKG_ERRORS
5096
5097Consider adjusting the PKG_CONFIG_PATH environment variable if you
5098installed software in a non-standard prefix.
5099
5100Alternatively, you may set the environment variables EDJE_VIEWER_CFLAGS
5101and EDJE_VIEWER_LIBS to avoid the need to call pkg-config.
5102See the pkg-config man page for more details." "$LINENO" 5
5103elif test $pkg_failed = untried; then
5104     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5105$as_echo "no" >&6; }
5106	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5107$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5108as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
5109is in your PATH or set the PKG_CONFIG environment variable to the full
5110path to pkg-config.
5111
5112Alternatively, you may set the environment variables EDJE_VIEWER_CFLAGS
5113and EDJE_VIEWER_LIBS to avoid the need to call pkg-config.
5114See the pkg-config man page for more details.
5115
5116To get pkg-config, see <http://pkg-config.freedesktop.org/>.
5117See \`config.log' for more details" "$LINENO" 5; }
5118else
5119	EDJE_VIEWER_CFLAGS=$pkg_cv_EDJE_VIEWER_CFLAGS
5120	EDJE_VIEWER_LIBS=$pkg_cv_EDJE_VIEWER_LIBS
5121        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5122$as_echo "yes" >&6; }
5123
5124fi
5125
5126ac_config_files="$ac_config_files Makefile src/Makefile src/bin/Makefile data/Makefile data/images/Makefile"
5127
5128cat >confcache <<\_ACEOF
5129# This file is a shell script that caches the results of configure
5130# tests run on this system so they can be shared between configure
5131# scripts and configure runs, see configure's option --config-cache.
5132# It is not useful on other systems.  If it contains results you don't
5133# want to keep, you may remove or edit it.
5134#
5135# config.status only pays attention to the cache file if you give it
5136# the --recheck option to rerun configure.
5137#
5138# `ac_cv_env_foo' variables (set or unset) will be overridden when
5139# loading this file, other *unset* `ac_cv_foo' will be assigned the
5140# following values.
5141
5142_ACEOF
5143
5144# The following way of writing the cache mishandles newlines in values,
5145# but we know of no workaround that is simple, portable, and efficient.
5146# So, we kill variables containing newlines.
5147# Ultrix sh set writes to stderr and can't be redirected directly,
5148# and sets the high bit in the cache file unless we assign to the vars.
5149(
5150  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
5151    eval ac_val=\$$ac_var
5152    case $ac_val in #(
5153    *${as_nl}*)
5154      case $ac_var in #(
5155      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
5156$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
5157      esac
5158      case $ac_var in #(
5159      _ | IFS | as_nl) ;; #(
5160      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
5161      *) { eval $ac_var=; unset $ac_var;} ;;
5162      esac ;;
5163    esac
5164  done
5165
5166  (set) 2>&1 |
5167    case $as_nl`(ac_space=' '; set) 2>&1` in #(
5168    *${as_nl}ac_space=\ *)
5169      # `set' does not quote correctly, so add quotes: double-quote
5170      # substitution turns \\\\ into \\, and sed turns \\ into \.
5171      sed -n \
5172	"s/'/'\\\\''/g;
5173	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5174      ;; #(
5175    *)
5176      # `set' quotes correctly as required by POSIX, so do not add quotes.
5177      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5178      ;;
5179    esac |
5180    sort
5181) |
5182  sed '
5183     /^ac_cv_env_/b end
5184     t clear
5185     :clear
5186     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5187     t end
5188     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5189     :end' >>confcache
5190if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5191  if test -w "$cache_file"; then
5192    if test "x$cache_file" != "x/dev/null"; then
5193      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5194$as_echo "$as_me: updating cache $cache_file" >&6;}
5195      if test ! -f "$cache_file" || test -h "$cache_file"; then
5196	cat confcache >"$cache_file"
5197      else
5198        case $cache_file in #(
5199        */* | ?:*)
5200	  mv -f confcache "$cache_file"$$ &&
5201	  mv -f "$cache_file"$$ "$cache_file" ;; #(
5202        *)
5203	  mv -f confcache "$cache_file" ;;
5204	esac
5205      fi
5206    fi
5207  else
5208    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5209$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5210  fi
5211fi
5212rm -f confcache
5213
5214test "x$prefix" = xNONE && prefix=$ac_default_prefix
5215# Let make expand exec_prefix.
5216test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5217
5218DEFS=-DHAVE_CONFIG_H
5219
5220ac_libobjs=
5221ac_ltlibobjs=
5222U=
5223for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
5224  # 1. Remove the extension, and $U if already installed.
5225  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5226  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
5227  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
5228  #    will be set to the directory where LIBOBJS objects are built.
5229  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
5230  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5231done
5232LIB@&t@OBJS=$ac_libobjs
5233
5234LTLIBOBJS=$ac_ltlibobjs
5235
5236
5237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
5238$as_echo_n "checking that generated files are newer than configure... " >&6; }
5239   if test -n "$am_sleep_pid"; then
5240     # Hide warnings about reused PIDs.
5241     wait $am_sleep_pid 2>/dev/null
5242   fi
5243   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
5244$as_echo "done" >&6; }
5245 if test -n "$EXEEXT"; then
5246  am__EXEEXT_TRUE=
5247  am__EXEEXT_FALSE='#'
5248else
5249  am__EXEEXT_TRUE='#'
5250  am__EXEEXT_FALSE=
5251fi
5252
5253if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5254  as_fn_error $? "conditional \"AMDEP\" was never defined.
5255Usually this means the macro was only invoked conditionally." "$LINENO" 5
5256fi
5257if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5258  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
5259Usually this means the macro was only invoked conditionally." "$LINENO" 5
5260fi
5261if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5262  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
5263Usually this means the macro was only invoked conditionally." "$LINENO" 5
5264fi
5265
5266: "${CONFIG_STATUS=./config.status}"
5267ac_write_fail=0
5268ac_clean_files_save=$ac_clean_files
5269ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5270{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5271$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5272as_write_fail=0
5273cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5274#! $SHELL
5275# Generated by $as_me.
5276# Run this file to recreate the current configuration.
5277# Compiler output produced by configure, useful for debugging
5278# configure, is in config.log if it exists.
5279
5280debug=false
5281ac_cs_recheck=false
5282ac_cs_silent=false
5283
5284SHELL=\${CONFIG_SHELL-$SHELL}
5285export SHELL
5286_ASEOF
5287cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
5288## -------------------- ##
5289## M4sh Initialization. ##
5290## -------------------- ##
5291
5292# Be more Bourne compatible
5293DUALCASE=1; export DUALCASE # for MKS sh
5294if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5295  emulate sh
5296  NULLCMD=:
5297  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5298  # is contrary to our usage.  Disable this feature.
5299  alias -g '${1+"$@"}'='"$@"'
5300  setopt NO_GLOB_SUBST
5301else
5302  case `(set -o) 2>/dev/null` in @%:@(
5303  *posix*) :
5304    set -o posix ;; @%:@(
5305  *) :
5306     ;;
5307esac
5308fi
5309
5310
5311as_nl='
5312'
5313export as_nl
5314# Printing a long string crashes Solaris 7 /usr/bin/printf.
5315as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5316as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5317as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5318# Prefer a ksh shell builtin over an external printf program on Solaris,
5319# but without wasting forks for bash or zsh.
5320if test -z "$BASH_VERSION$ZSH_VERSION" \
5321    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
5322  as_echo='print -r --'
5323  as_echo_n='print -rn --'
5324elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5325  as_echo='printf %s\n'
5326  as_echo_n='printf %s'
5327else
5328  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5329    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5330    as_echo_n='/usr/ucb/echo -n'
5331  else
5332    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5333    as_echo_n_body='eval
5334      arg=$1;
5335      case $arg in @%:@(
5336      *"$as_nl"*)
5337	expr "X$arg" : "X\\(.*\\)$as_nl";
5338	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5339      esac;
5340      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
5341    '
5342    export as_echo_n_body
5343    as_echo_n='sh -c $as_echo_n_body as_echo'
5344  fi
5345  export as_echo_body
5346  as_echo='sh -c $as_echo_body as_echo'
5347fi
5348
5349# The user is always right.
5350if test "${PATH_SEPARATOR+set}" != set; then
5351  PATH_SEPARATOR=:
5352  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
5353    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5354      PATH_SEPARATOR=';'
5355  }
5356fi
5357
5358
5359# IFS
5360# We need space, tab and new line, in precisely that order.  Quoting is
5361# there to prevent editors from complaining about space-tab.
5362# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5363# splitting by setting IFS to empty value.)
5364IFS=" ""	$as_nl"
5365
5366# Find who we are.  Look in the path if we contain no directory separator.
5367as_myself=
5368case $0 in @%:@((
5369  *[\\/]* ) as_myself=$0 ;;
5370  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5371for as_dir in $PATH
5372do
5373  IFS=$as_save_IFS
5374  test -z "$as_dir" && as_dir=.
5375    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5376  done
5377IFS=$as_save_IFS
5378
5379     ;;
5380esac
5381# We did not find ourselves, most probably we were run as `sh COMMAND'
5382# in which case we are not to be found in the path.
5383if test "x$as_myself" = x; then
5384  as_myself=$0
5385fi
5386if test ! -f "$as_myself"; then
5387  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5388  exit 1
5389fi
5390
5391# Unset variables that we do not need and which cause bugs (e.g. in
5392# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
5393# suppresses any "Segmentation fault" message there.  '((' could
5394# trigger a bug in pdksh 5.2.14.
5395for as_var in BASH_ENV ENV MAIL MAILPATH
5396do eval test x\${$as_var+set} = xset \
5397  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5398done
5399PS1='$ '
5400PS2='> '
5401PS4='+ '
5402
5403# NLS nuisances.
5404LC_ALL=C
5405export LC_ALL
5406LANGUAGE=C
5407export LANGUAGE
5408
5409# CDPATH.
5410(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5411
5412
5413@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
5414@%:@ ----------------------------------------
5415@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5416@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5417@%:@ script with STATUS, using 1 if that was 0.
5418as_fn_error ()
5419{
5420  as_status=$1; test $as_status -eq 0 && as_status=1
5421  if test "$4"; then
5422    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5423    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5424  fi
5425  $as_echo "$as_me: error: $2" >&2
5426  as_fn_exit $as_status
5427} @%:@ as_fn_error
5428
5429
5430@%:@ as_fn_set_status STATUS
5431@%:@ -----------------------
5432@%:@ Set @S|@? to STATUS, without forking.
5433as_fn_set_status ()
5434{
5435  return $1
5436} @%:@ as_fn_set_status
5437
5438@%:@ as_fn_exit STATUS
5439@%:@ -----------------
5440@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
5441as_fn_exit ()
5442{
5443  set +e
5444  as_fn_set_status $1
5445  exit $1
5446} @%:@ as_fn_exit
5447
5448@%:@ as_fn_unset VAR
5449@%:@ ---------------
5450@%:@ Portably unset VAR.
5451as_fn_unset ()
5452{
5453  { eval $1=; unset $1;}
5454}
5455as_unset=as_fn_unset
5456@%:@ as_fn_append VAR VALUE
5457@%:@ ----------------------
5458@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
5459@%:@ advantage of any shell optimizations that allow amortized linear growth over
5460@%:@ repeated appends, instead of the typical quadratic growth present in naive
5461@%:@ implementations.
5462if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
5463  eval 'as_fn_append ()
5464  {
5465    eval $1+=\$2
5466  }'
5467else
5468  as_fn_append ()
5469  {
5470    eval $1=\$$1\$2
5471  }
5472fi # as_fn_append
5473
5474@%:@ as_fn_arith ARG...
5475@%:@ ------------------
5476@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
5477@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
5478@%:@ must be portable across @S|@(()) and expr.
5479if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
5480  eval 'as_fn_arith ()
5481  {
5482    as_val=$(( $* ))
5483  }'
5484else
5485  as_fn_arith ()
5486  {
5487    as_val=`expr "$@" || test $? -eq 1`
5488  }
5489fi # as_fn_arith
5490
5491
5492if expr a : '\(a\)' >/dev/null 2>&1 &&
5493   test "X`expr 00001 : '.*\(...\)'`" = X001; then
5494  as_expr=expr
5495else
5496  as_expr=false
5497fi
5498
5499if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5500  as_basename=basename
5501else
5502  as_basename=false
5503fi
5504
5505if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
5506  as_dirname=dirname
5507else
5508  as_dirname=false
5509fi
5510
5511as_me=`$as_basename -- "$0" ||
5512$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5513	 X"$0" : 'X\(//\)$' \| \
5514	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5515$as_echo X/"$0" |
5516    sed '/^.*\/\([^/][^/]*\)\/*$/{
5517	    s//\1/
5518	    q
5519	  }
5520	  /^X\/\(\/\/\)$/{
5521	    s//\1/
5522	    q
5523	  }
5524	  /^X\/\(\/\).*/{
5525	    s//\1/
5526	    q
5527	  }
5528	  s/.*/./; q'`
5529
5530# Avoid depending upon Character Ranges.
5531as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5532as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5533as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5534as_cr_digits='0123456789'
5535as_cr_alnum=$as_cr_Letters$as_cr_digits
5536
5537ECHO_C= ECHO_N= ECHO_T=
5538case `echo -n x` in @%:@(((((
5539-n*)
5540  case `echo 'xy\c'` in
5541  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
5542  xy)  ECHO_C='\c';;
5543  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
5544       ECHO_T='	';;
5545  esac;;
5546*)
5547  ECHO_N='-n';;
5548esac
5549
5550rm -f conf$$ conf$$.exe conf$$.file
5551if test -d conf$$.dir; then
5552  rm -f conf$$.dir/conf$$.file
5553else
5554  rm -f conf$$.dir
5555  mkdir conf$$.dir 2>/dev/null
5556fi
5557if (echo >conf$$.file) 2>/dev/null; then
5558  if ln -s conf$$.file conf$$ 2>/dev/null; then
5559    as_ln_s='ln -s'
5560    # ... but there are two gotchas:
5561    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5562    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5563    # In both cases, we have to default to `cp -pR'.
5564    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5565      as_ln_s='cp -pR'
5566  elif ln conf$$.file conf$$ 2>/dev/null; then
5567    as_ln_s=ln
5568  else
5569    as_ln_s='cp -pR'
5570  fi
5571else
5572  as_ln_s='cp -pR'
5573fi
5574rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5575rmdir conf$$.dir 2>/dev/null
5576
5577
5578@%:@ as_fn_mkdir_p
5579@%:@ -------------
5580@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
5581as_fn_mkdir_p ()
5582{
5583
5584  case $as_dir in #(
5585  -*) as_dir=./$as_dir;;
5586  esac
5587  test -d "$as_dir" || eval $as_mkdir_p || {
5588    as_dirs=
5589    while :; do
5590      case $as_dir in #(
5591      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5592      *) as_qdir=$as_dir;;
5593      esac
5594      as_dirs="'$as_qdir' $as_dirs"
5595      as_dir=`$as_dirname -- "$as_dir" ||
5596$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5597	 X"$as_dir" : 'X\(//\)[^/]' \| \
5598	 X"$as_dir" : 'X\(//\)$' \| \
5599	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5600$as_echo X"$as_dir" |
5601    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5602	    s//\1/
5603	    q
5604	  }
5605	  /^X\(\/\/\)[^/].*/{
5606	    s//\1/
5607	    q
5608	  }
5609	  /^X\(\/\/\)$/{
5610	    s//\1/
5611	    q
5612	  }
5613	  /^X\(\/\).*/{
5614	    s//\1/
5615	    q
5616	  }
5617	  s/.*/./; q'`
5618      test -d "$as_dir" && break
5619    done
5620    test -z "$as_dirs" || eval "mkdir $as_dirs"
5621  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5622
5623
5624} @%:@ as_fn_mkdir_p
5625if mkdir -p . 2>/dev/null; then
5626  as_mkdir_p='mkdir -p "$as_dir"'
5627else
5628  test -d ./-p && rmdir ./-p
5629  as_mkdir_p=false
5630fi
5631
5632
5633@%:@ as_fn_executable_p FILE
5634@%:@ -----------------------
5635@%:@ Test if FILE is an executable regular file.
5636as_fn_executable_p ()
5637{
5638  test -f "$1" && test -x "$1"
5639} @%:@ as_fn_executable_p
5640as_test_x='test -x'
5641as_executable_p=as_fn_executable_p
5642
5643# Sed expression to map a string onto a valid CPP name.
5644as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5645
5646# Sed expression to map a string onto a valid variable name.
5647as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5648
5649
5650exec 6>&1
5651## ----------------------------------- ##
5652## Main body of $CONFIG_STATUS script. ##
5653## ----------------------------------- ##
5654_ASEOF
5655test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5656
5657cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5658# Save the log message, to keep $0 and so on meaningful, and to
5659# report actual input values of CONFIG_FILES etc. instead of their
5660# values after options handling.
5661ac_log="
5662This file was extended by edje_viewer $as_me 0.1.0, which was
5663generated by GNU Autoconf 2.69.  Invocation command line was
5664
5665  CONFIG_FILES    = $CONFIG_FILES
5666  CONFIG_HEADERS  = $CONFIG_HEADERS
5667  CONFIG_LINKS    = $CONFIG_LINKS
5668  CONFIG_COMMANDS = $CONFIG_COMMANDS
5669  $ $0 $@
5670
5671on `(hostname || uname -n) 2>/dev/null | sed 1q`
5672"
5673
5674_ACEOF
5675
5676case $ac_config_files in *"
5677"*) set x $ac_config_files; shift; ac_config_files=$*;;
5678esac
5679
5680case $ac_config_headers in *"
5681"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
5682esac
5683
5684
5685cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5686# Files that config.status was made for.
5687config_files="$ac_config_files"
5688config_headers="$ac_config_headers"
5689config_commands="$ac_config_commands"
5690
5691_ACEOF
5692
5693cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5694ac_cs_usage="\
5695\`$as_me' instantiates files and other configuration actions
5696from templates according to the current configuration.  Unless the files
5697and actions are specified as TAGs, all are instantiated by default.
5698
5699Usage: $0 [OPTION]... [TAG]...
5700
5701  -h, --help       print this help, then exit
5702  -V, --version    print version number and configuration settings, then exit
5703      --config     print configuration, then exit
5704  -q, --quiet, --silent
5705                   do not print progress messages
5706  -d, --debug      don't remove temporary files
5707      --recheck    update $as_me by reconfiguring in the same conditions
5708      --file=FILE[:TEMPLATE]
5709                   instantiate the configuration file FILE
5710      --header=FILE[:TEMPLATE]
5711                   instantiate the configuration header FILE
5712
5713Configuration files:
5714$config_files
5715
5716Configuration headers:
5717$config_headers
5718
5719Configuration commands:
5720$config_commands
5721
5722Report bugs to <enlightenment-devel@lists.sourceforge.net>."
5723
5724_ACEOF
5725cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5726ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5727ac_cs_version="\\
5728edje_viewer config.status 0.1.0
5729configured by $0, generated by GNU Autoconf 2.69,
5730  with options \\"\$ac_cs_config\\"
5731
5732Copyright (C) 2012 Free Software Foundation, Inc.
5733This config.status script is free software; the Free Software Foundation
5734gives unlimited permission to copy, distribute and modify it."
5735
5736ac_pwd='$ac_pwd'
5737srcdir='$srcdir'
5738INSTALL='$INSTALL'
5739MKDIR_P='$MKDIR_P'
5740AWK='$AWK'
5741test -n "\$AWK" || AWK=awk
5742_ACEOF
5743
5744cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5745# The default lists apply if the user does not specify any file.
5746ac_need_defaults=:
5747while test $# != 0
5748do
5749  case $1 in
5750  --*=?*)
5751    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5752    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5753    ac_shift=:
5754    ;;
5755  --*=)
5756    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5757    ac_optarg=
5758    ac_shift=:
5759    ;;
5760  *)
5761    ac_option=$1
5762    ac_optarg=$2
5763    ac_shift=shift
5764    ;;
5765  esac
5766
5767  case $ac_option in
5768  # Handling of the options.
5769  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5770    ac_cs_recheck=: ;;
5771  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5772    $as_echo "$ac_cs_version"; exit ;;
5773  --config | --confi | --conf | --con | --co | --c )
5774    $as_echo "$ac_cs_config"; exit ;;
5775  --debug | --debu | --deb | --de | --d | -d )
5776    debug=: ;;
5777  --file | --fil | --fi | --f )
5778    $ac_shift
5779    case $ac_optarg in
5780    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5781    '') as_fn_error $? "missing file argument" ;;
5782    esac
5783    as_fn_append CONFIG_FILES " '$ac_optarg'"
5784    ac_need_defaults=false;;
5785  --header | --heade | --head | --hea )
5786    $ac_shift
5787    case $ac_optarg in
5788    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5789    esac
5790    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5791    ac_need_defaults=false;;
5792  --he | --h)
5793    # Conflict between --help and --header
5794    as_fn_error $? "ambiguous option: \`$1'
5795Try \`$0 --help' for more information.";;
5796  --help | --hel | -h )
5797    $as_echo "$ac_cs_usage"; exit ;;
5798  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5799  | -silent | --silent | --silen | --sile | --sil | --si | --s)
5800    ac_cs_silent=: ;;
5801
5802  # This is an error.
5803  -*) as_fn_error $? "unrecognized option: \`$1'
5804Try \`$0 --help' for more information." ;;
5805
5806  *) as_fn_append ac_config_targets " $1"
5807     ac_need_defaults=false ;;
5808
5809  esac
5810  shift
5811done
5812
5813ac_configure_extra_args=
5814
5815if $ac_cs_silent; then
5816  exec 6>/dev/null
5817  ac_configure_extra_args="$ac_configure_extra_args --silent"
5818fi
5819
5820_ACEOF
5821cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5822if \$ac_cs_recheck; then
5823  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5824  shift
5825  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5826  CONFIG_SHELL='$SHELL'
5827  export CONFIG_SHELL
5828  exec "\$@"
5829fi
5830
5831_ACEOF
5832cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5833exec 5>>config.log
5834{
5835  echo
5836  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
5837@%:@@%:@ Running $as_me. @%:@@%:@
5838_ASBOX
5839  $as_echo "$ac_log"
5840} >&5
5841
5842_ACEOF
5843cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5844#
5845# INIT-COMMANDS
5846#
5847AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
5848
5849_ACEOF
5850
5851cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5852
5853# Handling of arguments.
5854for ac_config_target in $ac_config_targets
5855do
5856  case $ac_config_target in
5857    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
5858    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
5859    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5860    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5861    "src/bin/Makefile") CONFIG_FILES="$CONFIG_FILES src/bin/Makefile" ;;
5862    "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
5863    "data/images/Makefile") CONFIG_FILES="$CONFIG_FILES data/images/Makefile" ;;
5864
5865  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5866  esac
5867done
5868
5869
5870# If the user did not use the arguments to specify the items to instantiate,
5871# then the envvar interface is used.  Set only those that are not.
5872# We use the long form for the default assignment because of an extremely
5873# bizarre bug on SunOS 4.1.3.
5874if $ac_need_defaults; then
5875  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5876  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
5877  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5878fi
5879
5880# Have a temporary directory for convenience.  Make it in the build tree
5881# simply because there is no reason against having it here, and in addition,
5882# creating and moving files from /tmp can sometimes cause problems.
5883# Hook for its removal unless debugging.
5884# Note that there is a small window in which the directory will not be cleaned:
5885# after its creation but before its name has been assigned to `$tmp'.
5886$debug ||
5887{
5888  tmp= ac_tmp=
5889  trap 'exit_status=$?
5890  : "${ac_tmp:=$tmp}"
5891  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5892' 0
5893  trap 'as_fn_exit 1' 1 2 13 15
5894}
5895# Create a (secure) tmp directory for tmp files.
5896
5897{
5898  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5899  test -d "$tmp"
5900}  ||
5901{
5902  tmp=./conf$$-$RANDOM
5903  (umask 077 && mkdir "$tmp")
5904} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
5905ac_tmp=$tmp
5906
5907# Set up the scripts for CONFIG_FILES section.
5908# No need to generate them if there are no CONFIG_FILES.
5909# This happens for instance with `./config.status config.h'.
5910if test -n "$CONFIG_FILES"; then
5911
5912
5913ac_cr=`echo X | tr X '\015'`
5914# On cygwin, bash can eat \r inside `` if the user requested igncr.
5915# But we know of no other shell where ac_cr would be empty at this
5916# point, so we can use a bashism as a fallback.
5917if test "x$ac_cr" = x; then
5918  eval ac_cr=\$\'\\r\'
5919fi
5920ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5921if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5922  ac_cs_awk_cr='\\r'
5923else
5924  ac_cs_awk_cr=$ac_cr
5925fi
5926
5927echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5928_ACEOF
5929
5930
5931{
5932  echo "cat >conf$$subs.awk <<_ACEOF" &&
5933  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5934  echo "_ACEOF"
5935} >conf$$subs.sh ||
5936  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5937ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5938ac_delim='%!_!# '
5939for ac_last_try in false false false false false :; do
5940  . ./conf$$subs.sh ||
5941    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5942
5943  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5944  if test $ac_delim_n = $ac_delim_num; then
5945    break
5946  elif $ac_last_try; then
5947    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5948  else
5949    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5950  fi
5951done
5952rm -f conf$$subs.sh
5953
5954cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5955cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5956_ACEOF
5957sed -n '
5958h
5959s/^/S["/; s/!.*/"]=/
5960p
5961g
5962s/^[^!]*!//
5963:repl
5964t repl
5965s/'"$ac_delim"'$//
5966t delim
5967:nl
5968h
5969s/\(.\{148\}\)..*/\1/
5970t more1
5971s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5972p
5973n
5974b repl
5975:more1
5976s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5977p
5978g
5979s/.\{148\}//
5980t nl
5981:delim
5982h
5983s/\(.\{148\}\)..*/\1/
5984t more2
5985s/["\\]/\\&/g; s/^/"/; s/$/"/
5986p
5987b
5988:more2
5989s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5990p
5991g
5992s/.\{148\}//
5993t delim
5994' <conf$$subs.awk | sed '
5995/^[^""]/{
5996  N
5997  s/\n//
5998}
5999' >>$CONFIG_STATUS || ac_write_fail=1
6000rm -f conf$$subs.awk
6001cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6002_ACAWK
6003cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
6004  for (key in S) S_is_set[key] = 1
6005  FS = ""
6006
6007}
6008{
6009  line = $ 0
6010  nfields = split(line, field, "@")
6011  substed = 0
6012  len = length(field[1])
6013  for (i = 2; i < nfields; i++) {
6014    key = field[i]
6015    keylen = length(key)
6016    if (S_is_set[key]) {
6017      value = S[key]
6018      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
6019      len += length(value) + length(field[++i])
6020      substed = 1
6021    } else
6022      len += 1 + keylen
6023  }
6024
6025  print line
6026}
6027
6028_ACAWK
6029_ACEOF
6030cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6031if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6032  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6033else
6034  cat
6035fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
6036  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
6037_ACEOF
6038
6039# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
6040# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
6041# trailing colons and then remove the whole line if VPATH becomes empty
6042# (actually we leave an empty line to preserve line numbers).
6043if test "x$srcdir" = x.; then
6044  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
6045h
6046s///
6047s/^/:/
6048s/[	 ]*$/:/
6049s/:\$(srcdir):/:/g
6050s/:\${srcdir}:/:/g
6051s/:@srcdir@:/:/g
6052s/^:*//
6053s/:*$//
6054x
6055s/\(=[	 ]*\).*/\1/
6056G
6057s/\n//
6058s/^[^=]*=[	 ]*$//
6059}'
6060fi
6061
6062cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6063fi # test -n "$CONFIG_FILES"
6064
6065# Set up the scripts for CONFIG_HEADERS section.
6066# No need to generate them if there are no CONFIG_HEADERS.
6067# This happens for instance with `./config.status Makefile'.
6068if test -n "$CONFIG_HEADERS"; then
6069cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
6070BEGIN {
6071_ACEOF
6072
6073# Transform confdefs.h into an awk script `defines.awk', embedded as
6074# here-document in config.status, that substitutes the proper values into
6075# config.h.in to produce config.h.
6076
6077# Create a delimiter string that does not exist in confdefs.h, to ease
6078# handling of long lines.
6079ac_delim='%!_!# '
6080for ac_last_try in false false :; do
6081  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
6082  if test -z "$ac_tt"; then
6083    break
6084  elif $ac_last_try; then
6085    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
6086  else
6087    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6088  fi
6089done
6090
6091# For the awk script, D is an array of macro values keyed by name,
6092# likewise P contains macro parameters if any.  Preserve backslash
6093# newline sequences.
6094
6095ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
6096sed -n '
6097s/.\{148\}/&'"$ac_delim"'/g
6098t rset
6099:rset
6100s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
6101t def
6102d
6103:def
6104s/\\$//
6105t bsnl
6106s/["\\]/\\&/g
6107s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
6108D["\1"]=" \3"/p
6109s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
6110d
6111:bsnl
6112s/["\\]/\\&/g
6113s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
6114D["\1"]=" \3\\\\\\n"\\/p
6115t cont
6116s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
6117t cont
6118d
6119:cont
6120n
6121s/.\{148\}/&'"$ac_delim"'/g
6122t clear
6123:clear
6124s/\\$//
6125t bsnlc
6126s/["\\]/\\&/g; s/^/"/; s/$/"/p
6127d
6128:bsnlc
6129s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
6130b cont
6131' <confdefs.h | sed '
6132s/'"$ac_delim"'/"\\\
6133"/g' >>$CONFIG_STATUS || ac_write_fail=1
6134
6135cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6136  for (key in D) D_is_set[key] = 1
6137  FS = ""
6138}
6139/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
6140  line = \$ 0
6141  split(line, arg, " ")
6142  if (arg[1] == "#") {
6143    defundef = arg[2]
6144    mac1 = arg[3]
6145  } else {
6146    defundef = substr(arg[1], 2)
6147    mac1 = arg[2]
6148  }
6149  split(mac1, mac2, "(") #)
6150  macro = mac2[1]
6151  prefix = substr(line, 1, index(line, defundef) - 1)
6152  if (D_is_set[macro]) {
6153    # Preserve the white space surrounding the "#".
6154    print prefix "define", macro P[macro] D[macro]
6155    next
6156  } else {
6157    # Replace #undef with comments.  This is necessary, for example,
6158    # in the case of _POSIX_SOURCE, which is predefined and required
6159    # on some systems where configure will not decide to define it.
6160    if (defundef == "undef") {
6161      print "/*", prefix defundef, macro, "*/"
6162      next
6163    }
6164  }
6165}
6166{ print }
6167_ACAWK
6168_ACEOF
6169cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6170  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
6171fi # test -n "$CONFIG_HEADERS"
6172
6173
6174eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
6175shift
6176for ac_tag
6177do
6178  case $ac_tag in
6179  :[FHLC]) ac_mode=$ac_tag; continue;;
6180  esac
6181  case $ac_mode$ac_tag in
6182  :[FHL]*:*);;
6183  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
6184  :[FH]-) ac_tag=-:-;;
6185  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6186  esac
6187  ac_save_IFS=$IFS
6188  IFS=:
6189  set x $ac_tag
6190  IFS=$ac_save_IFS
6191  shift
6192  ac_file=$1
6193  shift
6194
6195  case $ac_mode in
6196  :L) ac_source=$1;;
6197  :[FH])
6198    ac_file_inputs=
6199    for ac_f
6200    do
6201      case $ac_f in
6202      -) ac_f="$ac_tmp/stdin";;
6203      *) # Look for the file first in the build tree, then in the source tree
6204	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
6205	 # because $ac_f cannot contain `:'.
6206	 test -f "$ac_f" ||
6207	   case $ac_f in
6208	   [\\/$]*) false;;
6209	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6210	   esac ||
6211	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
6212      esac
6213      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6214      as_fn_append ac_file_inputs " '$ac_f'"
6215    done
6216
6217    # Let's still pretend it is `configure' which instantiates (i.e., don't
6218    # use $as_me), people would be surprised to read:
6219    #    /* config.h.  Generated by config.status.  */
6220    configure_input='Generated from '`
6221	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
6222	`' by configure.'
6223    if test x"$ac_file" != x-; then
6224      configure_input="$ac_file.  $configure_input"
6225      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
6226$as_echo "$as_me: creating $ac_file" >&6;}
6227    fi
6228    # Neutralize special characters interpreted by sed in replacement strings.
6229    case $configure_input in #(
6230    *\&* | *\|* | *\\* )
6231       ac_sed_conf_input=`$as_echo "$configure_input" |
6232       sed 's/[\\\\&|]/\\\\&/g'`;; #(
6233    *) ac_sed_conf_input=$configure_input;;
6234    esac
6235
6236    case $ac_tag in
6237    *:-:* | *:-) cat >"$ac_tmp/stdin" \
6238      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
6239    esac
6240    ;;
6241  esac
6242
6243  ac_dir=`$as_dirname -- "$ac_file" ||
6244$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6245	 X"$ac_file" : 'X\(//\)[^/]' \| \
6246	 X"$ac_file" : 'X\(//\)$' \| \
6247	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
6248$as_echo X"$ac_file" |
6249    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6250	    s//\1/
6251	    q
6252	  }
6253	  /^X\(\/\/\)[^/].*/{
6254	    s//\1/
6255	    q
6256	  }
6257	  /^X\(\/\/\)$/{
6258	    s//\1/
6259	    q
6260	  }
6261	  /^X\(\/\).*/{
6262	    s//\1/
6263	    q
6264	  }
6265	  s/.*/./; q'`
6266  as_dir="$ac_dir"; as_fn_mkdir_p
6267  ac_builddir=.
6268
6269case "$ac_dir" in
6270.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
6271*)
6272  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
6273  # A ".." for each directory in $ac_dir_suffix.
6274  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
6275  case $ac_top_builddir_sub in
6276  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
6277  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
6278  esac ;;
6279esac
6280ac_abs_top_builddir=$ac_pwd
6281ac_abs_builddir=$ac_pwd$ac_dir_suffix
6282# for backward compatibility:
6283ac_top_builddir=$ac_top_build_prefix
6284
6285case $srcdir in
6286  .)  # We are building in place.
6287    ac_srcdir=.
6288    ac_top_srcdir=$ac_top_builddir_sub
6289    ac_abs_top_srcdir=$ac_pwd ;;
6290  [\\/]* | ?:[\\/]* )  # Absolute name.
6291    ac_srcdir=$srcdir$ac_dir_suffix;
6292    ac_top_srcdir=$srcdir
6293    ac_abs_top_srcdir=$srcdir ;;
6294  *) # Relative name.
6295    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
6296    ac_top_srcdir=$ac_top_build_prefix$srcdir
6297    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
6298esac
6299ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
6300
6301
6302  case $ac_mode in
6303  :F)
6304  #
6305  # CONFIG_FILE
6306  #
6307
6308  case $INSTALL in
6309  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6310  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
6311  esac
6312  ac_MKDIR_P=$MKDIR_P
6313  case $MKDIR_P in
6314  [\\/$]* | ?:[\\/]* ) ;;
6315  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6316  esac
6317_ACEOF
6318
6319cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6320# If the template does not know about datarootdir, expand it.
6321# FIXME: This hack should be removed a few years after 2.60.
6322ac_datarootdir_hack=; ac_datarootdir_seen=
6323ac_sed_dataroot='
6324/datarootdir/ {
6325  p
6326  q
6327}
6328/@datadir@/p
6329/@docdir@/p
6330/@infodir@/p
6331/@localedir@/p
6332/@mandir@/p'
6333case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
6334*datarootdir*) ac_datarootdir_seen=yes;;
6335*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
6336  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
6337$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
6338_ACEOF
6339cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6340  ac_datarootdir_hack='
6341  s&@datadir@&$datadir&g
6342  s&@docdir@&$docdir&g
6343  s&@infodir@&$infodir&g
6344  s&@localedir@&$localedir&g
6345  s&@mandir@&$mandir&g
6346  s&\\\${datarootdir}&$datarootdir&g' ;;
6347esac
6348_ACEOF
6349
6350# Neutralize VPATH when `$srcdir' = `.'.
6351# Shell code in configure.ac might set extrasub.
6352# FIXME: do we really want to maintain this feature?
6353cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6354ac_sed_extra="$ac_vpsub
6355$extrasub
6356_ACEOF
6357cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6358:t
6359/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6360s|@configure_input@|$ac_sed_conf_input|;t t
6361s&@top_builddir@&$ac_top_builddir_sub&;t t
6362s&@top_build_prefix@&$ac_top_build_prefix&;t t
6363s&@srcdir@&$ac_srcdir&;t t
6364s&@abs_srcdir@&$ac_abs_srcdir&;t t
6365s&@top_srcdir@&$ac_top_srcdir&;t t
6366s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
6367s&@builddir@&$ac_builddir&;t t
6368s&@abs_builddir@&$ac_abs_builddir&;t t
6369s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6370s&@INSTALL@&$ac_INSTALL&;t t
6371s&@MKDIR_P@&$ac_MKDIR_P&;t t
6372$ac_datarootdir_hack
6373"
6374eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
6375  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6376
6377test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6378  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
6379  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
6380      "$ac_tmp/out"`; test -z "$ac_out"; } &&
6381  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6382which seems to be undefined.  Please make sure it is defined" >&5
6383$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6384which seems to be undefined.  Please make sure it is defined" >&2;}
6385
6386  rm -f "$ac_tmp/stdin"
6387  case $ac_file in
6388  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
6389  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
6390  esac \
6391  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6392 ;;
6393  :H)
6394  #
6395  # CONFIG_HEADER
6396  #
6397  if test x"$ac_file" != x-; then
6398    {
6399      $as_echo "/* $configure_input  */" \
6400      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
6401    } >"$ac_tmp/config.h" \
6402      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6403    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
6404      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6405$as_echo "$as_me: $ac_file is unchanged" >&6;}
6406    else
6407      rm -f "$ac_file"
6408      mv "$ac_tmp/config.h" "$ac_file" \
6409	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
6410    fi
6411  else
6412    $as_echo "/* $configure_input  */" \
6413      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
6414      || as_fn_error $? "could not create -" "$LINENO" 5
6415  fi
6416# Compute "$ac_file"'s index in $config_headers.
6417_am_arg="$ac_file"
6418_am_stamp_count=1
6419for _am_header in $config_headers :; do
6420  case $_am_header in
6421    $_am_arg | $_am_arg:* )
6422      break ;;
6423    * )
6424      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6425  esac
6426done
6427echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
6428$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6429	 X"$_am_arg" : 'X\(//\)[^/]' \| \
6430	 X"$_am_arg" : 'X\(//\)$' \| \
6431	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
6432$as_echo X"$_am_arg" |
6433    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6434	    s//\1/
6435	    q
6436	  }
6437	  /^X\(\/\/\)[^/].*/{
6438	    s//\1/
6439	    q
6440	  }
6441	  /^X\(\/\/\)$/{
6442	    s//\1/
6443	    q
6444	  }
6445	  /^X\(\/\).*/{
6446	    s//\1/
6447	    q
6448	  }
6449	  s/.*/./; q'`/stamp-h$_am_stamp_count
6450 ;;
6451
6452  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
6453$as_echo "$as_me: executing $ac_file commands" >&6;}
6454 ;;
6455  esac
6456
6457
6458  case $ac_file$ac_mode in
6459    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
6460  # Autoconf 2.62 quotes --file arguments for eval, but not when files
6461  # are listed without --file.  Let's play safe and only enable the eval
6462  # if we detect the quoting.
6463  case $CONFIG_FILES in
6464  *\'*) eval set x "$CONFIG_FILES" ;;
6465  *)   set x $CONFIG_FILES ;;
6466  esac
6467  shift
6468  for mf
6469  do
6470    # Strip MF so we end up with the name of the file.
6471    mf=`echo "$mf" | sed -e 's/:.*$//'`
6472    # Check whether this is an Automake generated Makefile or not.
6473    # We used to match only the files named 'Makefile.in', but
6474    # some people rename them; so instead we look at the file content.
6475    # Grep'ing the first line is not enough: some people post-process
6476    # each Makefile.in and add a new line on top of each file to say so.
6477    # Grep'ing the whole file is not good either: AIX grep has a line
6478    # limit of 2048, but all sed's we know have understand at least 4000.
6479    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6480      dirpart=`$as_dirname -- "$mf" ||
6481$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6482	 X"$mf" : 'X\(//\)[^/]' \| \
6483	 X"$mf" : 'X\(//\)$' \| \
6484	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
6485$as_echo X"$mf" |
6486    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6487	    s//\1/
6488	    q
6489	  }
6490	  /^X\(\/\/\)[^/].*/{
6491	    s//\1/
6492	    q
6493	  }
6494	  /^X\(\/\/\)$/{
6495	    s//\1/
6496	    q
6497	  }
6498	  /^X\(\/\).*/{
6499	    s//\1/
6500	    q
6501	  }
6502	  s/.*/./; q'`
6503    else
6504      continue
6505    fi
6506    # Extract the definition of DEPDIR, am__include, and am__quote
6507    # from the Makefile without running 'make'.
6508    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6509    test -z "$DEPDIR" && continue
6510    am__include=`sed -n 's/^am__include = //p' < "$mf"`
6511    test -z "am__include" && continue
6512    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6513    # Find all dependency output files, they are included files with
6514    # $(DEPDIR) in their names.  We invoke sed twice because it is the
6515    # simplest approach to changing $(DEPDIR) to its actual value in the
6516    # expansion.
6517    for file in `sed -n "
6518      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6519	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
6520      # Make sure the directory exists.
6521      test -f "$dirpart/$file" && continue
6522      fdir=`$as_dirname -- "$file" ||
6523$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6524	 X"$file" : 'X\(//\)[^/]' \| \
6525	 X"$file" : 'X\(//\)$' \| \
6526	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
6527$as_echo X"$file" |
6528    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6529	    s//\1/
6530	    q
6531	  }
6532	  /^X\(\/\/\)[^/].*/{
6533	    s//\1/
6534	    q
6535	  }
6536	  /^X\(\/\/\)$/{
6537	    s//\1/
6538	    q
6539	  }
6540	  /^X\(\/\).*/{
6541	    s//\1/
6542	    q
6543	  }
6544	  s/.*/./; q'`
6545      as_dir=$dirpart/$fdir; as_fn_mkdir_p
6546      # echo "creating $dirpart/$file"
6547      echo '# dummy' > "$dirpart/$file"
6548    done
6549  done
6550}
6551 ;;
6552
6553  esac
6554done # for ac_tag
6555
6556
6557as_fn_exit 0
6558_ACEOF
6559ac_clean_files=$ac_clean_files_save
6560
6561test $ac_write_fail = 0 ||
6562  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
6563
6564
6565# configure is writing to config.log, and then calls config.status.
6566# config.status does its own redirection, appending to config.log.
6567# Unfortunately, on DOS this fails, as config.log is still kept open
6568# by configure, so config.status won't be able to write to it; its
6569# output is simply discarded.  So we exec the FD to /dev/null,
6570# effectively closing config.log, so it can be properly (re)opened and
6571# appended to by config.status.  When coming back to configure, we
6572# need to make the FD available again.
6573if test "$no_create" != yes; then
6574  ac_cs_success=:
6575  ac_config_status_args=
6576  test "$silent" = yes &&
6577    ac_config_status_args="$ac_config_status_args --quiet"
6578  exec 5>/dev/null
6579  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6580  exec 5>>config.log
6581  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6582  # would make configure fail if this is the last instruction.
6583  $ac_cs_success || as_fn_exit 1
6584fi
6585if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6586  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6587$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6588fi
6589
6590