root/packages/telephony/asterisk-gui-mdx/trunk/configure

Revision 200, 142.8 kB (checked in by nextime, 2 years ago)

--

  • Property svn:executable set to *
Line 
1 #! /bin/sh
2 # From configure.ac Revision: 48191 .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.60a.
5 #
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
8 # This configure script is free software; the Free Software Foundation
9 # gives unlimited permission to copy, distribute and modify it.
10 #
11 # "Asterisk-gui"
12 ## --------------------- ##
13 ## M4sh Initialization.  ##
14 ## --------------------- ##
15
16 # Be Bourne compatible
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
26 fi
27 BIN_SH=xpg4; export BIN_SH # for Tru64
28 DUALCASE=1; export DUALCASE # for MKS sh
29
30
31 # PATH needs CR
32 # Avoid depending upon Character Ranges.
33 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
34 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
35 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
36 as_cr_digits='0123456789'
37 as_cr_alnum=$as_cr_Letters$as_cr_digits
38
39 # The user is always right.
40 if test "${PATH_SEPARATOR+set}" != set; then
41   echo "#! /bin/sh" >conf$$.sh
42   echo  "exit 0"   >>conf$$.sh
43   chmod +x conf$$.sh
44   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
45     PATH_SEPARATOR=';'
46   else
47     PATH_SEPARATOR=:
48   fi
49   rm -f conf$$.sh
50 fi
51
52 # Support unset when possible.
53 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
54   as_unset=unset
55 else
56   as_unset=false
57 fi
58
59
60 # IFS
61 # We need space, tab and new line, in precisely that order.  Quoting is
62 # there to prevent editors from complaining about space-tab.
63 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
64 # splitting by setting IFS to empty value.)
65 as_nl='
66 '
67 IFS=" ""        $as_nl"
68
69 # Find who we are.  Look in the path if we contain no directory separator.
70 case $0 in
71   *[\\/]* ) as_myself=$0 ;;
72   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
73 for as_dir in $PATH
74 do
75   IFS=$as_save_IFS
76   test -z "$as_dir" && as_dir=.
77   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
78 done
79 IFS=$as_save_IFS
80
81      ;;
82 esac
83 # We did not find ourselves, most probably we were run as `sh COMMAND'
84 # in which case we are not to be found in the path.
85 if test "x$as_myself" = x; then
86   as_myself=$0
87 fi
88 if test ! -f "$as_myself"; then
89   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
90   { (exit 1); exit 1; }
91 fi
92
93 # Work around bugs in pre-3.0 UWIN ksh.
94 for as_var in ENV MAIL MAILPATH
95 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
96 done
97 PS1='$ '
98 PS2='> '
99 PS4='+ '
100
101 # NLS nuisances.
102 for as_var in \
103   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
104   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
105   LC_TELEPHONE LC_TIME
106 do
107   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
108     eval $as_var=C; export $as_var
109   else
110     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
111   fi
112 done
113
114 # Required to use basename.
115 if expr a : '\(a\)' >/dev/null 2>&1 &&
116    test "X`expr 00001 : '.*\(...\)'`" = X001; then
117   as_expr=expr
118 else
119   as_expr=false
120 fi
121
122 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
123   as_basename=basename
124 else
125   as_basename=false
126 fi
127
128
129 # Name of the executable.
130 as_me=`$as_basename -- "$0" ||
131 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
132          X"$0" : 'X\(//\)$' \| \
133          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
134 echo X/"$0" |
135     sed '/^.*\/\([^/][^/]*\)\/*$/{
136             s//\1/
137             q
138           }
139           /^X\/\(\/\/\)$/{
140             s//\1/
141             q
142           }
143           /^X\/\(\/\).*/{
144             s//\1/
145             q
146           }
147           s/.*/./; q'`
148
149 # CDPATH.
150 $as_unset CDPATH
151
152
153 if test "x$CONFIG_SHELL" = x; then
154   if (eval ":") 2>/dev/null; then
155   as_have_required=yes
156 else
157   as_have_required=no
158 fi
159
160   if test $as_have_required = yes &&     (eval ":
161 (as_func_return () {
162   (exit \$1)
163 }
164 as_func_success () {
165   as_func_return 0
166 }
167 as_func_failure () {
168   as_func_return 1
169 }
170 as_func_ret_success () {
171   return 0
172 }
173 as_func_ret_failure () {
174   return 1
175 }
176
177 exitcode=0
178 if as_func_success; then
179   :
180 else
181   exitcode=1
182   echo as_func_success failed.
183 fi
184
185 if as_func_failure; then
186   exitcode=1
187   echo as_func_failure succeeded.
188 fi
189
190 if as_func_ret_success; then
191   :
192 else
193   exitcode=1
194   echo as_func_ret_success failed.
195 fi
196
197 if as_func_ret_failure; then
198   exitcode=1
199   echo as_func_ret_failure succeeded.
200 fi
201
202 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
203   :
204 else
205   exitcode=1
206   echo positional parameters were not saved.
207 fi
208
209 test \$exitcode = 0) || { (exit 1); exit 1; }
210
211 (
212   as_lineno_1=\$LINENO
213   as_lineno_2=\$LINENO
214   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
215   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
216 ") 2> /dev/null; then
217   :
218 else
219   as_candidate_shells=
220     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
221 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
222 do
223   IFS=$as_save_IFS
224   test -z "$as_dir" && as_dir=.
225   case $as_dir in
226          /*)
227            for as_base in sh bash ksh sh5; do
228              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
229            done;;
230        esac
231 done
232 IFS=$as_save_IFS
233
234
235       for as_shell in $as_candidate_shells $SHELL; do
236          # Try only shells that exist, to save several forks.
237          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
238                 { ("$as_shell") 2> /dev/null <<\_ASEOF
239 # Be Bourne compatible
240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241   emulate sh
242   NULLCMD=:
243   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244   # is contrary to our usage.  Disable this feature.
245   alias -g '${1+"$@"}'='"$@"'
246   setopt NO_GLOB_SUBST
247 else
248   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
249 fi
250 BIN_SH=xpg4; export BIN_SH # for Tru64
251 DUALCASE=1; export DUALCASE # for MKS sh
252
253 :
254 _ASEOF
255 }; then
256   CONFIG_SHELL=$as_shell
257                as_have_required=yes
258                if { "$as_shell" 2> /dev/null <<\_ASEOF
259 # Be Bourne compatible
260 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
261   emulate sh
262   NULLCMD=:
263   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
264   # is contrary to our usage.  Disable this feature.
265   alias -g '${1+"$@"}'='"$@"'
266   setopt NO_GLOB_SUBST
267 else
268   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
269 fi
270 BIN_SH=xpg4; export BIN_SH # for Tru64
271 DUALCASE=1; export DUALCASE # for MKS sh
272
273 :
274 (as_func_return () {
275   (exit $1)
276 }
277 as_func_success () {
278   as_func_return 0
279 }
280 as_func_failure () {
281   as_func_return 1
282 }
283 as_func_ret_success () {
284   return 0
285 }
286 as_func_ret_failure () {
287   return 1
288 }
289
290 exitcode=0
291 if as_func_success; then
292   :
293 else
294   exitcode=1
295   echo as_func_success failed.
296 fi
297
298 if as_func_failure; then
299   exitcode=1
300   echo as_func_failure succeeded.
301 fi
302
303 if as_func_ret_success; then
304   :
305 else
306   exitcode=1
307   echo as_func_ret_success failed.
308 fi
309
310 if as_func_ret_failure; then
311   exitcode=1
312   echo as_func_ret_failure succeeded.
313 fi
314
315 if ( set x; as_func_ret_success y && test x = "$1" ); then
316   :
317 else
318   exitcode=1
319   echo positional parameters were not saved.
320 fi
321
322 test $exitcode = 0) || { (exit 1); exit 1; }
323
324 (
325   as_lineno_1=$LINENO
326   as_lineno_2=$LINENO
327   test "x$as_lineno_1" != "x$as_lineno_2" &&
328   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
329
330 _ASEOF
331 }; then
332   break
333 fi
334
335 fi
336
337       done
338
339       if test "x$CONFIG_SHELL" != x; then
340   for as_var in BASH_ENV ENV
341         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
342         done
343         export CONFIG_SHELL
344         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
345 fi
346
347
348     if test $as_have_required = no; then
349   echo This script requires a shell more modern than all the
350       echo shells that I found on your system.  Please install a
351       echo modern shell, or manually run the script under such a
352       echo shell if you do have one.
353       { (exit 1); exit 1; }
354 fi
355
356
357 fi
358
359 fi
360
361
362
363 (eval "as_func_return () {
364   (exit \$1)
365 }
366 as_func_success () {
367   as_func_return 0
368 }
369 as_func_failure () {
370   as_func_return 1
371 }
372 as_func_ret_success () {
373   return 0
374 }
375 as_func_ret_failure () {
376   return 1
377 }
378
379 exitcode=0
380 if as_func_success; then
381   :
382 else
383   exitcode=1
384   echo as_func_success failed.
385 fi
386
387 if as_func_failure; then
388   exitcode=1
389   echo as_func_failure succeeded.
390 fi
391
392 if as_func_ret_success; then
393   :
394 else
395   exitcode=1
396   echo as_func_ret_success failed.
397 fi
398
399 if as_func_ret_failure; then
400   exitcode=1
401   echo as_func_ret_failure succeeded.
402 fi
403
404 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
405   :
406 else
407   exitcode=1
408   echo positional parameters were not saved.
409 fi
410
411 test \$exitcode = 0") || {
412   echo No shell found that supports shell functions.
413   echo Please tell autoconf@gnu.org about your system,
414   echo including any error possibly output before this
415   echo message
416 }
417
418
419
420   as_lineno_1=$LINENO
421   as_lineno_2=$LINENO
422   test "x$as_lineno_1" != "x$as_lineno_2" &&
423   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
424
425   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
426   # uniformly replaced by the line number.  The first 'sed' inserts a
427   # line-number line after each line using $LINENO; the second 'sed'
428   # does the real work.  The second script uses 'N' to pair each
429   # line-number line with the line containing $LINENO, and appends
430   # trailing '-' during substitution so that $LINENO is not a special
431   # case at line end.
432   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
433   # scripts with optimization help from Paolo Bonzini.  Blame Lee
434   # E. McMahon (1931-1989) for sed's syntax.  :-)
435   sed -n '
436     p
437     /[$]LINENO/=
438   ' <$as_myself |
439     sed '
440       s/[$]LINENO.*/&-/
441       t lineno
442       b
443       :lineno
444       N
445       :loop
446       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
447       t loop
448       s/-\n.*//
449     ' >$as_me.lineno &&
450   chmod +x "$as_me.lineno" ||
451     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
452    { (exit 1); exit 1; }; }
453
454   # Don't try to exec as it changes $[0], causing all sort of problems
455   # (the dirname of $[0] is not the place where we might find the
456   # original and so on.  Autoconf is especially sensitive to this).
457   . "./$as_me.lineno"
458   # Exit status is that of the last command.
459   exit
460 }
461
462
463 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
464   as_dirname=dirname
465 else
466   as_dirname=false
467 fi
468
469 ECHO_C= ECHO_N= ECHO_T=
470 case `echo -n x` in
471 -n*)
472   case `echo 'x\c'` in
473   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
474   *)   ECHO_C='\c';;
475   esac;;
476 *)
477   ECHO_N='-n';;
478 esac
479
480 if expr a : '\(a\)' >/dev/null 2>&1 &&
481    test "X`expr 00001 : '.*\(...\)'`" = X001; then
482   as_expr=expr
483 else
484   as_expr=false
485 fi
486
487 rm -f conf$$ conf$$.exe conf$$.file
488 if test -d conf$$.dir; then
489   rm -f conf$$.dir/conf$$.file
490 else
491   rm -f conf$$.dir
492   mkdir conf$$.dir
493 fi
494 echo >conf$$.file
495 if ln -s conf$$.file conf$$ 2>/dev/null; then
496   as_ln_s='ln -s'
497   # ... but there are two gotchas:
498   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
499   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
500   # In both cases, we have to default to `cp -p'.
501   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
502     as_ln_s='cp -p'
503 elif ln conf$$.file conf$$ 2>/dev/null; then
504   as_ln_s=ln
505 else
506   as_ln_s='cp -p'
507 fi
508 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
509 rmdir conf$$.dir 2>/dev/null
510
511 if mkdir -p . 2>/dev/null; then
512   as_mkdir_p=:
513 else
514   test -d ./-p && rmdir ./-p
515   as_mkdir_p=false
516 fi
517
518 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as
519 # systems may use methods other than mode bits to determine executability.
520 cat >conf$$.file <<_ASEOF
521 #! /bin/sh
522 exit 0
523 _ASEOF
524 chmod +x conf$$.file
525 if test -x conf$$.file >/dev/null 2>&1; then
526   as_executable_p="test -x"
527 else
528   as_executable_p=:
529 fi
530 rm -f conf$$.file
531
532 # Sed expression to map a string onto a valid CPP name.
533 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
534
535 # Sed expression to map a string onto a valid variable name.
536 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
537
538
539
540 exec 7<&0 </dev/null 6>&1
541
542 # Name of the host.
543 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
544 # so uname gets run too.
545 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
546
547 #
548 # Initializations.
549 #
550 ac_default_prefix=/usr/local
551 ac_clean_files=
552 ac_config_libobj_dir=.
553 LIBOBJS=
554 cross_compiling=no
555 subdirs=
556 MFLAGS=
557 MAKEFLAGS=
558 SHELL=${CONFIG_SHELL-/bin/sh}
559
560 # Identity of this package.
561 PACKAGE_NAME=
562 PACKAGE_TARNAME=
563 PACKAGE_VERSION=
564 PACKAGE_STRING=
565 PACKAGE_BUGREPORT=
566
567 ac_unique_file="asterisk-gui"
568 ac_unique_file="tools/zapscan.c"
569 ac_subst_vars='SHELL
570 PATH_SEPARATOR
571 PACKAGE_NAME
572 PACKAGE_TARNAME
573 PACKAGE_VERSION
574 PACKAGE_STRING
575 PACKAGE_BUGREPORT
576 exec_prefix
577 prefix
578 program_transform_name
579 bindir
580 sbindir
581 libexecdir
582 datarootdir
583 datadir
584 sysconfdir
585 sharedstatedir
586 localstatedir
587 includedir
588 oldincludedir
589 docdir
590 infodir
591 htmldir
592 dvidir
593 pdfdir
594 psdir
595 libdir
596 localedir
597 mandir
598 DEFS
599 ECHO_C
600 ECHO_N
601 ECHO_T
602 LIBS
603 build_alias
604 host_alias
605 target_alias
606 build
607 build_cpu
608 build_vendor
609 build_os
610 host
611 host_cpu
612 host_vendor
613 host_os
614 BUILD_PLATFORM
615 BUILD_CPU
616 BUILD_VENDOR
617 BUILD_OS
618 HOST_PLATFORM
619 HOST_CPU
620 HOST_VENDOR
621 HOST_OS
622 OSARCH
623 UNAME
624 PBX_OSREV
625 CC
626 CXX
627 LD
628 RANLIB
629 AR
630 CFLAGS
631 LDFLAGS
632 CPPFLAGS
633 ac_ct_CC
634 EXEEXT
635 OBJEXT
636 CPP
637 INSTALL_PROGRAM
638 INSTALL_SCRIPT
639 INSTALL_DATA
640 GNU_MAKE
641 BASENAME
642 ZAPTEL_LIB
643 ZAPTEL_INCLUDE
644 PBX_ZAPTEL
645 LIBOBJS
646 LTLIBOBJS'
647 ac_subst_files=''
648       ac_precious_vars='build_alias
649 host_alias
650 target_alias
651 CC
652 CFLAGS
653 LDFLAGS
654 CPPFLAGS
655 CPP'
656
657
658 # Initialize some variables set by options.
659 ac_init_help=
660 ac_init_version=false
661 # The variables have the same names as the options, with
662 # dashes changed to underlines.
663 cache_file=/dev/null
664 exec_prefix=NONE
665 no_create=
666 no_recursion=
667 prefix=NONE
668 program_prefix=NONE
669 program_suffix=NONE
670 program_transform_name=s,x,x,
671 silent=
672 site=
673 srcdir=
674 verbose=
675 x_includes=NONE
676 x_libraries=NONE
677
678 # Installation directory options.
679 # These are left unexpanded so users can "make install exec_prefix=/foo"
680 # and all the variables that are supposed to be based on exec_prefix
681 # by default will actually change.
682 # Use braces instead of parens because sh, perl, etc. also accept them.
683 # (The list follows the same order as the GNU Coding Standards.)
684 bindir='${exec_prefix}/bin'
685 sbindir='${exec_prefix}/sbin'
686 libexecdir='${exec_prefix}/libexec'
687 datarootdir='${prefix}/share'
688 datadir='${datarootdir}'
689 sysconfdir='${prefix}/etc'
690 sharedstatedir='${prefix}/com'
691 localstatedir='${prefix}/var'
692 includedir='${prefix}/include'
693 oldincludedir='/usr/include'
694 docdir='${datarootdir}/doc/${PACKAGE}'
695 infodir='${datarootdir}/info'
696 htmldir='${docdir}'
697 dvidir='${docdir}'
698 pdfdir='${docdir}'
699 psdir='${docdir}'
700 libdir='${exec_prefix}/lib'
701 localedir='${datarootdir}/locale'
702 mandir='${datarootdir}/man'
703
704 ac_prev=
705 ac_dashdash=
706 for ac_option
707 do
708   # If the previous option needs an argument, assign it.
709   if test -n "$ac_prev"; then
710     eval $ac_prev=\$ac_option
711     ac_prev=
712     continue
713   fi
714
715   case $ac_option in
716   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
717   *)    ac_optarg=yes ;;
718   esac
719
720   # Accept the important Cygnus configure options, so we can diagnose typos.
721
722   case $ac_dashdash$ac_option in
723   --)
724     ac_dashdash=yes ;;
725
726   -bindir | --bindir | --bindi | --bind | --bin | --bi)
727     ac_prev=bindir ;;
728   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
729     bindir=$ac_optarg ;;
730
731   -build | --build | --buil | --bui | --bu)
732     ac_prev=build_alias ;;
733   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
734     build_alias=$ac_optarg ;;
735
736   -cache-file | --cache-file | --cache-fil | --cache-fi \
737   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
738     ac_prev=cache_file ;;
739   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
740   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
741     cache_file=$ac_optarg ;;
742
743   --config-cache | -C)
744     cache_file=config.cache ;;
745
746   -datadir | --datadir | --datadi | --datad)
747     ac_prev=datadir ;;
748   -datadir=* | --datadir=* | --datadi=* | --datad=*)
749     datadir=$ac_optarg ;;
750
751   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
752   | --dataroo | --dataro | --datar)
753     ac_prev=datarootdir ;;
754   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
755   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
756     datarootdir=$ac_optarg ;;
757
758   -disable-* | --disable-*)
759     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
760     # Reject names that are not valid shell variable names.
761     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
762       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
763    { (exit 1); exit 1; }; }
764     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
765     eval enable_$ac_feature=no ;;
766
767   -docdir | --docdir | --docdi | --doc | --do)
768     ac_prev=docdir ;;
769   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
770     docdir=$ac_optarg ;;
771
772   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
773     ac_prev=dvidir ;;
774   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
775     dvidir=$ac_optarg ;;
776
777   -enable-* | --enable-*)
778     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
779     # Reject names that are not valid shell variable names.
780     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
781       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
782    { (exit 1); exit 1; }; }
783     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
784     eval enable_$ac_feature=\$ac_optarg ;;
785
786   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
787   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
788   | --exec | --exe | --ex)
789     ac_prev=exec_prefix ;;
790   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
791   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
792   | --exec=* | --exe=* | --ex=*)
793     exec_prefix=$ac_optarg ;;
794
795   -gas | --gas | --ga | --g)
796     # Obsolete; use --with-gas.
797     with_gas=yes ;;
798
799   -help | --help | --hel | --he | -h)
800     ac_init_help=long ;;
801   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
802     ac_init_help=recursive ;;
803   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
804     ac_init_help=short ;;
805
806   -host | --host | --hos | --ho)
807     ac_prev=host_alias ;;
808   -host=* | --host=* | --hos=* | --ho=*)
809     host_alias=$ac_optarg ;;
810
811   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
812     ac_prev=htmldir ;;
813   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
814   | --ht=*)
815     htmldir=$ac_optarg ;;
816
817   -includedir | --includedir | --includedi | --included | --include \
818   | --includ | --inclu | --incl | --inc)
819     ac_prev=includedir ;;
820   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
821   | --includ=* | --inclu=* | --incl=* | --inc=*)
822     includedir=$ac_optarg ;;
823
824   -infodir | --infodir | --infodi | --infod | --info | --inf)
825     ac_prev=infodir ;;
826   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
827     infodir=$ac_optarg ;;
828
829   -libdir | --libdir | --libdi | --libd)
830     ac_prev=libdir ;;
831   -libdir=* | --libdir=* | --libdi=* | --libd=*)
832     libdir=$ac_optarg ;;
833
834   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
835   | --libexe | --libex | --libe)
836     ac_prev=libexecdir ;;
837   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
838   | --libexe=* | --libex=* | --libe=*)
839     libexecdir=$ac_optarg ;;
840
841   -localedir | --localedir | --localedi | --localed | --locale)
842     ac_prev=localedir ;;
843   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
844     localedir=$ac_optarg ;;
845
846   -localstatedir | --localstatedir | --localstatedi | --localstated \
847   | --localstate | --localstat | --localsta | --localst | --locals)
848     ac_prev=localstatedir ;;
849   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
850   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
851     localstatedir=$ac_optarg ;;
852
853   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
854     ac_prev=mandir ;;
855   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
856     mandir=$ac_optarg ;;
857
858   -nfp | --nfp | --nf)
859     # Obsolete; use --without-fp.
860     with_fp=no ;;
861
862   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
863   | --no-cr | --no-c | -n)
864     no_create=yes ;;
865
866   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
867   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
868     no_recursion=yes ;;
869
870   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
871   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
872   | --oldin | --oldi | --old | --ol | --o)
873     ac_prev=oldincludedir ;;
874   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
875   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
876   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
877     oldincludedir=$ac_optarg ;;
878
879   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
880     ac_prev=prefix ;;
881   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
882     prefix=$ac_optarg ;;
883
884   -program-prefix | --program-prefix | --program-prefi | --program-pref \
885   | --program-pre | --program-pr | --program-p)
886     ac_prev=program_prefix ;;
887   -program-prefix=* | --program-prefix=* | --program-prefi=* \
888   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
889     program_prefix=$ac_optarg ;;
890
891   -program-suffix | --program-suffix | --program-suffi | --program-suff \
892   | --program-suf | --program-su | --program-s)
893     ac_prev=program_suffix ;;
894   -program-suffix=* | --program-suffix=* | --program-suffi=* \
895   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
896     program_suffix=$ac_optarg ;;
897
898   -program-transform-name | --program-transform-name \
899   | --program-transform-nam | --program-transform-na \
900   | --program-transform-n | --program-transform- \
901   | --program-transform | --program-transfor \
902   | --program-transfo | --program-transf \
903   | --program-trans | --program-tran \
904   | --progr-tra | --program-tr | --program-t)
905     ac_prev=program_transform_name ;;
906   -program-transform-name=* | --program-transform-name=* \
907   | --program-transform-nam=* | --program-transform-na=* \
908   | --program-transform-n=* | --program-transform-=* \
909   | --program-transform=* | --program-transfor=* \
910   | --program-transfo=* | --program-transf=* \
911   | --program-trans=* | --program-tran=* \
912   | --progr-tra=* | --program-tr=* | --program-t=*)
913     program_transform_name=$ac_optarg ;;
914
915   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
916     ac_prev=pdfdir ;;
917   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
918     pdfdir=$ac_optarg ;;
919
920   -psdir | --psdir | --psdi | --psd | --ps)
921     ac_prev=psdir ;;
922   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
923     psdir=$ac_optarg ;;
924
925   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
926   | -silent | --silent | --silen | --sile | --sil)
927     silent=yes ;;
928
929   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
930     ac_prev=sbindir ;;
931   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
932   | --sbi=* | --sb=*)
933     sbindir=$ac_optarg ;;
934
935   -sharedstatedir | --sharedstatedir | --sharedstatedi \
936   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
937   | --sharedst | --shareds | --shared | --share | --shar \
938   | --sha | --sh)
939     ac_prev=sharedstatedir ;;
940   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
941   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
942   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
943   | --sha=* | --sh=*)
944     sharedstatedir=$ac_optarg ;;
945
946   -site | --site | --sit)
947     ac_prev=site ;;
948   -site=* | --site=* | --sit=*)
949     site=$ac_optarg ;;
950
951   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
952     ac_prev=srcdir ;;
953   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
954     srcdir=$ac_optarg ;;
955
956   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
957   | --syscon | --sysco | --sysc | --sys | --sy)
958     ac_prev=sysconfdir ;;
959   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
960   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
961     sysconfdir=$ac_optarg ;;
962
963   -target | --target | --targe | --targ | --tar | --ta | --t)
964     ac_prev=target_alias ;;
965   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
966     target_alias=$ac_optarg ;;
967
968   -v | -verbose | --verbose | --verbos | --verbo | --verb)
969     verbose=yes ;;
970
971   -version | --version | --versio | --versi | --vers | -V)
972     ac_init_version=: ;;
973
974   -with-* | --with-*)
975     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
976     # Reject names that are not valid shell variable names.
977     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
978       { echo "$as_me: error: invalid package name: $ac_package" >&2
979    { (exit 1); exit 1; }; }
980     ac_package=`echo $ac_package| sed 's/-/_/g'`
981     eval with_$ac_package=\$ac_optarg ;;
982
983   -without-* | --without-*)
984     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
985     # Reject names that are not valid shell variable names.
986     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
987       { echo "$as_me: error: invalid package name: $ac_package" >&2
988    { (exit 1); exit 1; }; }
989     ac_package=`echo $ac_package | sed 's/-/_/g'`
990     eval with_$ac_package=no ;;
991
992   --x)
993     # Obsolete; use --with-x.
994     with_x=yes ;;
995
996   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
997   | --x-incl | --x-inc | --x-in | --x-i)
998     ac_prev=x_includes ;;
999   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1000   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1001     x_includes=$ac_optarg ;;
1002
1003   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1004   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1005     ac_prev=x_libraries ;;
1006   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1007   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1008     x_libraries=$ac_optarg ;;
1009
1010   -*) { echo "$as_me: error: unrecognized option: $ac_option
1011 Try \`$0 --help' for more information." >&2
1012    { (exit 1); exit 1; }; }
1013     ;;
1014
1015   *=*)
1016     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1017     # Reject names that are not valid shell variable names.
1018     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1019       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1020    { (exit 1); exit 1; }; }
1021     eval $ac_envvar=\$ac_optarg
1022     export $ac_envvar ;;
1023
1024   *)
1025     # FIXME: should be removed in autoconf 3.0.
1026     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1027     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1028       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1029     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1030     ;;
1031
1032   esac
1033 done
1034
1035 if test -n "$ac_prev"; then
1036   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1037   { echo "$as_me: error: missing argument to $ac_option" >&2
1038    { (exit 1); exit 1; }; }
1039 fi
1040
1041 # Be sure to have absolute directory names.
1042 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1043                 datadir sysconfdir sharedstatedir localstatedir includedir \
1044                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1045                 libdir localedir mandir
1046 do
1047   eval ac_val=\$$ac_var
1048   case $ac_val in
1049     [\\/$]* | ?:[\\/]* )  continue;;
1050     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1051   esac
1052   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1053    { (exit 1); exit 1; }; }
1054 done
1055
1056 # There might be people who depend on the old broken behavior: `$host'
1057 # used to hold the argument of --host etc.
1058 # FIXME: To remove some day.
1059 build=$build_alias
1060 host=$host_alias
1061 target=$target_alias
1062
1063 # FIXME: To remove some day.
1064 if test "x$host_alias" != x; then
1065   if test "x$build_alias" = x; then
1066     cross_compiling=maybe
1067     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1068     If a cross compiler is detected then cross compile mode will be used." >&2
1069   elif test "x$build_alias" != "x$host_alias"; then
1070     cross_compiling=yes
1071   fi
1072 fi
1073
1074 ac_tool_prefix=
1075 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1076
1077 test "$silent" = yes && exec 6>/dev/null
1078
1079
1080 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1081 ac_ls_di=`ls -di .` &&
1082 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1083   { echo "$as_me: error: Working directory cannot be determined" >&2
1084    { (exit 1); exit 1; }; }
1085 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1086   { echo "$as_me: error: pwd does not report name of working directory" >&2
1087    { (exit 1); exit 1; }; }
1088
1089
1090 # Find the source files, if location was not specified.
1091 if test -z "$srcdir"; then
1092   ac_srcdir_defaulted=yes
1093   # Try the directory containing this script, then the parent directory.
1094   ac_confdir=`$as_dirname -- "$0" ||
1095 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1096          X"$0" : 'X\(//\)[^/]' \| \
1097          X"$0" : 'X\(//\)$' \| \
1098          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1099 echo X"$0" |
1100     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1101             s//\1/
1102             q
1103           }
1104           /^X\(\/\/\)[^/].*/{
1105             s//\1/
1106             q
1107           }
1108           /^X\(\/\/\)$/{
1109             s//\1/
1110             q
1111           }
1112           /^X\(\/\).*/{
1113             s//\1/
1114             q
1115           }
1116           s/.*/./; q'`
1117   srcdir=$ac_confdir
1118   if test ! -r "$srcdir/$ac_unique_file"; then
1119     srcdir=..
1120   fi
1121 else
1122   ac_srcdir_defaulted=no
1123 fi
1124 if test ! -r "$srcdir/$ac_unique_file"; then
1125   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1126   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1127    { (exit 1); exit 1; }; }
1128 fi
1129 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1130 ac_abs_confdir=`(
1131         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1132    { (exit 1); exit 1; }; }
1133         pwd)`
1134 # When building in place, set srcdir=.
1135 if test "$ac_abs_confdir" = "$ac_pwd"; then
1136   srcdir=.
1137 fi
1138 # Remove unnecessary trailing slashes from srcdir.
1139 # Double slashes in file names in object file debugging info
1140 # mess up M-x gdb in Emacs.
1141 case $srcdir in
1142 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1143 esac
1144 for ac_var in $ac_precious_vars; do
1145   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1146   eval ac_env_${ac_var}_value=\$${ac_var}
1147   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1148   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1149 done
1150
1151 #
1152 # Report the --help message.
1153 #
1154 if test "$ac_init_help" = "long"; then
1155   # Omit some internal or obsolete options to make the list less imposing.
1156   # This message is too long to be a string in the A/UX 3.1 sh.
1157   cat <<_ACEOF
1158 \`configure' configures this package to adapt to many kinds of systems.
1159
1160 Usage: $0 [OPTION]... [VAR=VALUE]...
1161
1162 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1163 VAR=VALUE.  See below for descriptions of some of the useful variables.
1164
1165 Defaults for the options are specified in brackets.
1166
1167 Configuration:
1168   -h, --help              display this help and exit
1169       --help=short        display options specific to this package
1170       --help=recursive    display the short help of all the included packages
1171   -V, --version           display version information and exit
1172   -q, --quiet, --silent   do not print \`checking...' messages
1173       --cache-file=FILE   cache test results in FILE [disabled]
1174   -C, --config-cache      alias for \`--cache-file=config.cache'
1175   -n, --no-create         do not create output files
1176       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1177
1178 Installation directories:
1179   --prefix=PREFIX         install architecture-independent files in PREFIX
1180                           [$ac_default_prefix]
1181   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1182                           [PREFIX]
1183
1184 By default, \`make install' will install all the files in
1185 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1186 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1187 for instance \`--prefix=\$HOME'.
1188
1189 For better control, use the options below.
1190
1191 Fine tuning of the installation directories:
1192   --bindir=DIR           user executables [EPREFIX/bin]
1193   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1194   --libexecdir=DIR       program executables [EPREFIX/libexec]
1195   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1196   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1197   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1198   --libdir=DIR           object code libraries [EPREFIX/lib]
1199   --includedir=DIR       C header files [PREFIX/include]
1200   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1201   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1202   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1203   --infodir=DIR          info documentation [DATAROOTDIR/info]
1204   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1205   --mandir=DIR           man documentation [DATAROOTDIR/man]
1206   --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
1207   --htmldir=DIR          html documentation [DOCDIR]
1208   --dvidir=DIR           dvi documentation [DOCDIR]
1209   --pdfdir=DIR           pdf documentation [DOCDIR]
1210   --psdir=DIR            ps documentation [DOCDIR]
1211 _ACEOF
1212
1213   cat <<\_ACEOF
1214
1215 System types:
1216   --build=BUILD     configure for building on BUILD [guessed]
1217   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1218 _ACEOF
1219 fi
1220
1221 if test -n "$ac_init_help"; then
1222
1223   cat <<\_ACEOF
1224
1225 Optional Packages:
1226   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1227   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1228   --with-zaptel=PATH      use Zaptel files in PATH
1229
1230 Some influential environment variables:
1231   CC          C compiler command
1232   CFLAGS      C compiler flags
1233   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1234               nonstandard directory <lib dir>
1235   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1236               you have headers in a nonstandard directory <include dir>
1237   CPP         C preprocessor
1238
1239 Use these variables to override the choices made by `configure' or to help
1240 it to find libraries and programs with nonstandard names/locations.
1241
1242 _ACEOF
1243 ac_status=$?
1244 fi
1245
1246 if test "$ac_init_help" = "recursive"; then
1247   # If there are subdirs, report their specific --help.
1248   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1249     test -d "$ac_dir" || continue
1250     ac_builddir=.
1251
1252 case "$ac_dir" in
1253 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1254 *)
1255   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1256   # A ".." for each directory in $ac_dir_suffix.
1257   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1258   case $ac_top_builddir_sub in
1259   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1260   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1261   esac ;;
1262 esac
1263 ac_abs_top_builddir=$ac_pwd
1264 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1265 # for backward compatibility:
1266 ac_top_builddir=$ac_top_build_prefix
1267
1268 case $srcdir in
1269   .)  # We are building in place.
1270     ac_srcdir=.
1271     ac_top_srcdir=$ac_top_builddir_sub
1272     ac_abs_top_srcdir=$ac_pwd ;;
1273   [\\/]* | ?:[\\/]* )  # Absolute name.
1274     ac_srcdir=$srcdir$ac_dir_suffix;
1275     ac_top_srcdir=$srcdir
1276     ac_abs_top_srcdir=$srcdir ;;
1277   *) # Relative name.
1278     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1279     ac_top_srcdir=$ac_top_build_prefix$srcdir
1280     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1281 esac
1282 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1283
1284     cd "$ac_dir" || { ac_status=$?; continue; }
1285     # Check for guested configure.
1286     if test -f "$ac_srcdir/configure.gnu"; then
1287       echo &&
1288       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1289     elif test -f "$ac_srcdir/configure"; then
1290       echo &&
1291       $SHELL "$ac_srcdir/configure" --help=recursive
1292     else
1293       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1294     fi || ac_status=$?
1295     cd "$ac_pwd" || { ac_status=$?; break; }
1296   done
1297 fi
1298
1299 test -n "$ac_init_help" && exit $ac_status
1300 if $ac_init_version; then
1301   cat <<\_ACEOF
1302 configure
1303 generated by GNU Autoconf 2.60a
1304
1305 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1306 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1307 This configure script is free software; the Free Software Foundation
1308 gives unlimited permission to copy, distribute and modify it.
1309
1310 "Asterisk-gui"
1311 _ACEOF
1312   exit
1313