Error Buddy

Do you have an error message from your application? Then find the answer with Error Buddy. You can search over 40000 source code files and troubleshooting documents using our beta lucene/nutch search interface or if you prefer, search as normal using google. With LXR technology you can drill right down into the line of source code where it came from with full cross-referencing.

If after searching you didn't get your ideal answer, or you are still unclear what the error means, you can choose to post that question to the community forums following the link included in the search results.

corestack/ libgpg-error-0.6/ configure [1.6]
001 #! /bin/sh
002 # Guess values for system-dependent variables and create Makefiles.
003 # Generated by GNU Autoconf 2.57 for libgpg-error 0.6.
004 #
005 # Report bugs to <bug-gnupg@gnupg.org>.
006 #
007 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
008 # Free Software Foundation, Inc.
009 # This configure script is free software; the Free Software Foundation
010 # gives unlimited permission to copy, distribute and modify it.
011 ## --------------------- ##
012 ## M4sh Initialization.  ##
013 ## --------------------- ##
014 
015 # Be Bourne compatible
016 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
017   emulate sh
018   NULLCMD=:
019   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
020   # is contrary to our usage.  Disable this feature.
021   alias -g '${1+"$@"}'='"$@"'
022 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
023   set -o posix
024 fi
025 
026 # Support unset when possible.
027 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
028   as_unset=unset
029 else
030   as_unset=false
031 fi
032 
033 
034 # Work around bugs in pre-3.0 UWIN ksh.
035 $as_unset ENV MAIL MAILPATH
036 PS1='$ '
037 PS2='> '
038 PS4='+ '
039 
040 # NLS nuisances.
041 for as_var in \
042   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
043   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
044   LC_TELEPHONE LC_TIME
045 do
046   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
047     eval $as_var=C; export $as_var
048   else
049     $as_unset $as_var
050   fi
051 done
052 
053 # Required to use basename.
054 if expr a : '\(a\)' >/dev/null 2>&1; then
055   as_expr=expr
056 else
057   as_expr=false
058 fi
059 
060 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
061   as_basename=basename
062 else
063   as_basename=false
064 fi
065 
066 
067 # Name of the executable.
068 as_me=`$as_basename "$0" ||
069 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
070          X"$0" : 'X\(//\)$' \| \
071          X"$0" : 'X\(/\)$' \| \
072          .     : '\(.\)' 2>/dev/null ||
073 echo X/"$0" |
074     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
075           /^X\/\(\/\/\)$/{ s//\1/; q; }
076           /^X\/\(\/\).*/{ s//\1/; q; }
077           s/.*/./; q'`
078 
079 
080 # PATH needs CR, and LINENO needs CR and PATH.
081 # Avoid depending upon Character Ranges.
082 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
083 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
084 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
085 as_cr_digits='0123456789'
086 as_cr_alnum=$as_cr_Letters$as_cr_digits
087 
088 # The user is always right.
089 if test "${PATH_SEPARATOR+set}" != set; then
090   echo "#! /bin/sh" >conf$$.sh
091   echo  "exit 0"   >>conf$$.sh
092   chmod +x conf$$.sh
093   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
094     PATH_SEPARATOR=';'
095   else
096     PATH_SEPARATOR=:
097   fi
098   rm -f conf$$.sh
099 fi
100 
101 
102   as_lineno_1=$LINENO
103   as_lineno_2=$LINENO
104   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105   test "x$as_lineno_1" != "x$as_lineno_2" &&
106   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
107   # Find who we are.  Look in the path if we contain no path at all
108   # relative or not.
109   case $0 in
110     *[\\/]* ) as_myself=$0 ;;
111     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112 for as_dir in $PATH
113 do
114   IFS=$as_save_IFS
115   test -z "$as_dir" && as_dir=.
116   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117 done
118 
119        ;;
120   esac
121   # We did not find ourselves, most probably we were run as `sh COMMAND'
122   # in which case we are not to be found in the path.
123   if test "x$as_myself" = x; then
124     as_myself=$0
125   fi
126   if test ! -f "$as_myself"; then
127     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128    { (exit 1); exit 1; }; }
129   fi
130   case $CONFIG_SHELL in
131   '')
132     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 do
135   IFS=$as_save_IFS
136   test -z "$as_dir" && as_dir=.
137   for as_base in sh bash ksh sh5; do
138          case $as_dir in
139          /*)
140            if ("$as_dir/$as_base" -c '
141   as_lineno_1=$LINENO
142   as_lineno_2=$LINENO
143   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144   test "x$as_lineno_1" != "x$as_lineno_2" &&
145   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
146              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148              CONFIG_SHELL=$as_dir/$as_base
149              export CONFIG_SHELL
150              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151            fi;;
152          esac
153        done
154 done
155 ;;
156   esac
157 
158   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159   # uniformly replaced by the line number.  The first 'sed' inserts a
160   # line-number line before each line; the second 'sed' does the real
161   # work.  The second script uses 'N' to pair each line-number line
162   # with the numbered line, and appends trailing '-' during
163   # substitution so that $LINENO is not a special case at line end.
164   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
166   sed '=' <$as_myself |
167     sed '
168       N
169       s,$,-,
170       : loop
171       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172       t loop
173       s,-$,,
174       s,^['$as_cr_digits']*\n,,
175     ' >$as_me.lineno &&
176   chmod +x $as_me.lineno ||
177     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178    { (exit 1); exit 1; }; }
179 
180   # Don't try to exec as it changes $[0], causing all sort of problems
181   # (the dirname of $[0] is not the place where we might find the
182   # original and so on.  Autoconf is especially sensible to this).
183   . ./$as_me.lineno
184   # Exit status is that of the last command.
185   exit
186 }
187 
188 
189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190   *c*,-n*) ECHO_N= ECHO_C='
191 ' ECHO_T='      ' ;;
192   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 esac
195 
196 if expr a : '\(a\)' >/dev/null 2>&1; then
197   as_expr=expr
198 else
199   as_expr=false
200 fi
201 
202 rm -f conf$$ conf$$.exe conf$$.file
203 echo >conf$$.file
204 if ln -s conf$$.file conf$$ 2>/dev/null; then
205   # We could just check for DJGPP; but this test a) works b) is more generic
206   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207   if test -f conf$$.exe; then
208     # Don't use ln at all; we don't have any links
209     as_ln_s='cp -p'
210   else
211     as_ln_s='ln -s'
212   fi
213 elif ln conf$$.file conf$$ 2>/dev/null; then
214   as_ln_s=ln
215 else
216   as_ln_s='cp -p'
217 fi
218 rm -f conf$$ conf$$.exe conf$$.file
219 
220 if mkdir -p . 2>/dev/null; then
221   as_mkdir_p=:
222 else
223   as_mkdir_p=false
224 fi
225 
226 as_executable_p="test -f"
227 
228 # Sed expression to map a string onto a valid CPP name.
229 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
230 
231 # Sed expression to map a string onto a valid variable name.
232 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
233 
234 
235 # IFS
236 # We need space, tab and new line, in precisely that order.
237 as_nl='
238 '
239 IFS="   $as_nl"
240 
241 # CDPATH.
242 $as_unset CDPATH
243 
244 
245 # Find the correct PATH separator.  Usually this is `:', but
246 # DJGPP uses `;' like DOS.
247 if test "X${PATH_SEPARATOR+set}" != Xset; then
248   UNAME=${UNAME-`uname 2>/dev/null`}
249   case X$UNAME in
250     *-DOS) lt_cv_sys_path_separator=';' ;;
251     *)     lt_cv_sys_path_separator=':' ;;
252   esac
253   PATH_SEPARATOR=$lt_cv_sys_path_separator
254 fi
255 
256 
257 # Check that we are running under the correct shell.
258 SHELL=${CONFIG_SHELL-/bin/sh}
259 
260 case X$ECHO in
261 X*--fallback-echo)
262   # Remove one level of quotation (which was required for Make).
263   ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
264   ;;
265 esac
266 
267 echo=${ECHO-echo}
268 if test "X$1" = X--no-reexec; then
269   # Discard the --no-reexec flag, and continue.
270   shift
271 elif test "X$1" = X--fallback-echo; then
272   # Avoid inline document here, it may be left over
273   :
274 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
275   # Yippee, $echo works!
276   :
277 else
278   # Restart under the correct shell.
279   exec $SHELL "$0" --no-reexec ${1+"$@"}
280 fi
281 
282 if test "X$1" = X--fallback-echo; then
283   # used as fallback echo
284   shift
285   cat <<EOF
286 
287 EOF
288   exit 0
289 fi
290 
291 # The HP-UX ksh and POSIX shell print the target directory to stdout
292 # if CDPATH is set.
293 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
294 
295 if test -z "$ECHO"; then
296 if test "X${echo_test_string+set}" != Xset; then
297 # find a string as large as possible, as long as the shell can cope with it
298   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
299     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
300     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
301        echo_test_string="`eval $cmd`" &&
302        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
303     then
304       break
305     fi
306   done
307 fi
308 
309 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
310    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
311    test "X$echo_testing_string" = "X$echo_test_string"; then
312   :
313 else
314   # The Solaris, AIX, and Digital Unix default echo programs unquote
315   # backslashes.  This makes it impossible to quote backslashes using
316   #   echo "$something" | sed 's/\\/\\\\/g'
317   #
318   # So, first we look for a working echo in the user's PATH.
319 
320   IFS="${IFS=   }"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
321   for dir in $PATH /usr/ucb; do
322     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
323        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
324        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
325        test "X$echo_testing_string" = "X$echo_test_string"; then
326       echo="$dir/echo"
327       break
328     fi
329   done
330   IFS="$save_ifs"
331 
332   if test "X$echo" = Xecho; then
333     # We didn't find a better echo, so look for alternatives.
334     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
335        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
336        test "X$echo_testing_string" = "X$echo_test_string"; then
337       # This shell has a builtin print -r that does the trick.
338       echo='print -r'
339     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
340          test "X$CONFIG_SHELL" != X/bin/ksh; then
341       # If we have ksh, try running configure again with it.
342       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
343       export ORIGINAL_CONFIG_SHELL
344       CONFIG_SHELL=/bin/ksh
345       export CONFIG_SHELL
346       exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
347     else
348       # Try using printf.
349       echo='printf %s\n'
350       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
351          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
352          test "X$echo_testing_string" = "X$echo_test_string"; then
353         # Cool, printf works
354         :
355       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
356            test "X$echo_testing_string" = 'X\t' &&
357            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
358            test "X$echo_testing_string" = "X$echo_test_string"; then
359         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
360         export CONFIG_SHELL
361         SHELL="$CONFIG_SHELL"
362         export SHELL
363         echo="$CONFIG_SHELL $0 --fallback-echo"
364       elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
365            test "X$echo_testing_string" = 'X\t' &&
366            echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
367            test "X$echo_testing_string" = "X$echo_test_string"; then
368         echo="$CONFIG_SHELL $0 --fallback-echo"
369       else
370         # maybe with a smaller string...
371         prev=:
372 
373         for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
374           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
375           then
376             break
377           fi
378           prev="$cmd"
379         done
380 
381         if test "$prev" != 'sed 50q "$0"'; then
382           echo_test_string=`eval $prev`
383           export echo_test_string
384           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
385         else
386           # Oops.  We lost completely, so just stick with echo.
387           echo=echo
388         fi
389       fi
390     fi
391   fi
392 fi
393 fi
394 
395 # Copy echo and quote the copy suitably for passing to libtool from
396 # the Makefile, instead of quoting the original, which is used later.
397 ECHO=$echo
398 if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
399    ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
400 fi
401 
402 
403 
404 # Name of the host.
405 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
406 # so uname gets run too.
407 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
408 
409 exec 6>&1
410 
411 #
412 # Initializations.
413 #
414 ac_default_prefix=/usr/local
415 ac_config_libobj_dir=.
416 cross_compiling=no
417 subdirs=
418 MFLAGS=
419 MAKEFLAGS=
420 SHELL=${CONFIG_SHELL-/bin/sh}
421 
422 # Maximum number of lines to put in a shell here document.
423 # This variable seems obsolete.  It should probably be removed, and
424 # only ac_max_sed_lines should be used.
425 : ${ac_max_here_lines=38}
426 
427 # Identity of this package.
428 PACKAGE_NAME='libgpg-error'
429 PACKAGE_TARNAME='libgpg-error'
430 PACKAGE_VERSION='0.6'
431 PACKAGE_STRING='libgpg-error 0.6'
432 PACKAGE_BUGREPORT='bug-gnupg@gnupg.org'
433 
434 ac_unique_file="src/err-sources.h.in"
435 # Factoring default headers for most tests.
436 ac_includes_default="\
437 #include <stdio.h>
438 #if HAVE_SYS_TYPES_H
439 # include <sys/types.h>
440 #endif
441 #if HAVE_SYS_STAT_H
442 # include <sys/stat.h>
443 #endif
444 #if STDC_HEADERS
445 # include <stdlib.h>
446 # include <stddef.h>
447 #else
448 # if HAVE_STDLIB_H
449 #  include <stdlib.h>
450 # endif
451 #endif
452 #if HAVE_STRING_H
453 # if !STDC_HEADERS && HAVE_MEMORY_H
454 #  include <memory.h>
455 # endif
456 # include <string.h>
457 #endif
458 #if HAVE_STRINGS_H
459 # include <strings.h>
460 #endif
461 #if HAVE_INTTYPES_H
462 # include <inttypes.h>
463 #else
464 # if HAVE_STDINT_H
465 #  include <stdint.h>
466 # endif
467 #endif
468 #if HAVE_UNISTD_H
469 # include <unistd.h>
470 #endif"
471 
472 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS LIBGPG_ERROR_LT_CURRENT LIBGPG_ERROR_LT_AGE LIBGPG_ERROR_LT_REVISION INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE USE_NLS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB GPG_ERROR_CONFIG_LIBS GPG_ERROR_CONFIG_CFLAGS LIBOBJS LTLIBOBJS'
473 ac_subst_files=''
474 
475 # Initialize some variables set by options.
476 ac_init_help=
477 ac_init_version=false
478 # The variables have the same names as the options, with
479 # dashes changed to underlines.
480 cache_file=/dev/null
481 exec_prefix=NONE
482 no_create=
483 no_recursion=
484 prefix=NONE
485 program_prefix=NONE
486 program_suffix=NONE
487 program_transform_name=s,x,x,
488 silent=
489 site=
490 srcdir=
491 verbose=
492 x_includes=NONE
493 x_libraries=NONE
494 
495 # Installation directory options.
496 # These are left unexpanded so users can "make install exec_prefix=/foo"
497 # and all the variables that are supposed to be based on exec_prefix
498 # by default will actually change.
499 # Use braces instead of parens because sh, perl, etc. also accept them.
500 bindir='${exec_prefix}/bin'
501 sbindir='${exec_prefix}/sbin'
502 libexecdir='${exec_prefix}/libexec'
503 datadir='${prefix}/share'
504 sysconfdir='${prefix}/etc'
505 sharedstatedir='${prefix}/com'
506 localstatedir='${prefix}/var'
507 libdir='${exec_prefix}/lib'
508 includedir='${prefix}/include'
509 oldincludedir='/usr/include'
510 infodir='${prefix}/info'
511 mandir='${prefix}/man'
512 
513 ac_prev=
514 for ac_option
515 do
516   # If the previous option needs an argument, assign it.
517   if test -n "$ac_prev"; then
518     eval "$ac_prev=\$ac_option"
519     ac_prev=
520     continue
521   fi
522 
523   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
524 
525   # Accept the important Cygnus configure options, so we can diagnose typos.
526 
527   case $ac_option in
528 
529   -bindir | --bindir | --bindi | --bind | --bin | --bi)
530     ac_prev=bindir ;;
531   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
532     bindir=$ac_optarg ;;
533 
534   -build | --build | --buil | --bui | --bu)
535     ac_prev=build_alias ;;
536   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
537     build_alias=$ac_optarg ;;
538 
539   -cache-file | --cache-file | --cache-fil | --cache-fi \
540   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
541     ac_prev=cache_file ;;
542   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
543   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
544     cache_file=$ac_optarg ;;
545 
546   --config-cache | -C)
547     cache_file=config.cache ;;
548 
549   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
550     ac_prev=datadir ;;
551   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
552   | --da=*)
553     datadir=$ac_optarg ;;
554 
555   -disable-* | --disable-*)
556     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
557     # Reject names that are not valid shell variable names.
558     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
559       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
560    { (exit 1); exit 1; }; }
561     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
562     eval "enable_$ac_feature=no" ;;
563 
564   -enable-* | --enable-*)
565     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
566     # Reject names that are not valid shell variable names.
567     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
568       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
569    { (exit 1); exit 1; }; }
570     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
571     case $ac_option in
572       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
573       *) ac_optarg=yes ;;
574     esac
575     eval "enable_$ac_feature='$ac_optarg'" ;;
576 
577   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
578   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
579   | --exec | --exe | --ex)
580     ac_prev=exec_prefix ;;
581   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
582   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
583   | --exec=* | --exe=* | --ex=*)
584     exec_prefix=$ac_optarg ;;
585 
586   -gas | --gas | --ga | --g)
587     # Obsolete; use --with-gas.
588     with_gas=yes ;;
589 
590   -help | --help | --hel | --he | -h)
591     ac_init_help=long ;;
592   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
593     ac_init_help=recursive ;;
594   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
595     ac_init_help=short ;;
596 
597   -host | --host | --hos | --ho)
598     ac_prev=host_alias ;;
599   -host=* | --host=* | --hos=* | --ho=*)
600     host_alias=$ac_optarg ;;
601 
602   -includedir | --includedir | --includedi | --included | --include \
603   | --includ | --inclu | --incl | --inc)
604     ac_prev=includedir ;;
605   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
606   | --includ=* | --inclu=* | --incl=* | --inc=*)
607     includedir=$ac_optarg ;;
608 
609   -infodir | --infodir | --infodi | --infod | --info | --inf)
610     ac_prev=infodir ;;
611   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
612     infodir=$ac_optarg ;;
613 
614   -libdir | --libdir | --libdi | --libd)
615     ac_prev=libdir ;;
616   -libdir=* | --libdir=* | --libdi=* | --libd=*)
617     libdir=$ac_optarg ;;
618 
619   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
620   | --libexe | --libex | --libe)
621     ac_prev=libexecdir ;;
622   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
623   | --libexe=* | --libex=* | --libe=*)
624     libexecdir=$ac_optarg ;;
625 
626   -localstatedir | --localstatedir | --localstatedi | --localstated \
627   | --localstate | --localstat | --localsta | --localst