/[hurd]/gnumach/i386/configure
ViewVC logotype

Diff of /gnumach/i386/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by roland, Sat May 1 00:34:06 1999 UTC revision 1.2.4.1 by marcus, Tue Jul 12 23:01:06 2005 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
   
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated automatically using autoconf version 2.12  # Generated by GNU Autoconf 2.59 for GNU Mach 1.3.
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.  
4  #  #
5    # Copyright (C) 2003 Free Software Foundation, Inc.
6  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
7  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
8    ## --------------------- ##
9    ## M4sh Initialization.  ##
10    ## --------------------- ##
11    
12    # Be Bourne compatible
13    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14      emulate sh
15      NULLCMD=:
16      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17      # is contrary to our usage.  Disable this feature.
18      alias -g '${1+"$@"}'='"$@"'
19    elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20      set -o posix
21    fi
22    DUALCASE=1; export DUALCASE # for MKS sh
23    
24    # Support unset when possible.
25    if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26      as_unset=unset
27    else
28      as_unset=false
29    fi
30    
31    
32    # Work around bugs in pre-3.0 UWIN ksh.
33    $as_unset ENV MAIL MAILPATH
34    PS1='$ '
35    PS2='> '
36    PS4='+ '
37    
38    # NLS nuisances.
39    for as_var in \
40      LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41      LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42      LC_TELEPHONE LC_TIME
43    do
44      if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45        eval $as_var=C; export $as_var
46      else
47        $as_unset $as_var
48      fi
49    done
50    
51    # Required to use basename.
52    if expr a : '\(a\)' >/dev/null 2>&1; then
53      as_expr=expr
54    else
55      as_expr=false
56    fi
57    
58    if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59      as_basename=basename
60    else
61      as_basename=false
62    fi
63    
64    
65    # Name of the executable.
66    as_me=`$as_basename "$0" ||
67    $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68             X"$0" : 'X\(//\)$' \| \
69             X"$0" : 'X\(/\)$' \| \
70             .     : '\(.\)' 2>/dev/null ||
71    echo X/"$0" |
72        sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73              /^X\/\(\/\/\)$/{ s//\1/; q; }
74              /^X\/\(\/\).*/{ s//\1/; q; }
75              s/.*/./; q'`
76    
77    
78    # PATH needs CR, and LINENO needs CR and PATH.
79    # Avoid depending upon Character Ranges.
80    as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81    as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82    as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83    as_cr_digits='0123456789'
84    as_cr_alnum=$as_cr_Letters$as_cr_digits
85    
86    # The user is always right.
87    if test "${PATH_SEPARATOR+set}" != set; then
88      echo "#! /bin/sh" >conf$$.sh
89      echo  "exit 0"   >>conf$$.sh
90      chmod +x conf$$.sh
91      if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92        PATH_SEPARATOR=';'
93      else
94        PATH_SEPARATOR=:
95      fi
96      rm -f conf$$.sh
97    fi
98    
99    
100      as_lineno_1=$LINENO
101      as_lineno_2=$LINENO
102      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103      test "x$as_lineno_1" != "x$as_lineno_2" &&
104      test "x$as_lineno_3"  = "x$as_lineno_2"  || {
105      # Find who we are.  Look in the path if we contain no path at all
106      # relative or not.
107      case $0 in
108        *[\\/]* ) as_myself=$0 ;;
109        *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110    for as_dir in $PATH
111    do
112      IFS=$as_save_IFS
113      test -z "$as_dir" && as_dir=.
114      test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115    done
116    
117  # Defaults:         ;;
118  ac_help=    esac
119      # We did not find ourselves, most probably we were run as `sh COMMAND'
120      # in which case we are not to be found in the path.
121      if test "x$as_myself" = x; then
122        as_myself=$0
123      fi
124      if test ! -f "$as_myself"; then
125        { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126       { (exit 1); exit 1; }; }
127      fi
128      case $CONFIG_SHELL in
129      '')
130        as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131    for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132    do
133      IFS=$as_save_IFS
134      test -z "$as_dir" && as_dir=.
135      for as_base in sh bash ksh sh5; do
136             case $as_dir in
137             /*)
138               if ("$as_dir/$as_base" -c '
139      as_lineno_1=$LINENO
140      as_lineno_2=$LINENO
141      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142      test "x$as_lineno_1" != "x$as_lineno_2" &&
143      test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
144                 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145                 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146                 CONFIG_SHELL=$as_dir/$as_base
147                 export CONFIG_SHELL
148                 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149               fi;;
150             esac
151           done
152    done
153    ;;
154      esac
155    
156      # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157      # uniformly replaced by the line number.  The first 'sed' inserts a
158      # line-number line before each line; the second 'sed' does the real
159      # work.  The second script uses 'N' to pair each line-number line
160      # with the numbered line, and appends trailing '-' during
161      # substitution so that $LINENO is not a special case at line end.
162      # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163      # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
164      sed '=' <$as_myself |
165        sed '
166          N
167          s,$,-,
168          : loop
169          s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170          t loop
171          s,-$,,
172          s,^['$as_cr_digits']*\n,,
173        ' >$as_me.lineno &&
174      chmod +x $as_me.lineno ||
175        { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176       { (exit 1); exit 1; }; }
177    
178      # Don't try to exec as it changes $[0], causing all sort of problems
179      # (the dirname of $[0] is not the place where we might find the
180      # original and so on.  Autoconf is especially sensible to this).
181      . ./$as_me.lineno
182      # Exit status is that of the last command.
183      exit
184    }
185    
186    
187    case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188      *c*,-n*) ECHO_N= ECHO_C='
189    ' ECHO_T='      ' ;;
190      *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191      *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
192    esac
193    
194    if expr a : '\(a\)' >/dev/null 2>&1; then
195      as_expr=expr
196    else
197      as_expr=false
198    fi
199    
200    rm -f conf$$ conf$$.exe conf$$.file
201    echo >conf$$.file
202    if ln -s conf$$.file conf$$ 2>/dev/null; then
203      # We could just check for DJGPP; but this test a) works b) is more generic
204      # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205      if test -f conf$$.exe; then
206        # Don't use ln at all; we don't have any links
207        as_ln_s='cp -p'
208      else
209        as_ln_s='ln -s'
210      fi
211    elif ln conf$$.file conf$$ 2>/dev/null; then
212      as_ln_s=ln
213    else
214      as_ln_s='cp -p'
215    fi
216    rm -f conf$$ conf$$.exe conf$$.file
217    
218    if mkdir -p . 2>/dev/null; then
219      as_mkdir_p=:
220    else
221      test -d ./-p && rmdir ./-p
222      as_mkdir_p=false
223    fi
224    
225    as_executable_p="test -f"
226    
227    # Sed expression to map a string onto a valid CPP name.
228    as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229    
230    # Sed expression to map a string onto a valid variable name.
231    as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232    
233    
234    # IFS
235    # We need space, tab and new line, in precisely that order.
236    as_nl='
237    '
238    IFS="   $as_nl"
239    
240    # CDPATH.
241    $as_unset CDPATH
242    
243    
244    # Name of the host.
245    # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246    # so uname gets run too.
247    ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248    
249    exec 6>&1
250    
251    #
252    # Initializations.
253    #
254  ac_default_prefix=/usr/local  ac_default_prefix=/usr/local
255  # Any additions from configure.in:  ac_config_libobj_dir=.
256  ac_help="$ac_help  cross_compiling=no
257    --enable-lpr             enable use of lpr device"  subdirs=
258    MFLAGS=
259    MAKEFLAGS=
260    SHELL=${CONFIG_SHELL-/bin/sh}
261    
262    # Maximum number of lines to put in a shell here document.
263    # This variable seems obsolete.  It should probably be removed, and
264    # only ac_max_sed_lines should be used.
265    : ${ac_max_here_lines=38}
266    
267    # Identity of this package.
268    PACKAGE_NAME='GNU Mach'
269    PACKAGE_TARNAME='package'
270    PACKAGE_VERSION='1.3'
271    PACKAGE_STRING='GNU Mach 1.3'
272    PACKAGE_BUGREPORT=''
273    
274    ac_unique_file="i386/i386asm.sym"
275    ac_subdirs_all="$ac_subdirs_all linux"
276    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 LD ac_ct_LD MAKE ac_ct_MAKE subdirs LIBOBJS LTLIBOBJS'
277    ac_subst_files=''
278    
279  # Initialize some variables set by options.  # Initialize some variables set by options.
280    ac_init_help=
281    ac_init_version=false
282  # The variables have the same names as the options, with  # The variables have the same names as the options, with
283  # dashes changed to underlines.  # dashes changed to underlines.
284  build=NONE  cache_file=/dev/null
 cache_file=./config.cache  
285  exec_prefix=NONE  exec_prefix=NONE
 host=NONE  
286  no_create=  no_create=
 nonopt=NONE  
287  no_recursion=  no_recursion=
288  prefix=NONE  prefix=NONE
289  program_prefix=NONE  program_prefix=NONE
# Line 31  program_transform_name=s,x,x, Line 292  program_transform_name=s,x,x,
292  silent=  silent=
293  site=  site=
294  srcdir=  srcdir=
 target=NONE  
295  verbose=  verbose=
296  x_includes=NONE  x_includes=NONE
297  x_libraries=NONE  x_libraries=NONE
298    
299    # Installation directory options.
300    # These are left unexpanded so users can "make install exec_prefix=/foo"
301    # and all the variables that are supposed to be based on exec_prefix
302    # by default will actually change.
303    # Use braces instead of parens because sh, perl, etc. also accept them.
304  bindir='${exec_prefix}/bin'  bindir='${exec_prefix}/bin'
305  sbindir='${exec_prefix}/sbin'  sbindir='${exec_prefix}/sbin'
306  libexecdir='${exec_prefix}/libexec'  libexecdir='${exec_prefix}/libexec'
# Line 48  oldincludedir='/usr/include' Line 314  oldincludedir='/usr/include'
314  infodir='${prefix}/info'  infodir='${prefix}/info'
315  mandir='${prefix}/man'  mandir='${prefix}/man'
316    
 # Initialize some other variables.  
 subdirs=  
 MFLAGS= MAKEFLAGS=  
 # Maximum number of lines to put in a shell here document.  
 ac_max_here_lines=12  
   
317  ac_prev=  ac_prev=
318  for ac_option  for ac_option
319  do  do
   
320    # If the previous option needs an argument, assign it.    # If the previous option needs an argument, assign it.
321    if test -n "$ac_prev"; then    if test -n "$ac_prev"; then
322      eval "$ac_prev=\$ac_option"      eval "$ac_prev=\$ac_option"
# Line 65  do Line 324  do
324      continue      continue
325    fi    fi
326    
327    case "$ac_option" in    ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;  
   *) ac_optarg= ;;  
   esac  
328    
329    # Accept the important Cygnus configure options, so we can diagnose typos.    # Accept the important Cygnus configure options, so we can diagnose typos.
330    
331    case "$ac_option" in    case $ac_option in
332    
333    -bindir | --bindir | --bindi | --bind | --bin | --bi)    -bindir | --bindir | --bindi | --bind | --bin | --bi)
334      ac_prev=bindir ;;      ac_prev=bindir ;;
335    -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)    -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
336      bindir="$ac_optarg" ;;      bindir=$ac_optarg ;;
337    
338    -build | --build | --buil | --bui | --bu)    -build | --build | --buil | --bui | --bu)
339      ac_prev=build ;;      ac_prev=build_alias ;;
340    -build=* | --build=* | --buil=* | --bui=* | --bu=*)    -build=* | --build=* | --buil=* | --bui=* | --bu=*)
341      build="$ac_optarg" ;;      build_alias=$ac_optarg ;;
342    
343    -cache-file | --cache-file | --cache-fil | --cache-fi \    -cache-file | --cache-file | --cache-fil | --cache-fi \
344    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
345      ac_prev=cache_file ;;      ac_prev=cache_file ;;
346    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
347    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
348      cache_file="$ac_optarg" ;;      cache_file=$ac_optarg ;;
349    
350      --config-cache | -C)
351        cache_file=config.cache ;;
352    
353    -datadir | --datadir | --datadi | --datad | --data | --dat | --da)    -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
354      ac_prev=datadir ;;      ac_prev=datadir ;;
355    -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \    -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
356    | --da=*)    | --da=*)
357      datadir="$ac_optarg" ;;      datadir=$ac_optarg ;;
358    
359    -disable-* | --disable-*)    -disable-* | --disable-*)
360      ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
362      if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then      expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
363        { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
364      fi     { (exit 1); exit 1; }; }
365      ac_feature=`echo $ac_feature| sed 's/-/_/g'`      ac_feature=`echo $ac_feature | sed 's/-/_/g'`
366      eval "enable_${ac_feature}=no" ;;      eval "enable_$ac_feature=no" ;;
367    
368    -enable-* | --enable-*)    -enable-* | --enable-*)
369      ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
370      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
371      if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then      expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
372        { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
373      fi     { (exit 1); exit 1; }; }
374      ac_feature=`echo $ac_feature| sed 's/-/_/g'`      ac_feature=`echo $ac_feature | sed 's/-/_/g'`
375      case "$ac_option" in      case $ac_option in
376        *=*) ;;        *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
377        *) ac_optarg=yes ;;        *) ac_optarg=yes ;;
378      esac      esac
379      eval "enable_${ac_feature}='$ac_optarg'" ;;      eval "enable_$ac_feature='$ac_optarg'" ;;
380    
381    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
382    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
# Line 126  do Line 385  do
385    -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \    -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
386    | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \    | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
387    | --exec=* | --exe=* | --ex=*)    | --exec=* | --exe=* | --ex=*)
388      exec_prefix="$ac_optarg" ;;      exec_prefix=$ac_optarg ;;
389    
390    -gas | --gas | --ga | --g)    -gas | --gas | --ga | --g)
391      # Obsolete; use --with-gas.      # Obsolete; use --with-gas.
392      with_gas=yes ;;      with_gas=yes ;;
393    
394    -help | --help | --hel | --he)    -help | --help | --hel | --he | -h)
395      # Omit some internal or obsolete options to make the list less imposing.      ac_init_help=long ;;
396      # This message is too long to be a string in the A/UX 3.1 sh.    -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
397      cat << EOF      ac_init_help=recursive ;;
398  Usage: configure [options] [host]    -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
399  Options: [defaults in brackets after descriptions]      ac_init_help=short ;;
 Configuration:  
   --cache-file=FILE       cache test results in FILE  
   --help                  print this message  
   --no-create             do not create output files  
   --quiet, --silent       do not print \`checking...' messages  
   --version               print the version of autoconf that created configure  
 Directory and file names:  
   --prefix=PREFIX         install architecture-independent files in PREFIX  
                           [$ac_default_prefix]  
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX  
                           [same as prefix]  
   --bindir=DIR            user executables in DIR [EPREFIX/bin]  
   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]  
   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]  
   --datadir=DIR           read-only architecture-independent data in DIR  
                           [PREFIX/share]  
   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]  
   --sharedstatedir=DIR    modifiable architecture-independent data in DIR  
                           [PREFIX/com]  
   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]  
   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]  
   --includedir=DIR        C header files in DIR [PREFIX/include]  
   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]  
   --infodir=DIR           info documentation in DIR [PREFIX/info]  
   --mandir=DIR            man documentation in DIR [PREFIX/man]  
   --srcdir=DIR            find the sources in DIR [configure dir or ..]  
   --program-prefix=PREFIX prepend PREFIX to installed program names  
   --program-suffix=SUFFIX append SUFFIX to installed program names  
   --program-transform-name=PROGRAM  
                           run sed PROGRAM on installed program names  
 EOF  
     cat << EOF  
 Host type:  
   --build=BUILD           configure for building on BUILD [BUILD=HOST]  
   --host=HOST             configure for HOST [guessed]  
   --target=TARGET         configure for TARGET [TARGET=HOST]  
 Features and packages:  
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)  
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]  
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]  
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)  
   --x-includes=DIR        X include files are in DIR  
   --x-libraries=DIR       X library files are in DIR  
 EOF  
     if test -n "$ac_help"; then  
       echo "--enable and --with options recognized:$ac_help"  
     fi  
     exit 0 ;;  
400    
401    -host | --host | --hos | --ho)    -host | --host | --hos | --ho)
402      ac_prev=host ;;      ac_prev=host_alias ;;
403    -host=* | --host=* | --hos=* | --ho=*)    -host=* | --host=* | --hos=* | --ho=*)
404      host="$ac_optarg" ;;      host_alias=$ac_optarg ;;
405    
406    -includedir | --includedir | --includedi | --included | --include \    -includedir | --includedir | --includedi | --included | --include \
407    | --includ | --inclu | --incl | --inc)    | --includ | --inclu | --incl | --inc)
408      ac_prev=includedir ;;      ac_prev=includedir ;;
409    -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \    -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
410    | --includ=* | --inclu=* | --incl=* | --inc=*)    | --includ=* | --inclu=* | --incl=* | --inc=*)
411      includedir="$ac_optarg" ;;      includedir=$ac_optarg ;;
412    
413    -infodir | --infodir | --infodi | --infod | --info | --inf)    -infodir | --infodir | --infodi | --infod | --info | --inf)
414      ac_prev=infodir ;;      ac_prev=infodir ;;
415    -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)    -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
416      infodir="$ac_optarg" ;;      infodir=$ac_optarg ;;
417    
418    -libdir | --libdir | --libdi | --libd)    -libdir | --libdir | --libdi | --libd)
419      ac_prev=libdir ;;      ac_prev=libdir ;;
420    -libdir=* | --libdir=* | --libdi=* | --libd=*)    -libdir=* | --libdir=* | --libdi=* | --libd=*)
421      libdir="$ac_optarg" ;;      libdir=$ac_optarg ;;
422    
423    -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \    -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
424    | --libexe | --libex | --libe)    | --libexe | --libex | --libe)
425      ac_prev=libexecdir ;;      ac_prev=libexecdir ;;
426    -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \    -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
427    | --libexe=* | --libex=* | --libe=*)    | --libexe=* | --libex=* | --libe=*)
428      libexecdir="$ac_optarg" ;;      libexecdir=$ac_optarg ;;
429    
430    -localstatedir | --localstatedir | --localstatedi | --localstated \    -localstatedir | --localstatedir | --localstatedi | --localstated \
431    | --localstate | --localstat | --localsta | --localst \    | --localstate | --localstat | --localsta | --localst \
# Line 223  EOF Line 434  EOF
434    -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \    -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
435    | --localstate=* | --localstat=* | --localsta=* | --localst=* \    | --localstate=* | --localstat=* | --localsta=* | --localst=* \
436    | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)    | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
437      localstatedir="$ac_optarg" ;;      localstatedir=$ac_optarg ;;
438    
439    -mandir | --mandir | --mandi | --mand | --man | --ma | --m)    -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
440      ac_prev=mandir ;;      ac_prev=mandir ;;
441    -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)    -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
442      mandir="$ac_optarg" ;;      mandir=$ac_optarg ;;
443    
444    -nfp | --nfp | --nf)    -nfp | --nfp | --nf)
445      # Obsolete; use --without-fp.      # Obsolete; use --without-fp.
446      with_fp=no ;;      with_fp=no ;;
447    
448    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
449    | --no-cr | --no-c)    | --no-cr | --no-c | -n)
450      no_create=yes ;;      no_create=yes ;;
451    
452    -no-recursion | --no-recursion | --no-recursio | --no-recursi \    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
# Line 249  EOF Line 460  EOF
460    -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \    -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
461    | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \    | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
462    | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)    | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
463      oldincludedir="$ac_optarg" ;;      oldincludedir=$ac_optarg ;;
464    
465    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466      ac_prev=prefix ;;      ac_prev=prefix ;;
467    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
468      prefix="$ac_optarg" ;;      prefix=$ac_optarg ;;
469    
470    -program-prefix | --program-prefix | --program-prefi | --program-pref \    -program-prefix | --program-prefix | --program-prefi | --program-pref \
471    | --program-pre | --program-pr | --program-p)    | --program-pre | --program-pr | --program-p)
472      ac_prev=program_prefix ;;      ac_prev=program_prefix ;;
473    -program-prefix=* | --program-prefix=* | --program-prefi=* \    -program-prefix=* | --program-prefix=* | --program-prefi=* \
474    | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)    | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
475      program_prefix="$ac_optarg" ;;      program_prefix=$ac_optarg ;;
476    
477    -program-suffix | --program-suffix | --program-suffi | --program-suff \    -program-suffix | --program-suffix | --program-suffi | --program-suff \
478    | --program-suf | --program-su | --program-s)    | --program-suf | --program-su | --program-s)
479      ac_prev=program_suffix ;;      ac_prev=program_suffix ;;
480    -program-suffix=* | --program-suffix=* | --program-suffi=* \    -program-suffix=* | --program-suffix=* | --program-suffi=* \
481    | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)    | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
482      program_suffix="$ac_optarg" ;;      program_suffix=$ac_optarg ;;
483    
484    -program-transform-name | --program-transform-name \    -program-transform-name | --program-transform-name \
485    | --program-transform-nam | --program-transform-na \    | --program-transform-nam | --program-transform-na \
# Line 285  EOF Line 496  EOF
496    | --program-transfo=* | --program-transf=* \    | --program-transfo=* | --program-transf=* \
497    | --program-trans=* | --program-tran=* \    | --program-trans=* | --program-tran=* \
498    | --progr-tra=* | --program-tr=* | --program-t=*)    | --progr-tra=* | --program-tr=* | --program-t=*)
499      program_transform_name="$ac_optarg" ;;      program_transform_name=$ac_optarg ;;
500    
501    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
502    | -silent | --silent | --silen | --sile | --sil)    | -silent | --silent | --silen | --sile | --sil)
# Line 295  EOF Line 506  EOF
506      ac_prev=sbindir ;;      ac_prev=sbindir ;;
507    -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \    -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
508    | --sbi=* | --sb=*)    | --sbi=* | --sb=*)
509      sbindir="$ac_optarg" ;;      sbindir=$ac_optarg ;;
510    
511    -sharedstatedir | --sharedstatedir | --sharedstatedi \    -sharedstatedir | --sharedstatedir | --sharedstatedi \
512    | --sharedstated | --sharedstate | --sharedstat | --sharedsta \    | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
# Line 306  EOF Line 517  EOF
517    | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \    | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
518    | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \    | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
519    | --sha=* | --sh=*)    | --sha=* | --sh=*)
520      sharedstatedir="$ac_optarg" ;;      sharedstatedir=$ac_optarg ;;
521    
522    -site | --site | --sit)    -site | --site | --sit)
523      ac_prev=site ;;      ac_prev=site ;;
524    -site=* | --site=* | --sit=*)    -site=* | --site=* | --sit=*)
525      site="$ac_optarg" ;;      site=$ac_optarg ;;
526    
527    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
528      ac_prev=srcdir ;;      ac_prev=srcdir ;;
529    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
530      srcdir="$ac_optarg" ;;      srcdir=$ac_optarg ;;
531    
532    -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \    -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
533    | --syscon | --sysco | --sysc | --sys | --sy)    | --syscon | --sysco | --sysc | --sys | --sy)
534      ac_prev=sysconfdir ;;      ac_prev=sysconfdir ;;
535    -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \    -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
536    | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)    | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
537      sysconfdir="$ac_optarg" ;;      sysconfdir=$ac_optarg ;;
538    
539    -target | --target | --targe | --targ | --tar | --ta | --t)    -target | --target | --targe | --targ | --tar | --ta | --t)
540      ac_prev=target ;;      ac_prev=target_alias ;;
541    -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)    -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
542      target="$ac_optarg" ;;      target_alias=$ac_optarg ;;
543    
544    -v | -verbose | --verbose | --verbos | --verbo | --verb)    -v | -verbose | --verbose | --verbos | --verbo | --verb)
545      verbose=yes ;;      verbose=yes ;;
546    
547    -version | --version | --versio | --versi | --vers)    -version | --version | --versio | --versi | --vers | -V)
548      echo "configure generated by autoconf version 2.12"      ac_init_version=: ;;
     exit 0 ;;  
549    
550    -with-* | --with-*)    -with-* | --with-*)
551      ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
552      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
553      if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then      expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
554        { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }        { echo "$as_me: error: invalid package name: $ac_package" >&2
555      fi     { (exit 1); exit 1; }; }
556      ac_package=`echo $ac_package| sed 's/-/_/g'`      ac_package=`echo $ac_package| sed 's/-/_/g'`
557      case "$ac_option" in      case $ac_option in
558        *=*) ;;        *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
559        *) ac_optarg=yes ;;        *) ac_optarg=yes ;;
560      esac      esac
561      eval "with_${ac_package}='$ac_optarg'" ;;      eval "with_$ac_package='$ac_optarg'" ;;
562    
563    -without-* | --without-*)    -without-* | --without-*)
564      ac_package=`echo $ac_option|sed -e 's/-*without-//'`      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
565      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
566      if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then      expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
567        { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }        { echo "$as_me: error: invalid package name: $ac_package" >&2
568      fi     { (exit 1); exit 1; }; }
569      ac_package=`echo $ac_package| sed 's/-/_/g'`      ac_package=`echo $ac_package | sed 's/-/_/g'`
570      eval "with_${ac_package}=no" ;;      eval "with_$ac_package=no" ;;
571    
572    --x)    --x)
573      # Obsolete; use --with-x.      # Obsolete; use --with-x.
# Line 368  EOF Line 578  EOF
578      ac_prev=x_includes ;;      ac_prev=x_includes ;;
579    -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \    -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
580    | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)    | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
581      x_includes="$ac_optarg" ;;      x_includes=$ac_optarg ;;
582    
583    -x-libraries | --x-libraries | --x-librarie | --x-librari \    -x-libraries | --x-libraries | --x-librarie | --x-librari \
584    | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)    | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
585      ac_prev=x_libraries ;;      ac_prev=x_libraries ;;
586    -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \    -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
587    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
588      x_libraries="$ac_optarg" ;;      x_libraries=$ac_optarg ;;
589    
590    -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }    -*) { echo "$as_me: error: unrecognized option: $ac_option
591    Try \`$0 --help' for more information." >&2
592       { (exit 1); exit 1; }; }
593      ;;      ;;
594    
595      *=*)
596        ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
597        # Reject names that are not valid shell variable names.
598        expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
599          { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
600       { (exit 1); exit 1; }; }
601        ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
602        eval "$ac_envvar='$ac_optarg'"
603        export $ac_envvar ;;
604    
605    *)    *)
606      if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then      # FIXME: should be removed in autoconf 3.0.
607        echo "configure: warning: $ac_option: invalid host type" 1>&2      echo "$as_me: WARNING: you should use --build, --host, --target" >&2
608      fi      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
609      if test "x$nonopt" != xNONE; then        echo "$as_me: WARNING: invalid host type: $ac_option" >&2
610        { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
     fi  
     nonopt="$ac_option"  
611      ;;      ;;
612    
613    esac    esac
614  done  done
615    
616  if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
617    { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
618  fi    { echo "$as_me: error: missing argument to $ac_option" >&2
619       { (exit 1); exit 1; }; }
 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15  
   
 # File descriptor usage:  
 # 0 standard input  
 # 1 file creation  
 # 2 errors and warnings  
 # 3 some systems may open it to /dev/tty  
 # 4 used on the Kubota Titan  
 # 6 checking for... messages and results  
 # 5 compiler messages saved in config.log  
 if test "$silent" = yes; then  
   exec 6>/dev/null  
 else  
   exec 6>&1  
620  fi  fi
 exec 5>./config.log  
621    
622  echo "\  # Be sure to have absolute paths.
623  This file contains any messages produced by compilers while  for ac_var in exec_prefix prefix
624  running configure, to aid debugging if configure makes a mistake.  do
625  " 1>&5    eval ac_val=$`echo $ac_var`
626      case $ac_val in
627        [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
628        *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
629       { (exit 1); exit 1; }; };;
630      esac
631    done
632    
633  # Strip out --no-create and --no-recursion so they do not pile up.  # Be sure to have absolute paths.
634  # Also quote any args containing shell metacharacters.  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
635  ac_configure_args=                localstatedir libdir includedir oldincludedir infodir mandir
 for ac_arg  
636  do  do
637    case "$ac_arg" in    eval ac_val=$`echo $ac_var`
638    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    case $ac_val in
639    | --no-cr | --no-c) ;;      [\\/$]* | ?:[\\/]* ) ;;
640    -no-recursion | --no-recursion | --no-recursio | --no-recursi \      *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
641    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;     { (exit 1); exit 1; }; };;
   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)  
   ac_configure_args="$ac_configure_args '$ac_arg'" ;;  
   *) ac_configure_args="$ac_configure_args $ac_arg" ;;  
642    esac    esac
643  done  done
644    
645  # NLS nuisances.  # There might be people who depend on the old broken behavior: `$host'
646  # Only set these to C if already set.  These must not be set unconditionally  # used to hold the argument of --host etc.
647  # because not all systems understand e.g. LANG=C (notably SCO).  # FIXME: To remove some day.
648  # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!  build=$build_alias
649  # Non-C LC_CTYPE values break the ctype check.  host=$host_alias
650  if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi  target=$target_alias
651  if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi  
652  if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi  # FIXME: To remove some day.
653  if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi  if test "x$host_alias" != x; then
654      if test "x$build_alias" = x; then
655        cross_compiling=maybe
656        echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
657        If a cross compiler is detected then cross compile mode will be used." >&2
658      elif test "x$build_alias" != "x$host_alias"; then
659        cross_compiling=yes
660      fi
661    fi
662    
663  # confdefs.h avoids OS command line length limits that DEFS can exceed.  ac_tool_prefix=
664  rm -rf conftest* confdefs.h  test -n "$host_alias" && ac_tool_prefix=$host_alias-
665  # AIX cpp loses on an empty file, so make sure it contains at least a newline.  
666  echo > confdefs.h  test "$silent" = yes && exec 6>/dev/null
667    
 # A filename unique to this package, relative to the directory that  
 # configure is in, which we can look for to find out if srcdir is correct.  
 ac_unique_file=i386/i386asm.sym  
668    
669  # Find the source files, if location was not specified.  # Find the source files, if location was not specified.
670  if test -z "$srcdir"; then  if test -z "$srcdir"; then
671    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
672    # Try the directory containing this script, then its parent.    # Try the directory containing this script, then its parent.
673    ac_prog=$0    ac_confdir=`(dirname "$0") 2>/dev/null ||
674    ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
675    test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.           X"$0" : 'X\(//\)[^/]' \| \
676             X"$0" : 'X\(//\)$' \| \
677             X"$0" : 'X\(/\)' \| \
678             .     : '\(.\)' 2>/dev/null ||
679    echo X"$0" |
680        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
681              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
682              /^X\(\/\/\)$/{ s//\1/; q; }
683              /^X\(\/\).*/{ s//\1/; q; }
684              s/.*/./; q'`
685    srcdir=$ac_confdir    srcdir=$ac_confdir
686    if test ! -r $srcdir/$ac_unique_file; then    if test ! -r $srcdir/$ac_unique_file; then
687      srcdir=..      srcdir=..
# Line 470  else Line 691  else
691  fi  fi
692  if test ! -r $srcdir/$ac_unique_file; then  if test ! -r $srcdir/$ac_unique_file; then
693    if test "$ac_srcdir_defaulted" = yes; then    if test "$ac_srcdir_defaulted" = yes; then
694      { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }      { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695       { (exit 1); exit 1; }; }
696    else    else
697      { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }      { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
698       { (exit 1); exit 1; }; }
699    fi    fi
700  fi  fi
701  srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`  (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
702      { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
703       { (exit 1); exit 1; }; }
704    srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
705    ac_env_build_alias_set=${build_alias+set}
706    ac_env_build_alias_value=$build_alias
707    ac_cv_env_build_alias_set=${build_alias+set}
708    ac_cv_env_build_alias_value=$build_alias
709    ac_env_host_alias_set=${host_alias+set}
710    ac_env_host_alias_value=$host_alias
711    ac_cv_env_host_alias_set=${host_alias+set}
712    ac_cv_env_host_alias_value=$host_alias
713    ac_env_target_alias_set=${target_alias+set}
714    ac_env_target_alias_value=$target_alias
715    ac_cv_env_target_alias_set=${target_alias+set}
716    ac_cv_env_target_alias_value=$target_alias
717    
718    #
719    # Report the --help message.
720    #
721    if test "$ac_init_help" = "long"; then
722      # Omit some internal or obsolete options to make the list less imposing.
723      # This message is too long to be a string in the A/UX 3.1 sh.
724      cat <<_ACEOF
725    \`configure' configures GNU Mach 1.3 to adapt to many kinds of systems.
726    
727    Usage: $0 [OPTION]... [VAR=VALUE]...
728    
729    To assign environment variables (e.g., CC, CFLAGS...), specify them as
730    VAR=VALUE.  See below for descriptions of some of the useful variables.
731    
732    Defaults for the options are specified in brackets.
733    
734    Configuration:
735      -h, --help              display this help and exit
736          --help=short        display options specific to this package
737          --help=recursive    display the short help of all the included packages
738      -V, --version           display version information and exit
739      -q, --quiet, --silent   do not print \`checking...' messages
740          --cache-file=FILE   cache test results in FILE [disabled]
741      -C, --config-cache      alias for \`--cache-file=config.cache'
742      -n, --no-create         do not create output files
743          --srcdir=DIR        find the sources in DIR [configure dir or \`..']
744    
745    _ACEOF
746    
747      cat <<_ACEOF
748    Installation directories:
749      --prefix=PREFIX         install architecture-independent files in PREFIX
750                              [$ac_default_prefix]
751      --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
752                              [PREFIX]
753    
754    By default, \`make install' will install all the files in
755    \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
756    an installation prefix other than \`$ac_default_prefix' using \`--prefix',
757    for instance \`--prefix=\$HOME'.
758    
759    For better control, use the options below.
760    
761    Fine tuning of the installation directories:
762      --bindir=DIR           user executables [EPREFIX/bin]
763      --sbindir=DIR          system admin executables [EPREFIX/sbin]
764      --libexecdir=DIR       program executables [EPREFIX/libexec]
765      --datadir=DIR          read-only architecture-independent data [PREFIX/share]
766      --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
767      --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
768      --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
769      --libdir=DIR           object code libraries [EPREFIX/lib]
770      --includedir=DIR       C header files [PREFIX/include]
771      --oldincludedir=DIR    C header files for non-gcc [/usr/include]
772      --infodir=DIR          info documentation [PREFIX/info]
773      --mandir=DIR           man documentation [PREFIX/man]
774    _ACEOF
775    
776      cat <<\_ACEOF
777    _ACEOF
778    fi
779    
780    if test -n "$ac_init_help"; then
781      case $ac_init_help in
782         short | recursive ) echo "Configuration of GNU Mach 1.3:";;
783       esac
784      cat <<\_ACEOF
785    
786    Optional Features:
787      --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
788      --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
789      --enable-lpr            enable use of lpr device
790    
791    _ACEOF
792    fi
793    
794    if test "$ac_init_help" = "recursive"; then
795      # If there are subdirs, report their specific --help.
796      ac_popdir=`pwd`
797      for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
798        test -d $ac_dir || continue
799        ac_builddir=.
800    
801    if test "$ac_dir" != .; then
802      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
803      # A "../" for each directory in $ac_dir_suffix.
804      ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
805    else
806      ac_dir_suffix= ac_top_builddir=
807    fi
808    
809    case $srcdir in
810      .)  # No --srcdir option.  We are building in place.
811        ac_srcdir=.
812        if test -z "$ac_top_builddir"; then
813           ac_top_srcdir=.
814        else
815           ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
816        fi ;;
817      [\\/]* | ?:[\\/]* )  # Absolute path.
818        ac_srcdir=$srcdir$ac_dir_suffix;
819        ac_top_srcdir=$srcdir ;;
820      *) # Relative path.
821        ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
822        ac_top_srcdir=$ac_top_builddir$srcdir ;;
823    esac
824    
825    # Do not use `cd foo && pwd` to compute absolute paths, because
826    # the directories may not exist.
827    case `pwd` in
828    .) ac_abs_builddir="$ac_dir";;
829    *)
830      case "$ac_dir" in
831      .) ac_abs_builddir=`pwd`;;
832      [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
833      *) ac_abs_builddir=`pwd`/"$ac_dir";;
834      esac;;
835    esac
836    case $ac_abs_builddir in
837    .) ac_abs_top_builddir=${ac_top_builddir}.;;
838    *)
839      case ${ac_top_builddir}. in
840      .) ac_abs_top_builddir=$ac_abs_builddir;;
841      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
842      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
843      esac;;
844    esac
845    case $ac_abs_builddir in
846    .) ac_abs_srcdir=$ac_srcdir;;
847    *)
848      case $ac_srcdir in
849      .) ac_abs_srcdir=$ac_abs_builddir;;
850      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
851      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
852      esac;;
853    esac
854    case $ac_abs_builddir in
855    .) ac_abs_top_srcdir=$ac_top_srcdir;;
856    *)
857      case $ac_top_srcdir in
858      .) ac_abs_top_srcdir=$ac_abs_builddir;;
859      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
860      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
861      esac;;
862    esac
863    
864        cd $ac_dir
865        # Check for guested configure; otherwise get Cygnus style configure.
866        if test -f $ac_srcdir/configure.gnu; then
867          echo
868          $SHELL $ac_srcdir/configure.gnu  --help=recursive
869        elif test -f $ac_srcdir/configure; then
870          echo
871          $SHELL $ac_srcdir/configure  --help=recursive
872        elif test -f $ac_srcdir/configure.ac ||
873               test -f $ac_srcdir/configure.in; then
874          echo
875          $ac_configure --help
876        else
877          echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
878        fi
879        cd "$ac_popdir"
880      done
881    fi
882    
883    test -n "$ac_init_help" && exit 0
884    if $ac_init_version; then
885      cat <<\_ACEOF
886    GNU Mach configure 1.3
887    generated by GNU Autoconf 2.59
888    
889    Copyright (C) 2003 Free Software Foundation, Inc.
890    This configure script is free software; the Free Software Foundation
891    gives unlimited permission to copy, distribute and modify it.
892    _ACEOF
893      exit 0
894    fi
895    exec 5>config.log
896    cat >&5 <<_ACEOF
897    This file contains any messages produced by compilers while
898    running configure, to aid debugging if configure makes a mistake.
899    
900    It was created by GNU Mach $as_me 1.3, which was
901    generated by GNU Autoconf 2.59.  Invocation command line was
902    
903      $ $0 $@
904    
905    _ACEOF
906    {
907    cat <<_ASUNAME
908    ## --------- ##
909    ## Platform. ##
910    ## --------- ##
911    
912    hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
913    uname -m = `(uname -m) 2>/dev/null || echo unknown`
914    uname -r = `(uname -r) 2>/dev/null || echo unknown`
915    uname -s = `(uname -s) 2>/dev/null || echo unknown`
916    uname -v = `(uname -v) 2>/dev/null || echo unknown`
917    
918    /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
919    /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
920    
921    /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
922    /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
923    /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
924    hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
925    /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
926    /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
927    /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
928    
929    _ASUNAME
930    
931    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
932    for as_dir in $PATH
933    do
934      IFS=$as_save_IFS
935      test -z "$as_dir" && as_dir=.
936      echo "PATH: $as_dir"
937    done
938    
939    } >&5
940    
941    cat >&5 <<_ACEOF
942    
943    
944    ## ----------- ##
945    ## Core tests. ##
946    ## ----------- ##
947    
948    _ACEOF
949    
950    
951    # Keep a trace of the command line.
952    # Strip out --no-create and --no-recursion so they do not pile up.
953    # Strip out --silent because we don't want to record it for future runs.
954    # Also quote any args containing shell meta-characters.
955    # Make two passes to allow for proper duplicate-argument suppression.
956    ac_configure_args=
957    ac_configure_args0=
958    ac_configure_args1=
959    ac_sep=
960    ac_must_keep_next=false
961    for ac_pass in 1 2
962    do
963      for ac_arg
964      do
965        case $ac_arg in
966        -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
967        -q | -quiet | --quiet | --quie | --qui | --qu | --q \
968        | -silent | --silent | --silen | --sile | --sil)
969          continue ;;
970        *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
971          ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
972        esac
973        case $ac_pass in
974        1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
975        2)
976          ac_configure_args1="$ac_configure_args1 '$ac_arg'"
977          if test $ac_must_keep_next = true; then
978            ac_must_keep_next=false # Got value, back to normal.
979          else
980            case $ac_arg in
981              *=* | --config-cache | -C | -disable-* | --disable-* \
982              | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
983              | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
984              | -with-* | --with-* | -without-* | --without-* | --x)
985                case "$ac_configure_args0 " in
986                  "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
987                esac
988                ;;
989              -* ) ac_must_keep_next=true ;;
990            esac
991          fi
992          ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
993          # Get rid of the leading space.
994          ac_sep=" "
995          ;;
996        esac
997      done
998    done
999    $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1000    $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1001    
1002    # When interrupted or exit'd, cleanup temporary files, and complete
1003    # config.log.  We remove comments because anyway the quotes in there
1004    # would cause problems or look ugly.
1005    # WARNING: Be sure not to use single quotes in there, as some shells,
1006    # such as our DU 5.0 friend, will then `close' the trap.
1007    trap 'exit_status=$?
1008      # Save into config.log some information that might help in debugging.
1009      {
1010        echo
1011    
1012        cat <<\_ASBOX
1013    ## ---------------- ##
1014    ## Cache variables. ##
1015    ## ---------------- ##
1016    _ASBOX
1017        echo
1018        # The following way of writing the cache mishandles newlines in values,
1019    {
1020      (set) 2>&1 |
1021        case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1022        *ac_space=\ *)
1023          sed -n \
1024            "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1025              s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1026          ;;
1027        *)
1028          sed -n \
1029            "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1030          ;;
1031        esac;
1032    }
1033        echo
1034    
1035        cat <<\_ASBOX
1036    ## ----------------- ##
1037    ## Output variables. ##
1038    ## ----------------- ##
1039    _ASBOX
1040        echo
1041        for ac_var in $ac_subst_vars
1042        do
1043          eval ac_val=$`echo $ac_var`
1044          echo "$ac_var='"'"'$ac_val'"'"'"
1045        done | sort
1046        echo
1047    
1048        if test -n "$ac_subst_files"; then
1049          cat <<\_ASBOX
1050    ## ------------- ##
1051    ## Output files. ##
1052    ## ------------- ##
1053    _ASBOX
1054          echo
1055          for ac_var in $ac_subst_files
1056          do
1057            eval ac_val=$`echo $ac_var`
1058            echo "$ac_var='"'"'$ac_val'"'"'"
1059          done | sort
1060          echo
1061        fi
1062    
1063        if test -s confdefs.h; then
1064          cat <<\_ASBOX
1065    ## ----------- ##
1066    ## confdefs.h. ##
1067    ## ----------- ##
1068    _ASBOX
1069          echo
1070          sed "/^$/d" confdefs.h | sort
1071          echo
1072        fi
1073        test "$ac_signal" != 0 &&
1074          echo "$as_me: caught signal $ac_signal"
1075        echo "$as_me: exit $exit_status"
1076      } >&5
1077      rm -f core *.core &&
1078      rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1079        exit $exit_status
1080         ' 0
1081    for ac_signal in 1 2 13 15; do
1082      trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1083    done
1084    ac_signal=0
1085    
1086    # confdefs.h avoids OS command line length limits that DEFS can exceed.
1087    rm -rf conftest* confdefs.h
1088    # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1089    echo >confdefs.h
1090    
1091    # Predefined preprocessor variables.
1092    
1093    cat >>confdefs.h <<_ACEOF
1094    #define PACKAGE_NAME "$PACKAGE_NAME"
1095    _ACEOF
1096    
1097    
1098    cat >>confdefs.h <<_ACEOF
1099    #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1100    _ACEOF
1101    
1102    
1103    cat >>confdefs.h <<_ACEOF
1104    #define PACKAGE_VERSION "$PACKAGE_VERSION"
1105    _ACEOF
1106    
1107    
1108    cat >>confdefs.h <<_ACEOF
1109    #define PACKAGE_STRING "$PACKAGE_STRING"
1110    _ACEOF
1111    
1112    
1113    cat >>confdefs.h <<_ACEOF
1114    #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1115    _ACEOF
1116    
1117    
1118    # Let the site file select an alternate cache file if it wants to.
1119  # Prefer explicitly selected file to automatically selected ones.  # Prefer explicitly selected file to automatically selected ones.
1120  if test -z "$CONFIG_SITE"; then  if test -z "$CONFIG_SITE"; then
1121    if test "x$prefix" != xNONE; then    if test "x$prefix" != xNONE; then
# Line 487  if test -z "$CONFIG_SITE"; then Line 1126  if test -z "$CONFIG_SITE"; then
1126  fi  fi
1127  for ac_site_file in $CONFIG_SITE; do  for ac_site_file in $CONFIG_SITE; do
1128    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1129      echo "loading site script $ac_site_file"      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1130    echo "$as_me: loading site script $ac_site_file" >&6;}
1131        sed 's/^/| /' "$ac_site_file" >&5
1132      . "$ac_site_file"      . "$ac_site_file"
1133    fi    fi
1134  done  done
1135    
1136  if test -r "$cache_file"; then  if test -r "$cache_file"; then
1137    echo "loading cache $cache_file"    # Some versions of bash will fail to source /dev/null (special
1138    . $cache_file    # files actually), so we avoid doing that.
1139      if test -f "$cache_file"; then
1140        { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1141    echo "$as_me: loading cache $cache_file" >&6;}
1142        case $cache_file in
1143          [\\/]* | ?:[\\/]* ) . $cache_file;;
1144          *)                      . ./$cache_file;;
1145        esac
1146      fi
1147  else  else
1148    echo "creating cache $cache_file"    { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1149    > $cache_file  echo "$as_me: creating cache $cache_file" >&6;}
1150      >$cache_file
1151    fi
1152    
1153    # Check that the precious variables saved in the cache have kept the same
1154    # value.
1155    ac_cache_corrupted=false
1156    for ac_var in `(set) 2>&1 |
1157                   sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1158      eval ac_old_set=\$ac_cv_env_${ac_var}_set
1159      eval ac_new_set=\$ac_env_${ac_var}_set
1160      eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1161      eval ac_new_val="\$ac_env_${ac_var}_value"
1162      case $ac_old_set,$ac_new_set in
1163        set,)
1164          { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1165    echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1166          ac_cache_corrupted=: ;;
1167        ,set)
1168          { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1169    echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1170          ac_cache_corrupted=: ;;
1171        ,);;
1172        *)
1173          if test "x$ac_old_val" != "x$ac_new_val"; then
1174            { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1175    echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1176            { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1177    echo "$as_me:   former value:  $ac_old_val" >&2;}
1178            { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1179    echo "$as_me:   current value: $ac_new_val" >&2;}
1180            ac_cache_corrupted=:
1181          fi;;
1182      esac
1183      # Pass precious variables to config.status.
1184      if test "$ac_new_set" = set; then
1185        case $ac_new_val in
1186        *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1187          ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1188        *) ac_arg=$ac_var=$ac_new_val ;;
1189        esac
1190        case " $ac_configure_args " in
1191          *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1192          *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1193        esac
1194      fi
1195    done
1196    if $ac_cache_corrupted; then
1197      { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1198    echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1199      { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1200    echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1201       { (exit 1); exit 1; }; }
1202  fi  fi
1203    
1204  ac_ext=c  ac_ext=c
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.  
1205  ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
1206  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1207  ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1208  cross_compiling=$ac_cv_prog_cc_cross  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1209    
1210  if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  
1211    # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.  
1212    if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then  
1213      ac_n= ac_c='  
1214  ' ac_t='        '  
1215    else  
1216      ac_n=-n ac_c= ac_t=  
1217    fi  
1218  else  
1219    ac_n= ac_c='\c' ac_t=  
1220  fi  
1221    
1222    
1223    
1224    
1225    
1226    
1227    
1228    
1229    
1230    
1231    
1232    
1233    
1234    
1235    
1236    
1237    
# Line 528  fi Line 1242  fi
1242  # Check whether --enable-lpr or --disable-lpr was given.  # Check whether --enable-lpr or --disable-lpr was given.
1243  if test "${enable_lpr+set}" = set; then  if test "${enable_lpr+set}" = set; then
1244    enableval="$enable_lpr"    enableval="$enable_lpr"
1245    test "x$enableval" = xno || cat >> confdefs.h <<\EOF    test "x$enableval" = xno ||
1246  #define MACH_LPR 1  cat >>confdefs.h <<\_ACEOF
1247  EOF  #define MACH_LPR
1248    _ACEOF
 fi  
1249    
1250    fi;
1251    
1252  #  #
1253  # Programs  # Programs
1254  #  #
1255  ac_aux_dir=  if test -n "$ac_tool_prefix"; then
1256  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do    # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
1257    if test -f $ac_dir/install-sh; then  set dummy ${ac_tool_prefix}ld; ac_word=$2
1258      ac_aux_dir=$ac_dir  echo "$as_me:$LINENO: checking for $ac_word" >&5
1259      ac_install_sh="$ac_aux_dir/install-sh -c"  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1260      break  if test "${ac_cv_prog_LD+set}" = set; then
1261    elif test -f $ac_dir/install.sh; then    echo $ECHO_N "(cached) $ECHO_C" >&6
1262      ac_aux_dir=$ac_dir  else
1263      ac_install_sh="$ac_aux_dir/install.sh -c"    if test -n "$LD"; then
1264      break    ac_cv_prog_LD="$LD" # Let the user override the test.
1265    else
1266    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1267    for as_dir in $PATH
1268    do
1269      IFS=$as_save_IFS
1270      test -z "$as_dir" && as_dir=.
1271      for ac_exec_ext in '' $ac_executable_extensions; do
1272      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1273        ac_cv_prog_LD="${ac_tool_prefix}ld"
1274        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1275        break 2
1276    fi    fi
1277  done  done
1278  if test -z "$ac_aux_dir"; then  done
   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }  
 fi  
 ac_config_guess=$ac_aux_dir/config.guess  
 ac_config_sub=$ac_aux_dir/config.sub  
 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.  
   
1279    
 # Make sure we can run config.sub.  
 if $ac_config_sub sun4 >/dev/null 2>&1; then :  
 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }  
1280  fi  fi
1281    fi
1282  echo $ac_n "checking host system type""... $ac_c" 1>&6  LD=$ac_cv_prog_LD
1283  echo "configure:568: checking host system type" >&5  if test -n "$LD"; then
1284      echo "$as_me:$LINENO: result: $LD" >&5
1285  host_alias=$host  echo "${ECHO_T}$LD" >&6
 case "$host_alias" in  
 NONE)  
   case $nonopt in  
   NONE)  
     if host_alias=`$ac_config_guess`; then :  
     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }  
     fi ;;  
   *) host_alias=$nonopt ;;  
   esac ;;  
 esac  
   
 host=`$ac_config_sub $host_alias`  
 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  
 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  
 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  
 echo "$ac_t""$host" 1>&6  
   
 echo $ac_n "checking build system type""... $ac_c" 1>&6  
 echo "configure:589: checking build system type" >&5  
   
 build_alias=$build  
 case "$build_alias" in  
 NONE)  
   case $nonopt in  
   NONE) build_alias=$host_alias ;;  
   *) build_alias=$nonopt ;;  
   esac ;;  
 esac  
   
 build=`$ac_config_sub $build_alias`  
 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  
 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  
 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  
 echo "$ac_t""$build" 1>&6  
   
 if test $host != $build; then  
   ac_tool_prefix=${host_alias}-  
1286  else  else
1287    ac_tool_prefix=    echo "$as_me:$LINENO: result: no" >&5
1288    echo "${ECHO_T}no" >&6
1289  fi  fi
1290    
1291  # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.  fi
1292  set dummy ${ac_tool_prefix}ld; ac_word=$2  if test -z "$ac_cv_prog_LD"; then
1293  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6    ac_ct_LD=$LD
1294  echo "configure:615: checking for $ac_word" >&5    # Extract the first word of "ld", so it can be a program name with args.
1295  if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then  set dummy ld; ac_word=$2
1296    echo $ac_n "(cached) $ac_c" 1>&6  echo "$as_me:$LINENO: checking for $ac_word" >&5
1297    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1298    if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
1299      echo $ECHO_N "(cached) $ECHO_C" >&6
1300  else  else
1301    if test -n "$LD"; then    if test -n "$ac_ct_LD"; then
1302    ac_cv_prog_LD="$LD" # Let the user override the test.    ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
1303  else  else
1304    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1305    for ac_dir in $PATH; do  for as_dir in $PATH
1306      test -z "$ac_dir" && ac_dir=.  do
1307      if test -f $ac_dir/$ac_word; then    IFS=$as_save_IFS
1308        ac_cv_prog_LD="${ac_tool_prefix}ld"    test -z "$as_dir" && as_dir=.
1309        break    for ac_exec_ext in '' $ac_executable_extensions; do
1310      fi    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1311    done      ac_cv_prog_ac_ct_LD="ld"
1312    IFS="$ac_save_ifs"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1313    test -z "$ac_cv_prog_LD" && ac_cv_prog_LD="ld"      break 2
1314      fi
1315    done
1316    done
1317    
1318  fi  fi
1319  fi  fi
1320  LD="$ac_cv_prog_LD"  ac_ct_LD=$ac_cv_prog_ac_ct_LD
1321  if test -n "$LD"; then  if test -n "$ac_ct_LD"; then
1322    echo "$ac_t""$LD" 1>&6    echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
1323    echo "${ECHO_T}$ac_ct_LD" >&6
1324  else  else
1325    echo "$ac_t""no" 1>&6    echo "$as_me:$LINENO: result: no" >&5
1326    echo "${ECHO_T}no" >&6
1327  fi  fi
1328    
1329      LD=$ac_ct_LD
1330    else
1331      LD="$ac_cv_prog_LD"
1332    fi
1333    
1334    if test -n "$ac_tool_prefix"; then
1335  # Extract the first word of "${ac_tool_prefix}make", so it can be a program name with args.    # Extract the first word of "${ac_tool_prefix}make", so it can be a program name with args.
1336  set dummy ${ac_tool_prefix}make; ac_word=$2  set dummy ${ac_tool_prefix}make; ac_word=$2
1337  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:$LINENO: checking for $ac_word" >&5
1338  echo "configure:646: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1339  if eval "test \"`echo '$''{'ac_cv_prog_MAKE'+set}'`\" = set"; then  if test "${ac_cv_prog_MAKE+set}" = set; then
1340    echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1341  else  else
1342    if test -n "$MAKE"; then    if test -n "$MAKE"; then
1343    ac_cv_prog_MAKE="$MAKE" # Let the user override the test.    ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
1344  else  else
1345    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1346    for ac_dir in $PATH; do  for as_dir in $PATH
1347      test -z "$ac_dir" && ac_dir=.  do
1348      if test -f $ac_dir/$ac_word; then    IFS=$as_save_IFS
1349        ac_cv_prog_MAKE="${ac_tool_prefix}make"    test -z "$as_dir" && as_dir=.
1350        break    for ac_exec_ext in '' $ac_executable_extensions; do
1351      fi    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1352    done      ac_cv_prog_MAKE="${ac_tool_prefix}make"
1353    IFS="$ac_save_ifs"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1354    test -z "$ac_cv_prog_MAKE" && ac_cv_prog_MAKE="make"      break 2
1355      fi
1356    done
1357    done
1358    
1359  fi  fi
1360  fi  fi
1361  MAKE="$ac_cv_prog_MAKE"  MAKE=$ac_cv_prog_MAKE
1362  if test -n "$MAKE"; then  if test -n "$MAKE"; then
1363    echo "$ac_t""$MAKE" 1>&6    echo "$as_me:$LINENO: result: $MAKE" >&5
1364    echo "${ECHO_T}$MAKE" >&6
1365  else  else
1366    echo "$ac_t""no" 1>&6    echo "$as_me:$LINENO: result: no" >&5
1367    echo "${ECHO_T}no" >&6
1368    fi
1369    
1370    fi
1371    if test -z "$ac_cv_prog_MAKE"; then
1372      ac_ct_MAKE=$MAKE
1373      # Extract the first word of "make", so it can be a program name with args.
1374    set dummy make; ac_word=$2
1375    echo "$as_me:$LINENO: checking for $ac_word" >&5
1376    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1377    if test "${ac_cv_prog_ac_ct_MAKE+set}" = set; then
1378      echo $ECHO_N "(cached) $ECHO_C" >&6
1379    else
1380      if test -n "$ac_ct_MAKE"; then
1381      ac_cv_prog_ac_ct_MAKE="$ac_ct_MAKE" # Let the user override the test.
1382    else
1383    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1384    for as_dir in $PATH
1385    do
1386      IFS=$as_save_IFS
1387      test -z "$as_dir" && as_dir=.
1388      for ac_exec_ext in '' $ac_executable_extensions; do
1389      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1390        ac_cv_prog_ac_ct_MAKE="make"
1391        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1392        break 2
1393      fi
1394    done
1395    done
1396    
1397    fi
1398    fi
1399    ac_ct_MAKE=$ac_cv_prog_ac_ct_MAKE
1400    if test -n "$ac_ct_MAKE"; then
1401      echo "$as_me:$LINENO: result: $ac_ct_MAKE" >&5
1402    echo "${ECHO_T}$ac_ct_MAKE" >&6
1403    else
1404      echo "$as_me:$LINENO: result: no" >&5
1405    echo "${ECHO_T}no" >&6
1406    fi
1407    
1408      MAKE=$ac_ct_MAKE
1409    else
1410      MAKE="$ac_cv_prog_MAKE"
1411    fi
1412    
1413    
1414    ac_aux_dir=
1415    for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1416      if test -f $ac_dir/install-sh; then
1417        ac_aux_dir=$ac_dir
1418        ac_install_sh="$ac_aux_dir/install-sh -c"
1419        break
1420      elif test -f $ac_dir/install.sh; then
1421        ac_aux_dir=$ac_dir
1422        ac_install_sh="$ac_aux_dir/install.sh -c"
1423        break
1424      elif test -f $ac_dir/shtool; then
1425        ac_aux_dir=$ac_dir
1426        ac_install_sh="$ac_aux_dir/shtool install -c"
1427        break
1428      fi
1429    done
1430    if test -z "$ac_aux_dir"; then
1431      { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1432    echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1433       { (exit 1); exit 1; }; }
1434  fi  fi
1435    ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1436    ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1437    ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1438    
1439    
1440    
1441    subdirs="$subdirs linux"
1442    
 subdirs="linux"  
1443    
1444              ac_config_files="$ac_config_files Makefile"
1445    
1446  trap '' 1 2 15  cat >confcache <<\_ACEOF
 cat > confcache <<\EOF  
1447  # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
1448  # tests run on this system so they can be shared between configure  # tests run on this system so they can be shared between configure
1449  # scripts and configure runs.  It is not useful on other systems.  # scripts and configure runs, see configure's option --config-cache.
1450  # If it contains results you don't want to keep, you may remove or edit it.  # It is not useful on other systems.  If it contains results you don't
1451    # want to keep, you may remove or edit it.
1452  #  #
1453  # By default, configure uses ./config.cache as the cache file,  # config.status only pays attention to the cache file if you give it
1454  # creating it if it does not exist already.  You can give configure  # the --recheck option to rerun configure.
 # the --cache-file=FILE option to use a different cache file; that is  
 # what configure does when it calls configure scripts in  
 # subdirectories, so they share the cache.  
 # Giving --cache-file=/dev/null disables caching, for debugging configure.  
 # config.status only pays attention to the cache file if you give it the  
 # --recheck option to rerun configure.  
1455  #  #
1456  EOF  # `ac_cv_env_foo' variables (set or unset) will be overridden when
1457    # loading this file, other *unset* `ac_cv_foo' will be assigned the
1458    # following values.
1459    
1460    _ACEOF
1461    
1462  # The following way of writing the cache mishandles newlines in values,  # The following way of writing the cache mishandles newlines in values,
1463  # but we know of no workaround that is simple, portable, and efficient.  # but we know of no workaround that is simple, portable, and efficient.
1464  # So, don't put newlines in cache variables' values.  # So, don't put newlines in cache variables' values.
1465  # Ultrix sh set writes to stderr and can't be redirected directly,  # Ultrix sh set writes to stderr and can't be redirected directly,
1466  # and sets the high bit in the cache file unless we assign to the vars.  # and sets the high bit in the cache file unless we assign to the vars.
1467  (set) 2>&1 |  {
1468    case `(ac_space=' '; set) 2>&1` in    (set) 2>&1 |
1469    *ac_space=\ *)      case `(ac_space=' '; set | grep ac_space) 2>&1` in
1470      # `set' does not quote correctly, so add quotes (double-quote substitution      *ac_space=\ *)
1471      # turns \\\\ into \\, and sed turns \\ into \).        # `set' does not quote correctly, so add quotes (double-quote
1472      sed -n \        # substitution turns \\\\ into \\, and sed turns \\ into \).
1473        -e "s/'/'\\\\''/g" \        sed -n \
1474        -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"          "s/'/'\\\\''/g;
1475      ;;            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1476    *)        ;;
1477      # `set' quotes correctly as required by POSIX, so do not add quotes.      *)
1478      sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'        # `set' quotes correctly as required by POSIX, so do not add quotes.
1479      ;;        sed -n \
1480    esac >> confcache          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1481  if cmp -s $cache_file confcache; then        ;;
1482    :      esac;
1483  else  } |
1484      sed '
1485         t clear
1486         : clear
1487         s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1488         t end
1489         /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1490         : end' >>confcache
1491    if diff $cache_file confcache >/dev/null 2>&1; then :; else
1492    if test -w $cache_file; then    if test -w $cache_file; then
1493      echo "updating cache $cache_file"      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1494      cat confcache > $cache_file      cat confcache >$cache_file
1495    else    else
1496      echo "not updating unwritable cache $cache_file"      echo "not updating unwritable cache $cache_file"
1497    fi    fi
1498  fi  fi
1499  rm -f confcache  rm -f confcache
1500    
 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15  
   
