1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.65 for pengupop 2.2.6.
4#
5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8# 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.
92case $0 in #((
93  *[\\/]* ) as_myself=$0 ;;
94  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95for as_dir in $PATH
96do
97  IFS=$as_save_IFS
98  test -z "$as_dir" && as_dir=.
99    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100  done
101IFS=$as_save_IFS
102
103     ;;
104esac
105# We did not find ourselves, most probably we were run as `sh COMMAND'
106# in which case we are not to be found in the path.
107if test "x$as_myself" = x; then
108  as_myself=$0
109fi
110if test ! -f "$as_myself"; then
111  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112  exit 1
113fi
114
115# Unset variables that we do not need and which cause bugs (e.g. in
116# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117# suppresses any "Segmentation fault" message there.  '((' could
118# trigger a bug in pdksh 5.2.14.
119for as_var in BASH_ENV ENV MAIL MAILPATH
120do eval test x\${$as_var+set} = xset \
121  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122done
123PS1='$ '
124PS2='> '
125PS4='+ '
126
127# NLS nuisances.
128LC_ALL=C
129export LC_ALL
130LANGUAGE=C
131export LANGUAGE
132
133# CDPATH.
134(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136if test "x$CONFIG_SHELL" = x; then
137  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138  emulate sh
139  NULLCMD=:
140  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141  # is contrary to our usage.  Disable this feature.
142  alias -g '\${1+\"\$@\"}'='\"\$@\"'
143  setopt NO_GLOB_SUBST
144else
145  case \`(set -o) 2>/dev/null\` in #(
146  *posix*) :
147    set -o posix ;; #(
148  *) :
149     ;;
150esac
151fi
152"
153  as_required="as_fn_return () { (exit \$1); }
154as_fn_success () { as_fn_return 0; }
155as_fn_failure () { as_fn_return 1; }
156as_fn_ret_success () { return 0; }
157as_fn_ret_failure () { return 1; }
158
159exitcode=0
160as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166else
167  exitcode=1; echo positional parameters were not saved.
168fi
169test x\$exitcode = x0 || exit 1"
170  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
174  if (eval "$as_required") 2>/dev/null; then :
175  as_have_required=yes
176else
177  as_have_required=no
178fi
179  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
180
181else
182  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
183as_found=false
184for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
185do
186  IFS=$as_save_IFS
187  test -z "$as_dir" && as_dir=.
188  as_found=:
189  case $as_dir in #(
190	 /*)
191	   for as_base in sh bash ksh sh5; do
192	     # Try only shells that exist, to save several forks.
193	     as_shell=$as_dir/$as_base
194	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
195		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
196  CONFIG_SHELL=$as_shell as_have_required=yes
197		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
198  break 2
199fi
200fi
201	   done;;
202       esac
203  as_found=false
204done
205$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
206	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
207  CONFIG_SHELL=$SHELL as_have_required=yes
208fi; }
209IFS=$as_save_IFS
210
211
212      if test "x$CONFIG_SHELL" != x; then :
213  # We cannot yet assume a decent shell, so we have to provide a
214	# neutralization value for shells without unset; and this also
215	# works around shells that cannot unset nonexistent variables.
216	BASH_ENV=/dev/null
217	ENV=/dev/null
218	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
219	export CONFIG_SHELL
220	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
221fi
222
223    if test x$as_have_required = xno; then :
224  $as_echo "$0: This script requires a shell more modern than all"
225  $as_echo "$0: the shells that I found on your system."
226  if test x${ZSH_VERSION+set} = xset ; then
227    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
228    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
229  else
230    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
231$0: including any error possibly output before this
232$0: message. Then install a modern shell, or manually run
233$0: the script under such a shell if you do have one."
234  fi
235  exit 1
236fi
237fi
238fi
239SHELL=${CONFIG_SHELL-/bin/sh}
240export SHELL
241# Unset more variables known to interfere with behavior of common tools.
242CLICOLOR_FORCE= GREP_OPTIONS=
243unset CLICOLOR_FORCE GREP_OPTIONS
244
245## --------------------- ##
246## M4sh Shell Functions. ##
247## --------------------- ##
248# as_fn_unset VAR
249# ---------------
250# Portably unset VAR.
251as_fn_unset ()
252{
253  { eval $1=; unset $1;}
254}
255as_unset=as_fn_unset
256
257# as_fn_set_status STATUS
258# -----------------------
259# Set $? to STATUS, without forking.
260as_fn_set_status ()
261{
262  return $1
263} # as_fn_set_status
264
265# as_fn_exit STATUS
266# -----------------
267# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
268as_fn_exit ()
269{
270  set +e
271  as_fn_set_status $1
272  exit $1
273} # as_fn_exit
274
275# as_fn_mkdir_p
276# -------------
277# Create "$as_dir" as a directory, including parents if necessary.
278as_fn_mkdir_p ()
279{
280
281  case $as_dir in #(
282  -*) as_dir=./$as_dir;;
283  esac
284  test -d "$as_dir" || eval $as_mkdir_p || {
285    as_dirs=
286    while :; do
287      case $as_dir in #(
288      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
289      *) as_qdir=$as_dir;;
290      esac
291      as_dirs="'$as_qdir' $as_dirs"
292      as_dir=`$as_dirname -- "$as_dir" ||
293$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
294	 X"$as_dir" : 'X\(//\)[^/]' \| \
295	 X"$as_dir" : 'X\(//\)$' \| \
296	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
297$as_echo X"$as_dir" |
298    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
299	    s//\1/
300	    q
301	  }
302	  /^X\(\/\/\)[^/].*/{
303	    s//\1/
304	    q
305	  }
306	  /^X\(\/\/\)$/{
307	    s//\1/
308	    q
309	  }
310	  /^X\(\/\).*/{
311	    s//\1/
312	    q
313	  }
314	  s/.*/./; q'`
315      test -d "$as_dir" && break
316    done
317    test -z "$as_dirs" || eval "mkdir $as_dirs"
318  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
319
320
321} # as_fn_mkdir_p
322# as_fn_append VAR VALUE
323# ----------------------
324# Append the text in VALUE to the end of the definition contained in VAR. Take
325# advantage of any shell optimizations that allow amortized linear growth over
326# repeated appends, instead of the typical quadratic growth present in naive
327# implementations.
328if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
329  eval 'as_fn_append ()
330  {
331    eval $1+=\$2
332  }'
333else
334  as_fn_append ()
335  {
336    eval $1=\$$1\$2
337  }
338fi # as_fn_append
339
340# as_fn_arith ARG...
341# ------------------
342# Perform arithmetic evaluation on the ARGs, and store the result in the
343# global $as_val. Take advantage of shells that can avoid forks. The arguments
344# must be portable across $(()) and expr.
345if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
346  eval 'as_fn_arith ()
347  {
348    as_val=$(( $* ))
349  }'
350else
351  as_fn_arith ()
352  {
353    as_val=`expr "$@" || test $? -eq 1`
354  }
355fi # as_fn_arith
356
357
358# as_fn_error ERROR [LINENO LOG_FD]
359# ---------------------------------
360# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
361# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
362# script with status $?, using 1 if that was 0.
363as_fn_error ()
364{
365  as_status=$?; test $as_status -eq 0 && as_status=1
366  if test "$3"; then
367    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
368    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369  fi
370  $as_echo "$as_me: error: $1" >&2
371  as_fn_exit $as_status
372} # as_fn_error
373
374if expr a : '\(a\)' >/dev/null 2>&1 &&
375   test "X`expr 00001 : '.*\(...\)'`" = X001; then
376  as_expr=expr
377else
378  as_expr=false
379fi
380
381if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
382  as_basename=basename
383else
384  as_basename=false
385fi
386
387if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
388  as_dirname=dirname
389else
390  as_dirname=false
391fi
392
393as_me=`$as_basename -- "$0" ||
394$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
395	 X"$0" : 'X\(//\)$' \| \
396	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397$as_echo X/"$0" |
398    sed '/^.*\/\([^/][^/]*\)\/*$/{
399	    s//\1/
400	    q
401	  }
402	  /^X\/\(\/\/\)$/{
403	    s//\1/
404	    q
405	  }
406	  /^X\/\(\/\).*/{
407	    s//\1/
408	    q
409	  }
410	  s/.*/./; q'`
411
412# Avoid depending upon Character Ranges.
413as_cr_letters='abcdefghijklmnopqrstuvwxyz'
414as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
415as_cr_Letters=$as_cr_letters$as_cr_LETTERS
416as_cr_digits='0123456789'
417as_cr_alnum=$as_cr_Letters$as_cr_digits
418
419
420  as_lineno_1=$LINENO as_lineno_1a=$LINENO
421  as_lineno_2=$LINENO as_lineno_2a=$LINENO
422  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
423  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
424  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
425  sed -n '
426    p
427    /[$]LINENO/=
428  ' <$as_myself |
429    sed '
430      s/[$]LINENO.*/&-/
431      t lineno
432      b
433      :lineno
434      N
435      :loop
436      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
437      t loop
438      s/-\n.*//
439    ' >$as_me.lineno &&
440  chmod +x "$as_me.lineno" ||
441    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
442
443  # Don't try to exec as it changes $[0], causing all sort of problems
444  # (the dirname of $[0] is not the place where we might find the
445  # original and so on.  Autoconf is especially sensitive to this).
446  . "./$as_me.lineno"
447  # Exit status is that of the last command.
448  exit
449}
450
451ECHO_C= ECHO_N= ECHO_T=
452case `echo -n x` in #(((((
453-n*)
454  case `echo 'xy\c'` in
455  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
456  xy)  ECHO_C='\c';;
457  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
458       ECHO_T='	';;
459  esac;;
460*)
461  ECHO_N='-n';;
462esac
463
464rm -f conf$$ conf$$.exe conf$$.file
465if test -d conf$$.dir; then
466  rm -f conf$$.dir/conf$$.file
467else
468  rm -f conf$$.dir
469  mkdir conf$$.dir 2>/dev/null
470fi
471if (echo >conf$$.file) 2>/dev/null; then
472  if ln -s conf$$.file conf$$ 2>/dev/null; then
473    as_ln_s='ln -s'
474    # ... but there are two gotchas:
475    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
476    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
477    # In both cases, we have to default to `cp -p'.
478    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
479      as_ln_s='cp -p'
480  elif ln conf$$.file conf$$ 2>/dev/null; then
481    as_ln_s=ln
482  else
483    as_ln_s='cp -p'
484  fi
485else
486  as_ln_s='cp -p'
487fi
488rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
489rmdir conf$$.dir 2>/dev/null
490
491if mkdir -p . 2>/dev/null; then
492  as_mkdir_p='mkdir -p "$as_dir"'
493else
494  test -d ./-p && rmdir ./-p
495  as_mkdir_p=false
496fi
497
498if test -x / >/dev/null 2>&1; then
499  as_test_x='test -x'
500else
501  if ls -dL / >/dev/null 2>&1; then
502    as_ls_L_option=L
503  else
504    as_ls_L_option=
505  fi
506  as_test_x='
507    eval sh -c '\''
508      if test -d "$1"; then
509	test -d "$1/.";
510      else
511	case $1 in #(
512	-*)set "./$1";;
513	esac;
514	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
515	???[sx]*):;;*)false;;esac;fi
516    '\'' sh
517  '
518fi
519as_executable_p=$as_test_x
520
521# Sed expression to map a string onto a valid CPP name.
522as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523
524# Sed expression to map a string onto a valid variable name.
525as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
526
527
528test -n "$DJDIR" || exec 7<&0 </dev/null
529exec 6>&1
530
531# Name of the host.
532# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
533# so uname gets run too.
534ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
535
536#
537# Initializations.
538#
539ac_default_prefix=/usr/local
540ac_clean_files=
541ac_config_libobj_dir=.
542LIBOBJS=
543cross_compiling=no
544subdirs=
545MFLAGS=
546MAKEFLAGS=
547
548# Identity of this package.
549PACKAGE_NAME='pengupop'
550PACKAGE_TARNAME='pengupop'
551PACKAGE_VERSION='2.2.6'
552PACKAGE_STRING='pengupop 2.2.6'
553PACKAGE_BUGREPORT=''
554PACKAGE_URL=''
555
556ac_subst_vars='am__EXEEXT_FALSE
557am__EXEEXT_TRUE
558LTLIBOBJS
559LIBOBJS
560ARCHFLAGS
561DARWIN_FALSE
562DARWIN_TRUE
563WIN32_FALSE
564WIN32_TRUE
565LINUX_FALSE
566LINUX_TRUE
567host_os
568host_vendor
569host_cpu
570host
571build_os
572build_vendor
573build_cpu
574build
575am__fastdepCC_FALSE
576am__fastdepCC_TRUE
577CCDEPMODE
578AMDEPBACKSLASH
579AMDEP_FALSE
580AMDEP_TRUE
581am__quote
582am__include
583DEPDIR
584OBJEXT
585EXEEXT
586ac_ct_CC
587CPPFLAGS
588LDFLAGS
589CFLAGS
590CC
591MAINT
592MAINTAINER_MODE_FALSE
593MAINTAINER_MODE_TRUE
594am__untar
595am__tar
596AMTAR
597am__leading_dot
598SET_MAKE
599AWK
600mkdir_p
601MKDIR_P
602INSTALL_STRIP_PROGRAM
603STRIP
604install_sh
605MAKEINFO
606AUTOHEADER
607AUTOMAKE
608AUTOCONF
609ACLOCAL
610VERSION
611PACKAGE
612CYGPATH_W
613am__isrc
614INSTALL_DATA
615INSTALL_SCRIPT
616INSTALL_PROGRAM
617target_alias
618host_alias
619build_alias
620LIBS
621ECHO_T
622ECHO_N
623ECHO_C
624DEFS
625mandir
626localedir
627libdir
628psdir
629pdfdir
630dvidir
631htmldir
632infodir
633docdir
634oldincludedir
635includedir
636localstatedir
637sharedstatedir
638sysconfdir
639datadir
640datarootdir
641libexecdir
642sbindir
643bindir
644program_transform_name
645prefix
646exec_prefix
647PACKAGE_URL
648PACKAGE_BUGREPORT
649PACKAGE_STRING
650PACKAGE_VERSION
651PACKAGE_TARNAME
652PACKAGE_NAME
653PATH_SEPARATOR
654SHELL'
655ac_subst_files=''
656ac_user_opts='
657enable_option_checking
658enable_maintainer_mode
659enable_dependency_tracking
660'
661      ac_precious_vars='build_alias
662host_alias
663target_alias
664CC
665CFLAGS
666LDFLAGS
667LIBS
668CPPFLAGS'
669
670
671# Initialize some variables set by options.
672ac_init_help=
673ac_init_version=false
674ac_unrecognized_opts=
675ac_unrecognized_sep=
676# The variables have the same names as the options, with
677# dashes changed to underlines.
678cache_file=/dev/null
679exec_prefix=NONE
680no_create=
681no_recursion=
682prefix=NONE
683program_prefix=NONE
684program_suffix=NONE
685program_transform_name=s,x,x,
686silent=
687site=
688srcdir=
689verbose=
690x_includes=NONE
691x_libraries=NONE
692
693# Installation directory options.
694# These are left unexpanded so users can "make install exec_prefix=/foo"
695# and all the variables that are supposed to be based on exec_prefix
696# by default will actually change.
697# Use braces instead of parens because sh, perl, etc. also accept them.
698# (The list follows the same order as the GNU Coding Standards.)
699bindir='${exec_prefix}/bin'
700sbindir='${exec_prefix}/sbin'
701libexecdir='${exec_prefix}/libexec'
702datarootdir='${prefix}/share'
703datadir='${datarootdir}'
704sysconfdir='${prefix}/etc'
705sharedstatedir='${prefix}/com'
706localstatedir='${prefix}/var'
707includedir='${prefix}/include'
708oldincludedir='/usr/include'
709docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
710infodir='${datarootdir}/info'
711htmldir='${docdir}'
712dvidir='${docdir}'
713pdfdir='${docdir}'
714psdir='${docdir}'
715libdir='${exec_prefix}/lib'
716localedir='${datarootdir}/locale'
717mandir='${datarootdir}/man'
718
719ac_prev=
720ac_dashdash=
721for ac_option
722do
723  # If the previous option needs an argument, assign it.
724  if test -n "$ac_prev"; then
725    eval $ac_prev=\$ac_option
726    ac_prev=
727    continue
728  fi
729
730  case $ac_option in
731  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
732  *)	ac_optarg=yes ;;
733  esac
734
735  # Accept the important Cygnus configure options, so we can diagnose typos.
736
737  case $ac_dashdash$ac_option in
738  --)
739    ac_dashdash=yes ;;
740
741  -bindir | --bindir | --bindi | --bind | --bin | --bi)
742    ac_prev=bindir ;;
743  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
744    bindir=$ac_optarg ;;
745
746  -build | --build | --buil | --bui | --bu)
747    ac_prev=build_alias ;;
748  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
749    build_alias=$ac_optarg ;;
750
751  -cache-file | --cache-file | --cache-fil | --cache-fi \
752  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
753    ac_prev=cache_file ;;
754  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
755  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
756    cache_file=$ac_optarg ;;
757
758  --config-cache | -C)
759    cache_file=config.cache ;;
760
761  -datadir | --datadir | --datadi | --datad)
762    ac_prev=datadir ;;
763  -datadir=* | --datadir=* | --datadi=* | --datad=*)
764    datadir=$ac_optarg ;;
765
766  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
767  | --dataroo | --dataro | --datar)
768    ac_prev=datarootdir ;;
769  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
770  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
771    datarootdir=$ac_optarg ;;
772
773  -disable-* | --disable-*)
774    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
775    # Reject names that are not valid shell variable names.
776    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
777      as_fn_error "invalid feature name: $ac_useropt"
778    ac_useropt_orig=$ac_useropt
779    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
780    case $ac_user_opts in
781      *"
782"enable_$ac_useropt"
783"*) ;;
784      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
785	 ac_unrecognized_sep=', ';;
786    esac
787    eval enable_$ac_useropt=no ;;
788
789  -docdir | --docdir | --docdi | --doc | --do)
790    ac_prev=docdir ;;
791  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
792    docdir=$ac_optarg ;;
793
794  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
795    ac_prev=dvidir ;;
796  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
797    dvidir=$ac_optarg ;;
798
799  -enable-* | --enable-*)
800    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
801    # Reject names that are not valid shell variable names.
802    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
803      as_fn_error "invalid feature name: $ac_useropt"
804    ac_useropt_orig=$ac_useropt
805    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
806    case $ac_user_opts in
807      *"
808"enable_$ac_useropt"
809"*) ;;
810      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
811	 ac_unrecognized_sep=', ';;
812    esac
813    eval enable_$ac_useropt=\$ac_optarg ;;
814
815  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
816  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
817  | --exec | --exe | --ex)
818    ac_prev=exec_prefix ;;
819  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
820  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
821  | --exec=* | --exe=* | --ex=*)
822    exec_prefix=$ac_optarg ;;
823
824  -gas | --gas | --ga | --g)
825    # Obsolete; use --with-gas.
826    with_gas=yes ;;
827
828  -help | --help | --hel | --he | -h)
829    ac_init_help=long ;;
830  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
831    ac_init_help=recursive ;;
832  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
833    ac_init_help=short ;;
834
835  -host | --host | --hos | --ho)
836    ac_prev=host_alias ;;
837  -host=* | --host=* | --hos=* | --ho=*)
838    host_alias=$ac_optarg ;;
839
840  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
841    ac_prev=htmldir ;;
842  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
843  | --ht=*)
844    htmldir=$ac_optarg ;;
845
846  -includedir | --includedir | --includedi | --included | --include \
847  | --includ | --inclu | --incl | --inc)
848    ac_prev=includedir ;;
849  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
850  | --includ=* | --inclu=* | --incl=* | --inc=*)
851    includedir=$ac_optarg ;;
852
853  -infodir | --infodir | --infodi | --infod | --info | --inf)
854    ac_prev=infodir ;;
855  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
856    infodir=$ac_optarg ;;
857
858  -libdir | --libdir | --libdi | --libd)
859    ac_prev=libdir ;;
860  -libdir=* | --libdir=* | --libdi=* | --libd=*)
861    libdir=$ac_optarg ;;
862
863  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
864  | --libexe | --libex | --libe)
865    ac_prev=libexecdir ;;
866  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
867  | --libexe=* | --libex=* | --libe=*)
868    libexecdir=$ac_optarg ;;
869
870  -localedir | --localedir | --localedi | --localed | --locale)
871    ac_prev=localedir ;;
872  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
873    localedir=$ac_optarg ;;
874
875  -localstatedir | --localstatedir | --localstatedi | --localstated \
876  | --localstate | --localstat | --localsta | --localst | --locals)
877    ac_prev=localstatedir ;;
878  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
879  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
880    localstatedir=$ac_optarg ;;
881
882  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
883    ac_prev=mandir ;;
884  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
885    mandir=$ac_optarg ;;
886
887  -nfp | --nfp | --nf)
888    # Obsolete; use --without-fp.
889    with_fp=no ;;
890
891  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
892  | --no-cr | --no-c | -n)
893    no_create=yes ;;
894
895  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
896  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
897    no_recursion=yes ;;
898
899  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
900  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
901  | --oldin | --oldi | --old | --ol | --o)
902    ac_prev=oldincludedir ;;
903  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
904  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
905  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
906    oldincludedir=$ac_optarg ;;
907
908  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
909    ac_prev=prefix ;;
910  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
911    prefix=$ac_optarg ;;
912
913  -program-prefix | --program-prefix | --program-prefi | --program-pref \
914  | --program-pre | --program-pr | --program-p)
915    ac_prev=program_prefix ;;
916  -program-prefix=* | --program-prefix=* | --program-prefi=* \
917  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
918    program_prefix=$ac_optarg ;;
919
920  -program-suffix | --program-suffix | --program-suffi | --program-suff \
921  | --program-suf | --program-su | --program-s)
922    ac_prev=program_suffix ;;
923  -program-suffix=* | --program-suffix=* | --program-suffi=* \
924  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
925    program_suffix=$ac_optarg ;;
926
927  -program-transform-name | --program-transform-name \
928  | --program-transform-nam | --program-transform-na \
929  | --program-transform-n | --program-transform- \
930  | --program-transform | --program-transfor \
931  | --program-transfo | --program-transf \
932  | --program-trans | --program-tran \
933  | --progr-tra | --program-tr | --program-t)
934    ac_prev=program_transform_name ;;
935  -program-transform-name=* | --program-transform-name=* \
936  | --program-transform-nam=* | --program-transform-na=* \
937  | --program-transform-n=* | --program-transform-=* \
938  | --program-transform=* | --program-transfor=* \
939  | --program-transfo=* | --program-transf=* \
940  | --program-trans=* | --program-tran=* \
941  | --progr-tra=* | --program-tr=* | --program-t=*)
942    program_transform_name=$ac_optarg ;;
943
944  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
945    ac_prev=pdfdir ;;
946  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
947    pdfdir=$ac_optarg ;;
948
949  -psdir | --psdir | --psdi | --psd | --ps)
950    ac_prev=psdir ;;
951  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
952    psdir=$ac_optarg ;;
953
954  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
955  | -silent | --silent | --silen | --sile | --sil)
956    silent=yes ;;
957
958  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
959    ac_prev=sbindir ;;
960  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
961  | --sbi=* | --sb=*)
962    sbindir=$ac_optarg ;;
963
964  -sharedstatedir | --sharedstatedir | --sharedstatedi \
965  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
966  | --sharedst | --shareds | --shared | --share | --shar \
967  | --sha | --sh)
968    ac_prev=sharedstatedir ;;
969  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
970  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
971  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
972  | --sha=* | --sh=*)
973    sharedstatedir=$ac_optarg ;;
974
975  -site | --site | --sit)
976    ac_prev=site ;;
977  -site=* | --site=* | --sit=*)
978    site=$ac_optarg ;;
979
980  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
981    ac_prev=srcdir ;;
982  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
983    srcdir=$ac_optarg ;;
984
985  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
986  | --syscon | --sysco | --sysc | --sys | --sy)
987    ac_prev=sysconfdir ;;
988  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
989  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
990    sysconfdir=$ac_optarg ;;
991
992  -target | --target | --targe | --targ | --tar | --ta | --t)
993    ac_prev=target_alias ;;
994  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
995    target_alias=$ac_optarg ;;
996
997  -v | -verbose | --verbose | --verbos | --verbo | --verb)
998    verbose=yes ;;
999
1000  -version | --version | --versio | --versi | --vers | -V)
1001    ac_init_version=: ;;
1002
1003  -with-* | --with-*)
1004    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1005    # Reject names that are not valid shell variable names.
1006    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007      as_fn_error "invalid package name: $ac_useropt"
1008    ac_useropt_orig=$ac_useropt
1009    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010    case $ac_user_opts in
1011      *"
1012"with_$ac_useropt"
1013"*) ;;
1014      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1015	 ac_unrecognized_sep=', ';;
1016    esac
1017    eval with_$ac_useropt=\$ac_optarg ;;
1018
1019  -without-* | --without-*)
1020    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1021    # Reject names that are not valid shell variable names.
1022    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1023      as_fn_error "invalid package name: $ac_useropt"
1024    ac_useropt_orig=$ac_useropt
1025    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1026    case $ac_user_opts in
1027      *"
1028"with_$ac_useropt"
1029"*) ;;
1030      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1031	 ac_unrecognized_sep=', ';;
1032    esac
1033    eval with_$ac_useropt=no ;;
1034
1035  --x)
1036    # Obsolete; use --with-x.
1037    with_x=yes ;;
1038
1039  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1040  | --x-incl | --x-inc | --x-in | --x-i)
1041    ac_prev=x_includes ;;
1042  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1043  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1044    x_includes=$ac_optarg ;;
1045
1046  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1047  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1048    ac_prev=x_libraries ;;
1049  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1050  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1051    x_libraries=$ac_optarg ;;
1052
1053  -*) as_fn_error "unrecognized option: \`$ac_option'
1054Try \`$0 --help' for more information."
1055    ;;
1056
1057  *=*)
1058    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1059    # Reject names that are not valid shell variable names.
1060    case $ac_envvar in #(
1061      '' | [0-9]* | *[!_$as_cr_alnum]* )
1062      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1063    esac
1064    eval $ac_envvar=\$ac_optarg
1065    export $ac_envvar ;;
1066
1067  *)
1068    # FIXME: should be removed in autoconf 3.0.
1069    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1070    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1071      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1072    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1073    ;;
1074
1075  esac
1076done
1077
1078if test -n "$ac_prev"; then
1079  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1080  as_fn_error "missing argument to $ac_option"
1081fi
1082
1083if test -n "$ac_unrecognized_opts"; then
1084  case $enable_option_checking in
1085    no) ;;
1086    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1087    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1088  esac
1089fi
1090
1091# Check all directory arguments for consistency.
1092for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1093		datadir sysconfdir sharedstatedir localstatedir includedir \
1094		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1095		libdir localedir mandir
1096do
1097  eval ac_val=\$$ac_var
1098  # Remove trailing slashes.
1099  case $ac_val in
1100    */ )
1101      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1102      eval $ac_var=\$ac_val;;
1103  esac
1104  # Be sure to have absolute directory names.
1105  case $ac_val in
1106    [\\/$]* | ?:[\\/]* )  continue;;
1107    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1108  esac
1109  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1110done
1111
1112# There might be people who depend on the old broken behavior: `$host'
1113# used to hold the argument of --host etc.
1114# FIXME: To remove some day.
1115build=$build_alias
1116host=$host_alias
1117target=$target_alias
1118
1119# FIXME: To remove some day.
1120if test "x$host_alias" != x; then
1121  if test "x$build_alias" = x; then
1122    cross_compiling=maybe
1123    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1124    If a cross compiler is detected then cross compile mode will be used." >&2
1125  elif test "x$build_alias" != "x$host_alias"; then
1126    cross_compiling=yes
1127  fi
1128fi
1129
1130ac_tool_prefix=
1131test -n "$host_alias" && ac_tool_prefix=$host_alias-
1132
1133test "$silent" = yes && exec 6>/dev/null
1134
1135
1136ac_pwd=`pwd` && test -n "$ac_pwd" &&
1137ac_ls_di=`ls -di .` &&
1138ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1139  as_fn_error "working directory cannot be determined"
1140test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1141  as_fn_error "pwd does not report name of working directory"
1142
1143
1144# Find the source files, if location was not specified.
1145if test -z "$srcdir"; then
1146  ac_srcdir_defaulted=yes
1147  # Try the directory containing this script, then the parent directory.
1148  ac_confdir=`$as_dirname -- "$as_myself" ||
1149$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1150	 X"$as_myself" : 'X\(//\)[^/]' \| \
1151	 X"$as_myself" : 'X\(//\)$' \| \
1152	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1153$as_echo X"$as_myself" |
1154    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1155	    s//\1/
1156	    q
1157	  }
1158	  /^X\(\/\/\)[^/].*/{
1159	    s//\1/
1160	    q
1161	  }
1162	  /^X\(\/\/\)$/{
1163	    s//\1/
1164	    q
1165	  }
1166	  /^X\(\/\).*/{
1167	    s//\1/
1168	    q
1169	  }
1170	  s/.*/./; q'`
1171  srcdir=$ac_confdir
1172  if test ! -r "$srcdir/$ac_unique_file"; then
1173    srcdir=..
1174  fi
1175else
1176  ac_srcdir_defaulted=no
1177fi
1178if test ! -r "$srcdir/$ac_unique_file"; then
1179  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1180  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1181fi
1182ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1183ac_abs_confdir=`(
1184	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1185	pwd)`
1186# When building in place, set srcdir=.
1187if test "$ac_abs_confdir" = "$ac_pwd"; then
1188  srcdir=.
1189fi
1190# Remove unnecessary trailing slashes from srcdir.
1191# Double slashes in file names in object file debugging info
1192# mess up M-x gdb in Emacs.
1193case $srcdir in
1194*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1195esac
1196for ac_var in $ac_precious_vars; do
1197  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1198  eval ac_env_${ac_var}_value=\$${ac_var}
1199  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1200  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1201done
1202
1203#
1204# Report the --help message.
1205#
1206if test "$ac_init_help" = "long"; then
1207  # Omit some internal or obsolete options to make the list less imposing.
1208  # This message is too long to be a string in the A/UX 3.1 sh.
1209  cat <<_ACEOF
1210\`configure' configures pengupop 2.2.6 to adapt to many kinds of systems.
1211
1212Usage: $0 [OPTION]... [VAR=VALUE]...
1213
1214To assign environment variables (e.g., CC, CFLAGS...), specify them as
1215VAR=VALUE.  See below for descriptions of some of the useful variables.
1216
1217Defaults for the options are specified in brackets.
1218
1219Configuration:
1220  -h, --help              display this help and exit
1221      --help=short        display options specific to this package
1222      --help=recursive    display the short help of all the included packages
1223  -V, --version           display version information and exit
1224  -q, --quiet, --silent   do not print \`checking...' messages
1225      --cache-file=FILE   cache test results in FILE [disabled]
1226  -C, --config-cache      alias for \`--cache-file=config.cache'
1227  -n, --no-create         do not create output files
1228      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1229
1230Installation directories:
1231  --prefix=PREFIX         install architecture-independent files in PREFIX
1232                          [$ac_default_prefix]
1233  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1234                          [PREFIX]
1235
1236By default, \`make install' will install all the files in
1237\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1238an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1239for instance \`--prefix=\$HOME'.
1240
1241For better control, use the options below.
1242
1243Fine tuning of the installation directories:
1244  --bindir=DIR            user executables [EPREFIX/bin]
1245  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1246  --libexecdir=DIR        program executables [EPREFIX/libexec]
1247  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1248  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1249  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1250  --libdir=DIR            object code libraries [EPREFIX/lib]
1251  --includedir=DIR        C header files [PREFIX/include]
1252  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1253  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1254  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1255  --infodir=DIR           info documentation [DATAROOTDIR/info]
1256  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1257  --mandir=DIR            man documentation [DATAROOTDIR/man]
1258  --docdir=DIR            documentation root [DATAROOTDIR/doc/pengupop]
1259  --htmldir=DIR           html documentation [DOCDIR]
1260  --dvidir=DIR            dvi documentation [DOCDIR]
1261  --pdfdir=DIR            pdf documentation [DOCDIR]
1262  --psdir=DIR             ps documentation [DOCDIR]
1263_ACEOF
1264
1265  cat <<\_ACEOF
1266
1267Program names:
1268  --program-prefix=PREFIX            prepend PREFIX to installed program names
1269  --program-suffix=SUFFIX            append SUFFIX to installed program names
1270  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1271
1272System types:
1273  --build=BUILD     configure for building on BUILD [guessed]
1274  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1275_ACEOF
1276fi
1277
1278if test -n "$ac_init_help"; then
1279  case $ac_init_help in
1280     short | recursive ) echo "Configuration of pengupop 2.2.6:";;
1281   esac
1282  cat <<\_ACEOF
1283
1284Optional Features:
1285  --disable-option-checking  ignore unrecognized --enable/--with options
1286  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1287  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1288  --enable-maintainer-mode  enable make rules and dependencies not useful
1289			  (and sometimes confusing) to the casual installer
1290  --disable-dependency-tracking  speeds up one-time build
1291  --enable-dependency-tracking   do not reject slow dependency extractors
1292
1293Some influential environment variables:
1294  CC          C compiler command
1295  CFLAGS      C compiler flags
1296  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1297              nonstandard directory <lib dir>
1298  LIBS        libraries to pass to the linker, e.g. -l<library>
1299  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1300              you have headers in a nonstandard directory <include dir>
1301
1302Use these variables to override the choices made by `configure' or to help
1303it to find libraries and programs with nonstandard names/locations.
1304
1305Report bugs to the package provider.
1306_ACEOF
1307ac_status=$?
1308fi
1309
1310if test "$ac_init_help" = "recursive"; then
1311  # If there are subdirs, report their specific --help.
1312  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1313    test -d "$ac_dir" ||
1314      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1315      continue
1316    ac_builddir=.
1317
1318case "$ac_dir" in
1319.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1320*)
1321  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1322  # A ".." for each directory in $ac_dir_suffix.
1323  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1324  case $ac_top_builddir_sub in
1325  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1326  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1327  esac ;;
1328esac
1329ac_abs_top_builddir=$ac_pwd
1330ac_abs_builddir=$ac_pwd$ac_dir_suffix
1331# for backward compatibility:
1332ac_top_builddir=$ac_top_build_prefix
1333
1334case $srcdir in
1335  .)  # We are building in place.
1336    ac_srcdir=.
1337    ac_top_srcdir=$ac_top_builddir_sub
1338    ac_abs_top_srcdir=$ac_pwd ;;
1339  [\\/]* | ?:[\\/]* )  # Absolute name.
1340    ac_srcdir=$srcdir$ac_dir_suffix;
1341    ac_top_srcdir=$srcdir
1342    ac_abs_top_srcdir=$srcdir ;;
1343  *) # Relative name.
1344    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1345    ac_top_srcdir=$ac_top_build_prefix$srcdir
1346    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1347esac
1348ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1349
1350    cd "$ac_dir" || { ac_status=$?; continue; }
1351    # Check for guested configure.
1352    if test -f "$ac_srcdir/configure.gnu"; then
1353      echo &&
1354      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1355    elif test -f "$ac_srcdir/configure"; then
1356      echo &&
1357      $SHELL "$ac_srcdir/configure" --help=recursive
1358    else
1359      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1360    fi || ac_status=$?
1361    cd "$ac_pwd" || { ac_status=$?; break; }
1362  done
1363fi
1364
1365test -n "$ac_init_help" && exit $ac_status
1366if $ac_init_version; then
1367  cat <<\_ACEOF
1368pengupop configure 2.2.6
1369generated by GNU Autoconf 2.65
1370
1371Copyright (C) 2009 Free Software Foundation, Inc.
1372This configure script is free software; the Free Software Foundation
1373gives unlimited permission to copy, distribute and modify it.
1374_ACEOF
1375  exit
1376fi
1377
1378## ------------------------ ##
1379## Autoconf initialization. ##
1380## ------------------------ ##
1381
1382# ac_fn_c_try_compile LINENO
1383# --------------------------
1384# Try to compile conftest.$ac_ext, and return whether this succeeded.
1385ac_fn_c_try_compile ()
1386{
1387  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1388  rm -f conftest.$ac_objext
1389  if { { ac_try="$ac_compile"
1390case "(($ac_try" in
1391  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1392  *) ac_try_echo=$ac_try;;
1393esac
1394eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1395$as_echo "$ac_try_echo"; } >&5
1396  (eval "$ac_compile") 2>conftest.err
1397  ac_status=$?
1398  if test -s conftest.err; then
1399    grep -v '^ *+' conftest.err >conftest.er1
1400    cat conftest.er1 >&5
1401    mv -f conftest.er1 conftest.err
1402  fi
1403  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1404  test $ac_status = 0; } && {
1405	 test -z "$ac_c_werror_flag" ||
1406	 test ! -s conftest.err
1407       } && test -s conftest.$ac_objext; then :
1408  ac_retval=0
1409else
1410  $as_echo "$as_me: failed program was:" >&5
1411sed 's/^/| /' conftest.$ac_ext >&5
1412
1413	ac_retval=1
1414fi
1415  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1416  as_fn_set_status $ac_retval
1417
1418} # ac_fn_c_try_compile
1419cat >config.log <<_ACEOF
1420This file contains any messages produced by compilers while
1421running configure, to aid debugging if configure makes a mistake.
1422
1423It was created by pengupop $as_me 2.2.6, which was
1424generated by GNU Autoconf 2.65.  Invocation command line was
1425
1426  $ $0 $@
1427
1428_ACEOF
1429exec 5>>config.log
1430{
1431cat <<_ASUNAME
1432## --------- ##
1433## Platform. ##
1434## --------- ##
1435
1436hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1437uname -m = `(uname -m) 2>/dev/null || echo unknown`
1438uname -r = `(uname -r) 2>/dev/null || echo unknown`
1439uname -s = `(uname -s) 2>/dev/null || echo unknown`
1440uname -v = `(uname -v) 2>/dev/null || echo unknown`
1441
1442/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1443/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1444
1445/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1446/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1447/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1448/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1449/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1450/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1451/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1452
1453_ASUNAME
1454
1455as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1456for as_dir in $PATH
1457do
1458  IFS=$as_save_IFS
1459  test -z "$as_dir" && as_dir=.
1460    $as_echo "PATH: $as_dir"
1461  done
1462IFS=$as_save_IFS
1463
1464} >&5
1465
1466cat >&5 <<_ACEOF
1467
1468
1469## ----------- ##
1470## Core tests. ##
1471## ----------- ##
1472
1473_ACEOF
1474
1475
1476# Keep a trace of the command line.
1477# Strip out --no-create and --no-recursion so they do not pile up.
1478# Strip out --silent because we don't want to record it for future runs.
1479# Also quote any args containing shell meta-characters.
1480# Make two passes to allow for proper duplicate-argument suppression.
1481ac_configure_args=
1482ac_configure_args0=
1483ac_configure_args1=
1484ac_must_keep_next=false
1485for ac_pass in 1 2
1486do
1487  for ac_arg
1488  do
1489    case $ac_arg in
1490    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1491    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1492    | -silent | --silent | --silen | --sile | --sil)
1493      continue ;;
1494    *\'*)
1495      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1496    esac
1497    case $ac_pass in
1498    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1499    2)
1500      as_fn_append ac_configure_args1 " '$ac_arg'"
1501      if test $ac_must_keep_next = true; then
1502	ac_must_keep_next=false # Got value, back to normal.
1503      else
1504	case $ac_arg in
1505	  *=* | --config-cache | -C | -disable-* | --disable-* \
1506	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1507	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1508	  | -with-* | --with-* | -without-* | --without-* | --x)
1509	    case "$ac_configure_args0 " in
1510	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1511	    esac
1512	    ;;
1513	  -* ) ac_must_keep_next=true ;;
1514	esac
1515      fi
1516      as_fn_append ac_configure_args " '$ac_arg'"
1517      ;;
1518    esac
1519  done
1520done
1521{ ac_configure_args0=; unset ac_configure_args0;}
1522{ ac_configure_args1=; unset ac_configure_args1;}
1523
1524# When interrupted or exit'd, cleanup temporary files, and complete
1525# config.log.  We remove comments because anyway the quotes in there
1526# would cause problems or look ugly.
1527# WARNING: Use '\'' to represent an apostrophe within the trap.
1528# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1529trap 'exit_status=$?
1530  # Save into config.log some information that might help in debugging.
1531  {
1532    echo
1533
1534    cat <<\_ASBOX
1535## ---------------- ##
1536## Cache variables. ##
1537## ---------------- ##
1538_ASBOX
1539    echo
1540    # The following way of writing the cache mishandles newlines in values,
1541(
1542  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1543    eval ac_val=\$$ac_var
1544    case $ac_val in #(
1545    *${as_nl}*)
1546      case $ac_var in #(
1547      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1548$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1549      esac
1550      case $ac_var in #(
1551      _ | IFS | as_nl) ;; #(
1552      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1553      *) { eval $ac_var=; unset $ac_var;} ;;
1554      esac ;;
1555    esac
1556  done
1557  (set) 2>&1 |
1558    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1559    *${as_nl}ac_space=\ *)
1560      sed -n \
1561	"s/'\''/'\''\\\\'\'''\''/g;
1562	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1563      ;; #(
1564    *)
1565      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1566      ;;
1567    esac |
1568    sort
1569)
1570    echo
1571
1572    cat <<\_ASBOX
1573## ----------------- ##
1574## Output variables. ##
1575## ----------------- ##
1576_ASBOX
1577    echo
1578    for ac_var in $ac_subst_vars
1579    do
1580      eval ac_val=\$$ac_var
1581      case $ac_val in
1582      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1583      esac
1584      $as_echo "$ac_var='\''$ac_val'\''"
1585    done | sort
1586    echo
1587
1588    if test -n "$ac_subst_files"; then
1589      cat <<\_ASBOX
1590## ------------------- ##
1591## File substitutions. ##
1592## ------------------- ##
1593_ASBOX
1594      echo
1595      for ac_var in $ac_subst_files
1596      do
1597	eval ac_val=\$$ac_var
1598	case $ac_val in
1599	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1600	esac
1601	$as_echo "$ac_var='\''$ac_val'\''"
1602      done | sort
1603      echo
1604    fi
1605
1606    if test -s confdefs.h; then
1607      cat <<\_ASBOX
1608## ----------- ##
1609## confdefs.h. ##
1610## ----------- ##
1611_ASBOX
1612      echo
1613      cat confdefs.h
1614      echo
1615    fi
1616    test "$ac_signal" != 0 &&
1617      $as_echo "$as_me: caught signal $ac_signal"
1618    $as_echo "$as_me: exit $exit_status"
1619  } >&5
1620  rm -f core *.core core.conftest.* &&
1621    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1622    exit $exit_status
1623' 0
1624for ac_signal in 1 2 13 15; do
1625  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1626done
1627ac_signal=0
1628
1629# confdefs.h avoids OS command line length limits that DEFS can exceed.
1630rm -f -r conftest* confdefs.h
1631
1632$as_echo "/* confdefs.h */" > confdefs.h
1633
1634# Predefined preprocessor variables.
1635
1636cat >>confdefs.h <<_ACEOF
1637#define PACKAGE_NAME "$PACKAGE_NAME"
1638_ACEOF
1639
1640cat >>confdefs.h <<_ACEOF
1641#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1642_ACEOF
1643
1644cat >>confdefs.h <<_ACEOF
1645#define PACKAGE_VERSION "$PACKAGE_VERSION"
1646_ACEOF
1647
1648cat >>confdefs.h <<_ACEOF
1649#define PACKAGE_STRING "$PACKAGE_STRING"
1650_ACEOF
1651
1652cat >>confdefs.h <<_ACEOF
1653#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1654_ACEOF
1655
1656cat >>confdefs.h <<_ACEOF
1657#define PACKAGE_URL "$PACKAGE_URL"
1658_ACEOF
1659
1660
1661# Let the site file select an alternate cache file if it wants to.
1662# Prefer an explicitly selected file to automatically selected ones.
1663ac_site_file1=NONE
1664ac_site_file2=NONE
1665if test -n "$CONFIG_SITE"; then
1666  ac_site_file1=$CONFIG_SITE
1667elif test "x$prefix" != xNONE; then
1668  ac_site_file1=$prefix/share/config.site
1669  ac_site_file2=$prefix/etc/config.site
1670else
1671  ac_site_file1=$ac_default_prefix/share/config.site
1672  ac_site_file2=$ac_default_prefix/etc/config.site
1673fi
1674for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1675do
1676  test "x$ac_site_file" = xNONE && continue
1677  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1678    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1679$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1680    sed 's/^/| /' "$ac_site_file" >&5
1681    . "$ac_site_file"
1682  fi
1683done
1684
1685if test -r "$cache_file"; then
1686  # Some versions of bash will fail to source /dev/null (special files
1687  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1688  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1689    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1690$as_echo "$as_me: loading cache $cache_file" >&6;}
1691    case $cache_file in
1692      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1693      *)                      . "./$cache_file";;
1694    esac
1695  fi
1696else
1697  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1698$as_echo "$as_me: creating cache $cache_file" >&6;}
1699  >$cache_file
1700fi
1701
1702# Check that the precious variables saved in the cache have kept the same
1703# value.
1704ac_cache_corrupted=false
1705for ac_var in $ac_precious_vars; do
1706  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1707  eval ac_new_set=\$ac_env_${ac_var}_set
1708  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1709  eval ac_new_val=\$ac_env_${ac_var}_value
1710  case $ac_old_set,$ac_new_set in
1711    set,)
1712      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1713$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1714      ac_cache_corrupted=: ;;
1715    ,set)
1716      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1717$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1718      ac_cache_corrupted=: ;;
1719    ,);;
1720    *)
1721      if test "x$ac_old_val" != "x$ac_new_val"; then
1722	# differences in whitespace do not lead to failure.
1723	ac_old_val_w=`echo x $ac_old_val`
1724	ac_new_val_w=`echo x $ac_new_val`
1725	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1726	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1727$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1728	  ac_cache_corrupted=:
1729	else
1730	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1731$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1732	  eval $ac_var=\$ac_old_val
1733	fi
1734	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1735$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1736	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1737$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1738      fi;;
1739  esac
1740  # Pass precious variables to config.status.
1741  if test "$ac_new_set" = set; then
1742    case $ac_new_val in
1743    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1744    *) ac_arg=$ac_var=$ac_new_val ;;
1745    esac
1746    case " $ac_configure_args " in
1747      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1748      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1749    esac
1750  fi
1751done
1752if $ac_cache_corrupted; then
1753  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1754$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1755  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1756$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1757  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1758fi
1759## -------------------- ##
1760## Main body of script. ##
1761## -------------------- ##
1762
1763ac_ext=c
1764ac_cpp='$CPP $CPPFLAGS'
1765ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1766ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1767ac_compiler_gnu=$ac_cv_c_compiler_gnu
1768
1769
1770am__api_version='1.11'
1771
1772ac_aux_dir=
1773for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1774  for ac_t in install-sh install.sh shtool; do
1775    if test -f "$ac_dir/$ac_t"; then
1776      ac_aux_dir=$ac_dir
1777      ac_install_sh="$ac_aux_dir/$ac_t -c"
1778      break 2
1779    fi
1780  done
1781done
1782if test -z "$ac_aux_dir"; then
1783  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1784fi
1785
1786# These three variables are undocumented and unsupported,
1787# and are intended to be withdrawn in a future Autoconf release.
1788# They can cause serious problems if a builder's source tree is in a directory
1789# whose full name contains unusual characters.
1790ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1791ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1792ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1793
1794
1795# Find a good install program.  We prefer a C program (faster),
1796# so one script is as good as another.  But avoid the broken or
1797# incompatible versions:
1798# SysV /etc/install, /usr/sbin/install
1799# SunOS /usr/etc/install
1800# IRIX /sbin/install
1801# AIX /bin/install
1802# AmigaOS /C/install, which installs bootblocks on floppy discs
1803# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1804# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1805# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1806# OS/2's system install, which has a completely different semantic
1807# ./install, which can be erroneously created by make from ./install.sh.
1808# Reject install programs that cannot install multiple files.
1809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1810$as_echo_n "checking for a BSD-compatible install... " >&6; }
1811if test -z "$INSTALL"; then
1812if test "${ac_cv_path_install+set}" = set; then :
1813  $as_echo_n "(cached) " >&6
1814else
1815  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1816for as_dir in $PATH
1817do
1818  IFS=$as_save_IFS
1819  test -z "$as_dir" && as_dir=.
1820    # Account for people who put trailing slashes in PATH elements.
1821case $as_dir/ in #((
1822  ./ | .// | /[cC]/* | \
1823  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1824  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1825  /usr/ucb/* ) ;;
1826  *)
1827    # OSF1 and SCO ODT 3.0 have their own names for install.
1828    # Don't use installbsd from OSF since it installs stuff as root
1829    # by default.
1830    for ac_prog in ginstall scoinst install; do
1831      for ac_exec_ext in '' $ac_executable_extensions; do
1832	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1833	  if test $ac_prog = install &&
1834	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1835	    # AIX install.  It has an incompatible calling convention.
1836	    :
1837	  elif test $ac_prog = install &&
1838	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1839	    # program-specific install script used by HP pwplus--don't use.
1840	    :
1841	  else
1842	    rm -rf conftest.one conftest.two conftest.dir
1843	    echo one > conftest.one
1844	    echo two > conftest.two
1845	    mkdir conftest.dir
1846	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1847	      test -s conftest.one && test -s conftest.two &&
1848	      test -s conftest.dir/conftest.one &&
1849	      test -s conftest.dir/conftest.two
1850	    then
1851	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1852	      break 3
1853	    fi
1854	  fi
1855	fi
1856      done
1857    done
1858    ;;
1859esac
1860
1861  done
1862IFS=$as_save_IFS
1863
1864rm -rf conftest.one conftest.two conftest.dir
1865
1866fi
1867  if test "${ac_cv_path_install+set}" = set; then
1868    INSTALL=$ac_cv_path_install
1869  else
1870    # As a last resort, use the slow shell script.  Don't cache a
1871    # value for INSTALL within a source directory, because that will
1872    # break other packages using the cache if that directory is
1873    # removed, or if the value is a relative name.
1874    INSTALL=$ac_install_sh
1875  fi
1876fi
1877{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1878$as_echo "$INSTALL" >&6; }
1879
1880# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1881# It thinks the first close brace ends the variable substitution.
1882test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1883
1884test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1885
1886test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1887
1888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1889$as_echo_n "checking whether build environment is sane... " >&6; }
1890# Just in case
1891sleep 1
1892echo timestamp > conftest.file
1893# Reject unsafe characters in $srcdir or the absolute working directory
1894# name.  Accept space and tab only in the latter.
1895am_lf='
1896'
1897case `pwd` in
1898  *[\\\"\#\$\&\'\`$am_lf]*)
1899    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
1900esac
1901case $srcdir in
1902  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
1903    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
1904esac
1905
1906# Do `set' in a subshell so we don't clobber the current shell's
1907# arguments.  Must try -L first in case configure is actually a
1908# symlink; some systems play weird games with the mod time of symlinks
1909# (eg FreeBSD returns the mod time of the symlink's containing
1910# directory).
1911if (
1912   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1913   if test "$*" = "X"; then
1914      # -L didn't work.
1915      set X `ls -t "$srcdir/configure" conftest.file`
1916   fi
1917   rm -f conftest.file
1918   if test "$*" != "X $srcdir/configure conftest.file" \
1919      && test "$*" != "X conftest.file $srcdir/configure"; then
1920
1921      # If neither matched, then we have a broken ls.  This can happen
1922      # if, for instance, CONFIG_SHELL is bash and it inherits a
1923      # broken ls alias from the environment.  This has actually
1924      # happened.  Such a system could not be considered "sane".
1925      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
1926alias in your environment" "$LINENO" 5
1927   fi
1928
1929   test "$2" = conftest.file
1930   )
1931then
1932   # Ok.
1933   :
1934else
1935   as_fn_error "newly created file is older than distributed files!
1936Check your system clock" "$LINENO" 5
1937fi
1938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1939$as_echo "yes" >&6; }
1940test "$program_prefix" != NONE &&
1941  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1942# Use a double $ so make ignores it.
1943test "$program_suffix" != NONE &&
1944  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1945# Double any \ or $.
1946# By default was `s,x,x', remove it if useless.
1947ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1948program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1949
1950# expand $ac_aux_dir to an absolute path
1951am_aux_dir=`cd $ac_aux_dir && pwd`
1952
1953if test x"${MISSING+set}" != xset; then
1954  case $am_aux_dir in
1955  *\ * | *\	*)
1956    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1957  *)
1958    MISSING="\${SHELL} $am_aux_dir/missing" ;;
1959  esac
1960fi
1961# Use eval to expand $SHELL
1962if eval "$MISSING --run true"; then
1963  am_missing_run="$MISSING --run "
1964else
1965  am_missing_run=
1966  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
1967$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1968fi
1969
1970if test x"${install_sh}" != xset; then
1971  case $am_aux_dir in
1972  *\ * | *\	*)
1973    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1974  *)
1975    install_sh="\${SHELL} $am_aux_dir/install-sh"
1976  esac
1977fi
1978
1979# Installed binaries are usually stripped using `strip' when the user
1980# run `make install-strip'.  However `strip' might not be the right
1981# tool to use in cross-compilation environments, therefore Automake
1982# will honor the `STRIP' environment variable to overrule this program.
1983if test "$cross_compiling" != no; then
1984  if test -n "$ac_tool_prefix"; then
1985  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1986set dummy ${ac_tool_prefix}strip; ac_word=$2
1987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1988$as_echo_n "checking for $ac_word... " >&6; }
1989if test "${ac_cv_prog_STRIP+set}" = set; then :
1990  $as_echo_n "(cached) " >&6
1991else
1992  if test -n "$STRIP"; then
1993  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1994else
1995as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1996for as_dir in $PATH
1997do
1998  IFS=$as_save_IFS
1999  test -z "$as_dir" && as_dir=.
2000    for ac_exec_ext in '' $ac_executable_extensions; do
2001  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2002    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2003    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2004    break 2
2005  fi
2006done
2007  done
2008IFS=$as_save_IFS
2009
2010fi
2011fi
2012STRIP=$ac_cv_prog_STRIP
2013if test -n "$STRIP"; then
2014  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2015$as_echo "$STRIP" >&6; }
2016else
2017  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2018$as_echo "no" >&6; }
2019fi
2020
2021
2022fi
2023if test -z "$ac_cv_prog_STRIP"; then
2024  ac_ct_STRIP=$STRIP
2025  # Extract the first word of "strip", so it can be a program name with args.
2026set dummy strip; ac_word=$2
2027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2028$as_echo_n "checking for $ac_word... " >&6; }
2029if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2030  $as_echo_n "(cached) " >&6
2031else
2032  if test -n "$ac_ct_STRIP"; then
2033  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2034else
2035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2036for as_dir in $PATH
2037do
2038  IFS=$as_save_IFS
2039  test -z "$as_dir" && as_dir=.
2040    for ac_exec_ext in '' $ac_executable_extensions; do
2041  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2042    ac_cv_prog_ac_ct_STRIP="strip"
2043    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2044    break 2
2045  fi
2046done
2047  done
2048IFS=$as_save_IFS
2049
2050fi
2051fi
2052ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2053if test -n "$ac_ct_STRIP"; then
2054  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2055$as_echo "$ac_ct_STRIP" >&6; }
2056else
2057  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2058$as_echo "no" >&6; }
2059fi
2060
2061  if test "x$ac_ct_STRIP" = x; then
2062    STRIP=":"
2063  else
2064    case $cross_compiling:$ac_tool_warned in
2065yes:)
2066{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2067$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2068ac_tool_warned=yes ;;
2069esac
2070    STRIP=$ac_ct_STRIP
2071  fi
2072else
2073  STRIP="$ac_cv_prog_STRIP"
2074fi
2075
2076fi
2077INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2078
2079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2080$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2081if test -z "$MKDIR_P"; then
2082  if test "${ac_cv_path_mkdir+set}" = set; then :
2083  $as_echo_n "(cached) " >&6
2084else
2085  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2086for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2087do
2088  IFS=$as_save_IFS
2089  test -z "$as_dir" && as_dir=.
2090    for ac_prog in mkdir gmkdir; do
2091	 for ac_exec_ext in '' $ac_executable_extensions; do
2092	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2093	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2094	     'mkdir (GNU coreutils) '* | \
2095	     'mkdir (coreutils) '* | \
2096	     'mkdir (fileutils) '4.1*)
2097	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2098	       break 3;;
2099	   esac
2100	 done
2101       done
2102  done
2103IFS=$as_save_IFS
2104
2105fi
2106
2107  test -d ./--version && rmdir ./--version
2108  if test "${ac_cv_path_mkdir+set}" = set; then
2109    MKDIR_P="$ac_cv_path_mkdir -p"
2110  else
2111    # As a last resort, use the slow shell script.  Don't cache a
2112    # value for MKDIR_P within a source directory, because that will
2113    # break other packages using the cache if that directory is
2114    # removed, or if the value is a relative name.
2115    MKDIR_P="$ac_install_sh -d"
2116  fi
2117fi
2118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2119$as_echo "$MKDIR_P" >&6; }
2120
2121mkdir_p="$MKDIR_P"
2122case $mkdir_p in
2123  [\\/$]* | ?:[\\/]*) ;;
2124  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2125esac
2126
2127for ac_prog in gawk mawk nawk awk
2128do
2129  # Extract the first word of "$ac_prog", so it can be a program name with args.
2130set dummy $ac_prog; ac_word=$2
2131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2132$as_echo_n "checking for $ac_word... " >&6; }
2133if test "${ac_cv_prog_AWK+set}" = set; then :
2134  $as_echo_n "(cached) " >&6
2135else
2136  if test -n "$AWK"; then
2137  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2138else
2139as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2140for as_dir in $PATH
2141do
2142  IFS=$as_save_IFS
2143  test -z "$as_dir" && as_dir=.
2144    for ac_exec_ext in '' $ac_executable_extensions; do
2145  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2146    ac_cv_prog_AWK="$ac_prog"
2147    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2148    break 2
2149  fi
2150done
2151  done
2152IFS=$as_save_IFS
2153
2154fi
2155fi
2156AWK=$ac_cv_prog_AWK
2157if test -n "$AWK"; then
2158  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2159$as_echo "$AWK" >&6; }
2160else
2161  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2162$as_echo "no" >&6; }
2163fi
2164
2165
2166  test -n "$AWK" && break
2167done
2168
2169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2170$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2171set x ${MAKE-make}
2172ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2173if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2174  $as_echo_n "(cached) " >&6
2175else
2176  cat >conftest.make <<\_ACEOF
2177SHELL = /bin/sh
2178all:
2179	@echo '@@@%%%=$(MAKE)=@@@%%%'
2180_ACEOF
2181# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2182case `${MAKE-make} -f conftest.make 2>/dev/null` in
2183  *@@@%%%=?*=@@@%%%*)
2184    eval ac_cv_prog_make_${ac_make}_set=yes;;
2185  *)
2186    eval ac_cv_prog_make_${ac_make}_set=no;;
2187esac
2188rm -f conftest.make
2189fi
2190if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2191  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2192$as_echo "yes" >&6; }
2193  SET_MAKE=
2194else
2195  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2196$as_echo "no" >&6; }
2197  SET_MAKE="MAKE=${MAKE-make}"
2198fi
2199
2200rm -rf .tst 2>/dev/null
2201mkdir .tst 2>/dev/null
2202if test -d .tst; then
2203  am__leading_dot=.
2204else
2205  am__leading_dot=_
2206fi
2207rmdir .tst 2>/dev/null
2208
2209if test "`cd $srcdir && pwd`" != "`pwd`"; then
2210  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2211  # is not polluted with repeated "-I."
2212  am__isrc=' -I$(srcdir)'
2213  # test to see if srcdir already configured
2214  if test -f $srcdir/config.status; then
2215    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2216  fi
2217fi
2218
2219# test whether we have cygpath
2220if test -z "$CYGPATH_W"; then
2221  if (cygpath --version) >/dev/null 2>/dev/null; then
2222    CYGPATH_W='cygpath -w'
2223  else
2224    CYGPATH_W=echo
2225  fi
2226fi
2227
2228
2229# Define the identity of the package.
2230 PACKAGE='pengupop'
2231 VERSION='2.2.6'
2232
2233
2234cat >>confdefs.h <<_ACEOF
2235#define PACKAGE "$PACKAGE"
2236_ACEOF
2237
2238
2239cat >>confdefs.h <<_ACEOF
2240#define VERSION "$VERSION"
2241_ACEOF
2242
2243# Some tools Automake needs.
2244
2245ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2246
2247
2248AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2249
2250
2251AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2252
2253
2254AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2255
2256
2257MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2258
2259# We need awk for the "check" target.  The system "awk" is bad on
2260# some platforms.
2261# Always define AMTAR for backward compatibility.
2262
2263AMTAR=${AMTAR-"${am_missing_run}tar"}
2264
2265am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2266
2267
2268
2269
2270
2271
2272
2273{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2274$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2275    # Check whether --enable-maintainer-mode was given.
2276if test "${enable_maintainer_mode+set}" = set; then :
2277  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2278else
2279  USE_MAINTAINER_MODE=no
2280fi
2281
2282  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2283$as_echo "$USE_MAINTAINER_MODE" >&6; }
2284   if test $USE_MAINTAINER_MODE = yes; then
2285  MAINTAINER_MODE_TRUE=
2286  MAINTAINER_MODE_FALSE='#'
2287else
2288  MAINTAINER_MODE_TRUE='#'
2289  MAINTAINER_MODE_FALSE=
2290fi
2291
2292  MAINT=$MAINTAINER_MODE_TRUE
2293
2294
2295
2296ac_ext=c
2297ac_cpp='$CPP $CPPFLAGS'
2298ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2299ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2300ac_compiler_gnu=$ac_cv_c_compiler_gnu
2301if test -n "$ac_tool_prefix"; then
2302  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2303set dummy ${ac_tool_prefix}gcc; ac_word=$2
2304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2305$as_echo_n "checking for $ac_word... " >&6; }
2306if test "${ac_cv_prog_CC+set}" = set; then :
2307  $as_echo_n "(cached) " >&6
2308else
2309  if test -n "$CC"; then
2310  ac_cv_prog_CC="$CC" # Let the user override the test.
2311else
2312as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2313for as_dir in $PATH
2314do
2315  IFS=$as_save_IFS
2316  test -z "$as_dir" && as_dir=.
2317    for ac_exec_ext in '' $ac_executable_extensions; do
2318  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2319    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2320    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2321    break 2
2322  fi
2323done
2324  done
2325IFS=$as_save_IFS
2326
2327fi
2328fi
2329CC=$ac_cv_prog_CC
2330if test -n "$CC"; then
2331  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2332$as_echo "$CC" >&6; }
2333else
2334  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2335$as_echo "no" >&6; }
2336fi
2337
2338
2339fi
2340if test -z "$ac_cv_prog_CC"; then
2341  ac_ct_CC=$CC
2342  # Extract the first word of "gcc", so it can be a program name with args.
2343set dummy gcc; ac_word=$2
2344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2345$as_echo_n "checking for $ac_word... " >&6; }
2346if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2347  $as_echo_n "(cached) " >&6
2348else
2349  if test -n "$ac_ct_CC"; then
2350  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2351else
2352as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2353for as_dir in $PATH
2354do
2355  IFS=$as_save_IFS
2356  test -z "$as_dir" && as_dir=.
2357    for ac_exec_ext in '' $ac_executable_extensions; do
2358  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2359    ac_cv_prog_ac_ct_CC="gcc"
2360    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2361    break 2
2362  fi
2363done
2364  done
2365IFS=$as_save_IFS
2366
2367fi
2368fi
2369ac_ct_CC=$ac_cv_prog_ac_ct_CC
2370if test -n "$ac_ct_CC"; then
2371  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2372$as_echo "$ac_ct_CC" >&6; }
2373else
2374  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2375$as_echo "no" >&6; }
2376fi
2377
2378  if test "x$ac_ct_CC" = x; then
2379    CC=""
2380  else
2381    case $cross_compiling:$ac_tool_warned in
2382yes:)
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2384$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2385ac_tool_warned=yes ;;
2386esac
2387    CC=$ac_ct_CC
2388  fi
2389else
2390  CC="$ac_cv_prog_CC"
2391fi
2392
2393if test -z "$CC"; then
2394          if test -n "$ac_tool_prefix"; then
2395    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2396set dummy ${ac_tool_prefix}cc; ac_word=$2
2397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2398$as_echo_n "checking for $ac_word... " >&6; }
2399if test "${ac_cv_prog_CC+set}" = set; then :
2400  $as_echo_n "(cached) " >&6
2401else
2402  if test -n "$CC"; then
2403  ac_cv_prog_CC="$CC" # Let the user override the test.
2404else
2405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2406for as_dir in $PATH
2407do
2408  IFS=$as_save_IFS
2409  test -z "$as_dir" && as_dir=.
2410    for ac_exec_ext in '' $ac_executable_extensions; do
2411  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2412    ac_cv_prog_CC="${ac_tool_prefix}cc"
2413    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2414    break 2
2415  fi
2416done
2417  done
2418IFS=$as_save_IFS
2419
2420fi
2421fi
2422CC=$ac_cv_prog_CC
2423if test -n "$CC"; then
2424  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2425$as_echo "$CC" >&6; }
2426else
2427  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2428$as_echo "no" >&6; }
2429fi
2430
2431
2432  fi
2433fi
2434if test -z "$CC"; then
2435  # Extract the first word of "cc", so it can be a program name with args.
2436set dummy cc; ac_word=$2
2437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2438$as_echo_n "checking for $ac_word... " >&6; }
2439if test "${ac_cv_prog_CC+set}" = set; then :
2440  $as_echo_n "(cached) " >&6
2441else
2442  if test -n "$CC"; then
2443  ac_cv_prog_CC="$CC" # Let the user override the test.
2444else
2445  ac_prog_rejected=no
2446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2447for as_dir in $PATH
2448do
2449  IFS=$as_save_IFS
2450  test -z "$as_dir" && as_dir=.
2451    for ac_exec_ext in '' $ac_executable_extensions; do
2452  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2453    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2454       ac_prog_rejected=yes
2455       continue
2456     fi
2457    ac_cv_prog_CC="cc"
2458    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2459    break 2
2460  fi
2461done
2462  done
2463IFS=$as_save_IFS
2464
2465if test $ac_prog_rejected = yes; then
2466  # We found a bogon in the path, so make sure we never use it.
2467  set dummy $ac_cv_prog_CC
2468  shift
2469  if test $# != 0; then
2470    # We chose a different compiler from the bogus one.
2471    # However, it has the same basename, so the bogon will be chosen
2472    # first if we set CC to just the basename; use the full file name.
2473    shift
2474    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2475  fi
2476fi
2477fi
2478fi
2479CC=$ac_cv_prog_CC
2480if test -n "$CC"; then
2481  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2482$as_echo "$CC" >&6; }
2483else
2484  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2485$as_echo "no" >&6; }
2486fi
2487
2488
2489fi
2490if test -z "$CC"; then
2491  if test -n "$ac_tool_prefix"; then
2492  for ac_prog in cl.exe
2493  do
2494    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2495set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2497$as_echo_n "checking for $ac_word... " >&6; }
2498if test "${ac_cv_prog_CC+set}" = set; then :
2499  $as_echo_n "(cached) " >&6
2500else
2501  if test -n "$CC"; then
2502  ac_cv_prog_CC="$CC" # Let the user override the test.
2503else
2504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2505for as_dir in $PATH
2506do
2507  IFS=$as_save_IFS
2508  test -z "$as_dir" && as_dir=.
2509    for ac_exec_ext in '' $ac_executable_extensions; do
2510  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2511    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2512    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2513    break 2
2514  fi
2515done
2516  done
2517IFS=$as_save_IFS
2518
2519fi
2520fi
2521CC=$ac_cv_prog_CC
2522if test -n "$CC"; then
2523  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2524$as_echo "$CC" >&6; }
2525else
2526  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2527$as_echo "no" >&6; }
2528fi
2529
2530
2531    test -n "$CC" && break
2532  done
2533fi
2534if test -z "$CC"; then
2535  ac_ct_CC=$CC
2536  for ac_prog in cl.exe
2537do
2538  # Extract the first word of "$ac_prog", so it can be a program name with args.
2539set dummy $ac_prog; ac_word=$2
2540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2541$as_echo_n "checking for $ac_word... " >&6; }
2542if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2543  $as_echo_n "(cached) " >&6
2544else
2545  if test -n "$ac_ct_CC"; then
2546  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2547else
2548as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2549for as_dir in $PATH
2550do
2551  IFS=$as_save_IFS
2552  test -z "$as_dir" && as_dir=.
2553    for ac_exec_ext in '' $ac_executable_extensions; do
2554  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2555    ac_cv_prog_ac_ct_CC="$ac_prog"
2556    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2557    break 2
2558  fi
2559done
2560  done
2561IFS=$as_save_IFS
2562
2563fi
2564fi
2565ac_ct_CC=$ac_cv_prog_ac_ct_CC
2566if test -n "$ac_ct_CC"; then
2567  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2568$as_echo "$ac_ct_CC" >&6; }
2569else
2570  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2571$as_echo "no" >&6; }
2572fi
2573
2574
2575  test -n "$ac_ct_CC" && break
2576done
2577
2578  if test "x$ac_ct_CC" = x; then
2579    CC=""
2580  else
2581    case $cross_compiling:$ac_tool_warned in
2582yes:)
2583{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2584$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2585ac_tool_warned=yes ;;
2586esac
2587    CC=$ac_ct_CC
2588  fi
2589fi
2590
2591fi
2592
2593
2594test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2595$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2596as_fn_error "no acceptable C compiler found in \$PATH
2597See \`config.log' for more details." "$LINENO" 5; }
2598
2599# Provide some information about the compiler.
2600$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2601set X $ac_compile
2602ac_compiler=$2
2603for ac_option in --version -v -V -qversion; do
2604  { { ac_try="$ac_compiler $ac_option >&5"
2605case "(($ac_try" in
2606  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2607  *) ac_try_echo=$ac_try;;
2608esac
2609eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2610$as_echo "$ac_try_echo"; } >&5
2611  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2612  ac_status=$?
2613  if test -s conftest.err; then
2614    sed '10a\
2615... rest of stderr output deleted ...
2616         10q' conftest.err >conftest.er1
2617    cat conftest.er1 >&5
2618  fi
2619  rm -f conftest.er1 conftest.err
2620  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2621  test $ac_status = 0; }
2622done
2623
2624cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2625/* end confdefs.h.  */
2626
2627int
2628main ()
2629{
2630
2631  ;
2632  return 0;
2633}
2634_ACEOF
2635ac_clean_files_save=$ac_clean_files
2636ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2637# Try to create an executable without -o first, disregard a.out.
2638# It will help us diagnose broken compilers, and finding out an intuition
2639# of exeext.
2640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2641$as_echo_n "checking whether the C compiler works... " >&6; }
2642ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2643
2644# The possible output files:
2645ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2646
2647ac_rmfiles=
2648for ac_file in $ac_files
2649do
2650  case $ac_file in
2651    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2652    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2653  esac
2654done
2655rm -f $ac_rmfiles
2656
2657if { { ac_try="$ac_link_default"
2658case "(($ac_try" in
2659  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2660  *) ac_try_echo=$ac_try;;
2661esac
2662eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2663$as_echo "$ac_try_echo"; } >&5
2664  (eval "$ac_link_default") 2>&5
2665  ac_status=$?
2666  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2667  test $ac_status = 0; }; then :
2668  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2669# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2670# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2671# so that the user can short-circuit this test for compilers unknown to
2672# Autoconf.
2673for ac_file in $ac_files ''
2674do
2675  test -f "$ac_file" || continue
2676  case $ac_file in
2677    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2678	;;
2679    [ab].out )
2680	# We found the default executable, but exeext='' is most
2681	# certainly right.
2682	break;;
2683    *.* )
2684	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2685	then :; else
2686	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2687	fi
2688	# We set ac_cv_exeext here because the later test for it is not
2689	# safe: cross compilers may not add the suffix if given an `-o'
2690	# argument, so we may need to know it at that point already.
2691	# Even if this section looks crufty: it has the advantage of
2692	# actually working.
2693	break;;
2694    * )
2695	break;;
2696  esac
2697done
2698test "$ac_cv_exeext" = no && ac_cv_exeext=
2699
2700else
2701  ac_file=''
2702fi
2703if test -z "$ac_file"; then :
2704  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2705$as_echo "no" >&6; }
2706$as_echo "$as_me: failed program was:" >&5
2707sed 's/^/| /' conftest.$ac_ext >&5
2708
2709{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2710$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2711{ as_fn_set_status 77
2712as_fn_error "C compiler cannot create executables
2713See \`config.log' for more details." "$LINENO" 5; }; }
2714else
2715  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2716$as_echo "yes" >&6; }
2717fi
2718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2719$as_echo_n "checking for C compiler default output file name... " >&6; }
2720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2721$as_echo "$ac_file" >&6; }
2722ac_exeext=$ac_cv_exeext
2723
2724rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2725ac_clean_files=$ac_clean_files_save
2726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2727$as_echo_n "checking for suffix of executables... " >&6; }
2728if { { ac_try="$ac_link"
2729case "(($ac_try" in
2730  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731  *) ac_try_echo=$ac_try;;
2732esac
2733eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2734$as_echo "$ac_try_echo"; } >&5
2735  (eval "$ac_link") 2>&5
2736  ac_status=$?
2737  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2738  test $ac_status = 0; }; then :
2739  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2740# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2741# work properly (i.e., refer to `conftest.exe'), while it won't with
2742# `rm'.
2743for ac_file in conftest.exe conftest conftest.*; do
2744  test -f "$ac_file" || continue
2745  case $ac_file in
2746    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2747    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2748	  break;;
2749    * ) break;;
2750  esac
2751done
2752else
2753  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2754$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2755as_fn_error "cannot compute suffix of executables: cannot compile and link
2756See \`config.log' for more details." "$LINENO" 5; }
2757fi
2758rm -f conftest conftest$ac_cv_exeext
2759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2760$as_echo "$ac_cv_exeext" >&6; }
2761
2762rm -f conftest.$ac_ext
2763EXEEXT=$ac_cv_exeext
2764ac_exeext=$EXEEXT
2765cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2766/* end confdefs.h.  */
2767#include <stdio.h>
2768int
2769main ()
2770{
2771FILE *f = fopen ("conftest.out", "w");
2772 return ferror (f) || fclose (f) != 0;
2773
2774  ;
2775  return 0;
2776}
2777_ACEOF
2778ac_clean_files="$ac_clean_files conftest.out"
2779# Check that the compiler produces executables we can run.  If not, either
2780# the compiler is broken, or we cross compile.
2781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2782$as_echo_n "checking whether we are cross compiling... " >&6; }
2783if test "$cross_compiling" != yes; then
2784  { { ac_try="$ac_link"
2785case "(($ac_try" in
2786  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787  *) ac_try_echo=$ac_try;;
2788esac
2789eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2790$as_echo "$ac_try_echo"; } >&5
2791  (eval "$ac_link") 2>&5
2792  ac_status=$?
2793  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2794  test $ac_status = 0; }
2795  if { ac_try='./conftest$ac_cv_exeext'
2796  { { case "(($ac_try" in
2797  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2798  *) ac_try_echo=$ac_try;;
2799esac
2800eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2801$as_echo "$ac_try_echo"; } >&5
2802  (eval "$ac_try") 2>&5
2803  ac_status=$?
2804  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2805  test $ac_status = 0; }; }; then
2806    cross_compiling=no
2807  else
2808    if test "$cross_compiling" = maybe; then
2809	cross_compiling=yes
2810    else
2811	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2812$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2813as_fn_error "cannot run C compiled programs.
2814If you meant to cross compile, use \`--host'.
2815See \`config.log' for more details." "$LINENO" 5; }
2816    fi
2817  fi
2818fi
2819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2820$as_echo "$cross_compiling" >&6; }
2821
2822rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2823ac_clean_files=$ac_clean_files_save
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2825$as_echo_n "checking for suffix of object files... " >&6; }
2826if test "${ac_cv_objext+set}" = set; then :
2827  $as_echo_n "(cached) " >&6
2828else
2829  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2830/* end confdefs.h.  */
2831
2832int
2833main ()
2834{
2835
2836  ;
2837  return 0;
2838}
2839_ACEOF
2840rm -f conftest.o conftest.obj
2841if { { ac_try="$ac_compile"
2842case "(($ac_try" in
2843  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2844  *) ac_try_echo=$ac_try;;
2845esac
2846eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2847$as_echo "$ac_try_echo"; } >&5
2848  (eval "$ac_compile") 2>&5
2849  ac_status=$?
2850  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2851  test $ac_status = 0; }; then :
2852  for ac_file in conftest.o conftest.obj conftest.*; do
2853  test -f "$ac_file" || continue;
2854  case $ac_file in
2855    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2856    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2857       break;;
2858  esac
2859done
2860else
2861  $as_echo "$as_me: failed program was:" >&5
2862sed 's/^/| /' conftest.$ac_ext >&5
2863
2864{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2865$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2866as_fn_error "cannot compute suffix of object files: cannot compile
2867See \`config.log' for more details." "$LINENO" 5; }
2868fi
2869rm -f conftest.$ac_cv_objext conftest.$ac_ext
2870fi
2871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2872$as_echo "$ac_cv_objext" >&6; }
2873OBJEXT=$ac_cv_objext
2874ac_objext=$OBJEXT
2875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2876$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2877if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2878  $as_echo_n "(cached) " >&6
2879else
2880  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2881/* end confdefs.h.  */
2882
2883int
2884main ()
2885{
2886#ifndef __GNUC__
2887       choke me
2888#endif
2889
2890  ;
2891  return 0;
2892}
2893_ACEOF
2894if ac_fn_c_try_compile "$LINENO"; then :
2895  ac_compiler_gnu=yes
2896else
2897  ac_compiler_gnu=no
2898fi
2899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2900ac_cv_c_compiler_gnu=$ac_compiler_gnu
2901
2902fi
2903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2904$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2905if test $ac_compiler_gnu = yes; then
2906  GCC=yes
2907else
2908  GCC=
2909fi
2910ac_test_CFLAGS=${CFLAGS+set}
2911ac_save_CFLAGS=$CFLAGS
2912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2913$as_echo_n "checking whether $CC accepts -g... " >&6; }
2914if test "${ac_cv_prog_cc_g+set}" = set; then :
2915  $as_echo_n "(cached) " >&6
2916else
2917  ac_save_c_werror_flag=$ac_c_werror_flag
2918   ac_c_werror_flag=yes
2919   ac_cv_prog_cc_g=no
2920   CFLAGS="-g"
2921   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2922/* end confdefs.h.  */
2923
2924int
2925main ()
2926{
2927
2928  ;
2929  return 0;
2930}
2931_ACEOF
2932if ac_fn_c_try_compile "$LINENO"; then :
2933  ac_cv_prog_cc_g=yes
2934else
2935  CFLAGS=""
2936      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2937/* end confdefs.h.  */
2938
2939int
2940main ()
2941{
2942
2943  ;
2944  return 0;
2945}
2946_ACEOF
2947if ac_fn_c_try_compile "$LINENO"; then :
2948
2949else
2950  ac_c_werror_flag=$ac_save_c_werror_flag
2951	 CFLAGS="-g"
2952	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2953/* end confdefs.h.  */
2954
2955int
2956main ()
2957{
2958
2959  ;
2960  return 0;
2961}
2962_ACEOF
2963if ac_fn_c_try_compile "$LINENO"; then :
2964  ac_cv_prog_cc_g=yes
2965fi
2966rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2967fi
2968rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2969fi
2970rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2971   ac_c_werror_flag=$ac_save_c_werror_flag
2972fi
2973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2974$as_echo "$ac_cv_prog_cc_g" >&6; }
2975if test "$ac_test_CFLAGS" = set; then
2976  CFLAGS=$ac_save_CFLAGS
2977elif test $ac_cv_prog_cc_g = yes; then
2978  if test "$GCC" = yes; then
2979    CFLAGS="-g -O2"
2980  else
2981    CFLAGS="-g"
2982  fi
2983else
2984  if test "$GCC" = yes; then
2985    CFLAGS="-O2"
2986  else
2987    CFLAGS=
2988  fi
2989fi
2990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2991$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2992if test "${ac_cv_prog_cc_c89+set}" = set; then :
2993  $as_echo_n "(cached) " >&6
2994else
2995  ac_cv_prog_cc_c89=no
2996ac_save_CC=$CC
2997cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2998/* end confdefs.h.  */
2999#include <stdarg.h>
3000#include <stdio.h>
3001#include <sys/types.h>
3002#include <sys/stat.h>
3003/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3004struct buf { int x; };
3005FILE * (*rcsopen) (struct buf *, struct stat *, int);
3006static char *e (p, i)
3007     char **p;
3008     int i;
3009{
3010  return p[i];
3011}
3012static char *f (char * (*g) (char **, int), char **p, ...)
3013{
3014  char *s;
3015  va_list v;
3016  va_start (v,p);
3017  s = g (p, va_arg (v,int));
3018  va_end (v);
3019  return s;
3020}
3021
3022/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3023   function prototypes and stuff, but not '\xHH' hex character constants.
3024   These don't provoke an error unfortunately, instead are silently treated
3025   as 'x'.  The following induces an error, until -std is added to get
3026   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3027   array size at least.  It's necessary to write '\x00'==0 to get something
3028   that's true only with -std.  */
3029int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3030
3031/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3032   inside strings and character constants.  */
3033#define FOO(x) 'x'
3034int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3035
3036int test (int i, double x);
3037struct s1 {int (*f) (int a);};
3038struct s2 {int (*f) (double a);};
3039int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3040int argc;
3041char **argv;
3042int
3043main ()
3044{
3045return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3046  ;
3047  return 0;
3048}
3049_ACEOF
3050for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3051	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3052do
3053  CC="$ac_save_CC $ac_arg"
3054  if ac_fn_c_try_compile "$LINENO"; then :
3055  ac_cv_prog_cc_c89=$ac_arg
3056fi
3057rm -f core conftest.err conftest.$ac_objext
3058  test "x$ac_cv_prog_cc_c89" != "xno" && break
3059done
3060rm -f conftest.$ac_ext
3061CC=$ac_save_CC
3062
3063fi
3064# AC_CACHE_VAL
3065case "x$ac_cv_prog_cc_c89" in
3066  x)
3067    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3068$as_echo "none needed" >&6; } ;;
3069  xno)
3070    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3071$as_echo "unsupported" >&6; } ;;
3072  *)
3073    CC="$CC $ac_cv_prog_cc_c89"
3074    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3075$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3076esac
3077if test "x$ac_cv_prog_cc_c89" != xno; then :
3078
3079fi
3080
3081ac_ext=c
3082ac_cpp='$CPP $CPPFLAGS'
3083ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3084ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3085ac_compiler_gnu=$ac_cv_c_compiler_gnu
3086DEPDIR="${am__leading_dot}deps"
3087
3088ac_config_commands="$ac_config_commands depfiles"
3089
3090
3091am_make=${MAKE-make}
3092cat > confinc << 'END'
3093am__doit:
3094	@echo this is the am__doit target
3095.PHONY: am__doit
3096END
3097# If we don't find an include directive, just comment out the code.
3098{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3099$as_echo_n "checking for style of include used by $am_make... " >&6; }
3100am__include="#"
3101am__quote=
3102_am_result=none
3103# First try GNU make style include.
3104echo "include confinc" > confmf
3105# Ignore all kinds of additional output from `make'.
3106case `$am_make -s -f confmf 2> /dev/null` in #(
3107*the\ am__doit\ target*)
3108  am__include=include
3109  am__quote=
3110  _am_result=GNU
3111  ;;
3112esac
3113# Now try BSD make style include.
3114if test "$am__include" = "#"; then
3115   echo '.include "confinc"' > confmf
3116   case `$am_make -s -f confmf 2> /dev/null` in #(
3117   *the\ am__doit\ target*)
3118     am__include=.include
3119     am__quote="\""
3120     _am_result=BSD
3121     ;;
3122   esac
3123fi
3124
3125
3126{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3127$as_echo "$_am_result" >&6; }
3128rm -f confinc confmf
3129
3130# Check whether --enable-dependency-tracking was given.
3131if test "${enable_dependency_tracking+set}" = set; then :
3132  enableval=$enable_dependency_tracking;
3133fi
3134
3135if test "x$enable_dependency_tracking" != xno; then
3136  am_depcomp="$ac_aux_dir/depcomp"
3137  AMDEPBACKSLASH='\'
3138fi
3139 if test "x$enable_dependency_tracking" != xno; then
3140  AMDEP_TRUE=
3141  AMDEP_FALSE='#'
3142else
3143  AMDEP_TRUE='#'
3144  AMDEP_FALSE=
3145fi
3146
3147
3148
3149depcc="$CC"   am_compiler_list=
3150
3151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3152$as_echo_n "checking dependency style of $depcc... " >&6; }
3153if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3154  $as_echo_n "(cached) " >&6
3155else
3156  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3157  # We make a subdir and do the tests there.  Otherwise we can end up
3158  # making bogus files that we don't know about and never remove.  For
3159  # instance it was reported that on HP-UX the gcc test will end up
3160  # making a dummy file named `D' -- because `-MD' means `put the output
3161  # in D'.
3162  mkdir conftest.dir
3163  # Copy depcomp to subdir because otherwise we won't find it if we're
3164  # using a relative directory.
3165  cp "$am_depcomp" conftest.dir
3166  cd conftest.dir
3167  # We will build objects and dependencies in a subdirectory because
3168  # it helps to detect inapplicable dependency modes.  For instance
3169  # both Tru64's cc and ICC support -MD to output dependencies as a
3170  # side effect of compilation, but ICC will put the dependencies in
3171  # the current directory while Tru64 will put them in the object
3172  # directory.
3173  mkdir sub
3174
3175  am_cv_CC_dependencies_compiler_type=none
3176  if test "$am_compiler_list" = ""; then
3177     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3178  fi
3179  am__universal=false
3180  case " $depcc " in #(
3181     *\ -arch\ *\ -arch\ *) am__universal=true ;;
3182     esac
3183
3184  for depmode in $am_compiler_list; do
3185    # Setup a source with many dependencies, because some compilers
3186    # like to wrap large dependency lists on column 80 (with \), and
3187    # we should not choose a depcomp mode which is confused by this.
3188    #
3189    # We need to recreate these files for each test, as the compiler may
3190    # overwrite some of them when testing with obscure command lines.
3191    # This happens at least with the AIX C compiler.
3192    : > sub/conftest.c
3193    for i in 1 2 3 4 5 6; do
3194      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3195      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3196      # Solaris 8's {/usr,}/bin/sh.
3197      touch sub/conftst$i.h
3198    done
3199    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3200
3201    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3202    # mode.  It turns out that the SunPro C++ compiler does not properly
3203    # handle `-M -o', and we need to detect this.  Also, some Intel
3204    # versions had trouble with output in subdirs
3205    am__obj=sub/conftest.${OBJEXT-o}
3206    am__minus_obj="-o $am__obj"
3207    case $depmode in
3208    gcc)
3209      # This depmode causes a compiler race in universal mode.
3210      test "$am__universal" = false || continue
3211      ;;
3212    nosideeffect)
3213      # after this tag, mechanisms are not by side-effect, so they'll
3214      # only be used when explicitly requested
3215      if test "x$enable_dependency_tracking" = xyes; then
3216	continue
3217      else
3218	break
3219      fi
3220      ;;
3221    msvisualcpp | msvcmsys)
3222      # This compiler won't grok `-c -o', but also, the minuso test has
3223      # not run yet.  These depmodes are late enough in the game, and
3224      # so weak that their functioning should not be impacted.
3225      am__obj=conftest.${OBJEXT-o}
3226      am__minus_obj=
3227      ;;
3228    none) break ;;
3229    esac
3230    if depmode=$depmode \
3231       source=sub/conftest.c object=$am__obj \
3232       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3233       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3234         >/dev/null 2>conftest.err &&
3235       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3236       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3237       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3238       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3239      # icc doesn't choke on unknown options, it will just issue warnings
3240      # or remarks (even with -Werror).  So we grep stderr for any message
3241      # that says an option was ignored or not supported.
3242      # When given -MP, icc 7.0 and 7.1 complain thusly:
3243      #   icc: Command line warning: ignoring option '-M'; no argument required
3244      # The diagnosis changed in icc 8.0:
3245      #   icc: Command line remark: option '-MP' not supported
3246      if (grep 'ignoring option' conftest.err ||
3247          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3248        am_cv_CC_dependencies_compiler_type=$depmode
3249        break
3250      fi
3251    fi
3252  done
3253
3254  cd ..
3255  rm -rf conftest.dir
3256else
3257  am_cv_CC_dependencies_compiler_type=none
3258fi
3259
3260fi
3261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3262$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3263CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3264
3265 if
3266  test "x$enable_dependency_tracking" != xno \
3267  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3268  am__fastdepCC_TRUE=
3269  am__fastdepCC_FALSE='#'
3270else
3271  am__fastdepCC_TRUE='#'
3272  am__fastdepCC_FALSE=
3273fi
3274
3275
3276
3277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3278$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3279set x ${MAKE-make}
3280ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3281if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3282  $as_echo_n "(cached) " >&6
3283else
3284  cat >conftest.make <<\_ACEOF
3285SHELL = /bin/sh
3286all:
3287	@echo '@@@%%%=$(MAKE)=@@@%%%'
3288_ACEOF
3289# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3290case `${MAKE-make} -f conftest.make 2>/dev/null` in
3291  *@@@%%%=?*=@@@%%%*)
3292    eval ac_cv_prog_make_${ac_make}_set=yes;;
3293  *)
3294    eval ac_cv_prog_make_${ac_make}_set=no;;
3295esac
3296rm -f conftest.make
3297fi
3298if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3299  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3300$as_echo "yes" >&6; }
3301  SET_MAKE=
3302else
3303  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3304$as_echo "no" >&6; }
3305  SET_MAKE="MAKE=${MAKE-make}"
3306fi
3307
3308
3309# Make sure we can run config.sub.
3310$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3311  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3312
3313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3314$as_echo_n "checking build system type... " >&6; }
3315if test "${ac_cv_build+set}" = set; then :
3316  $as_echo_n "(cached) " >&6
3317else
3318  ac_build_alias=$build_alias
3319test "x$ac_build_alias" = x &&
3320  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3321test "x$ac_build_alias" = x &&
3322  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3323ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3324  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3325
3326fi
3327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3328$as_echo "$ac_cv_build" >&6; }
3329case $ac_cv_build in
3330*-*-*) ;;
3331*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3332esac
3333build=$ac_cv_build
3334ac_save_IFS=$IFS; IFS='-'
3335set x $ac_cv_build
3336shift
3337build_cpu=$1
3338build_vendor=$2
3339shift; shift
3340# Remember, the first character of IFS is used to create $*,
3341# except with old shells:
3342build_os=$*
3343IFS=$ac_save_IFS
3344case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3345
3346
3347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3348$as_echo_n "checking host system type... " >&6; }
3349if test "${ac_cv_host+set}" = set; then :
3350  $as_echo_n "(cached) " >&6
3351else
3352  if test "x$host_alias" = x; then
3353  ac_cv_host=$ac_cv_build
3354else
3355  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3356    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3357fi
3358
3359fi
3360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3361$as_echo "$ac_cv_host" >&6; }
3362case $ac_cv_host in
3363*-*-*) ;;
3364*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3365esac
3366host=$ac_cv_host
3367ac_save_IFS=$IFS; IFS='-'
3368set x $ac_cv_host
3369shift
3370host_cpu=$1
3371host_vendor=$2
3372shift; shift
3373# Remember, the first character of IFS is used to create $*,
3374# except with old shells:
3375host_os=$*
3376IFS=$ac_save_IFS
3377case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3378
3379
3380
3381case "$host" in
3382
3383  *-mingw32*)
3384
3385    WIN32=1
3386
3387    ;;
3388
3389  *-apple-darwin*)
3390
3391    DARWIN=1
3392    ARCHFLAGS="-DDARWIN=1 -arch ppc -arch i386"
3393
3394    ;;
3395
3396  *)
3397
3398# It's somewhat reasonable to assume that if the OS is not Windows or MacOS, it
3399# has similar build system to GNU/Linux.
3400
3401    LINUX=1
3402    ARCHFLAGS="-DLINUX=1"
3403
3404    ;;
3405esac
3406
3407 if test x$LINUX = x1; then
3408  LINUX_TRUE=
3409  LINUX_FALSE='#'
3410else
3411  LINUX_TRUE='#'
3412  LINUX_FALSE=
3413fi
3414
3415 if test x$WIN32 = x1; then
3416  WIN32_TRUE=
3417  WIN32_FALSE='#'
3418else
3419  WIN32_TRUE='#'
3420  WIN32_FALSE=
3421fi
3422
3423 if test x$DARWIN = x1; then
3424  DARWIN_TRUE=
3425  DARWIN_FALSE='#'
3426else
3427  DARWIN_TRUE='#'
3428  DARWIN_FALSE=
3429fi
3430
3431
3432
3433
3434ac_config_files="$ac_config_files Makefile"
3435
3436cat >confcache <<\_ACEOF
3437# This file is a shell script that caches the results of configure
3438# tests run on this system so they can be shared between configure
3439# scripts and configure runs, see configure's option --config-cache.
3440# It is not useful on other systems.  If it contains results you don't
3441# want to keep, you may remove or edit it.
3442#
3443# config.status only pays attention to the cache file if you give it
3444# the --recheck option to rerun configure.
3445#
3446# `ac_cv_env_foo' variables (set or unset) will be overridden when
3447# loading this file, other *unset* `ac_cv_foo' will be assigned the
3448# following values.
3449
3450_ACEOF
3451
3452# The following way of writing the cache mishandles newlines in values,
3453# but we know of no workaround that is simple, portable, and efficient.
3454# So, we kill variables containing newlines.
3455# Ultrix sh set writes to stderr and can't be redirected directly,
3456# and sets the high bit in the cache file unless we assign to the vars.
3457(
3458  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3459    eval ac_val=\$$ac_var
3460    case $ac_val in #(
3461    *${as_nl}*)
3462      case $ac_var in #(
3463      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3464$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3465      esac
3466      case $ac_var in #(
3467      _ | IFS | as_nl) ;; #(
3468      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3469      *) { eval $ac_var=; unset $ac_var;} ;;
3470      esac ;;
3471    esac
3472  done
3473
3474  (set) 2>&1 |
3475    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3476    *${as_nl}ac_space=\ *)
3477      # `set' does not quote correctly, so add quotes: double-quote
3478      # substitution turns \\\\ into \\, and sed turns \\ into \.
3479      sed -n \
3480	"s/'/'\\\\''/g;
3481	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3482      ;; #(
3483    *)
3484      # `set' quotes correctly as required by POSIX, so do not add quotes.
3485      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3486      ;;
3487    esac |
3488    sort
3489) |
3490  sed '
3491     /^ac_cv_env_/b end
3492     t clear
3493     :clear
3494     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3495     t end
3496     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3497     :end' >>confcache
3498if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3499  if test -w "$cache_file"; then
3500    test "x$cache_file" != "x/dev/null" &&
3501      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3502$as_echo "$as_me: updating cache $cache_file" >&6;}
3503    cat confcache >$cache_file
3504  else
3505    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3506$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3507  fi
3508fi
3509rm -f confcache
3510
3511test "x$prefix" = xNONE && prefix=$ac_default_prefix
3512# Let make expand exec_prefix.
3513test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3514
3515# Transform confdefs.h into DEFS.
3516# Protect against shell expansion while executing Makefile rules.
3517# Protect against Makefile macro expansion.
3518#
3519# If the first sed substitution is executed (which looks for macros that
3520# take arguments), then branch to the quote section.  Otherwise,
3521# look for a macro that doesn't take arguments.
3522ac_script='
3523:mline
3524/\\$/{
3525 N
3526 s,\\\n,,
3527 b mline
3528}
3529t clear
3530:clear
3531s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
3532t quote
3533s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
3534t quote
3535b any
3536:quote
3537s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3538s/\[/\\&/g
3539s/\]/\\&/g
3540s/\$/$$/g
3541H
3542:any
3543${
3544	g
3545	s/^\n//
3546	s/\n/ /g
3547	p
3548}
3549'
3550DEFS=`sed -n "$ac_script" confdefs.h`
3551
3552
3553ac_libobjs=
3554ac_ltlibobjs=
3555for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3556  # 1. Remove the extension, and $U if already installed.
3557  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3558  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3559  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3560  #    will be set to the directory where LIBOBJS objects are built.
3561  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3562  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3563done
3564LIBOBJS=$ac_libobjs
3565
3566LTLIBOBJS=$ac_ltlibobjs
3567
3568
3569 if test -n "$EXEEXT"; then
3570  am__EXEEXT_TRUE=
3571  am__EXEEXT_FALSE='#'
3572else
3573  am__EXEEXT_TRUE='#'
3574  am__EXEEXT_FALSE=
3575fi
3576
3577if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
3578  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
3579Usually this means the macro was only invoked conditionally." "$LINENO" 5
3580fi
3581if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3582  as_fn_error "conditional \"AMDEP\" was never defined.
3583Usually this means the macro was only invoked conditionally." "$LINENO" 5
3584fi
3585if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
3586  as_fn_error "conditional \"am__fastdepCC\" was never defined.
3587Usually this means the macro was only invoked conditionally." "$LINENO" 5
3588fi
3589if test -z "${LINUX_TRUE}" && test -z "${LINUX_FALSE}"; then
3590  as_fn_error "conditional \"LINUX\" was never defined.
3591Usually this means the macro was only invoked conditionally." "$LINENO" 5
3592fi
3593if test -z "${WIN32_TRUE}" && test -z "${WIN32_FALSE}"; then
3594  as_fn_error "conditional \"WIN32\" was never defined.
3595Usually this means the macro was only invoked conditionally." "$LINENO" 5
3596fi
3597if test -z "${DARWIN_TRUE}" && test -z "${DARWIN_FALSE}"; then
3598  as_fn_error "conditional \"DARWIN\" was never defined.
3599Usually this means the macro was only invoked conditionally." "$LINENO" 5
3600fi
3601
3602: ${CONFIG_STATUS=./config.status}
3603ac_write_fail=0
3604ac_clean_files_save=$ac_clean_files
3605ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3606{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3607$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3608as_write_fail=0
3609cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3610#! $SHELL
3611# Generated by $as_me.
3612# Run this file to recreate the current configuration.
3613# Compiler output produced by configure, useful for debugging
3614# configure, is in config.log if it exists.
3615
3616debug=false
3617ac_cs_recheck=false
3618ac_cs_silent=false
3619
3620SHELL=\${CONFIG_SHELL-$SHELL}
3621export SHELL
3622_ASEOF
3623cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3624## -------------------- ##
3625## M4sh Initialization. ##
3626## -------------------- ##
3627
3628# Be more Bourne compatible
3629DUALCASE=1; export DUALCASE # for MKS sh
3630if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3631  emulate sh
3632  NULLCMD=:
3633  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3634  # is contrary to our usage.  Disable this feature.
3635  alias -g '${1+"$@"}'='"$@"'
3636  setopt NO_GLOB_SUBST
3637else
3638  case `(set -o) 2>/dev/null` in #(
3639  *posix*) :
3640    set -o posix ;; #(
3641  *) :
3642     ;;
3643esac
3644fi
3645
3646
3647as_nl='
3648'
3649export as_nl
3650# Printing a long string crashes Solaris 7 /usr/bin/printf.
3651as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3652as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3653as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3654# Prefer a ksh shell builtin over an external printf program on Solaris,
3655# but without wasting forks for bash or zsh.
3656if test -z "$BASH_VERSION$ZSH_VERSION" \
3657    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3658  as_echo='print -r --'
3659  as_echo_n='print -rn --'
3660elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3661  as_echo='printf %s\n'
3662  as_echo_n='printf %s'
3663else
3664  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3665    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3666    as_echo_n='/usr/ucb/echo -n'
3667  else
3668    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3669    as_echo_n_body='eval
3670      arg=$1;
3671      case $arg in #(
3672      *"$as_nl"*)
3673	expr "X$arg" : "X\\(.*\\)$as_nl";
3674	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3675      esac;
3676      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3677    '
3678    export as_echo_n_body
3679    as_echo_n='sh -c $as_echo_n_body as_echo'
3680  fi
3681  export as_echo_body
3682  as_echo='sh -c $as_echo_body as_echo'
3683fi
3684
3685# The user is always right.
3686if test "${PATH_SEPARATOR+set}" != set; then
3687  PATH_SEPARATOR=:
3688  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3689    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3690      PATH_SEPARATOR=';'
3691  }
3692fi
3693
3694
3695# IFS
3696# We need space, tab and new line, in precisely that order.  Quoting is
3697# there to prevent editors from complaining about space-tab.
3698# (If _AS_PATH_WALK were called with IFS unset, it would disable word
3699# splitting by setting IFS to empty value.)
3700IFS=" ""	$as_nl"
3701
3702# Find who we are.  Look in the path if we contain no directory separator.
3703case $0 in #((
3704  *[\\/]* ) as_myself=$0 ;;
3705  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3706for as_dir in $PATH
3707do
3708  IFS=$as_save_IFS
3709  test -z "$as_dir" && as_dir=.
3710    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3711  done
3712IFS=$as_save_IFS
3713
3714     ;;
3715esac
3716# We did not find ourselves, most probably we were run as `sh COMMAND'
3717# in which case we are not to be found in the path.
3718if test "x$as_myself" = x; then
3719  as_myself=$0
3720fi
3721if test ! -f "$as_myself"; then
3722  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3723  exit 1
3724fi
3725
3726# Unset variables that we do not need and which cause bugs (e.g. in
3727# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
3728# suppresses any "Segmentation fault" message there.  '((' could
3729# trigger a bug in pdksh 5.2.14.
3730for as_var in BASH_ENV ENV MAIL MAILPATH
3731do eval test x\${$as_var+set} = xset \
3732  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3733done
3734PS1='$ '
3735PS2='> '
3736PS4='+ '
3737
3738# NLS nuisances.
3739LC_ALL=C
3740export LC_ALL
3741LANGUAGE=C
3742export LANGUAGE
3743
3744# CDPATH.
3745(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3746
3747
3748# as_fn_error ERROR [LINENO LOG_FD]
3749# ---------------------------------
3750# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3751# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3752# script with status $?, using 1 if that was 0.
3753as_fn_error ()
3754{
3755  as_status=$?; test $as_status -eq 0 && as_status=1
3756  if test "$3"; then
3757    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3758    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
3759  fi
3760  $as_echo "$as_me: error: $1" >&2
3761  as_fn_exit $as_status
3762} # as_fn_error
3763
3764
3765# as_fn_set_status STATUS
3766# -----------------------
3767# Set $? to STATUS, without forking.
3768as_fn_set_status ()
3769{
3770  return $1
3771} # as_fn_set_status
3772
3773# as_fn_exit STATUS
3774# -----------------
3775# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3776as_fn_exit ()
3777{
3778  set +e
3779  as_fn_set_status $1
3780  exit $1
3781} # as_fn_exit
3782
3783# as_fn_unset VAR
3784# ---------------
3785# Portably unset VAR.
3786as_fn_unset ()
3787{
3788  { eval $1=; unset $1;}
3789}
3790as_unset=as_fn_unset
3791# as_fn_append VAR VALUE
3792# ----------------------
3793# Append the text in VALUE to the end of the definition contained in VAR. Take
3794# advantage of any shell optimizations that allow amortized linear growth over
3795# repeated appends, instead of the typical quadratic growth present in naive
3796# implementations.
3797if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3798  eval 'as_fn_append ()
3799  {
3800    eval $1+=\$2
3801  }'
3802else
3803  as_fn_append ()
3804  {
3805    eval $1=\$$1\$2
3806  }
3807fi # as_fn_append
3808
3809# as_fn_arith ARG...
3810# ------------------
3811# Perform arithmetic evaluation on the ARGs, and store the result in the
3812# global $as_val. Take advantage of shells that can avoid forks. The arguments
3813# must be portable across $(()) and expr.
3814if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3815  eval 'as_fn_arith ()
3816  {
3817    as_val=$(( $* ))
3818  }'
3819else
3820  as_fn_arith ()
3821  {
3822    as_val=`expr "$@" || test $? -eq 1`
3823  }
3824fi # as_fn_arith
3825
3826
3827if expr a : '\(a\)' >/dev/null 2>&1 &&
3828   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3829  as_expr=expr
3830else
3831  as_expr=false
3832fi
3833
3834if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3835  as_basename=basename
3836else
3837  as_basename=false
3838fi
3839
3840if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3841  as_dirname=dirname
3842else
3843  as_dirname=false
3844fi
3845
3846as_me=`$as_basename -- "$0" ||
3847$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3848	 X"$0" : 'X\(//\)$' \| \
3849	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3850$as_echo X/"$0" |
3851    sed '/^.*\/\([^/][^/]*\)\/*$/{
3852	    s//\1/
3853	    q
3854	  }
3855	  /^X\/\(\/\/\)$/{
3856	    s//\1/
3857	    q
3858	  }
3859	  /^X\/\(\/\).*/{
3860	    s//\1/
3861	    q
3862	  }
3863	  s/.*/./; q'`
3864
3865# Avoid depending upon Character Ranges.
3866as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3867as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3868as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3869as_cr_digits='0123456789'
3870as_cr_alnum=$as_cr_Letters$as_cr_digits
3871
3872ECHO_C= ECHO_N= ECHO_T=
3873case `echo -n x` in #(((((
3874-n*)
3875  case `echo 'xy\c'` in
3876  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
3877  xy)  ECHO_C='\c';;
3878  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3879       ECHO_T='	';;
3880  esac;;
3881*)
3882  ECHO_N='-n';;
3883esac
3884
3885rm -f conf$$ conf$$.exe conf$$.file
3886if test -d conf$$.dir; then
3887  rm -f conf$$.dir/conf$$.file
3888else
3889  rm -f conf$$.dir
3890  mkdir conf$$.dir 2>/dev/null
3891fi
3892if (echo >conf$$.file) 2>/dev/null; then
3893  if ln -s conf$$.file conf$$ 2>/dev/null; then
3894    as_ln_s='ln -s'
3895    # ... but there are two gotchas:
3896    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3897    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3898    # In both cases, we have to default to `cp -p'.
3899    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3900      as_ln_s='cp -p'
3901  elif ln conf$$.file conf$$ 2>/dev/null; then
3902    as_ln_s=ln
3903  else
3904    as_ln_s='cp -p'
3905  fi
3906else
3907  as_ln_s='cp -p'
3908fi
3909rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3910rmdir conf$$.dir 2>/dev/null
3911
3912
3913# as_fn_mkdir_p
3914# -------------
3915# Create "$as_dir" as a directory, including parents if necessary.
3916as_fn_mkdir_p ()
3917{
3918
3919  case $as_dir in #(
3920  -*) as_dir=./$as_dir;;
3921  esac
3922  test -d "$as_dir" || eval $as_mkdir_p || {
3923    as_dirs=
3924    while :; do
3925      case $as_dir in #(
3926      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3927      *) as_qdir=$as_dir;;
3928      esac
3929      as_dirs="'$as_qdir' $as_dirs"
3930      as_dir=`$as_dirname -- "$as_dir" ||
3931$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3932	 X"$as_dir" : 'X\(//\)[^/]' \| \
3933	 X"$as_dir" : 'X\(//\)$' \| \
3934	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3935$as_echo X"$as_dir" |
3936    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3937	    s//\1/
3938	    q
3939	  }
3940	  /^X\(\/\/\)[^/].*/{
3941	    s//\1/
3942	    q
3943	  }
3944	  /^X\(\/\/\)$/{
3945	    s//\1/
3946	    q
3947	  }
3948	  /^X\(\/\).*/{
3949	    s//\1/
3950	    q
3951	  }
3952	  s/.*/./; q'`
3953      test -d "$as_dir" && break
3954    done
3955    test -z "$as_dirs" || eval "mkdir $as_dirs"
3956  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
3957
3958
3959} # as_fn_mkdir_p
3960if mkdir -p . 2>/dev/null; then
3961  as_mkdir_p='mkdir -p "$as_dir"'
3962else
3963  test -d ./-p && rmdir ./-p
3964  as_mkdir_p=false
3965fi
3966
3967if test -x / >/dev/null 2>&1; then
3968  as_test_x='test -x'
3969else
3970  if ls -dL / >/dev/null 2>&1; then
3971    as_ls_L_option=L
3972  else
3973    as_ls_L_option=
3974  fi
3975  as_test_x='
3976    eval sh -c '\''
3977      if test -d "$1"; then
3978	test -d "$1/.";
3979      else
3980	case $1 in #(
3981	-*)set "./$1";;
3982	esac;
3983	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
3984	???[sx]*):;;*)false;;esac;fi
3985    '\'' sh
3986  '
3987fi
3988as_executable_p=$as_test_x
3989
3990# Sed expression to map a string onto a valid CPP name.
3991as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3992
3993# Sed expression to map a string onto a valid variable name.
3994as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3995
3996
3997exec 6>&1
3998## ----------------------------------- ##
3999## Main body of $CONFIG_STATUS script. ##
4000## ----------------------------------- ##
4001_ASEOF
4002test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4003
4004cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4005# Save the log message, to keep $0 and so on meaningful, and to
4006# report actual input values of CONFIG_FILES etc. instead of their
4007# values after options handling.
4008ac_log="
4009This file was extended by pengupop $as_me 2.2.6, which was
4010generated by GNU Autoconf 2.65.  Invocation command line was
4011
4012  CONFIG_FILES    = $CONFIG_FILES
4013  CONFIG_HEADERS  = $CONFIG_HEADERS
4014  CONFIG_LINKS    = $CONFIG_LINKS
4015  CONFIG_COMMANDS = $CONFIG_COMMANDS
4016  $ $0 $@
4017
4018on `(hostname || uname -n) 2>/dev/null | sed 1q`
4019"
4020
4021_ACEOF
4022
4023case $ac_config_files in *"
4024"*) set x $ac_config_files; shift; ac_config_files=$*;;
4025esac
4026
4027
4028
4029cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4030# Files that config.status was made for.
4031config_files="$ac_config_files"
4032config_commands="$ac_config_commands"
4033
4034_ACEOF
4035
4036cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4037ac_cs_usage="\
4038\`$as_me' instantiates files and other configuration actions
4039from templates according to the current configuration.  Unless the files
4040and actions are specified as TAGs, all are instantiated by default.
4041
4042Usage: $0 [OPTION]... [TAG]...
4043
4044  -h, --help       print this help, then exit
4045  -V, --version    print version number and configuration settings, then exit
4046      --config     print configuration, then exit
4047  -q, --quiet, --silent
4048                   do not print progress messages
4049  -d, --debug      don't remove temporary files
4050      --recheck    update $as_me by reconfiguring in the same conditions
4051      --file=FILE[:TEMPLATE]
4052                   instantiate the configuration file FILE
4053
4054Configuration files:
4055$config_files
4056
4057Configuration commands:
4058$config_commands
4059
4060Report bugs to the package provider."
4061
4062_ACEOF
4063cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4064ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4065ac_cs_version="\\
4066pengupop config.status 2.2.6
4067configured by $0, generated by GNU Autoconf 2.65,
4068  with options \\"\$ac_cs_config\\"
4069
4070Copyright (C) 2009 Free Software Foundation, Inc.
4071This config.status script is free software; the Free Software Foundation
4072gives unlimited permission to copy, distribute and modify it."
4073
4074ac_pwd='$ac_pwd'
4075srcdir='$srcdir'
4076INSTALL='$INSTALL'
4077MKDIR_P='$MKDIR_P'
4078AWK='$AWK'
4079test -n "\$AWK" || AWK=awk
4080_ACEOF
4081
4082cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4083# The default lists apply if the user does not specify any file.
4084ac_need_defaults=:
4085while test $# != 0
4086do
4087  case $1 in
4088  --*=*)
4089    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4090    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4091    ac_shift=:
4092    ;;
4093  *)
4094    ac_option=$1
4095    ac_optarg=$2
4096    ac_shift=shift
4097    ;;
4098  esac
4099
4100  case $ac_option in
4101  # Handling of the options.
4102  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4103    ac_cs_recheck=: ;;
4104  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4105    $as_echo "$ac_cs_version"; exit ;;
4106  --config | --confi | --conf | --con | --co | --c )
4107    $as_echo "$ac_cs_config"; exit ;;
4108  --debug | --debu | --deb | --de | --d | -d )
4109    debug=: ;;
4110  --file | --fil | --fi | --f )
4111    $ac_shift
4112    case $ac_optarg in
4113    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4114    esac
4115    as_fn_append CONFIG_FILES " '$ac_optarg'"
4116    ac_need_defaults=false;;
4117  --he | --h |  --help | --hel | -h )
4118    $as_echo "$ac_cs_usage"; exit ;;
4119  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4120  | -silent | --silent | --silen | --sile | --sil | --si | --s)
4121    ac_cs_silent=: ;;
4122
4123  # This is an error.
4124  -*) as_fn_error "unrecognized option: \`$1'
4125Try \`$0 --help' for more information." ;;
4126
4127  *) as_fn_append ac_config_targets " $1"
4128     ac_need_defaults=false ;;
4129
4130  esac
4131  shift
4132done
4133
4134ac_configure_extra_args=
4135
4136if $ac_cs_silent; then
4137  exec 6>/dev/null
4138  ac_configure_extra_args="$ac_configure_extra_args --silent"
4139fi
4140
4141_ACEOF
4142cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4143if \$ac_cs_recheck; then
4144  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4145  shift
4146  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4147  CONFIG_SHELL='$SHELL'
4148  export CONFIG_SHELL
4149  exec "\$@"
4150fi
4151
4152_ACEOF
4153cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4154exec 5>>config.log
4155{
4156  echo
4157  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4158## Running $as_me. ##
4159_ASBOX
4160  $as_echo "$ac_log"
4161} >&5
4162
4163_ACEOF
4164cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4165#
4166# INIT-COMMANDS
4167#
4168AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
4169
4170_ACEOF
4171
4172cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4173
4174# Handling of arguments.
4175for ac_config_target in $ac_config_targets
4176do
4177  case $ac_config_target in
4178    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
4179    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4180
4181  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4182  esac
4183done
4184
4185
4186# If the user did not use the arguments to specify the items to instantiate,
4187# then the envvar interface is used.  Set only those that are not.
4188# We use the long form for the default assignment because of an extremely
4189# bizarre bug on SunOS 4.1.3.
4190if $ac_need_defaults; then
4191  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4192  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
4193fi
4194
4195# Have a temporary directory for convenience.  Make it in the build tree
4196# simply because there is no reason against having it here, and in addition,
4197# creating and moving files from /tmp can sometimes cause problems.
4198# Hook for its removal unless debugging.
4199# Note that there is a small window in which the directory will not be cleaned:
4200# after its creation but before its name has been assigned to `$tmp'.
4201$debug ||
4202{
4203  tmp=
4204  trap 'exit_status=$?
4205  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
4206' 0
4207  trap 'as_fn_exit 1' 1 2 13 15
4208}
4209# Create a (secure) tmp directory for tmp files.
4210
4211{
4212  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4213  test -n "$tmp" && test -d "$tmp"
4214}  ||
4215{
4216  tmp=./conf$$-$RANDOM
4217  (umask 077 && mkdir "$tmp")
4218} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
4219
4220# Set up the scripts for CONFIG_FILES section.
4221# No need to generate them if there are no CONFIG_FILES.
4222# This happens for instance with `./config.status config.h'.
4223if test -n "$CONFIG_FILES"; then
4224
4225
4226ac_cr=`echo X | tr X '\015'`
4227# On cygwin, bash can eat \r inside `` if the user requested igncr.
4228# But we know of no other shell where ac_cr would be empty at this
4229# point, so we can use a bashism as a fallback.
4230if test "x$ac_cr" = x; then
4231  eval ac_cr=\$\'\\r\'
4232fi
4233ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4234if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4235  ac_cs_awk_cr='\r'
4236else
4237  ac_cs_awk_cr=$ac_cr
4238fi
4239
4240echo 'BEGIN {' >"$tmp/subs1.awk" &&
4241_ACEOF
4242
4243
4244{
4245  echo "cat >conf$$subs.awk <<_ACEOF" &&
4246  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4247  echo "_ACEOF"
4248} >conf$$subs.sh ||
4249  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4250ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
4251ac_delim='%!_!# '
4252for ac_last_try in false false false false false :; do
4253  . ./conf$$subs.sh ||
4254    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4255
4256  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4257  if test $ac_delim_n = $ac_delim_num; then
4258    break
4259  elif $ac_last_try; then
4260    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4261  else
4262    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4263  fi
4264done
4265rm -f conf$$subs.sh
4266
4267cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4268cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
4269_ACEOF
4270sed -n '
4271h
4272s/^/S["/; s/!.*/"]=/
4273p
4274g
4275s/^[^!]*!//
4276:repl
4277t repl
4278s/'"$ac_delim"'$//
4279t delim
4280:nl
4281h
4282s/\(.\{148\}\)..*/\1/
4283t more1
4284s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4285p
4286n
4287b repl
4288:more1
4289s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4290p
4291g
4292s/.\{148\}//
4293t nl
4294:delim
4295h
4296s/\(.\{148\}\)..*/\1/
4297t more2
4298s/["\\]/\\&/g; s/^/"/; s/$/"/
4299p
4300b
4301:more2
4302s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4303p
4304g
4305s/.\{148\}//
4306t delim
4307' <conf$$subs.awk | sed '
4308/^[^""]/{
4309  N
4310  s/\n//
4311}
4312' >>$CONFIG_STATUS || ac_write_fail=1
4313rm -f conf$$subs.awk
4314cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4315_ACAWK
4316cat >>"\$tmp/subs1.awk" <<_ACAWK &&
4317  for (key in S) S_is_set[key] = 1
4318  FS = ""
4319
4320}
4321{
4322  line = $ 0
4323  nfields = split(line, field, "@")
4324  substed = 0
4325  len = length(field[1])
4326  for (i = 2; i < nfields; i++) {
4327    key = field[i]
4328    keylen = length(key)
4329    if (S_is_set[key]) {
4330      value = S[key]
4331      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4332      len += length(value) + length(field[++i])
4333      substed = 1
4334    } else
4335      len += 1 + keylen
4336  }
4337
4338  print line
4339}
4340
4341_ACAWK
4342_ACEOF
4343cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4344if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4345  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4346else
4347  cat
4348fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
4349  || as_fn_error "could not setup config files machinery" "$LINENO" 5
4350_ACEOF
4351
4352# VPATH may cause trouble with some makes, so we remove $(srcdir),
4353# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4354# trailing colons and then remove the whole line if VPATH becomes empty
4355# (actually we leave an empty line to preserve line numbers).
4356if test "x$srcdir" = x.; then
4357  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
4358s/:*\$(srcdir):*/:/
4359s/:*\${srcdir}:*/:/
4360s/:*@srcdir@:*/:/
4361s/^\([^=]*=[	 ]*\):*/\1/
4362s/:*$//
4363s/^[^=]*=[	 ]*$//
4364}'
4365fi
4366
4367cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4368fi # test -n "$CONFIG_FILES"
4369
4370
4371eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
4372shift
4373for ac_tag
4374do
4375  case $ac_tag in
4376  :[FHLC]) ac_mode=$ac_tag; continue;;
4377  esac
4378  case $ac_mode$ac_tag in
4379  :[FHL]*:*);;
4380  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
4381  :[FH]-) ac_tag=-:-;;
4382  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4383  esac
4384  ac_save_IFS=$IFS
4385  IFS=:
4386  set x $ac_tag
4387  IFS=$ac_save_IFS
4388  shift
4389  ac_file=$1
4390  shift
4391
4392  case $ac_mode in
4393  :L) ac_source=$1;;
4394  :[FH])
4395    ac_file_inputs=
4396    for ac_f
4397    do
4398      case $ac_f in
4399      -) ac_f="$tmp/stdin";;
4400      *) # Look for the file first in the build tree, then in the source tree
4401	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
4402	 # because $ac_f cannot contain `:'.
4403	 test -f "$ac_f" ||
4404	   case $ac_f in
4405	   [\\/$]*) false;;
4406	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4407	   esac ||
4408	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4409      esac
4410      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4411      as_fn_append ac_file_inputs " '$ac_f'"
4412    done
4413
4414    # Let's still pretend it is `configure' which instantiates (i.e., don't
4415    # use $as_me), people would be surprised to read:
4416    #    /* config.h.  Generated by config.status.  */
4417    configure_input='Generated from '`
4418	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4419	`' by configure.'
4420    if test x"$ac_file" != x-; then
4421      configure_input="$ac_file.  $configure_input"
4422      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4423$as_echo "$as_me: creating $ac_file" >&6;}
4424    fi
4425    # Neutralize special characters interpreted by sed in replacement strings.
4426    case $configure_input in #(
4427    *\&* | *\|* | *\\* )
4428       ac_sed_conf_input=`$as_echo "$configure_input" |
4429       sed 's/[\\\\&|]/\\\\&/g'`;; #(
4430    *) ac_sed_conf_input=$configure_input;;
4431    esac
4432
4433    case $ac_tag in
4434    *:-:* | *:-) cat >"$tmp/stdin" \
4435      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
4436    esac
4437    ;;
4438  esac
4439
4440  ac_dir=`$as_dirname -- "$ac_file" ||
4441$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4442	 X"$ac_file" : 'X\(//\)[^/]' \| \
4443	 X"$ac_file" : 'X\(//\)$' \| \
4444	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4445$as_echo X"$ac_file" |
4446    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4447	    s//\1/
4448	    q
4449	  }
4450	  /^X\(\/\/\)[^/].*/{
4451	    s//\1/
4452	    q
4453	  }
4454	  /^X\(\/\/\)$/{
4455	    s//\1/
4456	    q
4457	  }
4458	  /^X\(\/\).*/{
4459	    s//\1/
4460	    q
4461	  }
4462	  s/.*/./; q'`
4463  as_dir="$ac_dir"; as_fn_mkdir_p
4464  ac_builddir=.
4465
4466case "$ac_dir" in
4467.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4468*)
4469  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4470  # A ".." for each directory in $ac_dir_suffix.
4471  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4472  case $ac_top_builddir_sub in
4473  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4474  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4475  esac ;;
4476esac
4477ac_abs_top_builddir=$ac_pwd
4478ac_abs_builddir=$ac_pwd$ac_dir_suffix
4479# for backward compatibility:
4480ac_top_builddir=$ac_top_build_prefix
4481
4482case $srcdir in
4483  .)  # We are building in place.
4484    ac_srcdir=.
4485    ac_top_srcdir=$ac_top_builddir_sub
4486    ac_abs_top_srcdir=$ac_pwd ;;
4487  [\\/]* | ?:[\\/]* )  # Absolute name.
4488    ac_srcdir=$srcdir$ac_dir_suffix;
4489    ac_top_srcdir=$srcdir
4490    ac_abs_top_srcdir=$srcdir ;;
4491  *) # Relative name.
4492    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4493    ac_top_srcdir=$ac_top_build_prefix$srcdir
4494    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4495esac
4496ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4497
4498
4499  case $ac_mode in
4500  :F)
4501  #
4502  # CONFIG_FILE
4503  #
4504
4505  case $INSTALL in
4506  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4507  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4508  esac
4509  ac_MKDIR_P=$MKDIR_P
4510  case $MKDIR_P in
4511  [\\/$]* | ?:[\\/]* ) ;;
4512  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4513  esac
4514_ACEOF
4515
4516cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4517# If the template does not know about datarootdir, expand it.
4518# FIXME: This hack should be removed a few years after 2.60.
4519ac_datarootdir_hack=; ac_datarootdir_seen=
4520ac_sed_dataroot='
4521/datarootdir/ {
4522  p
4523  q
4524}
4525/@datadir@/p
4526/@docdir@/p
4527/@infodir@/p
4528/@localedir@/p
4529/@mandir@/p'
4530case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4531*datarootdir*) ac_datarootdir_seen=yes;;
4532*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4533  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4534$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4535_ACEOF
4536cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4537  ac_datarootdir_hack='
4538  s&@datadir@&$datadir&g
4539  s&@docdir@&$docdir&g
4540  s&@infodir@&$infodir&g
4541  s&@localedir@&$localedir&g
4542  s&@mandir@&$mandir&g
4543  s&\\\${datarootdir}&$datarootdir&g' ;;
4544esac
4545_ACEOF
4546
4547# Neutralize VPATH when `$srcdir' = `.'.
4548# Shell code in configure.ac might set extrasub.
4549# FIXME: do we really want to maintain this feature?
4550cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4551ac_sed_extra="$ac_vpsub
4552$extrasub
4553_ACEOF
4554cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4555:t
4556/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4557s|@configure_input@|$ac_sed_conf_input|;t t
4558s&@top_builddir@&$ac_top_builddir_sub&;t t
4559s&@top_build_prefix@&$ac_top_build_prefix&;t t
4560s&@srcdir@&$ac_srcdir&;t t
4561s&@abs_srcdir@&$ac_abs_srcdir&;t t
4562s&@top_srcdir@&$ac_top_srcdir&;t t
4563s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4564s&@builddir@&$ac_builddir&;t t
4565s&@abs_builddir@&$ac_abs_builddir&;t t
4566s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4567s&@INSTALL@&$ac_INSTALL&;t t
4568s&@MKDIR_P@&$ac_MKDIR_P&;t t
4569$ac_datarootdir_hack
4570"
4571eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
4572  || as_fn_error "could not create $ac_file" "$LINENO" 5
4573
4574test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4575  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4576  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4577  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4578which seems to be undefined.  Please make sure it is defined." >&5
4579$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4580which seems to be undefined.  Please make sure it is defined." >&2;}
4581
4582  rm -f "$tmp/stdin"
4583  case $ac_file in
4584  -) cat "$tmp/out" && rm -f "$tmp/out";;
4585  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
4586  esac \
4587  || as_fn_error "could not create $ac_file" "$LINENO" 5
4588 ;;
4589
4590
4591  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
4592$as_echo "$as_me: executing $ac_file commands" >&6;}
4593 ;;
4594  esac
4595
4596
4597  case $ac_file$ac_mode in
4598    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
4599  # Autoconf 2.62 quotes --file arguments for eval, but not when files
4600  # are listed without --file.  Let's play safe and only enable the eval
4601  # if we detect the quoting.
4602  case $CONFIG_FILES in
4603  *\'*) eval set x "$CONFIG_FILES" ;;
4604  *)   set x $CONFIG_FILES ;;
4605  esac
4606  shift
4607  for mf
4608  do
4609    # Strip MF so we end up with the name of the file.
4610    mf=`echo "$mf" | sed -e 's/:.*$//'`
4611    # Check whether this is an Automake generated Makefile or not.
4612    # We used to match only the files named `Makefile.in', but
4613    # some people rename them; so instead we look at the file content.
4614    # Grep'ing the first line is not enough: some people post-process
4615    # each Makefile.in and add a new line on top of each file to say so.
4616    # Grep'ing the whole file is not good either: AIX grep has a line
4617    # limit of 2048, but all sed's we know have understand at least 4000.
4618    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
4619      dirpart=`$as_dirname -- "$mf" ||
4620$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4621	 X"$mf" : 'X\(//\)[^/]' \| \
4622	 X"$mf" : 'X\(//\)$' \| \
4623	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
4624$as_echo X"$mf" |
4625    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4626	    s//\1/
4627	    q
4628	  }
4629	  /^X\(\/\/\)[^/].*/{
4630	    s//\1/
4631	    q
4632	  }
4633	  /^X\(\/\/\)$/{
4634	    s//\1/
4635	    q
4636	  }
4637	  /^X\(\/\).*/{
4638	    s//\1/
4639	    q
4640	  }
4641	  s/.*/./; q'`
4642    else
4643      continue
4644    fi
4645    # Extract the definition of DEPDIR, am__include, and am__quote
4646    # from the Makefile without running `make'.
4647    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
4648    test -z "$DEPDIR" && continue
4649    am__include=`sed -n 's/^am__include = //p' < "$mf"`
4650    test -z "am__include" && continue
4651    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
4652    # When using ansi2knr, U may be empty or an underscore; expand it
4653    U=`sed -n 's/^U = //p' < "$mf"`
4654    # Find all dependency output files, they are included files with
4655    # $(DEPDIR) in their names.  We invoke sed twice because it is the
4656    # simplest approach to changing $(DEPDIR) to its actual value in the
4657    # expansion.
4658    for file in `sed -n "
4659      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
4660	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4661      # Make sure the directory exists.
4662      test -f "$dirpart/$file" && continue
4663      fdir=`$as_dirname -- "$file" ||
4664$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4665	 X"$file" : 'X\(//\)[^/]' \| \
4666	 X"$file" : 'X\(//\)$' \| \
4667	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
4668$as_echo X"$file" |
4669    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4670	    s//\1/
4671	    q
4672	  }
4673	  /^X\(\/\/\)[^/].*/{
4674	    s//\1/
4675	    q
4676	  }
4677	  /^X\(\/\/\)$/{
4678	    s//\1/
4679	    q
4680	  }
4681	  /^X\(\/\).*/{
4682	    s//\1/
4683	    q
4684	  }
4685	  s/.*/./; q'`
4686      as_dir=$dirpart/$fdir; as_fn_mkdir_p
4687      # echo "creating $dirpart/$file"
4688      echo '# dummy' > "$dirpart/$file"
4689    done
4690  done
4691}
4692 ;;
4693
4694  esac
4695done # for ac_tag
4696
4697
4698as_fn_exit 0
4699_ACEOF
4700ac_clean_files=$ac_clean_files_save
4701
4702test $ac_write_fail = 0 ||
4703  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
4704
4705
4706# configure is writing to config.log, and then calls config.status.
4707# config.status does its own redirection, appending to config.log.
4708# Unfortunately, on DOS this fails, as config.log is still kept open
4709# by configure, so config.status won't be able to write to it; its
4710# output is simply discarded.  So we exec the FD to /dev/null,
4711# effectively closing config.log, so it can be properly (re)opened and
4712# appended to by config.status.  When coming back to configure, we
4713# need to make the FD available again.
4714if test "$no_create" != yes; then
4715  ac_cs_success=:
4716  ac_config_status_args=
4717  test "$silent" = yes &&
4718    ac_config_status_args="$ac_config_status_args --quiet"
4719  exec 5>/dev/null
4720  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4721  exec 5>>config.log
4722  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4723  # would make configure fail if this is the last instruction.
4724  $ac_cs_success || as_fn_exit $?
4725fi
4726if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4727  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4728$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4729fi
4730
4731