1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7#
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18  emulate sh
19  NULLCMD=:
20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21  # is contrary to our usage.  Disable this feature.
22  alias -g '${1+"$@"}'='"$@"'
23  setopt NO_GLOB_SUBST
24else
25  case `(set -o) 2>/dev/null` in #(
26  *posix*) :
27    set -o posix ;; #(
28  *) :
29     ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45  as_echo='print -r --'
46  as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48  as_echo='printf %s\n'
49  as_echo_n='printf %s'
50else
51  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53    as_echo_n='/usr/ucb/echo -n'
54  else
55    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56    as_echo_n_body='eval
57      arg=$1;
58      case $arg in #(
59      *"$as_nl"*)
60	expr "X$arg" : "X\\(.*\\)$as_nl";
61	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62      esac;
63      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64    '
65    export as_echo_n_body
66    as_echo_n='sh -c $as_echo_n_body as_echo'
67  fi
68  export as_echo_body
69  as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74  PATH_SEPARATOR=:
75  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77      PATH_SEPARATOR=';'
78  }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order.  Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" ""	$as_nl"
88
89# Find who we are.  Look in the path if we contain no directory separator.
90as_myself=
91case $0 in #((
92  *[\\/]* ) as_myself=$0 ;;
93  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96  IFS=$as_save_IFS
97  test -z "$as_dir" && as_dir=.
98    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99  done
100IFS=$as_save_IFS
101
102     ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107  as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111  exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there.  '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135# Use a proper internal environment variable to ensure we don't fall
136  # into an infinite loop, continuously re-executing ourselves.
137  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138    _as_can_reexec=no; export _as_can_reexec;
139    # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147  *v*x* | *x*v* ) as_opts=-vx ;;
148  *v* ) as_opts=-v ;;
149  *x* ) as_opts=-x ;;
150  * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157  fi
158  # We don't want this to propagate to other subprocesses.
159          { _as_can_reexec=; unset _as_can_reexec;}
160if test "x$CONFIG_SHELL" = x; then
161  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162  emulate sh
163  NULLCMD=:
164  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165  # is contrary to our usage.  Disable this feature.
166  alias -g '\${1+\"\$@\"}'='\"\$@\"'
167  setopt NO_GLOB_SUBST
168else
169  case \`(set -o) 2>/dev/null\` in #(
170  *posix*) :
171    set -o posix ;; #(
172  *) :
173     ;;
174esac
175fi
176"
177  as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191  exitcode=1; echo positional parameters were not saved.
192fi
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
195  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
199  if (eval "$as_required") 2>/dev/null; then :
200  as_have_required=yes
201else
202  as_have_required=no
203fi
204  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
205
206else
207  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208as_found=false
209for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
210do
211  IFS=$as_save_IFS
212  test -z "$as_dir" && as_dir=.
213  as_found=:
214  case $as_dir in #(
215	 /*)
216	   for as_base in sh bash ksh sh5; do
217	     # Try only shells that exist, to save several forks.
218	     as_shell=$as_dir/$as_base
219	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
220		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
221  CONFIG_SHELL=$as_shell as_have_required=yes
222		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
223  break 2
224fi
225fi
226	   done;;
227       esac
228  as_found=false
229done
230$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
231	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
232  CONFIG_SHELL=$SHELL as_have_required=yes
233fi; }
234IFS=$as_save_IFS
235
236
237      if test "x$CONFIG_SHELL" != x; then :
238  export CONFIG_SHELL
239             # We cannot yet assume a decent shell, so we have to provide a
240# neutralization value for shells without unset; and this also
241# works around shells that cannot unset nonexistent variables.
242# Preserve -v and -x to the replacement shell.
243BASH_ENV=/dev/null
244ENV=/dev/null
245(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
246case $- in # ((((
247  *v*x* | *x*v* ) as_opts=-vx ;;
248  *v* ) as_opts=-v ;;
249  *x* ) as_opts=-x ;;
250  * ) as_opts= ;;
251esac
252exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253# Admittedly, this is quite paranoid, since all the known shells bail
254# out after a failed `exec'.
255$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
256exit 255
257fi
258
259    if test x$as_have_required = xno; then :
260  $as_echo "$0: This script requires a shell more modern than all"
261  $as_echo "$0: the shells that I found on your system."
262  if test x${ZSH_VERSION+set} = xset ; then
263    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
264    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
265  else
266    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
267$0: including any error possibly output before this
268$0: message. Then install a modern shell, or manually run
269$0: the script under such a shell if you do have one."
270  fi
271  exit 1
272fi
273fi
274fi
275SHELL=${CONFIG_SHELL-/bin/sh}
276export SHELL
277# Unset more variables known to interfere with behavior of common tools.
278CLICOLOR_FORCE= GREP_OPTIONS=
279unset CLICOLOR_FORCE GREP_OPTIONS
280
281## --------------------- ##
282## M4sh Shell Functions. ##
283## --------------------- ##
284# as_fn_unset VAR
285# ---------------
286# Portably unset VAR.
287as_fn_unset ()
288{
289  { eval $1=; unset $1;}
290}
291as_unset=as_fn_unset
292
293# as_fn_set_status STATUS
294# -----------------------
295# Set $? to STATUS, without forking.
296as_fn_set_status ()
297{
298  return $1
299} # as_fn_set_status
300
301# as_fn_exit STATUS
302# -----------------
303# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
304as_fn_exit ()
305{
306  set +e
307  as_fn_set_status $1
308  exit $1
309} # as_fn_exit
310
311# as_fn_mkdir_p
312# -------------
313# Create "$as_dir" as a directory, including parents if necessary.
314as_fn_mkdir_p ()
315{
316
317  case $as_dir in #(
318  -*) as_dir=./$as_dir;;
319  esac
320  test -d "$as_dir" || eval $as_mkdir_p || {
321    as_dirs=
322    while :; do
323      case $as_dir in #(
324      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
325      *) as_qdir=$as_dir;;
326      esac
327      as_dirs="'$as_qdir' $as_dirs"
328      as_dir=`$as_dirname -- "$as_dir" ||
329$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
330	 X"$as_dir" : 'X\(//\)[^/]' \| \
331	 X"$as_dir" : 'X\(//\)$' \| \
332	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
333$as_echo X"$as_dir" |
334    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
335	    s//\1/
336	    q
337	  }
338	  /^X\(\/\/\)[^/].*/{
339	    s//\1/
340	    q
341	  }
342	  /^X\(\/\/\)$/{
343	    s//\1/
344	    q
345	  }
346	  /^X\(\/\).*/{
347	    s//\1/
348	    q
349	  }
350	  s/.*/./; q'`
351      test -d "$as_dir" && break
352    done
353    test -z "$as_dirs" || eval "mkdir $as_dirs"
354  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
355
356
357} # as_fn_mkdir_p
358
359# as_fn_executable_p FILE
360# -----------------------
361# Test if FILE is an executable regular file.
362as_fn_executable_p ()
363{
364  test -f "$1" && test -x "$1"
365} # as_fn_executable_p
366# as_fn_append VAR VALUE
367# ----------------------
368# Append the text in VALUE to the end of the definition contained in VAR. Take
369# advantage of any shell optimizations that allow amortized linear growth over
370# repeated appends, instead of the typical quadratic growth present in naive
371# implementations.
372if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
373  eval 'as_fn_append ()
374  {
375    eval $1+=\$2
376  }'
377else
378  as_fn_append ()
379  {
380    eval $1=\$$1\$2
381  }
382fi # as_fn_append
383
384# as_fn_arith ARG...
385# ------------------
386# Perform arithmetic evaluation on the ARGs, and store the result in the
387# global $as_val. Take advantage of shells that can avoid forks. The arguments
388# must be portable across $(()) and expr.
389if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
390  eval 'as_fn_arith ()
391  {
392    as_val=$(( $* ))
393  }'
394else
395  as_fn_arith ()
396  {
397    as_val=`expr "$@" || test $? -eq 1`
398  }
399fi # as_fn_arith
400
401
402# as_fn_error STATUS ERROR [LINENO LOG_FD]
403# ----------------------------------------
404# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
406# script with STATUS, using 1 if that was 0.
407as_fn_error ()
408{
409  as_status=$1; test $as_status -eq 0 && as_status=1
410  if test "$4"; then
411    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
412    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
413  fi
414  $as_echo "$as_me: error: $2" >&2
415  as_fn_exit $as_status
416} # as_fn_error
417
418if expr a : '\(a\)' >/dev/null 2>&1 &&
419   test "X`expr 00001 : '.*\(...\)'`" = X001; then
420  as_expr=expr
421else
422  as_expr=false
423fi
424
425if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
426  as_basename=basename
427else
428  as_basename=false
429fi
430
431if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
432  as_dirname=dirname
433else
434  as_dirname=false
435fi
436
437as_me=`$as_basename -- "$0" ||
438$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439	 X"$0" : 'X\(//\)$' \| \
440	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
441$as_echo X/"$0" |
442    sed '/^.*\/\([^/][^/]*\)\/*$/{
443	    s//\1/
444	    q
445	  }
446	  /^X\/\(\/\/\)$/{
447	    s//\1/
448	    q
449	  }
450	  /^X\/\(\/\).*/{
451	    s//\1/
452	    q
453	  }
454	  s/.*/./; q'`
455
456# Avoid depending upon Character Ranges.
457as_cr_letters='abcdefghijklmnopqrstuvwxyz'
458as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459as_cr_Letters=$as_cr_letters$as_cr_LETTERS
460as_cr_digits='0123456789'
461as_cr_alnum=$as_cr_Letters$as_cr_digits
462
463
464  as_lineno_1=$LINENO as_lineno_1a=$LINENO
465  as_lineno_2=$LINENO as_lineno_2a=$LINENO
466  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
467  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
468  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
469  sed -n '
470    p
471    /[$]LINENO/=
472  ' <$as_myself |
473    sed '
474      s/[$]LINENO.*/&-/
475      t lineno
476      b
477      :lineno
478      N
479      :loop
480      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
481      t loop
482      s/-\n.*//
483    ' >$as_me.lineno &&
484  chmod +x "$as_me.lineno" ||
485    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
486
487  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
488  # already done that, so ensure we don't try to do so again and fall
489  # in an infinite loop.  This has already happened in practice.
490  _as_can_reexec=no; export _as_can_reexec
491  # Don't try to exec as it changes $[0], causing all sort of problems
492  # (the dirname of $[0] is not the place where we might find the
493  # original and so on.  Autoconf is especially sensitive to this).
494  . "./$as_me.lineno"
495  # Exit status is that of the last command.
496  exit
497}
498
499ECHO_C= ECHO_N= ECHO_T=
500case `echo -n x` in #(((((
501-n*)
502  case `echo 'xy\c'` in
503  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
504  xy)  ECHO_C='\c';;
505  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
506       ECHO_T='	';;
507  esac;;
508*)
509  ECHO_N='-n';;
510esac
511
512rm -f conf$$ conf$$.exe conf$$.file
513if test -d conf$$.dir; then
514  rm -f conf$$.dir/conf$$.file
515else
516  rm -f conf$$.dir
517  mkdir conf$$.dir 2>/dev/null
518fi
519if (echo >conf$$.file) 2>/dev/null; then
520  if ln -s conf$$.file conf$$ 2>/dev/null; then
521    as_ln_s='ln -s'
522    # ... but there are two gotchas:
523    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525    # In both cases, we have to default to `cp -pR'.
526    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
527      as_ln_s='cp -pR'
528  elif ln conf$$.file conf$$ 2>/dev/null; then
529    as_ln_s=ln
530  else
531    as_ln_s='cp -pR'
532  fi
533else
534  as_ln_s='cp -pR'
535fi
536rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537rmdir conf$$.dir 2>/dev/null
538
539if mkdir -p . 2>/dev/null; then
540  as_mkdir_p='mkdir -p "$as_dir"'
541else
542  test -d ./-p && rmdir ./-p
543  as_mkdir_p=false
544fi
545
546as_test_x='test -x'
547as_executable_p=as_fn_executable_p
548
549# Sed expression to map a string onto a valid CPP name.
550as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
551
552# Sed expression to map a string onto a valid variable name.
553as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554
555
556test -n "$DJDIR" || exec 7<&0 </dev/null
557exec 6>&1
558
559# Name of the host.
560# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
561# so uname gets run too.
562ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
563
564#
565# Initializations.
566#
567ac_default_prefix=/usr/local
568ac_clean_files=
569ac_config_libobj_dir=.
570LIBOBJS=
571cross_compiling=no
572subdirs=
573MFLAGS=
574MAKEFLAGS=
575
576# Identity of this package.
577PACKAGE_NAME=
578PACKAGE_TARNAME=
579PACKAGE_VERSION=
580PACKAGE_STRING=
581PACKAGE_BUGREPORT=
582PACKAGE_URL=
583
584ac_unique_file="vsn.mk"
585ac_subst_vars='LTLIBOBJS
586LIBOBJS
587PERL
588host_os
589host_vendor
590host_cpu
591host
592build_os
593build_vendor
594build_cpu
595build
596target_alias
597host_alias
598build_alias
599LIBS
600ECHO_T
601ECHO_N
602ECHO_C
603DEFS
604mandir
605localedir
606libdir
607psdir
608pdfdir
609dvidir
610htmldir
611infodir
612docdir
613oldincludedir
614includedir
615runstatedir
616localstatedir
617sharedstatedir
618sysconfdir
619datadir
620datarootdir
621libexecdir
622sbindir
623bindir
624program_transform_name
625prefix
626exec_prefix
627PACKAGE_URL
628PACKAGE_BUGREPORT
629PACKAGE_STRING
630PACKAGE_VERSION
631PACKAGE_TARNAME
632PACKAGE_NAME
633PATH_SEPARATOR
634SHELL'
635ac_subst_files=''
636ac_user_opts='
637enable_option_checking
638'
639      ac_precious_vars='build_alias
640host_alias
641target_alias'
642
643
644# Initialize some variables set by options.
645ac_init_help=
646ac_init_version=false
647ac_unrecognized_opts=
648ac_unrecognized_sep=
649# The variables have the same names as the options, with
650# dashes changed to underlines.
651cache_file=/dev/null
652exec_prefix=NONE
653no_create=
654no_recursion=
655prefix=NONE
656program_prefix=NONE
657program_suffix=NONE
658program_transform_name=s,x,x,
659silent=
660site=
661srcdir=
662verbose=
663x_includes=NONE
664x_libraries=NONE
665
666# Installation directory options.
667# These are left unexpanded so users can "make install exec_prefix=/foo"
668# and all the variables that are supposed to be based on exec_prefix
669# by default will actually change.
670# Use braces instead of parens because sh, perl, etc. also accept them.
671# (The list follows the same order as the GNU Coding Standards.)
672bindir='${exec_prefix}/bin'
673sbindir='${exec_prefix}/sbin'
674libexecdir='${exec_prefix}/libexec'
675datarootdir='${prefix}/share'
676datadir='${datarootdir}'
677sysconfdir='${prefix}/etc'
678sharedstatedir='${prefix}/com'
679localstatedir='${prefix}/var'
680runstatedir='${localstatedir}/run'
681includedir='${prefix}/include'
682oldincludedir='/usr/include'
683docdir='${datarootdir}/doc/${PACKAGE}'
684infodir='${datarootdir}/info'
685htmldir='${docdir}'
686dvidir='${docdir}'
687pdfdir='${docdir}'
688psdir='${docdir}'
689libdir='${exec_prefix}/lib'
690localedir='${datarootdir}/locale'
691mandir='${datarootdir}/man'
692
693ac_prev=
694ac_dashdash=
695for ac_option
696do
697  # If the previous option needs an argument, assign it.
698  if test -n "$ac_prev"; then
699    eval $ac_prev=\$ac_option
700    ac_prev=
701    continue
702  fi
703
704  case $ac_option in
705  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
706  *=)   ac_optarg= ;;
707  *)    ac_optarg=yes ;;
708  esac
709
710  # Accept the important Cygnus configure options, so we can diagnose typos.
711
712  case $ac_dashdash$ac_option in
713  --)
714    ac_dashdash=yes ;;
715
716  -bindir | --bindir | --bindi | --bind | --bin | --bi)
717    ac_prev=bindir ;;
718  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
719    bindir=$ac_optarg ;;
720
721  -build | --build | --buil | --bui | --bu)
722    ac_prev=build_alias ;;
723  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
724    build_alias=$ac_optarg ;;
725
726  -cache-file | --cache-file | --cache-fil | --cache-fi \
727  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
728    ac_prev=cache_file ;;
729  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
730  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
731    cache_file=$ac_optarg ;;
732
733  --config-cache | -C)
734    cache_file=config.cache ;;
735
736  -datadir | --datadir | --datadi | --datad)
737    ac_prev=datadir ;;
738  -datadir=* | --datadir=* | --datadi=* | --datad=*)
739    datadir=$ac_optarg ;;
740
741  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
742  | --dataroo | --dataro | --datar)
743    ac_prev=datarootdir ;;
744  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
745  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
746    datarootdir=$ac_optarg ;;
747
748  -disable-* | --disable-*)
749    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
750    # Reject names that are not valid shell variable names.
751    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
752      as_fn_error $? "invalid feature name: $ac_useropt"
753    ac_useropt_orig=$ac_useropt
754    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
755    case $ac_user_opts in
756      *"
757"enable_$ac_useropt"
758"*) ;;
759      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
760	 ac_unrecognized_sep=', ';;
761    esac
762    eval enable_$ac_useropt=no ;;
763
764  -docdir | --docdir | --docdi | --doc | --do)
765    ac_prev=docdir ;;
766  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
767    docdir=$ac_optarg ;;
768
769  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
770    ac_prev=dvidir ;;
771  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
772    dvidir=$ac_optarg ;;
773
774  -enable-* | --enable-*)
775    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
776    # Reject names that are not valid shell variable names.
777    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
778      as_fn_error $? "invalid feature name: $ac_useropt"
779    ac_useropt_orig=$ac_useropt
780    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
781    case $ac_user_opts in
782      *"
783"enable_$ac_useropt"
784"*) ;;
785      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
786	 ac_unrecognized_sep=', ';;
787    esac
788    eval enable_$ac_useropt=\$ac_optarg ;;
789
790  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
791  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
792  | --exec | --exe | --ex)
793    ac_prev=exec_prefix ;;
794  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
795  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
796  | --exec=* | --exe=* | --ex=*)
797    exec_prefix=$ac_optarg ;;
798
799  -gas | --gas | --ga | --g)
800    # Obsolete; use --with-gas.
801    with_gas=yes ;;
802
803  -help | --help | --hel | --he | -h)
804    ac_init_help=long ;;
805  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
806    ac_init_help=recursive ;;
807  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
808    ac_init_help=short ;;
809
810  -host | --host | --hos | --ho)
811    ac_prev=host_alias ;;
812  -host=* | --host=* | --hos=* | --ho=*)
813    host_alias=$ac_optarg ;;
814
815  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
816    ac_prev=htmldir ;;
817  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
818  | --ht=*)
819    htmldir=$ac_optarg ;;
820
821  -includedir | --includedir | --includedi | --included | --include \
822  | --includ | --inclu | --incl | --inc)
823    ac_prev=includedir ;;
824  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
825  | --includ=* | --inclu=* | --incl=* | --inc=*)
826    includedir=$ac_optarg ;;
827
828  -infodir | --infodir | --infodi | --infod | --info | --inf)
829    ac_prev=infodir ;;
830  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
831    infodir=$ac_optarg ;;
832
833  -libdir | --libdir | --libdi | --libd)
834    ac_prev=libdir ;;
835  -libdir=* | --libdir=* | --libdi=* | --libd=*)
836    libdir=$ac_optarg ;;
837
838  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
839  | --libexe | --libex | --libe)
840    ac_prev=libexecdir ;;
841  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
842  | --libexe=* | --libex=* | --libe=*)
843    libexecdir=$ac_optarg ;;
844
845  -localedir | --localedir | --localedi | --localed | --locale)
846    ac_prev=localedir ;;
847  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
848    localedir=$ac_optarg ;;
849
850  -localstatedir | --localstatedir | --localstatedi | --localstated \
851  | --localstate | --localstat | --localsta | --localst | --locals)
852    ac_prev=localstatedir ;;
853  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
854  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
855    localstatedir=$ac_optarg ;;
856
857  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
858    ac_prev=mandir ;;
859  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
860    mandir=$ac_optarg ;;
861
862  -nfp | --nfp | --nf)
863    # Obsolete; use --without-fp.
864    with_fp=no ;;
865
866  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
867  | --no-cr | --no-c | -n)
868    no_create=yes ;;
869
870  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
871  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
872    no_recursion=yes ;;
873
874  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
875  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
876  | --oldin | --oldi | --old | --ol | --o)
877    ac_prev=oldincludedir ;;
878  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
879  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
880  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
881    oldincludedir=$ac_optarg ;;
882
883  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
884    ac_prev=prefix ;;
885  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
886    prefix=$ac_optarg ;;
887
888  -program-prefix | --program-prefix | --program-prefi | --program-pref \
889  | --program-pre | --program-pr | --program-p)
890    ac_prev=program_prefix ;;
891  -program-prefix=* | --program-prefix=* | --program-prefi=* \
892  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
893    program_prefix=$ac_optarg ;;
894
895  -program-suffix | --program-suffix | --program-suffi | --program-suff \
896  | --program-suf | --program-su | --program-s)
897    ac_prev=program_suffix ;;
898  -program-suffix=* | --program-suffix=* | --program-suffi=* \
899  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
900    program_suffix=$ac_optarg ;;
901
902  -program-transform-name | --program-transform-name \
903  | --program-transform-nam | --program-transform-na \
904  | --program-transform-n | --program-transform- \
905  | --program-transform | --program-transfor \
906  | --program-transfo | --program-transf \
907  | --program-trans | --program-tran \
908  | --progr-tra | --program-tr | --program-t)
909    ac_prev=program_transform_name ;;
910  -program-transform-name=* | --program-transform-name=* \
911  | --program-transform-nam=* | --program-transform-na=* \
912  | --program-transform-n=* | --program-transform-=* \
913  | --program-transform=* | --program-transfor=* \
914  | --program-transfo=* | --program-transf=* \
915  | --program-trans=* | --program-tran=* \
916  | --progr-tra=* | --program-tr=* | --program-t=*)
917    program_transform_name=$ac_optarg ;;
918
919  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
920    ac_prev=pdfdir ;;
921  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
922    pdfdir=$ac_optarg ;;
923
924  -psdir | --psdir | --psdi | --psd | --ps)
925    ac_prev=psdir ;;
926  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
927    psdir=$ac_optarg ;;
928
929  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
930  | -silent | --silent | --silen | --sile | --sil)
931    silent=yes ;;
932
933  -runstatedir | --runstatedir | --runstatedi | --runstated \
934  | --runstate | --runstat | --runsta | --runst | --runs \
935  | --run | --ru | --r)
936    ac_prev=runstatedir ;;
937  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
938  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
939  | --run=* | --ru=* | --r=*)
940    runstatedir=$ac_optarg ;;
941
942  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
943    ac_prev=sbindir ;;
944  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
945  | --sbi=* | --sb=*)
946    sbindir=$ac_optarg ;;
947
948  -sharedstatedir | --sharedstatedir | --sharedstatedi \
949  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
950  | --sharedst | --shareds | --shared | --share | --shar \
951  | --sha | --sh)
952    ac_prev=sharedstatedir ;;
953  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
954  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
955  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
956  | --sha=* | --sh=*)
957    sharedstatedir=$ac_optarg ;;
958
959  -site | --site | --sit)
960    ac_prev=site ;;
961  -site=* | --site=* | --sit=*)
962    site=$ac_optarg ;;
963
964  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
965    ac_prev=srcdir ;;
966  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
967    srcdir=$ac_optarg ;;
968
969  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
970  | --syscon | --sysco | --sysc | --sys | --sy)
971    ac_prev=sysconfdir ;;
972  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
973  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
974    sysconfdir=$ac_optarg ;;
975
976  -target | --target | --targe | --targ | --tar | --ta | --t)
977    ac_prev=target_alias ;;
978  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
979    target_alias=$ac_optarg ;;
980
981  -v | -verbose | --verbose | --verbos | --verbo | --verb)
982    verbose=yes ;;
983
984  -version | --version | --versio | --versi | --vers | -V)
985    ac_init_version=: ;;
986
987  -with-* | --with-*)
988    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
989    # Reject names that are not valid shell variable names.
990    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
991      as_fn_error $? "invalid package name: $ac_useropt"
992    ac_useropt_orig=$ac_useropt
993    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
994    case $ac_user_opts in
995      *"
996"with_$ac_useropt"
997"*) ;;
998      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
999	 ac_unrecognized_sep=', ';;
1000    esac
1001    eval with_$ac_useropt=\$ac_optarg ;;
1002
1003  -without-* | --without-*)
1004    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
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--without-$ac_useropt_orig"
1015	 ac_unrecognized_sep=', ';;
1016    esac
1017    eval with_$ac_useropt=no ;;
1018
1019  --x)
1020    # Obsolete; use --with-x.
1021    with_x=yes ;;
1022
1023  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1024  | --x-incl | --x-inc | --x-in | --x-i)
1025    ac_prev=x_includes ;;
1026  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1027  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1028    x_includes=$ac_optarg ;;
1029
1030  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1031  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1032    ac_prev=x_libraries ;;
1033  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1034  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1035    x_libraries=$ac_optarg ;;
1036
1037  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1038Try \`$0 --help' for more information"
1039    ;;
1040
1041  *=*)
1042    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1043    # Reject names that are not valid shell variable names.
1044    case $ac_envvar in #(
1045      '' | [0-9]* | *[!_$as_cr_alnum]* )
1046      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1047    esac
1048    eval $ac_envvar=\$ac_optarg
1049    export $ac_envvar ;;
1050
1051  *)
1052    # FIXME: should be removed in autoconf 3.0.
1053    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1054    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1055      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1056    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1057    ;;
1058
1059  esac
1060done
1061
1062if test -n "$ac_prev"; then
1063  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1064  as_fn_error $? "missing argument to $ac_option"
1065fi
1066
1067if test -n "$ac_unrecognized_opts"; then
1068  case $enable_option_checking in
1069    no) ;;
1070    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1071    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1072  esac
1073fi
1074
1075# Check all directory arguments for consistency.
1076for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1077		datadir sysconfdir sharedstatedir localstatedir includedir \
1078		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1079		libdir localedir mandir runstatedir
1080do
1081  eval ac_val=\$$ac_var
1082  # Remove trailing slashes.
1083  case $ac_val in
1084    */ )
1085      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1086      eval $ac_var=\$ac_val;;
1087  esac
1088  # Be sure to have absolute directory names.
1089  case $ac_val in
1090    [\\/$]* | ?:[\\/]* )  continue;;
1091    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1092  esac
1093  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1094done
1095
1096# There might be people who depend on the old broken behavior: `$host'
1097# used to hold the argument of --host etc.
1098# FIXME: To remove some day.
1099build=$build_alias
1100host=$host_alias
1101target=$target_alias
1102
1103# FIXME: To remove some day.
1104if test "x$host_alias" != x; then
1105  if test "x$build_alias" = x; then
1106    cross_compiling=maybe
1107  elif test "x$build_alias" != "x$host_alias"; then
1108    cross_compiling=yes
1109  fi
1110fi
1111
1112ac_tool_prefix=
1113test -n "$host_alias" && ac_tool_prefix=$host_alias-
1114
1115test "$silent" = yes && exec 6>/dev/null
1116
1117
1118ac_pwd=`pwd` && test -n "$ac_pwd" &&
1119ac_ls_di=`ls -di .` &&
1120ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1121  as_fn_error $? "working directory cannot be determined"
1122test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1123  as_fn_error $? "pwd does not report name of working directory"
1124
1125
1126# Find the source files, if location was not specified.
1127if test -z "$srcdir"; then
1128  ac_srcdir_defaulted=yes
1129  # Try the directory containing this script, then the parent directory.
1130  ac_confdir=`$as_dirname -- "$as_myself" ||
1131$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1132	 X"$as_myself" : 'X\(//\)[^/]' \| \
1133	 X"$as_myself" : 'X\(//\)$' \| \
1134	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1135$as_echo X"$as_myself" |
1136    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1137	    s//\1/
1138	    q
1139	  }
1140	  /^X\(\/\/\)[^/].*/{
1141	    s//\1/
1142	    q
1143	  }
1144	  /^X\(\/\/\)$/{
1145	    s//\1/
1146	    q
1147	  }
1148	  /^X\(\/\).*/{
1149	    s//\1/
1150	    q
1151	  }
1152	  s/.*/./; q'`
1153  srcdir=$ac_confdir
1154  if test ! -r "$srcdir/$ac_unique_file"; then
1155    srcdir=..
1156  fi
1157else
1158  ac_srcdir_defaulted=no
1159fi
1160if test ! -r "$srcdir/$ac_unique_file"; then
1161  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1162  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1163fi
1164ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1165ac_abs_confdir=`(
1166	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1167	pwd)`
1168# When building in place, set srcdir=.
1169if test "$ac_abs_confdir" = "$ac_pwd"; then
1170  srcdir=.
1171fi
1172# Remove unnecessary trailing slashes from srcdir.
1173# Double slashes in file names in object file debugging info
1174# mess up M-x gdb in Emacs.
1175case $srcdir in
1176*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1177esac
1178for ac_var in $ac_precious_vars; do
1179  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1180  eval ac_env_${ac_var}_value=\$${ac_var}
1181  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1182  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1183done
1184
1185#
1186# Report the --help message.
1187#
1188if test "$ac_init_help" = "long"; then
1189  # Omit some internal or obsolete options to make the list less imposing.
1190  # This message is too long to be a string in the A/UX 3.1 sh.
1191  cat <<_ACEOF
1192\`configure' configures this package to adapt to many kinds of systems.
1193
1194Usage: $0 [OPTION]... [VAR=VALUE]...
1195
1196To assign environment variables (e.g., CC, CFLAGS...), specify them as
1197VAR=VALUE.  See below for descriptions of some of the useful variables.
1198
1199Defaults for the options are specified in brackets.
1200
1201Configuration:
1202  -h, --help              display this help and exit
1203      --help=short        display options specific to this package
1204      --help=recursive    display the short help of all the included packages
1205  -V, --version           display version information and exit
1206  -q, --quiet, --silent   do not print \`checking ...' messages
1207      --cache-file=FILE   cache test results in FILE [disabled]
1208  -C, --config-cache      alias for \`--cache-file=config.cache'
1209  -n, --no-create         do not create output files
1210      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1211
1212Installation directories:
1213  --prefix=PREFIX         install architecture-independent files in PREFIX
1214                          [$ac_default_prefix]
1215  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1216                          [PREFIX]
1217
1218By default, \`make install' will install all the files in
1219\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1220an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1221for instance \`--prefix=\$HOME'.
1222
1223For better control, use the options below.
1224
1225Fine tuning of the installation directories:
1226  --bindir=DIR            user executables [EPREFIX/bin]
1227  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1228  --libexecdir=DIR        program executables [EPREFIX/libexec]
1229  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1230  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1231  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1232  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1233  --libdir=DIR            object code libraries [EPREFIX/lib]
1234  --includedir=DIR        C header files [PREFIX/include]
1235  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1236  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1237  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1238  --infodir=DIR           info documentation [DATAROOTDIR/info]
1239  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1240  --mandir=DIR            man documentation [DATAROOTDIR/man]
1241  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1242  --htmldir=DIR           html documentation [DOCDIR]
1243  --dvidir=DIR            dvi documentation [DOCDIR]
1244  --pdfdir=DIR            pdf documentation [DOCDIR]
1245  --psdir=DIR             ps documentation [DOCDIR]
1246_ACEOF
1247
1248  cat <<\_ACEOF
1249
1250System types:
1251  --build=BUILD     configure for building on BUILD [guessed]
1252  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1253_ACEOF
1254fi
1255
1256if test -n "$ac_init_help"; then
1257
1258  cat <<\_ACEOF
1259
1260Report bugs to the package provider.
1261_ACEOF
1262ac_status=$?
1263fi
1264
1265if test "$ac_init_help" = "recursive"; then
1266  # If there are subdirs, report their specific --help.
1267  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1268    test -d "$ac_dir" ||
1269      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1270      continue
1271    ac_builddir=.
1272
1273case "$ac_dir" in
1274.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1275*)
1276  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1277  # A ".." for each directory in $ac_dir_suffix.
1278  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1279  case $ac_top_builddir_sub in
1280  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1281  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1282  esac ;;
1283esac
1284ac_abs_top_builddir=$ac_pwd
1285ac_abs_builddir=$ac_pwd$ac_dir_suffix
1286# for backward compatibility:
1287ac_top_builddir=$ac_top_build_prefix
1288
1289case $srcdir in
1290  .)  # We are building in place.
1291    ac_srcdir=.
1292    ac_top_srcdir=$ac_top_builddir_sub
1293    ac_abs_top_srcdir=$ac_pwd ;;
1294  [\\/]* | ?:[\\/]* )  # Absolute name.
1295    ac_srcdir=$srcdir$ac_dir_suffix;
1296    ac_top_srcdir=$srcdir
1297    ac_abs_top_srcdir=$srcdir ;;
1298  *) # Relative name.
1299    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1300    ac_top_srcdir=$ac_top_build_prefix$srcdir
1301    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1302esac
1303ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1304
1305    cd "$ac_dir" || { ac_status=$?; continue; }
1306    # Check for guested configure.
1307    if test -f "$ac_srcdir/configure.gnu"; then
1308      echo &&
1309      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1310    elif test -f "$ac_srcdir/configure"; then
1311      echo &&
1312      $SHELL "$ac_srcdir/configure" --help=recursive
1313    else
1314      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1315    fi || ac_status=$?
1316    cd "$ac_pwd" || { ac_status=$?; break; }
1317  done
1318fi
1319
1320test -n "$ac_init_help" && exit $ac_status
1321if $ac_init_version; then
1322  cat <<\_ACEOF
1323configure
1324generated by GNU Autoconf 2.69
1325
1326Copyright (C) 2012 Free Software Foundation, Inc.
1327This configure script is free software; the Free Software Foundation
1328gives unlimited permission to copy, distribute and modify it.
1329_ACEOF
1330  exit
1331fi
1332
1333## ------------------------ ##
1334## Autoconf initialization. ##
1335## ------------------------ ##
1336cat >config.log <<_ACEOF
1337This file contains any messages produced by compilers while
1338running configure, to aid debugging if configure makes a mistake.
1339
1340It was created by $as_me, which was
1341generated by GNU Autoconf 2.69.  Invocation command line was
1342
1343  $ $0 $@
1344
1345_ACEOF
1346exec 5>>config.log
1347{
1348cat <<_ASUNAME
1349## --------- ##
1350## Platform. ##
1351## --------- ##
1352
1353hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1354uname -m = `(uname -m) 2>/dev/null || echo unknown`
1355uname -r = `(uname -r) 2>/dev/null || echo unknown`
1356uname -s = `(uname -s) 2>/dev/null || echo unknown`
1357uname -v = `(uname -v) 2>/dev/null || echo unknown`
1358
1359/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1360/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1361
1362/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1363/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1364/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1365/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1366/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1367/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1368/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1369
1370_ASUNAME
1371
1372as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1373for as_dir in $PATH
1374do
1375  IFS=$as_save_IFS
1376  test -z "$as_dir" && as_dir=.
1377    $as_echo "PATH: $as_dir"
1378  done
1379IFS=$as_save_IFS
1380
1381} >&5
1382
1383cat >&5 <<_ACEOF
1384
1385
1386## ----------- ##
1387## Core tests. ##
1388## ----------- ##
1389
1390_ACEOF
1391
1392
1393# Keep a trace of the command line.
1394# Strip out --no-create and --no-recursion so they do not pile up.
1395# Strip out --silent because we don't want to record it for future runs.
1396# Also quote any args containing shell meta-characters.
1397# Make two passes to allow for proper duplicate-argument suppression.
1398ac_configure_args=
1399ac_configure_args0=
1400ac_configure_args1=
1401ac_must_keep_next=false
1402for ac_pass in 1 2
1403do
1404  for ac_arg
1405  do
1406    case $ac_arg in
1407    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1408    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1409    | -silent | --silent | --silen | --sile | --sil)
1410      continue ;;
1411    *\'*)
1412      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1413    esac
1414    case $ac_pass in
1415    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1416    2)
1417      as_fn_append ac_configure_args1 " '$ac_arg'"
1418      if test $ac_must_keep_next = true; then
1419	ac_must_keep_next=false # Got value, back to normal.
1420      else
1421	case $ac_arg in
1422	  *=* | --config-cache | -C | -disable-* | --disable-* \
1423	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1424	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1425	  | -with-* | --with-* | -without-* | --without-* | --x)
1426	    case "$ac_configure_args0 " in
1427	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1428	    esac
1429	    ;;
1430	  -* ) ac_must_keep_next=true ;;
1431	esac
1432      fi
1433      as_fn_append ac_configure_args " '$ac_arg'"
1434      ;;
1435    esac
1436  done
1437done
1438{ ac_configure_args0=; unset ac_configure_args0;}
1439{ ac_configure_args1=; unset ac_configure_args1;}
1440
1441# When interrupted or exit'd, cleanup temporary files, and complete
1442# config.log.  We remove comments because anyway the quotes in there
1443# would cause problems or look ugly.
1444# WARNING: Use '\'' to represent an apostrophe within the trap.
1445# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1446trap 'exit_status=$?
1447  # Save into config.log some information that might help in debugging.
1448  {
1449    echo
1450
1451    $as_echo "## ---------------- ##
1452## Cache variables. ##
1453## ---------------- ##"
1454    echo
1455    # The following way of writing the cache mishandles newlines in values,
1456(
1457  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1458    eval ac_val=\$$ac_var
1459    case $ac_val in #(
1460    *${as_nl}*)
1461      case $ac_var in #(
1462      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1463$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1464      esac
1465      case $ac_var in #(
1466      _ | IFS | as_nl) ;; #(
1467      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1468      *) { eval $ac_var=; unset $ac_var;} ;;
1469      esac ;;
1470    esac
1471  done
1472  (set) 2>&1 |
1473    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1474    *${as_nl}ac_space=\ *)
1475      sed -n \
1476	"s/'\''/'\''\\\\'\'''\''/g;
1477	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1478      ;; #(
1479    *)
1480      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1481      ;;
1482    esac |
1483    sort
1484)
1485    echo
1486
1487    $as_echo "## ----------------- ##
1488## Output variables. ##
1489## ----------------- ##"
1490    echo
1491    for ac_var in $ac_subst_vars
1492    do
1493      eval ac_val=\$$ac_var
1494      case $ac_val in
1495      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1496      esac
1497      $as_echo "$ac_var='\''$ac_val'\''"
1498    done | sort
1499    echo
1500
1501    if test -n "$ac_subst_files"; then
1502      $as_echo "## ------------------- ##
1503## File substitutions. ##
1504## ------------------- ##"
1505      echo
1506      for ac_var in $ac_subst_files
1507      do
1508	eval ac_val=\$$ac_var
1509	case $ac_val in
1510	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1511	esac
1512	$as_echo "$ac_var='\''$ac_val'\''"
1513      done | sort
1514      echo
1515    fi
1516
1517    if test -s confdefs.h; then
1518      $as_echo "## ----------- ##
1519## confdefs.h. ##
1520## ----------- ##"
1521      echo
1522      cat confdefs.h
1523      echo
1524    fi
1525    test "$ac_signal" != 0 &&
1526      $as_echo "$as_me: caught signal $ac_signal"
1527    $as_echo "$as_me: exit $exit_status"
1528  } >&5
1529  rm -f core *.core core.conftest.* &&
1530    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1531    exit $exit_status
1532' 0
1533for ac_signal in 1 2 13 15; do
1534  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1535done
1536ac_signal=0
1537
1538# confdefs.h avoids OS command line length limits that DEFS can exceed.
1539rm -f -r conftest* confdefs.h
1540
1541$as_echo "/* confdefs.h */" > confdefs.h
1542
1543# Predefined preprocessor variables.
1544
1545cat >>confdefs.h <<_ACEOF
1546#define PACKAGE_NAME "$PACKAGE_NAME"
1547_ACEOF
1548
1549cat >>confdefs.h <<_ACEOF
1550#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1551_ACEOF
1552
1553cat >>confdefs.h <<_ACEOF
1554#define PACKAGE_VERSION "$PACKAGE_VERSION"
1555_ACEOF
1556
1557cat >>confdefs.h <<_ACEOF
1558#define PACKAGE_STRING "$PACKAGE_STRING"
1559_ACEOF
1560
1561cat >>confdefs.h <<_ACEOF
1562#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1563_ACEOF
1564
1565cat >>confdefs.h <<_ACEOF
1566#define PACKAGE_URL "$PACKAGE_URL"
1567_ACEOF
1568
1569
1570# Let the site file select an alternate cache file if it wants to.
1571# Prefer an explicitly selected file to automatically selected ones.
1572ac_site_file1=NONE
1573ac_site_file2=NONE
1574if test -n "$CONFIG_SITE"; then
1575  # We do not want a PATH search for config.site.
1576  case $CONFIG_SITE in #((
1577    -*)  ac_site_file1=./$CONFIG_SITE;;
1578    */*) ac_site_file1=$CONFIG_SITE;;
1579    *)   ac_site_file1=./$CONFIG_SITE;;
1580  esac
1581elif test "x$prefix" != xNONE; then
1582  ac_site_file1=$prefix/share/config.site
1583  ac_site_file2=$prefix/etc/config.site
1584else
1585  ac_site_file1=$ac_default_prefix/share/config.site
1586  ac_site_file2=$ac_default_prefix/etc/config.site
1587fi
1588for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1589do
1590  test "x$ac_site_file" = xNONE && continue
1591  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1592    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1593$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1594    sed 's/^/| /' "$ac_site_file" >&5
1595    . "$ac_site_file" \
1596      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1597$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1598as_fn_error $? "failed to load site script $ac_site_file
1599See \`config.log' for more details" "$LINENO" 5; }
1600  fi
1601done
1602
1603
1604# Check that the precious variables saved in the cache have kept the same
1605# value.
1606ac_cache_corrupted=false
1607for ac_var in $ac_precious_vars; do
1608  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1609  eval ac_new_set=\$ac_env_${ac_var}_set
1610  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1611  eval ac_new_val=\$ac_env_${ac_var}_value
1612  case $ac_old_set,$ac_new_set in
1613    set,)
1614      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1615$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1616      ac_cache_corrupted=: ;;
1617    ,set)
1618      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1619$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1620      ac_cache_corrupted=: ;;
1621    ,);;
1622    *)
1623      if test "x$ac_old_val" != "x$ac_new_val"; then
1624	# differences in whitespace do not lead to failure.
1625	ac_old_val_w=`echo x $ac_old_val`
1626	ac_new_val_w=`echo x $ac_new_val`
1627	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1628	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1629$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1630	  ac_cache_corrupted=:
1631	else
1632	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1633$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1634	  eval $ac_var=\$ac_old_val
1635	fi
1636	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1637$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1638	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1639$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1640      fi;;
1641  esac
1642  # Pass precious variables to config.status.
1643  if test "$ac_new_set" = set; then
1644    case $ac_new_val in
1645    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1646    *) ac_arg=$ac_var=$ac_new_val ;;
1647    esac
1648    case " $ac_configure_args " in
1649      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1650      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1651    esac
1652  fi
1653done
1654if $ac_cache_corrupted; then
1655  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1656$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1657  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1658$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1659  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1660fi
1661## -------------------- ##
1662## Main body of script. ##
1663## -------------------- ##
1664
1665ac_ext=c
1666ac_cpp='$CPP $CPPFLAGS'
1667ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1668ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1669ac_compiler_gnu=$ac_cv_c_compiler_gnu
1670
1671
1672
1673if test -z "$ERL_TOP" || test ! -d $ERL_TOP ; then
1674  ac_aux_dir=
1675for ac_dir in autoconf; do
1676  if test -f "$ac_dir/install-sh"; then
1677    ac_aux_dir=$ac_dir
1678    ac_install_sh="$ac_aux_dir/install-sh -c"
1679    break
1680  elif test -f "$ac_dir/install.sh"; then
1681    ac_aux_dir=$ac_dir
1682    ac_install_sh="$ac_aux_dir/install.sh -c"
1683    break
1684  elif test -f "$ac_dir/shtool"; then
1685    ac_aux_dir=$ac_dir
1686    ac_install_sh="$ac_aux_dir/shtool install -c"
1687    break
1688  fi
1689done
1690if test -z "$ac_aux_dir"; then
1691  as_fn_error $? "cannot find install-sh, install.sh, or shtool in autoconf" "$LINENO" 5
1692fi
1693
1694# These three variables are undocumented and unsupported,
1695# and are intended to be withdrawn in a future Autoconf release.
1696# They can cause serious problems if a builder's source tree is in a directory
1697# whose full name contains unusual characters.
1698ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1699ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1700ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1701
1702
1703else
1704  erl_top=${ERL_TOP}
1705  ac_aux_dir=
1706for ac_dir in $erl_top/erts/autoconf; do
1707  if test -f "$ac_dir/install-sh"; then
1708    ac_aux_dir=$ac_dir
1709    ac_install_sh="$ac_aux_dir/install-sh -c"
1710    break
1711  elif test -f "$ac_dir/install.sh"; then
1712    ac_aux_dir=$ac_dir
1713    ac_install_sh="$ac_aux_dir/install.sh -c"
1714    break
1715  elif test -f "$ac_dir/shtool"; then
1716    ac_aux_dir=$ac_dir
1717    ac_install_sh="$ac_aux_dir/shtool install -c"
1718    break
1719  fi
1720done
1721if test -z "$ac_aux_dir"; then
1722  as_fn_error $? "cannot find install-sh, install.sh, or shtool in $erl_top/erts/autoconf" "$LINENO" 5
1723fi
1724
1725# These three variables are undocumented and unsupported,
1726# and are intended to be withdrawn in a future Autoconf release.
1727# They can cause serious problems if a builder's source tree is in a directory
1728# whose full name contains unusual characters.
1729ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1730ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1731ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1732
1733
1734fi
1735
1736if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then
1737    # Make sure we can run config.sub.
1738$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1739  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1740
1741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
1742$as_echo_n "checking build system type... " >&6; }
1743if ${ac_cv_build+:} false; then :
1744  $as_echo_n "(cached) " >&6
1745else
1746  ac_build_alias=$build_alias
1747test "x$ac_build_alias" = x &&
1748  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1749test "x$ac_build_alias" = x &&
1750  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
1751ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1752  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1753
1754fi
1755{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
1756$as_echo "$ac_cv_build" >&6; }
1757case $ac_cv_build in
1758*-*-*) ;;
1759*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
1760esac
1761build=$ac_cv_build
1762ac_save_IFS=$IFS; IFS='-'
1763set x $ac_cv_build
1764shift
1765build_cpu=$1
1766build_vendor=$2
1767shift; shift
1768# Remember, the first character of IFS is used to create $*,
1769# except with old shells:
1770build_os=$*
1771IFS=$ac_save_IFS
1772case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1773
1774
1775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
1776$as_echo_n "checking host system type... " >&6; }
1777if ${ac_cv_host+:} false; then :
1778  $as_echo_n "(cached) " >&6
1779else
1780  if test "x$host_alias" = x; then
1781  ac_cv_host=$ac_cv_build
1782else
1783  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1784    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1785fi
1786
1787fi
1788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
1789$as_echo "$ac_cv_host" >&6; }
1790case $ac_cv_host in
1791*-*-*) ;;
1792*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
1793esac
1794host=$ac_cv_host
1795ac_save_IFS=$IFS; IFS='-'
1796set x $ac_cv_host
1797shift
1798host_cpu=$1
1799host_vendor=$2
1800shift; shift
1801# Remember, the first character of IFS is used to create $*,
1802# except with old shells:
1803host_os=$*
1804IFS=$ac_save_IFS
1805case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1806
1807
1808else
1809    host_os=win32
1810fi
1811
1812
1813
1814
1815# Extract the first word of "perl", so it can be a program name with args.
1816set dummy perl; ac_word=$2
1817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1818$as_echo_n "checking for $ac_word... " >&6; }
1819if ${ac_cv_prog_PERL+:} false; then :
1820  $as_echo_n "(cached) " >&6
1821else
1822  if test -n "$PERL"; then
1823  ac_cv_prog_PERL="$PERL" # Let the user override the test.
1824else
1825as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1826for as_dir in $PATH
1827do
1828  IFS=$as_save_IFS
1829  test -z "$as_dir" && as_dir=.
1830    for ac_exec_ext in '' $ac_executable_extensions; do
1831  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1832    ac_cv_prog_PERL="perl"
1833    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1834    break 2
1835  fi
1836done
1837  done
1838IFS=$as_save_IFS
1839
1840  test -z "$ac_cv_prog_PERL" && ac_cv_prog_PERL="no_perl"
1841fi
1842fi
1843PERL=$ac_cv_prog_PERL
1844if test -n "$PERL"; then
1845  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
1846$as_echo "$PERL" >&6; }
1847else
1848  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1849$as_echo "no" >&6; }
1850fi
1851
1852
1853if test "$PERL" = no_perl; then
1854  as_fn_error $? "Perl is required to generate v2 to v1 mib converter script" "$LINENO" 5
1855fi
1856
1857
1858ac_config_files="$ac_config_files mibs/Makefile:mibs/Makefile.in"
1859
1860
1861
1862test "x$prefix" = xNONE && prefix=$ac_default_prefix
1863# Let make expand exec_prefix.
1864test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1865
1866# Transform confdefs.h into DEFS.
1867# Protect against shell expansion while executing Makefile rules.
1868# Protect against Makefile macro expansion.
1869#
1870# If the first sed substitution is executed (which looks for macros that
1871# take arguments), then branch to the quote section.  Otherwise,
1872# look for a macro that doesn't take arguments.
1873ac_script='
1874:mline
1875/\\$/{
1876 N
1877 s,\\\n,,
1878 b mline
1879}
1880t clear
1881:clear
1882s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
1883t quote
1884s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
1885t quote
1886b any
1887:quote
1888s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
1889s/\[/\\&/g
1890s/\]/\\&/g
1891s/\$/$$/g
1892H
1893:any
1894${
1895	g
1896	s/^\n//
1897	s/\n/ /g
1898	p
1899}
1900'
1901DEFS=`sed -n "$ac_script" confdefs.h`
1902
1903
1904ac_libobjs=
1905ac_ltlibobjs=
1906U=
1907for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1908  # 1. Remove the extension, and $U if already installed.
1909  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1910  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1911  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
1912  #    will be set to the directory where LIBOBJS objects are built.
1913  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
1914  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1915done
1916LIBOBJS=$ac_libobjs
1917
1918LTLIBOBJS=$ac_ltlibobjs
1919
1920
1921
1922: "${CONFIG_STATUS=./config.status}"
1923ac_write_fail=0
1924ac_clean_files_save=$ac_clean_files
1925ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1926{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1927$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
1928as_write_fail=0
1929cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1930#! $SHELL
1931# Generated by $as_me.
1932# Run this file to recreate the current configuration.
1933# Compiler output produced by configure, useful for debugging
1934# configure, is in config.log if it exists.
1935
1936debug=false
1937ac_cs_recheck=false
1938ac_cs_silent=false
1939
1940SHELL=\${CONFIG_SHELL-$SHELL}
1941export SHELL
1942_ASEOF
1943cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
1944## -------------------- ##
1945## M4sh Initialization. ##
1946## -------------------- ##
1947
1948# Be more Bourne compatible
1949DUALCASE=1; export DUALCASE # for MKS sh
1950if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1951  emulate sh
1952  NULLCMD=:
1953  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1954  # is contrary to our usage.  Disable this feature.
1955  alias -g '${1+"$@"}'='"$@"'
1956  setopt NO_GLOB_SUBST
1957else
1958  case `(set -o) 2>/dev/null` in #(
1959  *posix*) :
1960    set -o posix ;; #(
1961  *) :
1962     ;;
1963esac
1964fi
1965
1966
1967as_nl='
1968'
1969export as_nl
1970# Printing a long string crashes Solaris 7 /usr/bin/printf.
1971as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1972as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1973as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1974# Prefer a ksh shell builtin over an external printf program on Solaris,
1975# but without wasting forks for bash or zsh.
1976if test -z "$BASH_VERSION$ZSH_VERSION" \
1977    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
1978  as_echo='print -r --'
1979  as_echo_n='print -rn --'
1980elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1981  as_echo='printf %s\n'
1982  as_echo_n='printf %s'
1983else
1984  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1985    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1986    as_echo_n='/usr/ucb/echo -n'
1987  else
1988    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1989    as_echo_n_body='eval
1990      arg=$1;
1991      case $arg in #(
1992      *"$as_nl"*)
1993	expr "X$arg" : "X\\(.*\\)$as_nl";
1994	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1995      esac;
1996      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1997    '
1998    export as_echo_n_body
1999    as_echo_n='sh -c $as_echo_n_body as_echo'
2000  fi
2001  export as_echo_body
2002  as_echo='sh -c $as_echo_body as_echo'
2003fi
2004
2005# The user is always right.
2006if test "${PATH_SEPARATOR+set}" != set; then
2007  PATH_SEPARATOR=:
2008  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2009    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2010      PATH_SEPARATOR=';'
2011  }
2012fi
2013
2014
2015# IFS
2016# We need space, tab and new line, in precisely that order.  Quoting is
2017# there to prevent editors from complaining about space-tab.
2018# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2019# splitting by setting IFS to empty value.)
2020IFS=" ""	$as_nl"
2021
2022# Find who we are.  Look in the path if we contain no directory separator.
2023as_myself=
2024case $0 in #((
2025  *[\\/]* ) as_myself=$0 ;;
2026  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2027for as_dir in $PATH
2028do
2029  IFS=$as_save_IFS
2030  test -z "$as_dir" && as_dir=.
2031    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2032  done
2033IFS=$as_save_IFS
2034
2035     ;;
2036esac
2037# We did not find ourselves, most probably we were run as `sh COMMAND'
2038# in which case we are not to be found in the path.
2039if test "x$as_myself" = x; then
2040  as_myself=$0
2041fi
2042if test ! -f "$as_myself"; then
2043  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2044  exit 1
2045fi
2046
2047# Unset variables that we do not need and which cause bugs (e.g. in
2048# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2049# suppresses any "Segmentation fault" message there.  '((' could
2050# trigger a bug in pdksh 5.2.14.
2051for as_var in BASH_ENV ENV MAIL MAILPATH
2052do eval test x\${$as_var+set} = xset \
2053  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2054done
2055PS1='$ '
2056PS2='> '
2057PS4='+ '
2058
2059# NLS nuisances.
2060LC_ALL=C
2061export LC_ALL
2062LANGUAGE=C
2063export LANGUAGE
2064
2065# CDPATH.
2066(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2067
2068
2069# as_fn_error STATUS ERROR [LINENO LOG_FD]
2070# ----------------------------------------
2071# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2072# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2073# script with STATUS, using 1 if that was 0.
2074as_fn_error ()
2075{
2076  as_status=$1; test $as_status -eq 0 && as_status=1
2077  if test "$4"; then
2078    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2079    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2080  fi
2081  $as_echo "$as_me: error: $2" >&2
2082  as_fn_exit $as_status
2083} # as_fn_error
2084
2085
2086# as_fn_set_status STATUS
2087# -----------------------
2088# Set $? to STATUS, without forking.
2089as_fn_set_status ()
2090{
2091  return $1
2092} # as_fn_set_status
2093
2094# as_fn_exit STATUS
2095# -----------------
2096# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2097as_fn_exit ()
2098{
2099  set +e
2100  as_fn_set_status $1
2101  exit $1
2102} # as_fn_exit
2103
2104# as_fn_unset VAR
2105# ---------------
2106# Portably unset VAR.
2107as_fn_unset ()
2108{
2109  { eval $1=; unset $1;}
2110}
2111as_unset=as_fn_unset
2112# as_fn_append VAR VALUE
2113# ----------------------
2114# Append the text in VALUE to the end of the definition contained in VAR. Take
2115# advantage of any shell optimizations that allow amortized linear growth over
2116# repeated appends, instead of the typical quadratic growth present in naive
2117# implementations.
2118if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2119  eval 'as_fn_append ()
2120  {
2121    eval $1+=\$2
2122  }'
2123else
2124  as_fn_append ()
2125  {
2126    eval $1=\$$1\$2
2127  }
2128fi # as_fn_append
2129
2130# as_fn_arith ARG...
2131# ------------------
2132# Perform arithmetic evaluation on the ARGs, and store the result in the
2133# global $as_val. Take advantage of shells that can avoid forks. The arguments
2134# must be portable across $(()) and expr.
2135if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2136  eval 'as_fn_arith ()
2137  {
2138    as_val=$(( $* ))
2139  }'
2140else
2141  as_fn_arith ()
2142  {
2143    as_val=`expr "$@" || test $? -eq 1`
2144  }
2145fi # as_fn_arith
2146
2147
2148if expr a : '\(a\)' >/dev/null 2>&1 &&
2149   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2150  as_expr=expr
2151else
2152  as_expr=false
2153fi
2154
2155if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2156  as_basename=basename
2157else
2158  as_basename=false
2159fi
2160
2161if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2162  as_dirname=dirname
2163else
2164  as_dirname=false
2165fi
2166
2167as_me=`$as_basename -- "$0" ||
2168$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2169	 X"$0" : 'X\(//\)$' \| \
2170	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2171$as_echo X/"$0" |
2172    sed '/^.*\/\([^/][^/]*\)\/*$/{
2173	    s//\1/
2174	    q
2175	  }
2176	  /^X\/\(\/\/\)$/{
2177	    s//\1/
2178	    q
2179	  }
2180	  /^X\/\(\/\).*/{
2181	    s//\1/
2182	    q
2183	  }
2184	  s/.*/./; q'`
2185
2186# Avoid depending upon Character Ranges.
2187as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2188as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2189as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2190as_cr_digits='0123456789'
2191as_cr_alnum=$as_cr_Letters$as_cr_digits
2192
2193ECHO_C= ECHO_N= ECHO_T=
2194case `echo -n x` in #(((((
2195-n*)
2196  case `echo 'xy\c'` in
2197  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
2198  xy)  ECHO_C='\c';;
2199  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2200       ECHO_T='	';;
2201  esac;;
2202*)
2203  ECHO_N='-n';;
2204esac
2205
2206rm -f conf$$ conf$$.exe conf$$.file
2207if test -d conf$$.dir; then
2208  rm -f conf$$.dir/conf$$.file
2209else
2210  rm -f conf$$.dir
2211  mkdir conf$$.dir 2>/dev/null
2212fi
2213if (echo >conf$$.file) 2>/dev/null; then
2214  if ln -s conf$$.file conf$$ 2>/dev/null; then
2215    as_ln_s='ln -s'
2216    # ... but there are two gotchas:
2217    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2218    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2219    # In both cases, we have to default to `cp -pR'.
2220    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2221      as_ln_s='cp -pR'
2222  elif ln conf$$.file conf$$ 2>/dev/null; then
2223    as_ln_s=ln
2224  else
2225    as_ln_s='cp -pR'
2226  fi
2227else
2228  as_ln_s='cp -pR'
2229fi
2230rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2231rmdir conf$$.dir 2>/dev/null
2232
2233
2234# as_fn_mkdir_p
2235# -------------
2236# Create "$as_dir" as a directory, including parents if necessary.
2237as_fn_mkdir_p ()
2238{
2239
2240  case $as_dir in #(
2241  -*) as_dir=./$as_dir;;
2242  esac
2243  test -d "$as_dir" || eval $as_mkdir_p || {
2244    as_dirs=
2245    while :; do
2246      case $as_dir in #(
2247      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2248      *) as_qdir=$as_dir;;
2249      esac
2250      as_dirs="'$as_qdir' $as_dirs"
2251      as_dir=`$as_dirname -- "$as_dir" ||
2252$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2253	 X"$as_dir" : 'X\(//\)[^/]' \| \
2254	 X"$as_dir" : 'X\(//\)$' \| \
2255	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2256$as_echo X"$as_dir" |
2257    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2258	    s//\1/
2259	    q
2260	  }
2261	  /^X\(\/\/\)[^/].*/{
2262	    s//\1/
2263	    q
2264	  }
2265	  /^X\(\/\/\)$/{
2266	    s//\1/
2267	    q
2268	  }
2269	  /^X\(\/\).*/{
2270	    s//\1/
2271	    q
2272	  }
2273	  s/.*/./; q'`
2274      test -d "$as_dir" && break
2275    done
2276    test -z "$as_dirs" || eval "mkdir $as_dirs"
2277  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2278
2279
2280} # as_fn_mkdir_p
2281if mkdir -p . 2>/dev/null; then
2282  as_mkdir_p='mkdir -p "$as_dir"'
2283else
2284  test -d ./-p && rmdir ./-p
2285  as_mkdir_p=false
2286fi
2287
2288
2289# as_fn_executable_p FILE
2290# -----------------------
2291# Test if FILE is an executable regular file.
2292as_fn_executable_p ()
2293{
2294  test -f "$1" && test -x "$1"
2295} # as_fn_executable_p
2296as_test_x='test -x'
2297as_executable_p=as_fn_executable_p
2298
2299# Sed expression to map a string onto a valid CPP name.
2300as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2301
2302# Sed expression to map a string onto a valid variable name.
2303as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2304
2305
2306exec 6>&1
2307## ----------------------------------- ##
2308## Main body of $CONFIG_STATUS script. ##
2309## ----------------------------------- ##
2310_ASEOF
2311test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2312
2313cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2314# Save the log message, to keep $0 and so on meaningful, and to
2315# report actual input values of CONFIG_FILES etc. instead of their
2316# values after options handling.
2317ac_log="
2318This file was extended by $as_me, which was
2319generated by GNU Autoconf 2.69.  Invocation command line was
2320
2321  CONFIG_FILES    = $CONFIG_FILES
2322  CONFIG_HEADERS  = $CONFIG_HEADERS
2323  CONFIG_LINKS    = $CONFIG_LINKS
2324  CONFIG_COMMANDS = $CONFIG_COMMANDS
2325  $ $0 $@
2326
2327on `(hostname || uname -n) 2>/dev/null | sed 1q`
2328"
2329
2330_ACEOF
2331
2332case $ac_config_files in *"
2333"*) set x $ac_config_files; shift; ac_config_files=$*;;
2334esac
2335
2336
2337
2338cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2339# Files that config.status was made for.
2340config_files="$ac_config_files"
2341
2342_ACEOF
2343
2344cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2345ac_cs_usage="\
2346\`$as_me' instantiates files and other configuration actions
2347from templates according to the current configuration.  Unless the files
2348and actions are specified as TAGs, all are instantiated by default.
2349
2350Usage: $0 [OPTION]... [TAG]...
2351
2352  -h, --help       print this help, then exit
2353  -V, --version    print version number and configuration settings, then exit
2354      --config     print configuration, then exit
2355  -q, --quiet, --silent
2356                   do not print progress messages
2357  -d, --debug      don't remove temporary files
2358      --recheck    update $as_me by reconfiguring in the same conditions
2359      --file=FILE[:TEMPLATE]
2360                   instantiate the configuration file FILE
2361
2362Configuration files:
2363$config_files
2364
2365Report bugs to the package provider."
2366
2367_ACEOF
2368cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2369ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2370ac_cs_version="\\
2371config.status
2372configured by $0, generated by GNU Autoconf 2.69,
2373  with options \\"\$ac_cs_config\\"
2374
2375Copyright (C) 2012 Free Software Foundation, Inc.
2376This config.status script is free software; the Free Software Foundation
2377gives unlimited permission to copy, distribute and modify it."
2378
2379ac_pwd='$ac_pwd'
2380srcdir='$srcdir'
2381test -n "\$AWK" || AWK=awk
2382_ACEOF
2383
2384cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2385# The default lists apply if the user does not specify any file.
2386ac_need_defaults=:
2387while test $# != 0
2388do
2389  case $1 in
2390  --*=?*)
2391    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2392    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2393    ac_shift=:
2394    ;;
2395  --*=)
2396    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2397    ac_optarg=
2398    ac_shift=:
2399    ;;
2400  *)
2401    ac_option=$1
2402    ac_optarg=$2
2403    ac_shift=shift
2404    ;;
2405  esac
2406
2407  case $ac_option in
2408  # Handling of the options.
2409  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2410    ac_cs_recheck=: ;;
2411  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2412    $as_echo "$ac_cs_version"; exit ;;
2413  --config | --confi | --conf | --con | --co | --c )
2414    $as_echo "$ac_cs_config"; exit ;;
2415  --debug | --debu | --deb | --de | --d | -d )
2416    debug=: ;;
2417  --file | --fil | --fi | --f )
2418    $ac_shift
2419    case $ac_optarg in
2420    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2421    '') as_fn_error $? "missing file argument" ;;
2422    esac
2423    as_fn_append CONFIG_FILES " '$ac_optarg'"
2424    ac_need_defaults=false;;
2425  --he | --h |  --help | --hel | -h )
2426    $as_echo "$ac_cs_usage"; exit ;;
2427  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2428  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2429    ac_cs_silent=: ;;
2430
2431  # This is an error.
2432  -*) as_fn_error $? "unrecognized option: \`$1'
2433Try \`$0 --help' for more information." ;;
2434
2435  *) as_fn_append ac_config_targets " $1"
2436     ac_need_defaults=false ;;
2437
2438  esac
2439  shift
2440done
2441
2442ac_configure_extra_args=
2443
2444if $ac_cs_silent; then
2445  exec 6>/dev/null
2446  ac_configure_extra_args="$ac_configure_extra_args --silent"
2447fi
2448
2449_ACEOF
2450cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2451if \$ac_cs_recheck; then
2452  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2453  shift
2454  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2455  CONFIG_SHELL='$SHELL'
2456  export CONFIG_SHELL
2457  exec "\$@"
2458fi
2459
2460_ACEOF
2461cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2462exec 5>>config.log
2463{
2464  echo
2465  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2466## Running $as_me. ##
2467_ASBOX
2468  $as_echo "$ac_log"
2469} >&5
2470
2471_ACEOF
2472cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2473_ACEOF
2474
2475cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2476
2477# Handling of arguments.
2478for ac_config_target in $ac_config_targets
2479do
2480  case $ac_config_target in
2481    "mibs/Makefile") CONFIG_FILES="$CONFIG_FILES mibs/Makefile:mibs/Makefile.in" ;;
2482
2483  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
2484  esac
2485done
2486
2487
2488# If the user did not use the arguments to specify the items to instantiate,
2489# then the envvar interface is used.  Set only those that are not.
2490# We use the long form for the default assignment because of an extremely
2491# bizarre bug on SunOS 4.1.3.
2492if $ac_need_defaults; then
2493  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2494fi
2495
2496# Have a temporary directory for convenience.  Make it in the build tree
2497# simply because there is no reason against having it here, and in addition,
2498# creating and moving files from /tmp can sometimes cause problems.
2499# Hook for its removal unless debugging.
2500# Note that there is a small window in which the directory will not be cleaned:
2501# after its creation but before its name has been assigned to `$tmp'.
2502$debug ||
2503{
2504  tmp= ac_tmp=
2505  trap 'exit_status=$?
2506  : "${ac_tmp:=$tmp}"
2507  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
2508' 0
2509  trap 'as_fn_exit 1' 1 2 13 15
2510}
2511# Create a (secure) tmp directory for tmp files.
2512
2513{
2514  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2515  test -d "$tmp"
2516}  ||
2517{
2518  tmp=./conf$$-$RANDOM
2519  (umask 077 && mkdir "$tmp")
2520} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
2521ac_tmp=$tmp
2522
2523# Set up the scripts for CONFIG_FILES section.
2524# No need to generate them if there are no CONFIG_FILES.
2525# This happens for instance with `./config.status config.h'.
2526if test -n "$CONFIG_FILES"; then
2527
2528
2529ac_cr=`echo X | tr X '\015'`
2530# On cygwin, bash can eat \r inside `` if the user requested igncr.
2531# But we know of no other shell where ac_cr would be empty at this
2532# point, so we can use a bashism as a fallback.
2533if test "x$ac_cr" = x; then
2534  eval ac_cr=\$\'\\r\'
2535fi
2536ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
2537if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
2538  ac_cs_awk_cr='\\r'
2539else
2540  ac_cs_awk_cr=$ac_cr
2541fi
2542
2543echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
2544_ACEOF
2545
2546
2547{
2548  echo "cat >conf$$subs.awk <<_ACEOF" &&
2549  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
2550  echo "_ACEOF"
2551} >conf$$subs.sh ||
2552  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2553ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
2554ac_delim='%!_!# '
2555for ac_last_try in false false false false false :; do
2556  . ./conf$$subs.sh ||
2557    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2558
2559  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
2560  if test $ac_delim_n = $ac_delim_num; then
2561    break
2562  elif $ac_last_try; then
2563    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2564  else
2565    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2566  fi
2567done
2568rm -f conf$$subs.sh
2569
2570cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2571cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
2572_ACEOF
2573sed -n '
2574h
2575s/^/S["/; s/!.*/"]=/
2576p
2577g
2578s/^[^!]*!//
2579:repl
2580t repl
2581s/'"$ac_delim"'$//
2582t delim
2583:nl
2584h
2585s/\(.\{148\}\)..*/\1/
2586t more1
2587s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
2588p
2589n
2590b repl
2591:more1
2592s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2593p
2594g
2595s/.\{148\}//
2596t nl
2597:delim
2598h
2599s/\(.\{148\}\)..*/\1/
2600t more2
2601s/["\\]/\\&/g; s/^/"/; s/$/"/
2602p
2603b
2604:more2
2605s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2606p
2607g
2608s/.\{148\}//
2609t delim
2610' <conf$$subs.awk | sed '
2611/^[^""]/{
2612  N
2613  s/\n//
2614}
2615' >>$CONFIG_STATUS || ac_write_fail=1
2616rm -f conf$$subs.awk
2617cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2618_ACAWK
2619cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
2620  for (key in S) S_is_set[key] = 1
2621  FS = ""
2622
2623}
2624{
2625  line = $ 0
2626  nfields = split(line, field, "@")
2627  substed = 0
2628  len = length(field[1])
2629  for (i = 2; i < nfields; i++) {
2630    key = field[i]
2631    keylen = length(key)
2632    if (S_is_set[key]) {
2633      value = S[key]
2634      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
2635      len += length(value) + length(field[++i])
2636      substed = 1
2637    } else
2638      len += 1 + keylen
2639  }
2640
2641  print line
2642}
2643
2644_ACAWK
2645_ACEOF
2646cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2647if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
2648  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
2649else
2650  cat
2651fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
2652  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
2653_ACEOF
2654
2655# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
2656# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
2657# trailing colons and then remove the whole line if VPATH becomes empty
2658# (actually we leave an empty line to preserve line numbers).
2659if test "x$srcdir" = x.; then
2660  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
2661h
2662s///
2663s/^/:/
2664s/[	 ]*$/:/
2665s/:\$(srcdir):/:/g
2666s/:\${srcdir}:/:/g
2667s/:@srcdir@:/:/g
2668s/^:*//
2669s/:*$//
2670x
2671s/\(=[	 ]*\).*/\1/
2672G
2673s/\n//
2674s/^[^=]*=[	 ]*$//
2675}'
2676fi
2677
2678cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2679fi # test -n "$CONFIG_FILES"
2680
2681
2682eval set X "  :F $CONFIG_FILES      "
2683shift
2684for ac_tag
2685do
2686  case $ac_tag in
2687  :[FHLC]) ac_mode=$ac_tag; continue;;
2688  esac
2689  case $ac_mode$ac_tag in
2690  :[FHL]*:*);;
2691  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
2692  :[FH]-) ac_tag=-:-;;
2693  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2694  esac
2695  ac_save_IFS=$IFS
2696  IFS=:
2697  set x $ac_tag
2698  IFS=$ac_save_IFS
2699  shift
2700  ac_file=$1
2701  shift
2702
2703  case $ac_mode in
2704  :L) ac_source=$1;;
2705  :[FH])
2706    ac_file_inputs=
2707    for ac_f
2708    do
2709      case $ac_f in
2710      -) ac_f="$ac_tmp/stdin";;
2711      *) # Look for the file first in the build tree, then in the source tree
2712	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
2713	 # because $ac_f cannot contain `:'.
2714	 test -f "$ac_f" ||
2715	   case $ac_f in
2716	   [\\/$]*) false;;
2717	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2718	   esac ||
2719	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
2720      esac
2721      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
2722      as_fn_append ac_file_inputs " '$ac_f'"
2723    done
2724
2725    # Let's still pretend it is `configure' which instantiates (i.e., don't
2726    # use $as_me), people would be surprised to read:
2727    #    /* config.h.  Generated by config.status.  */
2728    configure_input='Generated from '`
2729	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
2730	`' by configure.'
2731    if test x"$ac_file" != x-; then
2732      configure_input="$ac_file.  $configure_input"
2733      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
2734$as_echo "$as_me: creating $ac_file" >&6;}
2735    fi
2736    # Neutralize special characters interpreted by sed in replacement strings.
2737    case $configure_input in #(
2738    *\&* | *\|* | *\\* )
2739       ac_sed_conf_input=`$as_echo "$configure_input" |
2740       sed 's/[\\\\&|]/\\\\&/g'`;; #(
2741    *) ac_sed_conf_input=$configure_input;;
2742    esac
2743
2744    case $ac_tag in
2745    *:-:* | *:-) cat >"$ac_tmp/stdin" \
2746      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
2747    esac
2748    ;;
2749  esac
2750
2751  ac_dir=`$as_dirname -- "$ac_file" ||
2752$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2753	 X"$ac_file" : 'X\(//\)[^/]' \| \
2754	 X"$ac_file" : 'X\(//\)$' \| \
2755	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2756$as_echo X"$ac_file" |
2757    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2758	    s//\1/
2759	    q
2760	  }
2761	  /^X\(\/\/\)[^/].*/{
2762	    s//\1/
2763	    q
2764	  }
2765	  /^X\(\/\/\)$/{
2766	    s//\1/
2767	    q
2768	  }
2769	  /^X\(\/\).*/{
2770	    s//\1/
2771	    q
2772	  }
2773	  s/.*/./; q'`
2774  as_dir="$ac_dir"; as_fn_mkdir_p
2775  ac_builddir=.
2776
2777case "$ac_dir" in
2778.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2779*)
2780  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2781  # A ".." for each directory in $ac_dir_suffix.
2782  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2783  case $ac_top_builddir_sub in
2784  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2785  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2786  esac ;;
2787esac
2788ac_abs_top_builddir=$ac_pwd
2789ac_abs_builddir=$ac_pwd$ac_dir_suffix
2790# for backward compatibility:
2791ac_top_builddir=$ac_top_build_prefix
2792
2793case $srcdir in
2794  .)  # We are building in place.
2795    ac_srcdir=.
2796    ac_top_srcdir=$ac_top_builddir_sub
2797    ac_abs_top_srcdir=$ac_pwd ;;
2798  [\\/]* | ?:[\\/]* )  # Absolute name.
2799    ac_srcdir=$srcdir$ac_dir_suffix;
2800    ac_top_srcdir=$srcdir
2801    ac_abs_top_srcdir=$srcdir ;;
2802  *) # Relative name.
2803    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2804    ac_top_srcdir=$ac_top_build_prefix$srcdir
2805    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2806esac
2807ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2808
2809
2810  case $ac_mode in
2811  :F)
2812  #
2813  # CONFIG_FILE
2814  #
2815
2816_ACEOF
2817
2818cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2819# If the template does not know about datarootdir, expand it.
2820# FIXME: This hack should be removed a few years after 2.60.
2821ac_datarootdir_hack=; ac_datarootdir_seen=
2822ac_sed_dataroot='
2823/datarootdir/ {
2824  p
2825  q
2826}
2827/@datadir@/p
2828/@docdir@/p
2829/@infodir@/p
2830/@localedir@/p
2831/@mandir@/p'
2832case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
2833*datarootdir*) ac_datarootdir_seen=yes;;
2834*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
2835  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
2836$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2837_ACEOF
2838cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2839  ac_datarootdir_hack='
2840  s&@datadir@&$datadir&g
2841  s&@docdir@&$docdir&g
2842  s&@infodir@&$infodir&g
2843  s&@localedir@&$localedir&g
2844  s&@mandir@&$mandir&g
2845  s&\\\${datarootdir}&$datarootdir&g' ;;
2846esac
2847_ACEOF
2848
2849# Neutralize VPATH when `$srcdir' = `.'.
2850# Shell code in configure.ac might set extrasub.
2851# FIXME: do we really want to maintain this feature?
2852cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2853ac_sed_extra="$ac_vpsub
2854$extrasub
2855_ACEOF
2856cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2857:t
2858/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2859s|@configure_input@|$ac_sed_conf_input|;t t
2860s&@top_builddir@&$ac_top_builddir_sub&;t t
2861s&@top_build_prefix@&$ac_top_build_prefix&;t t
2862s&@srcdir@&$ac_srcdir&;t t
2863s&@abs_srcdir@&$ac_abs_srcdir&;t t
2864s&@top_srcdir@&$ac_top_srcdir&;t t
2865s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
2866s&@builddir@&$ac_builddir&;t t
2867s&@abs_builddir@&$ac_abs_builddir&;t t
2868s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
2869$ac_datarootdir_hack
2870"
2871eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
2872  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2873
2874test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
2875  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
2876  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
2877      "$ac_tmp/out"`; test -z "$ac_out"; } &&
2878  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2879which seems to be undefined.  Please make sure it is defined" >&5
2880$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2881which seems to be undefined.  Please make sure it is defined" >&2;}
2882
2883  rm -f "$ac_tmp/stdin"
2884  case $ac_file in
2885  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
2886  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
2887  esac \
2888  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2889 ;;
2890
2891
2892
2893  esac
2894
2895done # for ac_tag
2896
2897
2898as_fn_exit 0
2899_ACEOF
2900ac_clean_files=$ac_clean_files_save
2901
2902test $ac_write_fail = 0 ||
2903  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
2904
2905
2906# configure is writing to config.log, and then calls config.status.
2907# config.status does its own redirection, appending to config.log.
2908# Unfortunately, on DOS this fails, as config.log is still kept open
2909# by configure, so config.status won't be able to write to it; its
2910# output is simply discarded.  So we exec the FD to /dev/null,
2911# effectively closing config.log, so it can be properly (re)opened and
2912# appended to by config.status.  When coming back to configure, we
2913# need to make the FD available again.
2914if test "$no_create" != yes; then
2915  ac_cs_success=:
2916  ac_config_status_args=
2917  test "$silent" = yes &&
2918    ac_config_status_args="$ac_config_status_args --quiet"
2919  exec 5>/dev/null
2920  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2921  exec 5>>config.log
2922  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2923  # would make configure fail if this is the last instruction.
2924  $ac_cs_success || as_fn_exit 1
2925fi
2926if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
2927  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
2928$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
2929fi
2930
2931
2932