1501  test "x$prefix" = xNONE && prefix=$ac_default_prefix  test "x$prefix" = xNONE && prefix=$ac_default_prefix
1502  # Let make expand exec_prefix.  # Let make expand exec_prefix.
1503  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1504    
1505  # Any assignment to VPATH causes Sun make to only execute  # VPATH may cause trouble with some makes, so we remove $(srcdir),
1506  # the first set of double-colon rules, so remove it if not needed.  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1507  # If there is a colon in the path, we need to keep it.  # trailing colons and then remove the whole line if VPATH becomes empty
1508    # (actually we leave an empty line to preserve line numbers).
1509  if test "x$srcdir" = x.; then  if test "x$srcdir" = x.; then
1510    ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'    ac_vpsub='/^[  ]*VPATH[        ]*=/{
1511    s/:*\$(srcdir):*/:/;
1512    s/:*\${srcdir}:*/:/;
1513    s/:*@srcdir@:*/:/;
1514    s/^\([^=]*=[     ]*\):*/\1/;
1515    s/:*$//;
1516    s/^[^=]*=[       ]*$//;
1517    }'
1518  fi  fi
1519    
 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15  
   
1520  # Transform confdefs.h into DEFS.  # Transform confdefs.h into DEFS.
1521  # Protect against shell expansion while executing Makefile rules.  # Protect against shell expansion while executing Makefile rules.
1522  # Protect against Makefile macro expansion.  # Protect against Makefile macro expansion.
1523  cat > conftest.defs <<\EOF  #
1524  s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g  # If the first sed substitution is executed (which looks for macros that
1525  s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g  # take arguments), then we branch to the quote section.  Otherwise,
1526  s%\[%\\&%g  # look for a macro that doesn't take arguments.
1527  s%\]%\\&%g  cat >confdef2opt.sed <<\_ACEOF
1528  s%\$%$$%g  t clear
1529  EOF  : clear
1530  DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`  s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
1531  rm -f conftest.defs  t quote
1532    s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
1533    t quote
1534    d
1535    : quote
1536    s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
1537    s,\[,\\&,g
1538    s,\],\\&,g
1539    s,\$,$$,g
1540    p
1541    _ACEOF
1542    # We use echo to avoid assuming a particular line-breaking character.
1543    # The extra dot is to prevent the shell from consuming trailing
1544    # line-breaks from the sub-command output.  A line-break within
1545    # single-quotes doesn't work because, if this script is created in a
1546    # platform that uses two characters for line-breaks (e.g., DOS), tr
1547    # would break.
1548    ac_LF_and_DOT=`echo; echo .`
1549    DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1550    rm -f confdef2opt.sed
1551    
1552    
1553    ac_libobjs=
1554    ac_ltlibobjs=
1555    for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1556      # 1. Remove the extension, and $U if already installed.
1557      ac_i=`echo "$ac_i" |
1558             sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1559      # 2. Add them.
1560      ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1561      ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1562    done
1563    LIBOBJS=$ac_libobjs
1564    
1565    LTLIBOBJS=$ac_ltlibobjs
1566    
 # Without the "./", some shells look in PATH for config.status.  
 : ${CONFIG_STATUS=./config.status}  
