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