1567    
1568  echo creating $CONFIG_STATUS  
1569  rm -f $CONFIG_STATUS  : ${CONFIG_STATUS=./config.status}
1570  cat > $CONFIG_STATUS <<EOF  ac_clean_files_save=$ac_clean_files
1571  #! /bin/sh  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1572  # Generated automatically by configure.  { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1573    echo "$as_me: creating $CONFIG_STATUS" >&6;}
1574    cat >$CONFIG_STATUS <<_ACEOF
1575    #! $SHELL
1576    # Generated by $as_me.
1577  # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
 # This directory was configured as follows,  
 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:  
 #  
 # $0 $ac_configure_args  
 #  
1578  # Compiler output produced by configure, useful for debugging  # Compiler output produced by configure, useful for debugging
1579  # configure, is in ./config.log if it exists.  # configure, is in config.log if it exists.
1580    
1581  ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"  debug=false
1582  for ac_option  ac_cs_recheck=false
1583    ac_cs_silent=false
1584    SHELL=\${CONFIG_SHELL-$SHELL}
1585    _ACEOF
1586    
1587    cat >>$CONFIG_STATUS <<\_ACEOF
1588    ## --------------------- ##
1589    ## M4sh Initialization.  ##
1590    ## --------------------- ##
1591    
1592    # Be Bourne compatible
1593    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1594      emulate sh
1595      NULLCMD=:
1596      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1597      # is contrary to our usage.  Disable this feature.
1598      alias -g '${1+"$@"}'='"$@"'
1599    elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1600      set -o posix
1601    fi
1602    DUALCASE=1; export DUALCASE # for MKS sh
1603    
1604    # Support unset when possible.
1605    if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1606      as_unset=unset
1607    else
1608      as_unset=false
1609    fi
1610    
1611    
1612    # Work around bugs in pre-3.0 UWIN ksh.
1613    $as_unset ENV MAIL MAILPATH
1614    PS1='$ '
1615    PS2='> '
1616    PS4='+ '
1617    
1618    # NLS nuisances.
1619    for as_var in \
1620      LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1621      LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1622      LC_TELEPHONE LC_TIME
1623  do  do
1624    case "\$ac_option" in    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1625    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)      eval $as_var=C; export $as_var
1626      echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"    else
1627      exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;      $as_unset $as_var
1628    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)    fi
     echo "$CONFIG_STATUS generated by autoconf version 2.12"  
     exit 0 ;;  
   -help | --help | --hel | --he | --h)  
     echo "\$ac_cs_usage"; exit 0 ;;  
   *) echo "\$ac_cs_usage"; exit 1 ;;  
   esac  
1629  done  done
1630    
1631  ac_given_srcdir=$srcdir  # Required to use basename.
1632    if expr a : '\(a\)' >/dev/null 2>&1; then
1633  trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15    as_expr=expr
1634  EOF  else
1635  cat >> $CONFIG_STATUS <<EOF    as_expr=false
1636    fi
 # Protect against being on the right side of a sed subst in config.status.  
 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;  
  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF  
 $ac_vpsub  
 $extrasub  
 s%@CFLAGS@%$CFLAGS%g  
 s%@CPPFLAGS@%$CPPFLAGS%g  
 s%@CXXFLAGS@%$CXXFLAGS%g  
 s%@DEFS@%$DEFS%g  
 s%@LDFLAGS@%$LDFLAGS%g  
 s%@LIBS@%$LIBS%g  
 s%@exec_prefix@%$exec_prefix%g  
 s%@prefix@%$prefix%g  
 s%@program_transform_name@%$program_transform_name%g  
 s%@bindir@%$bindir%g  
 s%@sbindir@%$sbindir%g  
 s%@libexecdir@%$libexecdir%g  
 s%@datadir@%$datadir%g  
 s%@sysconfdir@%$sysconfdir%g  
 s%@sharedstatedir@%$sharedstatedir%g  
 s%@localstatedir@%$localstatedir%g  
 s%@libdir@%$libdir%g  
 s%@includedir@%$includedir%g  
 s%@oldincludedir@%$oldincludedir%g  
 s%@infodir@%$infodir%g  
 s%@mandir@%$mandir%g  
 s%@host@%$host%g  
 s%@host_alias@%$host_alias%g  
 s%@host_cpu@%$host_cpu%g  
 s%@host_vendor@%$host_vendor%g  
 s%@host_os@%$host_os%g  
 s%@build@%$build%g  
 s%@build_alias@%$build_alias%g  
 s%@build_cpu@%$build_cpu%g  
 s%@build_vendor@%$build_vendor%g  
 s%@build_os@%$build_os%g  
 s%@LD@%$LD%g  
 s%@MAKE@%$MAKE%g  
 s%@subdirs@%$subdirs%g  
1637    
1638  CEOF  if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1639  EOF    as_basename=basename
1640    else
1641      as_basename=false
1642    fi
1643    
 cat >> $CONFIG_STATUS <<\EOF  
1644    
1645  # Split the substitutions into bite-sized pieces for seds with  # Name of the executable.
1646  # small command number limits, like on Digital OSF/1 and HP-UX.  as_me=`$as_basename "$0" ||
1647  ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1648  ac_file=1 # Number of current file.           X"$0" : 'X\(//\)$' \| \
1649  ac_beg=1 # First line for current file.           X"$0" : 'X\(/\)$' \| \
1650  ac_end=$ac_max_sed_cmds # Line after last line for current file.           .     : '\(.\)' 2>/dev/null ||
1651  ac_more_lines=:  echo X/"$0" |
1652  ac_sed_cmds=""      sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
1653  while $ac_more_lines; do            /^X\/\(\/\/\)$/{ s//\1/; q; }
1654    if test $ac_beg -gt 1; then            /^X\/\(\/\).*/{ s//\1/; q; }
1655      sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file            s/.*/./; q'`
1656    
1657    
1658    # PATH needs CR, and LINENO needs CR and PATH.
1659    # Avoid depending upon Character Ranges.
1660    as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1661    as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1662    as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1663    as_cr_digits='0123456789'
1664    as_cr_alnum=$as_cr_Letters$as_cr_digits
1665    
1666    # The user is always right.
1667    if test "${PATH_SEPARATOR+set}" != set; then
1668      echo "#! /bin/sh" >conf$$.sh
1669      echo  "exit 0"   >>conf$$.sh
1670      chmod +x conf$$.sh
1671      if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1672        PATH_SEPARATOR=';'
1673    else    else
1674      sed "${ac_end}q" conftest.subs > conftest.s$ac_file      PATH_SEPARATOR=:
1675      fi
1676      rm -f conf$$.sh
1677    fi
1678    
1679    
1680      as_lineno_1=$LINENO
1681      as_lineno_2=$LINENO
1682      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1683      test "x$as_lineno_1" != "x$as_lineno_2" &&
1684      test "x$as_lineno_3"  = "x$as_lineno_2"  || {
1685      # Find who we are.  Look in the path if we contain no path at all
1686      # relative or not.
1687      case $0 in
1688        *[\\/]* ) as_myself=$0 ;;
1689        *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1690    for as_dir in $PATH
1691    do
1692      IFS=$as_save_IFS
1693      test -z "$as_dir" && as_dir=.
1694      test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1695    done
1696    
1697           ;;
1698      esac
1699      # We did not find ourselves, most probably we were run as `sh COMMAND'
1700      # in which case we are not to be found in the path.
1701      if test "x$as_myself" = x; then
1702        as_myself=$0
1703      fi
1704      if test ! -f "$as_myself"; then
1705        { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
1706    echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
1707       { (exit 1); exit 1; }; }
1708    fi    fi
1709    if test ! -s conftest.s$ac_file; then    case $CONFIG_SHELL in
1710      ac_more_lines=false    '')
1711      rm -f conftest.s$ac_file      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1712    for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1713    do
1714      IFS=$as_save_IFS
1715      test -z "$as_dir" && as_dir=.
1716      for as_base in sh bash ksh sh5; do
1717             case $as_dir in
1718             /*)
1719               if ("$as_dir/$as_base" -c '
1720      as_lineno_1=$LINENO
1721      as_lineno_2=$LINENO
1722      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1723      test "x$as_lineno_1" != "x$as_lineno_2" &&
1724      test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
1725                 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
1726                 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
1727                 CONFIG_SHELL=$as_dir/$as_base
1728                 export CONFIG_SHELL
1729                 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
1730               fi;;
1731             esac
1732           done
1733    done
1734    ;;
1735      esac
1736    
1737      # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
1738      # uniformly replaced by the line number.  The first 'sed' inserts a
1739      # line-number line before each line; the second 'sed' does the real
1740      # work.  The second script uses 'N' to pair each line-number line
1741      # with the numbered line, and appends trailing '-' during
1742      # substitution so that $LINENO is not a special case at line end.
1743      # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
1744      # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
1745      sed '=' <$as_myself |
1746        sed '
1747          N
1748          s,$,-,
1749          : loop
1750          s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
1751          t loop
1752          s,-$,,
1753          s,^['$as_cr_digits']*\n,,
1754        ' >$as_me.lineno &&
1755      chmod +x $as_me.lineno ||
1756        { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
1757    echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
1758       { (exit 1); exit 1; }; }
1759    
1760      # Don't try to exec as it changes $[0], causing all sort of problems
1761      # (the dirname of $[0] is not the place where we might find the
1762      # original and so on.  Autoconf is especially sensible to this).
1763      . ./$as_me.lineno
1764      # Exit status is that of the last command.
1765      exit
1766    }
1767    
1768    
1769    case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
1770      *c*,-n*) ECHO_N= ECHO_C='
1771    ' ECHO_T='      ' ;;
1772      *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
1773      *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
1774    esac
1775    
1776    if expr a : '\(a\)' >/dev/null 2>&1; then
1777      as_expr=expr
1778    else
1779      as_expr=false
1780    fi
1781    
1782    rm -f conf$$ conf$$.exe conf$$.file
1783    echo >conf$$.file
1784    if ln -s conf$$.file conf$$ 2>/dev/null; then
1785      # We could just check for DJGPP; but this test a) works b) is more generic
1786      # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
1787      if test -f conf$$.exe; then
1788        # Don't use ln at all; we don't have any links
1789        as_ln_s='cp -p'
1790    else    else
1791      if test -z "$ac_sed_cmds"; then      as_ln_s='ln -s'
       ac_sed_cmds="sed -f conftest.s$ac_file"  
     else  
       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"  
     fi  
     ac_file=`expr $ac_file + 1`  
     ac_beg=$ac_end  
     ac_end=`expr $ac_end + $ac_max_sed_cmds`  
1792    fi    fi
1793    elif ln conf$$.file conf$$ 2>/dev/null; then
1794      as_ln_s=ln
1795    else
1796      as_ln_s='cp -p'
1797    fi
1798    rm -f conf$$ conf$$.exe conf$$.file
1799    
1800    if mkdir -p . 2>/dev/null; then
1801      as_mkdir_p=:
1802    else
1803      test -d ./-p && rmdir ./-p
1804      as_mkdir_p=false
1805    fi
1806    
1807    as_executable_p="test -f"
1808    
1809    # Sed expression to map a string onto a valid CPP name.
1810    as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1811    
1812    # Sed expression to map a string onto a valid variable name.
1813    as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
1814    
1815    
1816    # IFS
1817    # We need space, tab and new line, in precisely that order.
1818    as_nl='
1819    '
1820    IFS="   $as_nl"
1821    
1822    # CDPATH.
1823    $as_unset CDPATH
1824    
1825    exec 6>&1
1826    
1827    # Open the log real soon, to keep \$[0] and so on meaningful, and to
1828    # report actual input values of CONFIG_FILES etc. instead of their
1829    # values after options handling.  Logging --version etc. is OK.
1830    exec 5>>config.log
1831    {
1832      echo
1833      sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1834    ## Running $as_me. ##
1835    _ASBOX
1836    } >&5
1837    cat >&5 <<_CSEOF
1838    
1839    This file was extended by GNU Mach $as_me 1.3, which was
1840    generated by GNU Autoconf 2.59.  Invocation command line was
1841    
1842      CONFIG_FILES    = $CONFIG_FILES
1843      CONFIG_HEADERS  = $CONFIG_HEADERS
1844      CONFIG_LINKS    = $CONFIG_LINKS
1845      CONFIG_COMMANDS = $CONFIG_COMMANDS
1846      $ $0 $@
1847    
1848    _CSEOF
1849    echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
1850    echo >&5
1851    _ACEOF
1852    
1853    # Files that config.status was made for.
1854    if test -n "$ac_config_files"; then
1855      echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
1856    fi
1857    
1858    if test -n "$ac_config_headers"; then
1859      echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
1860    fi
1861    
1862    if test -n "$ac_config_links"; then
1863      echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
1864    fi
1865    
1866    if test -n "$ac_config_commands"; then
1867      echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
1868    fi
1869    
1870    cat >>$CONFIG_STATUS <<\_ACEOF
1871    
1872    ac_cs_usage="\
1873    \`$as_me' instantiates files from templates according to the
1874    current configuration.
1875    
1876    Usage: $0 [OPTIONS] [FILE]...
1877    
1878      -h, --help       print this help, then exit
1879      -V, --version    print version number, then exit
1880      -q, --quiet      do not print progress messages
1881      -d, --debug      don't remove temporary files
1882          --recheck    update $as_me by reconfiguring in the same conditions
1883      --file=FILE[:TEMPLATE]
1884                       instantiate the configuration file FILE
1885    
1886    Configuration files:
1887    $config_files
1888    
1889    Report bugs to <bug-autoconf@gnu.org>."
1890    _ACEOF
1891    
1892    cat >>$CONFIG_STATUS <<_ACEOF
1893    ac_cs_version="\\
1894    GNU Mach config.status 1.3
1895    configured by $0, generated by GNU Autoconf 2.59,
1896      with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1897    
1898    Copyright (C) 2003 Free Software Foundation, Inc.
1899    This config.status script is free software; the Free Software Foundation
1900    gives unlimited permission to copy, distribute and modify it."
1901    srcdir=$srcdir
1902    _ACEOF
1903    
1904    cat >>$CONFIG_STATUS <<\_ACEOF
1905    # If no file are specified by the user, then we need to provide default
1906    # value.  By we need to know if files were specified by the user.
1907    ac_need_defaults=:
1908    while test $# != 0
1909    do
1910      case $1 in
1911      --*=*)
1912        ac_option=`expr "x$1" : 'x\([^=]*\)='`
1913        ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
1914        ac_shift=:
1915        ;;
1916      -*)
1917        ac_option=$1
1918        ac_optarg=$2
1919        ac_shift=shift
1920        ;;
1921      *) # This is not an option, so the user has probably given explicit
1922         # arguments.
1923         ac_option=$1
1924         ac_need_defaults=false;;
1925      esac
1926    
1927      case $ac_option in
1928      # Handling of the options.
1929    _ACEOF
1930    cat >>$CONFIG_STATUS <<\_ACEOF
1931      -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1932        ac_cs_recheck=: ;;
1933      --version | --vers* | -V )
1934        echo "$ac_cs_version"; exit 0 ;;
1935      --he | --h)
1936        # Conflict between --help and --header
1937        { { echo "$as_me:$LINENO: error: ambiguous option: $1
1938    Try \`$0 --help' for more information." >&5
1939    echo "$as_me: error: ambiguous option: $1
1940    Try \`$0 --help' for more information." >&2;}
1941       { (exit 1); exit 1; }; };;
1942      --help | --hel | -h )
1943        echo "$ac_cs_usage"; exit 0 ;;
1944      --debug | --d* | -d )
1945        debug=: ;;
1946      --file | --fil | --fi | --f )
1947        $ac_shift
1948        CONFIG_FILES="$CONFIG_FILES $ac_optarg"
1949        ac_need_defaults=false;;
1950      --header | --heade | --head | --hea )
1951        $ac_shift
1952        CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
1953        ac_need_defaults=false;;
1954      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1955      | -silent | --silent | --silen | --sile | --sil | --si | --s)
1956        ac_cs_silent=: ;;
1957    
1958      # This is an error.
1959      -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
1960    Try \`$0 --help' for more information." >&5
1961    echo "$as_me: error: unrecognized option: $1
1962    Try \`$0 --help' for more information." >&2;}
1963       { (exit 1); exit 1; }; } ;;
1964    
1965      *) ac_config_targets="$ac_config_targets $1" ;;
1966    
1967      esac
1968      shift
1969  done  done
1970  if test -z "$ac_sed_cmds"; then  
1971    ac_sed_cmds=cat  ac_configure_extra_args=
1972    
1973    if $ac_cs_silent; then
1974      exec 6>/dev/null
1975      ac_configure_extra_args="$ac_configure_extra_args --silent"
1976    fi
1977    
1978    _ACEOF
1979    cat >>$CONFIG_STATUS <<_ACEOF
1980    if \$ac_cs_recheck; then
1981      echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
1982      exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1983  fi  fi
 EOF  
1984    
1985  cat >> $CONFIG_STATUS <<EOF  _ACEOF
1986    
1987  CONFIG_FILES=\${CONFIG_FILES-"Makefile"}  
1988  EOF  
1989  cat >> $CONFIG_STATUS <<\EOF  
1990  for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then  
1991    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".  cat >>$CONFIG_STATUS <<\_ACEOF
1992    case "$ac_file" in  for ac_config_target in $ac_config_targets
1993    *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`  do
1994         ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;    case "$ac_config_target" in
1995    *) ac_file_in="${ac_file}.in" ;;    # Handling of arguments.
1996      "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
1997      *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
1998    echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
1999       { (exit 1); exit 1; }; };;
2000    esac    esac
2001    done
2002    
2003    # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.  # If the user did not use the arguments to specify the items to instantiate,
2004    # then the envvar interface is used.  Set only those that are not.
2005    # We use the long form for the default assignment because of an extremely
2006    # bizarre bug on SunOS 4.1.3.
2007    if $ac_need_defaults; then
2008      test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2009    fi
2010    
2011    # Have a temporary directory for convenience.  Make it in the build tree
2012    # simply because there is no reason to put it here, and in addition,
2013    # creating and moving files from /tmp can sometimes cause problems.
2014    # Create a temporary directory, and hook for its removal unless debugging.
2015    $debug ||
2016    {
2017      trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2018      trap '{ (exit 1); exit 1; }' 1 2 13 15
2019    }
2020    
2021    # Create a (secure) tmp directory for tmp files.
2022    
2023    {
2024      tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2025      test -n "$tmp" && test -d "$tmp"
2026    }  ||
2027    {
2028      tmp=./confstat$$-$RANDOM
2029      (umask 077 && mkdir $tmp)
2030    } ||
2031    {
2032       echo "$me: cannot create a temporary directory in ." >&2
2033       { (exit 1); exit 1; }
2034    }
2035    
2036    # Remove last slash and all that follows it.  Not all systems have dirname.  _ACEOF
2037    ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`  
2038    if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then  cat >>$CONFIG_STATUS <<_ACEOF
2039      # The file is in a subdirectory.  
2040      test ! -d "$ac_dir" && mkdir "$ac_dir"  #
2041      ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"  # CONFIG_FILES section.
2042      # A "../" for each directory in $ac_dir_suffix.  #
2043      ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`  
2044    else  # No need to generate the scripts if there are no CONFIG_FILES.
2045      ac_dir_suffix= ac_dots=  # This happens for instance when ./config.status config.h
2046    if test -n "\$CONFIG_FILES"; then
2047      # Protect against being on the right side of a sed subst in config.status.
2048      sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2049       s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2050    s,@SHELL@,$SHELL,;t t
2051    s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2052    s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2053    s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2054    s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2055    s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2056    s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2057    s,@exec_prefix@,$exec_prefix,;t t
2058    s,@prefix@,$prefix,;t t
2059    s,@program_transform_name@,$program_transform_name,;t t
2060    s,@bindir@,$bindir,;t t
2061    s,@sbindir@,$sbindir,;t t
2062    s,@libexecdir@,$libexecdir,;t t
2063    s,@datadir@,$datadir,;t t
2064    s,@sysconfdir@,$sysconfdir,;t t
2065    s,@sharedstatedir@,$sharedstatedir,;t t
2066    s,@localstatedir@,$localstatedir,;t t
2067    s,@libdir@,$libdir,;t t
2068    s,@includedir@,$includedir,;t t
2069    s,@oldincludedir@,$oldincludedir,;t t
2070    s,@infodir@,$infodir,;t t
2071    s,@mandir@,$mandir,;t t
2072    s,@build_alias@,$build_alias,;t t
2073    s,@host_alias@,$host_alias,;t t
2074    s,@target_alias@,$target_alias,;t t
2075    s,@DEFS@,$DEFS,;t t
2076    s,@ECHO_C@,$ECHO_C,;t t
2077    s,@ECHO_N@,$ECHO_N,;t t
2078    s,@ECHO_T@,$ECHO_T,;t t
2079    s,@LIBS@,$LIBS,;t t
2080    s,@LD@,$LD,;t t
2081    s,@ac_ct_LD@,$ac_ct_LD,;t t
2082    s,@MAKE@,$MAKE,;t t
2083    s,@ac_ct_MAKE@,$ac_ct_MAKE,;t t
2084    s,@subdirs@,$subdirs,;t t
2085    s,@LIBOBJS@,$LIBOBJS,;t t
2086    s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2087    CEOF
2088    
2089    _ACEOF
2090    
2091      cat >>$CONFIG_STATUS <<\_ACEOF
2092      # Split the substitutions into bite-sized pieces for seds with
2093      # small command number limits, like on Digital OSF/1 and HP-UX.
2094      ac_max_sed_lines=48
2095      ac_sed_frag=1 # Number of current file.
2096      ac_beg=1 # First line for current file.
2097      ac_end=$ac_max_sed_lines # Line after last line for current file.
2098      ac_more_lines=:
2099      ac_sed_cmds=
2100      while $ac_more_lines; do
2101        if test $ac_beg -gt 1; then
2102          sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2103        else
2104          sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2105        fi
2106        if test ! -s $tmp/subs.frag; then
2107          ac_more_lines=false
2108        else
2109          # The purpose of the label and of the branching condition is to
2110          # speed up the sed processing (if there are no `@' at all, there
2111          # is no need to browse any of the substitutions).
2112          # These are the two extra sed commands mentioned above.
2113          (echo ':t
2114      /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2115          if test -z "$ac_sed_cmds"; then
2116            ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2117          else
2118            ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2119          fi
2120          ac_sed_frag=`expr $ac_sed_frag + 1`
2121          ac_beg=$ac_end
2122          ac_end=`expr $ac_end + $ac_max_sed_lines`
2123        fi
2124      done
2125      if test -z "$ac_sed_cmds"; then
2126        ac_sed_cmds=cat
2127    fi    fi
2128    fi # test -n "$CONFIG_FILES"
2129    
2130    case "$ac_given_srcdir" in  _ACEOF
2131    .)  srcdir=.  cat >>$CONFIG_STATUS <<\_ACEOF
2132        if test -z "$ac_dots"; then top_srcdir=.  for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2133        else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2134    /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;    case $ac_file in
2135    *) # Relative path.    - | *:- | *:-:* ) # input from stdin
2136      srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"          cat >$tmp/stdin
2137      top_srcdir="$ac_dots$ac_given_srcdir" ;;          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2138            ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2139      *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2140            ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2141      * )   ac_file_in=$ac_file.in ;;
2142    esac    esac
2143    
2144      # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2145      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2146    $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2147             X"$ac_file" : 'X\(//\)[^/]' \| \
2148             X"$ac_file" : 'X\(//\)$' \| \
2149             X"$ac_file" : 'X\(/\)' \| \
2150             .     : '\(.\)' 2>/dev/null ||
2151    echo X"$ac_file" |
2152        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2153              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2154              /^X\(\/\/\)$/{ s//\1/; q; }
2155              /^X\(\/\).*/{ s//\1/; q; }
2156              s/.*/./; q'`
2157      { if $as_mkdir_p; then
2158        mkdir -p "$ac_dir"
2159      else
2160        as_dir="$ac_dir"
2161        as_dirs=
2162        while test ! -d "$as_dir"; do
2163          as_dirs="$as_dir $as_dirs"
2164          as_dir=`(dirname "$as_dir") 2>/dev/null ||
2165    $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2166             X"$as_dir" : 'X\(//\)[^/]' \| \
2167             X"$as_dir" : 'X\(//\)$' \| \
2168             X"$as_dir" : 'X\(/\)' \| \
2169             .     : '\(.\)' 2>/dev/null ||
2170    echo X"$as_dir" |
2171        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2172              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2173              /^X\(\/\/\)$/{ s//\1/; q; }
2174              /^X\(\/\).*/{ s//\1/; q; }
2175              s/.*/./; q'`
2176        done
2177        test ! -n "$as_dirs" || mkdir $as_dirs
2178      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2179    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2180       { (exit 1); exit 1; }; }; }
2181    
2182      ac_builddir=.
2183    
2184    if test "$ac_dir" != .; then
2185      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2186      # A "../" for each directory in $ac_dir_suffix.
2187      ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2188    else
2189      ac_dir_suffix= ac_top_builddir=
2190    fi
2191    
2192    echo creating "$ac_file"  case $srcdir in
2193    rm -f "$ac_file"    .)  # No --srcdir option.  We are building in place.
2194    configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."      ac_srcdir=.
2195    case "$ac_file" in      if test -z "$ac_top_builddir"; then
2196    *Makefile*) ac_comsub="1i\\         ac_top_srcdir=.
2197  # $configure_input" ;;      else
2198    *) ac_comsub= ;;         ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2199    esac      fi ;;
2200      [\\/]* | ?:[\\/]* )  # Absolute path.
2201        ac_srcdir=$srcdir$ac_dir_suffix;
2202        ac_top_srcdir=$srcdir ;;
2203      *) # Relative path.
2204        ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2205        ac_top_srcdir=$ac_top_builddir$srcdir ;;
2206    esac
2207    
2208    ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`  # Do not use `cd foo && pwd` to compute absolute paths, because
2209    sed -e "$ac_comsub  # the directories may not exist.
2210  s%@configure_input@%$configure_input%g  case `pwd` in
2211  s%@srcdir@%$srcdir%g  .) ac_abs_builddir="$ac_dir";;
2212  s%@top_srcdir@%$top_srcdir%g  *)
2213  " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file    case "$ac_dir" in
2214  fi; done    .) ac_abs_builddir=`pwd`;;
2215  rm -f conftest.s*    [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2216      *) ac_abs_builddir=`pwd`/"$ac_dir";;
2217      esac;;
2218    esac
2219    case $ac_abs_builddir in
2220    .) ac_abs_top_builddir=${ac_top_builddir}.;;
2221    *)
2222      case ${ac_top_builddir}. in
2223      .) ac_abs_top_builddir=$ac_abs_builddir;;
2224      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2225      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2226      esac;;
2227    esac
2228    case $ac_abs_builddir in
2229    .) ac_abs_srcdir=$ac_srcdir;;
2230    *)
2231      case $ac_srcdir in
2232      .) ac_abs_srcdir=$ac_abs_builddir;;
2233      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2234      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2235      esac;;
2236    esac
2237    case $ac_abs_builddir in
2238    .) ac_abs_top_srcdir=$ac_top_srcdir;;
2239    *)
2240      case $ac_top_srcdir in
2241      .) ac_abs_top_srcdir=$ac_abs_builddir;;
2242      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2243      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2244      esac;;
2245    esac
2246    
2247    
2248    
2249      # Let's still pretend it is `configure' which instantiates (i.e., don't
2250      # use $as_me), people would be surprised to read:
2251      #    /* config.h.  Generated by config.status.  */
2252      if test x"$ac_file" = x-; then
2253        configure_input=
2254      else
2255        configure_input="$ac_file.  "
2256      fi
2257      configure_input=$configure_input"Generated from `echo $ac_file_in |
2258                                         sed 's,.*/,,'` by configure."
2259    
2260      # First look for the input files in the build tree, otherwise in the
2261      # src tree.
2262      ac_file_inputs=`IFS=:
2263        for f in $ac_file_in; do
2264          case $f in
2265          -) echo $tmp/stdin ;;
2266          [\\/$]*)
2267             # Absolute (can't be DOS-style, as IFS=:)
2268             test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2269    echo "$as_me: error: cannot find input file: $f" >&2;}
2270       { (exit 1); exit 1; }; }
2271             echo "$f";;
2272          *) # Relative
2273             if test -f "$f"; then
2274               # Build tree
2275               echo "$f"
2276             elif test -f "$srcdir/$f"; then
2277               # Source tree
2278               echo "$srcdir/$f"
2279             else
2280               # /dev/null tree
2281               { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2282    echo "$as_me: error: cannot find input file: $f" >&2;}
2283       { (exit 1); exit 1; }; }
2284             fi;;
2285          esac
2286        done` || { (exit 1); exit 1; }
2287    
2288      if test x"$ac_file" != x-; then
2289        { echo "$as_me:$LINENO: creating $ac_file" >&5
2290    echo "$as_me: creating $ac_file" >&6;}
2291        rm -f "$ac_file"
2292      fi
2293    _ACEOF
2294    cat >>$CONFIG_STATUS <<_ACEOF
2295      sed "$ac_vpsub
2296    $extrasub
2297    _ACEOF
2298    cat >>$CONFIG_STATUS <<\_ACEOF
2299    :t
2300    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2301    s,@configure_input@,$configure_input,;t t
2302    s,@srcdir@,$ac_srcdir,;t t
2303    s,@abs_srcdir@,$ac_abs_srcdir,;t t
2304    s,@top_srcdir@,$ac_top_srcdir,;t t
2305    s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2306    s,@builddir@,$ac_builddir,;t t
2307    s,@abs_builddir@,$ac_abs_builddir,;t t
2308    s,@top_builddir@,$ac_top_builddir,;t t
2309    s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2310    " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2311      rm -f $tmp/stdin
2312      if test x"$ac_file" != x-; then
2313        mv $tmp/out $ac_file
2314      else
2315        cat $tmp/out
2316        rm -f $tmp/out
2317      fi
2318    
2319  EOF  done
2320  cat >> $CONFIG_STATUS <<EOF  _ACEOF
2321    
2322  EOF  cat >>$CONFIG_STATUS <<\_ACEOF
 cat >> $CONFIG_STATUS <<\EOF  
2323    
2324  exit 0  { (exit 0); exit 0; }
2325  EOF  _ACEOF
2326  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
2327  rm -fr confdefs* $ac_clean_files  ac_clean_files=$ac_clean_files_save
2328  test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1  
2329    
2330    # configure is writing to config.log, and then calls config.status.
2331    # config.status does its own redirection, appending to config.log.
2332    # Unfortunately, on DOS this fails, as config.log is still kept open
2333    # by configure, so config.status won't be able to write to it; its
2334    # output is simply discarded.  So we exec the FD to /dev/null,
2335    # effectively closing config.log, so it can be properly (re)opened and
2336    # appended to by config.status.  When coming back to configure, we
2337    # need to make the FD available again.
2338    if test "$no_create" != yes; then
2339      ac_cs_success=:
2340      ac_config_status_args=
2341      test "$silent" = yes &&
2342        ac_config_status_args="$ac_config_status_args --quiet"
2343      exec 5>/dev/null
2344      $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2345      exec 5>>config.log
2346      # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2347      # would make configure fail if this is the last instruction.
2348      $ac_cs_success || { (exit 1); exit 1; }
2349    fi
2350    
2351    #
2352    # CONFIG_SUBDIRS section.
2353    #
2354  if test "$no_recursion" != yes; then  if test "$no_recursion" != yes; then
2355    
2356    # Remove --cache-file and --srcdir arguments so they do not pile up.    # Remove --cache-file and --srcdir arguments so they do not pile up.
# Line 946  if test "$no_recursion" != yes; then Line 2361  if test "$no_recursion" != yes; then
2361        ac_prev=        ac_prev=
2362        continue        continue
2363      fi      fi
2364      case "$ac_arg" in      case $ac_arg in
2365      -cache-file | --cache-file | --cache-fil | --cache-fi \      -cache-file | --cache-file | --cache-fil | --cache-fi \
2366      | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)      | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2367        ac_prev=cache_file ;;        ac_prev=cache_file ;;
2368      -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \      -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2369      | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)      | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
2370        | --c=*)
2371          ;;
2372        --config-cache | -C)
2373        ;;        ;;
2374      -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)      -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2375        ac_prev=srcdir ;;        ac_prev=srcdir ;;
2376      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2377        ;;        ;;
2378        -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
2379          ac_prev=prefix ;;
2380        -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2381          ;;
2382      *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;      *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
2383      esac      esac
2384    done    done
2385    
2386    for ac_config_dir in linux; do    # Always prepend --prefix to ensure using the same prefix
2387      # in subdir configurations.
2388      ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
2389    
2390      ac_popdir=`pwd`
2391      for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
2392    
2393      # Do not complain, so a configure script can configure whichever      # Do not complain, so a configure script can configure whichever
2394      # parts of a large source tree are present.      # parts of a large source tree are present.
2395      if test ! -d $srcdir/$ac_config_dir; then      test -d $srcdir/$ac_dir || continue
       continue  
     fi  
2396    
2397      echo configuring in $ac_config_dir      { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
2398    echo "$as_me: configuring in $ac_dir" >&6;}
2399        { if $as_mkdir_p; then
2400        mkdir -p "$ac_dir"
2401      else
2402        as_dir="$ac_dir"
2403        as_dirs=
2404        while test ! -d "$as_dir"; do
2405          as_dirs="$as_dir $as_dirs"
2406          as_dir=`(dirname "$as_dir") 2>/dev/null ||
2407    $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2408             X"$as_dir" : 'X\(//\)[^/]' \| \
2409             X"$as_dir" : 'X\(//\)$' \| \
2410             X"$as_dir" : 'X\(/\)' \| \
2411             .     : '\(.\)' 2>/dev/null ||
2412    echo X"$as_dir" |
2413        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2414              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2415              /^X\(\/\/\)$/{ s//\1/; q; }
2416              /^X\(\/\).*/{ s//\1/; q; }
2417              s/.*/./; q'`
2418        done
2419        test ! -n "$as_dirs" || mkdir $as_dirs
2420      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2421    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2422       { (exit 1); exit 1; }; }; }
2423    
2424        ac_builddir=.
2425    
2426    if test "$ac_dir" != .; then
2427      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2428      # A "../" for each directory in $ac_dir_suffix.
2429      ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2430    else
2431      ac_dir_suffix= ac_top_builddir=
2432    fi
2433    
2434      case "$srcdir" in  case $srcdir in
2435      .) ;;    .)  # No --srcdir option.  We are building in place.
2436      *)      ac_srcdir=.
2437        if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;      if test -z "$ac_top_builddir"; then
2438        else         ac_top_srcdir=.
2439          { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }      else
2440        fi         ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2441        ;;      fi ;;
2442      esac    [\\/]* | ?:[\\/]* )  # Absolute path.
2443        ac_srcdir=$srcdir$ac_dir_suffix;
2444        ac_top_srcdir=$srcdir ;;
2445      *) # Relative path.
2446        ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2447        ac_top_srcdir=$ac_top_builddir$srcdir ;;
2448    esac
2449    
2450      ac_popdir=`pwd`  # Do not use `cd foo && pwd` to compute absolute paths, because
2451      cd $ac_config_dir  # the directories may not exist.
2452    case `pwd` in
2453    .) ac_abs_builddir="$ac_dir";;
2454    *)
2455      case "$ac_dir" in
2456      .) ac_abs_builddir=`pwd`;;
2457      [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2458      *) ac_abs_builddir=`pwd`/"$ac_dir";;
2459      esac;;
2460    esac
2461    case $ac_abs_builddir in
2462    .) ac_abs_top_builddir=${ac_top_builddir}.;;
2463    *)
2464      case ${ac_top_builddir}. in
2465      .) ac_abs_top_builddir=$ac_abs_builddir;;
2466      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2467      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2468      esac;;
2469    esac
2470    case $ac_abs_builddir in
2471    .) ac_abs_srcdir=$ac_srcdir;;
2472    *)
2473      case $ac_srcdir in
2474      .) ac_abs_srcdir=$ac_abs_builddir;;
2475      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2476      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2477      esac;;
2478    esac
2479    case $ac_abs_builddir in
2480    .) ac_abs_top_srcdir=$ac_top_srcdir;;
2481    *)
2482      case $ac_top_srcdir in
2483      .) ac_abs_top_srcdir=$ac_abs_builddir;;
2484      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2485      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2486      esac;;
2487    esac
2488    
       # A "../" for each directory in /$ac_config_dir.  
       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`  
2489    
2490      case "$srcdir" in      cd $ac_dir
     .) # No --srcdir option.  We are building in place.  
       ac_sub_srcdir=$srcdir ;;  
     /*) # Absolute path.  
       ac_sub_srcdir=$srcdir/$ac_config_dir ;;  
     *) # Relative path.  
       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;  
     esac  
2491    
2492      # Check for guested configure; otherwise get Cygnus style configure.      # Check for guested configure; otherwise get Cygnus style configure.
2493      if test -f $ac_sub_srcdir/configure; then      if test -f $ac_srcdir/configure.gnu; then
2494        ac_sub_configure=$ac_sub_srcdir/configure        ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
2495      elif test -f $ac_sub_srcdir/configure.in; then      elif test -f $ac_srcdir/configure; then
2496          ac_sub_configure="$SHELL '$ac_srcdir/configure'"
2497        elif test -f $ac_srcdir/configure.in; then
2498        ac_sub_configure=$ac_configure        ac_sub_configure=$ac_configure
2499      else      else
2500        echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2        { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
2501    echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
2502        ac_sub_configure=        ac_sub_configure=
2503      fi      fi
2504    
2505      # The recursion is here.      # The recursion is here.
2506      if test -n "$ac_sub_configure"; then      if test -n "$ac_sub_configure"; then
   
2507        # Make the cache file name correct relative to the subdirectory.        # Make the cache file name correct relative to the subdirectory.
2508        case "$cache_file" in        case $cache_file in
2509        /*) ac_sub_cache_file=$cache_file ;;        [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
2510        *) # Relative path.        *) # Relative path.
2511          ac_sub_cache_file="$ac_dots$cache_file" ;;          ac_sub_cache_file=$ac_top_builddir$cache_file ;;
2512        esac        esac
2513    
2514        echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"        { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
2515    echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
2516        # The eval makes quoting arguments work.        # The eval makes quoting arguments work.
2517        if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir        eval $ac_sub_configure $ac_sub_configure_args \
2518        then :             --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
2519        else          { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
2520          { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }  echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
2521        fi     { (exit 1); exit 1; }; }
2522      fi      fi
2523    
2524      cd $ac_popdir      cd "$ac_popdir"
2525    done    done
2526  fi  fi
2527    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26