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

Diff of /gnumach/i386/linux/configure

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

revision 1.4 by marcus, Sun May 27 12:44:22 2001 UTC revision 1.4.2.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.13.1  # 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           ;;
118      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  # Defaults:  exec 6>&1
250  ac_help=  
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  "  subdirs=
258  ac_help="$ac_help  MFLAGS=
259  "  MAKEFLAGS=
260  ac_help="$ac_help  SHELL=${CONFIG_SHELL-/bin/sh}
261  "  
262  ac_help="$ac_help  # Maximum number of lines to put in a shell here document.
263  "  # This variable seems obsolete.  It should probably be removed, and
264  ac_help="$ac_help  # only ac_max_sed_lines should be used.
265  "  : ${ac_max_here_lines=38}
266  ac_help="$ac_help  
267  "  # Identity of this package.
268  ac_help="$ac_help  PACKAGE_NAME='GNU Mach'
269  "  PACKAGE_TARNAME='package'
270  ac_help="$ac_help  PACKAGE_VERSION='1.3'
271  "  PACKAGE_STRING='GNU Mach 1.3'
272  ac_help="$ac_help  PACKAGE_BUGREPORT=''
273  "  
274  ac_help="$ac_help  ac_unique_file="dev/include/linux/autoconf.h"
275  "  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 device_drivers build build_cpu build_vendor build_os host host_cpu host_vendor host_os systype CC ac_ct_CC CFLAGS LDFLAGS CPPFLAGS EXEEXT OBJEXT LD ac_ct_LD LIBOBJS LTLIBOBJS'
276  ac_help="$ac_help  ac_subst_files=''
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
 ac_help="$ac_help  
 "  
277    
278  # Initialize some variables set by options.  # Initialize some variables set by options.
279    ac_init_help=
280    ac_init_version=false
281  # The variables have the same names as the options, with  # The variables have the same names as the options, with
282  # dashes changed to underlines.  # dashes changed to underlines.
283  build=NONE  cache_file=/dev/null
 cache_file=./config.cache  
284  exec_prefix=NONE  exec_prefix=NONE
 host=NONE  
285  no_create=  no_create=
 nonopt=NONE  
286  no_recursion=  no_recursion=
287  prefix=NONE  prefix=NONE
288  program_prefix=NONE  program_prefix=NONE
# Line 395  program_transform_name=s,x,x, Line 291  program_transform_name=s,x,x,
291  silent=  silent=
292  site=  site=
293  srcdir=  srcdir=
 target=NONE  
294  verbose=  verbose=
295  x_includes=NONE  x_includes=NONE
296  x_libraries=NONE  x_libraries=NONE
297    
298    # Installation directory options.
299    # These are left unexpanded so users can "make install exec_prefix=/foo"
300    # and all the variables that are supposed to be based on exec_prefix
301    # by default will actually change.
302    # Use braces instead of parens because sh, perl, etc. also accept them.
303  bindir='${exec_prefix}/bin'  bindir='${exec_prefix}/bin'
304  sbindir='${exec_prefix}/sbin'  sbindir='${exec_prefix}/sbin'
305  libexecdir='${exec_prefix}/libexec'  libexecdir='${exec_prefix}/libexec'
# Line 412  oldincludedir='/usr/include' Line 313  oldincludedir='/usr/include'
313  infodir='${prefix}/info'  infodir='${prefix}/info'
314  mandir='${prefix}/man'  mandir='${prefix}/man'
315    
 # Initialize some other variables.  
 subdirs=  
 MFLAGS= MAKEFLAGS=  
 SHELL=${CONFIG_SHELL-/bin/sh}  
 # Maximum number of lines to put in a shell here document.  
 ac_max_here_lines=12  
   
316  ac_prev=  ac_prev=
317  for ac_option  for ac_option
318  do  do
   
319    # If the previous option needs an argument, assign it.    # If the previous option needs an argument, assign it.
320    if test -n "$ac_prev"; then    if test -n "$ac_prev"; then
321      eval "$ac_prev=\$ac_option"      eval "$ac_prev=\$ac_option"
# Line 430  do Line 323  do
323      continue      continue
324    fi    fi
325    
326    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  
327    
328    # Accept the important Cygnus configure options, so we can diagnose typos.    # Accept the important Cygnus configure options, so we can diagnose typos.
329    
330    case "$ac_option" in    case $ac_option in
331    
332    -bindir | --bindir | --bindi | --bind | --bin | --bi)    -bindir | --bindir | --bindi | --bind | --bin | --bi)
333      ac_prev=bindir ;;      ac_prev=bindir ;;
334    -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)    -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
335      bindir="$ac_optarg" ;;      bindir=$ac_optarg ;;
336    
337    -build | --build | --buil | --bui | --bu)    -build | --build | --buil | --bui | --bu)
338      ac_prev=build ;;      ac_prev=build_alias ;;
339    -build=* | --build=* | --buil=* | --bui=* | --bu=*)    -build=* | --build=* | --buil=* | --bui=* | --bu=*)
340      build="$ac_optarg" ;;      build_alias=$ac_optarg ;;
341    
342    -cache-file | --cache-file | --cache-fil | --cache-fi \    -cache-file | --cache-file | --cache-fil | --cache-fi \
343    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
344      ac_prev=cache_file ;;      ac_prev=cache_file ;;
345    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
346    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
347      cache_file="$ac_optarg" ;;      cache_file=$ac_optarg ;;
348    
349      --config-cache | -C)
350        cache_file=config.cache ;;
351    
352    -datadir | --datadir | --datadi | --datad | --data | --dat | --da)    -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
353      ac_prev=datadir ;;      ac_prev=datadir ;;
354    -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \    -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
355    | --da=*)    | --da=*)
356      datadir="$ac_optarg" ;;      datadir=$ac_optarg ;;
357    
358    -disable-* | --disable-*)    -disable-* | --disable-*)
359      ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
361      if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then      expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
362        { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363      fi     { (exit 1); exit 1; }; }
364      ac_feature=`echo $ac_feature| sed 's/-/_/g'`      ac_feature=`echo $ac_feature | sed 's/-/_/g'`
365      eval "enable_${ac_feature}=no" ;;      eval "enable_$ac_feature=no" ;;
366    
367    -enable-* | --enable-*)    -enable-* | --enable-*)
368      ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
369      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
370      if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then      expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
371        { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372      fi     { (exit 1); exit 1; }; }
373      ac_feature=`echo $ac_feature| sed 's/-/_/g'`      ac_feature=`echo $ac_feature | sed 's/-/_/g'`
374      case "$ac_option" in      case $ac_option in
375        *=*) ;;        *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
376        *) ac_optarg=yes ;;        *) ac_optarg=yes ;;
377      esac      esac
378      eval "enable_${ac_feature}='$ac_optarg'" ;;      eval "enable_$ac_feature='$ac_optarg'" ;;
379    
380    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
381    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
# Line 491  do Line 384  do
384    -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \    -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
385    | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \    | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
386    | --exec=* | --exe=* | --ex=*)    | --exec=* | --exe=* | --ex=*)
387      exec_prefix="$ac_optarg" ;;      exec_prefix=$ac_optarg ;;
388    
389    -gas | --gas | --ga | --g)    -gas | --gas | --ga | --g)
390      # Obsolete; use --with-gas.      # Obsolete; use --with-gas.
391      with_gas=yes ;;      with_gas=yes ;;
392    
393    -help | --help | --hel | --he)    -help | --help | --hel | --he | -h)
394      # Omit some internal or obsolete options to make the list less imposing.      ac_init_help=long ;;
395      # 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*)
396      cat << EOF      ac_init_help=recursive ;;
397  Usage: configure [options] [host]    -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
398  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 ;;  
399    
400    -host | --host | --hos | --ho)    -host | --host | --hos | --ho)
401      ac_prev=host ;;      ac_prev=host_alias ;;
402    -host=* | --host=* | --hos=* | --ho=*)    -host=* | --host=* | --hos=* | --ho=*)
403      host="$ac_optarg" ;;      host_alias=$ac_optarg ;;
404    
405    -includedir | --includedir | --includedi | --included | --include \    -includedir | --includedir | --includedi | --included | --include \
406    | --includ | --inclu | --incl | --inc)    | --includ | --inclu | --incl | --inc)
407      ac_prev=includedir ;;      ac_prev=includedir ;;
408    -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \    -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
409    | --includ=* | --inclu=* | --incl=* | --inc=*)    | --includ=* | --inclu=* | --incl=* | --inc=*)
410      includedir="$ac_optarg" ;;      includedir=$ac_optarg ;;
411    
412    -infodir | --infodir | --infodi | --infod | --info | --inf)    -infodir | --infodir | --infodi | --infod | --info | --inf)
413      ac_prev=infodir ;;      ac_prev=infodir ;;
414    -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)    -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
415      infodir="$ac_optarg" ;;      infodir=$ac_optarg ;;
416    
417    -libdir | --libdir | --libdi | --libd)    -libdir | --libdir | --libdi | --libd)
418      ac_prev=libdir ;;      ac_prev=libdir ;;
419    -libdir=* | --libdir=* | --libdi=* | --libd=*)    -libdir=* | --libdir=* | --libdi=* | --libd=*)
420      libdir="$ac_optarg" ;;      libdir=$ac_optarg ;;
421    
422    -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \    -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
423    | --libexe | --libex | --libe)    | --libexe | --libex | --libe)
424      ac_prev=libexecdir ;;      ac_prev=libexecdir ;;
425    -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \    -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
426    | --libexe=* | --libex=* | --libe=*)    | --libexe=* | --libex=* | --libe=*)
427      libexecdir="$ac_optarg" ;;      libexecdir=$ac_optarg ;;
428    
429    -localstatedir | --localstatedir | --localstatedi | --localstated \    -localstatedir | --localstatedir | --localstatedi | --localstated \
430    | --localstate | --localstat | --localsta | --localst \    | --localstate | --localstat | --localsta | --localst \
# Line 588  EOF Line 433  EOF
433    -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \    -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
434    | --localstate=* | --localstat=* | --localsta=* | --localst=* \    | --localstate=* | --localstat=* | --localsta=* | --localst=* \
435    | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)    | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
436      localstatedir="$ac_optarg" ;;      localstatedir=$ac_optarg ;;
437    
438    -mandir | --mandir | --mandi | --mand | --man | --ma | --m)    -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
439      ac_prev=mandir ;;      ac_prev=mandir ;;
440    -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)    -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
441      mandir="$ac_optarg" ;;      mandir=$ac_optarg ;;
442    
443    -nfp | --nfp | --nf)    -nfp | --nfp | --nf)
444      # Obsolete; use --without-fp.      # Obsolete; use --without-fp.
445      with_fp=no ;;      with_fp=no ;;
446    
447    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448    | --no-cr | --no-c)    | --no-cr | --no-c | -n)
449      no_create=yes ;;      no_create=yes ;;
450    
451    -no-recursion | --no-recursion | --no-recursio | --no-recursi \    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
# Line 614  EOF Line 459  EOF
459    -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \    -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
460    | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \    | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
461    | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)    | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
462      oldincludedir="$ac_optarg" ;;      oldincludedir=$ac_optarg ;;
463    
464    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
465      ac_prev=prefix ;;      ac_prev=prefix ;;
466    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
467      prefix="$ac_optarg" ;;      prefix=$ac_optarg ;;
468    
469    -program-prefix | --program-prefix | --program-prefi | --program-pref \    -program-prefix | --program-prefix | --program-prefi | --program-pref \
470    | --program-pre | --program-pr | --program-p)    | --program-pre | --program-pr | --program-p)
471      ac_prev=program_prefix ;;      ac_prev=program_prefix ;;
472    -program-prefix=* | --program-prefix=* | --program-prefi=* \    -program-prefix=* | --program-prefix=* | --program-prefi=* \
473    | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)    | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
474      program_prefix="$ac_optarg" ;;      program_prefix=$ac_optarg ;;
475    
476    -program-suffix | --program-suffix | --program-suffi | --program-suff \    -program-suffix | --program-suffix | --program-suffi | --program-suff \
477    | --program-suf | --program-su | --program-s)    | --program-suf | --program-su | --program-s)
478      ac_prev=program_suffix ;;      ac_prev=program_suffix ;;
479    -program-suffix=* | --program-suffix=* | --program-suffi=* \    -program-suffix=* | --program-suffix=* | --program-suffi=* \
480    | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)    | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
481      program_suffix="$ac_optarg" ;;      program_suffix=$ac_optarg ;;
482    
483    -program-transform-name | --program-transform-name \    -program-transform-name | --program-transform-name \
484    | --program-transform-nam | --program-transform-na \    | --program-transform-nam | --program-transform-na \
# Line 650  EOF Line 495  EOF
495    | --program-transfo=* | --program-transf=* \    | --program-transfo=* | --program-transf=* \
496    | --program-trans=* | --program-tran=* \    | --program-trans=* | --program-tran=* \
497    | --progr-tra=* | --program-tr=* | --program-t=*)    | --progr-tra=* | --program-tr=* | --program-t=*)
498      program_transform_name="$ac_optarg" ;;      program_transform_name=$ac_optarg ;;
499    
500    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501    | -silent | --silent | --silen | --sile | --sil)    | -silent | --silent | --silen | --sile | --sil)
# Line 660  EOF Line 505  EOF
505      ac_prev=sbindir ;;      ac_prev=sbindir ;;
506    -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \    -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
507    | --sbi=* | --sb=*)    | --sbi=* | --sb=*)
508      sbindir="$ac_optarg" ;;      sbindir=$ac_optarg ;;
509    
510    -sharedstatedir | --sharedstatedir | --sharedstatedi \    -sharedstatedir | --sharedstatedir | --sharedstatedi \
511    | --sharedstated | --sharedstate | --sharedstat | --sharedsta \    | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
# Line 671  EOF Line 516  EOF
516    | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \    | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
517    | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \    | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
518    | --sha=* | --sh=*)    | --sha=* | --sh=*)
519      sharedstatedir="$ac_optarg" ;;      sharedstatedir=$ac_optarg ;;
520    
521    -site | --site | --sit)    -site | --site | --sit)
522      ac_prev=site ;;      ac_prev=site ;;
523    -site=* | --site=* | --sit=*)    -site=* | --site=* | --sit=*)
524      site="$ac_optarg" ;;      site=$ac_optarg ;;
525    
526    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
527      ac_prev=srcdir ;;      ac_prev=srcdir ;;
528    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
529      srcdir="$ac_optarg" ;;      srcdir=$ac_optarg ;;
530    
531    -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \    -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
532    | --syscon | --sysco | --sysc | --sys | --sy)    | --syscon | --sysco | --sysc | --sys | --sy)
533      ac_prev=sysconfdir ;;      ac_prev=sysconfdir ;;
534    -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \    -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
535    | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)    | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
536      sysconfdir="$ac_optarg" ;;      sysconfdir=$ac_optarg ;;
537    
538    -target | --target | --targe | --targ | --tar | --ta | --t)    -target | --target | --targe | --targ | --tar | --ta | --t)
539      ac_prev=target ;;      ac_prev=target_alias ;;
540    -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)    -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
541      target="$ac_optarg" ;;      target_alias=$ac_optarg ;;
542    
543    -v | -verbose | --verbose | --verbos | --verbo | --verb)    -v | -verbose | --verbose | --verbos | --verbo | --verb)
544      verbose=yes ;;      verbose=yes ;;
545    
546    -version | --version | --versio | --versi | --vers)    -version | --version | --versio | --versi | --vers | -V)
547      echo "configure generated by autoconf version 2.13.1"      ac_init_version=: ;;
     exit 0 ;;  
548    
549    -with-* | --with-*)    -with-* | --with-*)
550      ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
551      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
552      if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then      expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
553        { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }        { echo "$as_me: error: invalid package name: $ac_package" >&2
554      fi     { (exit 1); exit 1; }; }
555      ac_package=`echo $ac_package| sed 's/-/_/g'`      ac_package=`echo $ac_package| sed 's/-/_/g'`
556      case "$ac_option" in      case $ac_option in
557        *=*) ;;        *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
558        *) ac_optarg=yes ;;        *) ac_optarg=yes ;;
559      esac      esac
560      eval "with_${ac_package}='$ac_optarg'" ;;      eval "with_$ac_package='$ac_optarg'" ;;
561    
562    -without-* | --without-*)    -without-* | --without-*)
563      ac_package=`echo $ac_option|sed -e 's/-*without-//'`      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
564      # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
565      if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then      expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
566        { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }        { echo "$as_me: error: invalid package name: $ac_package" >&2
567      fi     { (exit 1); exit 1; }; }
568      ac_package=`echo $ac_package| sed 's/-/_/g'`      ac_package=`echo $ac_package | sed 's/-/_/g'`
569      eval "with_${ac_package}=no" ;;      eval "with_$ac_package=no" ;;
570    
571    --x)    --x)
572      # Obsolete; use --with-x.      # Obsolete; use --with-x.
# Line 733  EOF Line 577  EOF
577      ac_prev=x_includes ;;      ac_prev=x_includes ;;
578    -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \    -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
579    | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)    | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
580      x_includes="$ac_optarg" ;;      x_includes=$ac_optarg ;;
581    
582    -x-libraries | --x-libraries | --x-librarie | --x-librari \    -x-libraries | --x-libraries | --x-librarie | --x-librari \
583    | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)    | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
584      ac_prev=x_libraries ;;      ac_prev=x_libraries ;;
585    -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \    -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
586    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
587      x_libraries="$ac_optarg" ;;      x_libraries=$ac_optarg ;;
588    
589    -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }    -*) { echo "$as_me: error: unrecognized option: $ac_option
590    Try \`$0 --help' for more information." >&2
591       { (exit 1); exit 1; }; }
592      ;;      ;;
593    
594      *=*)
595        ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
596        # Reject names that are not valid shell variable names.
597        expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
598          { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599       { (exit 1); exit 1; }; }
600        ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601        eval "$ac_envvar='$ac_optarg'"
602        export $ac_envvar ;;
603    
604    *)    *)
605      if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then      # FIXME: should be removed in autoconf 3.0.
606        echo "configure: warning: $ac_option: invalid host type" 1>&2      echo "$as_me: WARNING: you should use --build, --host, --target" >&2
607      fi      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
608      if test "x$nonopt" != xNONE; then        echo "$as_me: WARNING: invalid host type: $ac_option" >&2
609        { 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"  
610      ;;      ;;
611    
612    esac    esac
613  done  done
614    
615  if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
616    { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
617      { echo "$as_me: error: missing argument to $ac_option" >&2
618       { (exit 1); exit 1; }; }
619  fi  fi
620    
621  trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15  # Be sure to have absolute paths.
622    for ac_var in exec_prefix prefix
623  # File descriptor usage:  do
624  # 0 standard input    eval ac_val=$`echo $ac_var`
625  # 1 file creation    case $ac_val in
626  # 2 errors and warnings      [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627  # 3 some systems may open it to /dev/tty      *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628  # 4 used on the Kubota Titan     { (exit 1); exit 1; }; };;
629  # 6 checking for... messages and results    esac
630  # 5 compiler messages saved in config.log  done
 if test "$silent" = yes; then  
   exec 6>/dev/null  
 else  
   exec 6>&1  
 fi  
 exec 5>./config.log  
   
 echo "\  
 This file contains any messages produced by compilers while  
 running configure, to aid debugging if configure makes a mistake.  
 " 1>&5  
631    
632  # Strip out --no-create and --no-recursion so they do not pile up.  # Be sure to have absolute paths.
633  # Also quote any args containing shell metacharacters.  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634  ac_configure_args=                localstatedir libdir includedir oldincludedir infodir mandir
 for ac_arg  
635  do  do
636    case "$ac_arg" in    eval ac_val=$`echo $ac_var`
637    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    case $ac_val in
638    | --no-cr | --no-c) ;;      [\\/$]* | ?:[\\/]* ) ;;
639    -no-recursion | --no-recursion | --no-recursio | --no-recursi \      *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640    | --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" ;;  
641    esac    esac
642  done  done
643    
644  # NLS nuisances.  # There might be people who depend on the old broken behavior: `$host'
645  # Only set these to C if already set.  These must not be set unconditionally  # used to hold the argument of --host etc.
646  # because not all systems understand e.g. LANG=C (notably SCO).  # FIXME: To remove some day.
647  # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!  build=$build_alias
648  # Non-C LC_CTYPE values break the ctype check.  host=$host_alias
649  if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi  target=$target_alias
650  if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi  
651  if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi  # FIXME: To remove some day.
652  if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi  if test "x$host_alias" != x; then
653      if test "x$build_alias" = x; then
654        cross_compiling=maybe
655        echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
656        If a cross compiler is detected then cross compile mode will be used." >&2
657      elif test "x$build_alias" != "x$host_alias"; then
658        cross_compiling=yes
659      fi
660    fi
661    
662  # confdefs.h avoids OS command line length limits that DEFS can exceed.  ac_tool_prefix=
663  rm -rf conftest* confdefs.h  test -n "$host_alias" && ac_tool_prefix=$host_alias-
664  # AIX cpp loses on an empty file, so make sure it contains at least a newline.  
665  echo > confdefs.h  test "$silent" = yes && exec 6>/dev/null
666    
 # 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=dev/include/linux/autoconf.h  
667    
668  # Find the source files, if location was not specified.  # Find the source files, if location was not specified.
669  if test -z "$srcdir"; then  if test -z "$srcdir"; then
670    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
671    # Try the directory containing this script, then its parent.    # Try the directory containing this script, then its parent.
672    ac_prog=$0    ac_confdir=`(dirname "$0") 2>/dev/null ||
673    ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674    test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.           X"$0" : 'X\(//\)[^/]' \| \
675             X"$0" : 'X\(//\)$' \| \
676             X"$0" : 'X\(/\)' \| \
677             .     : '\(.\)' 2>/dev/null ||
678    echo X"$0" |
679        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681              /^X\(\/\/\)$/{ s//\1/; q; }
682              /^X\(\/\).*/{ s//\1/; q; }
683              s/.*/./; q'`
684    srcdir=$ac_confdir    srcdir=$ac_confdir
685    if test ! -r $srcdir/$ac_unique_file; then    if test ! -r $srcdir/$ac_unique_file; then
686      srcdir=..      srcdir=..
# Line 835  else Line 690  else
690  fi  fi
691  if test ! -r $srcdir/$ac_unique_file; then  if test ! -r $srcdir/$ac_unique_file; then
692    if test "$ac_srcdir_defaulted" = yes; then    if test "$ac_srcdir_defaulted" = yes; then
693      { 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
694       { (exit 1); exit 1; }; }
695    else    else
696      { 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
697       { (exit 1); exit 1; }; }
698    fi    fi
699  fi  fi
700  srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`  (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
701      { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702       { (exit 1); exit 1; }; }
703    srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704    ac_env_build_alias_set=${build_alias+set}
705    ac_env_build_alias_value=$build_alias
706    ac_cv_env_build_alias_set=${build_alias+set}
707    ac_cv_env_build_alias_value=$build_alias
708    ac_env_host_alias_set=${host_alias+set}
709    ac_env_host_alias_value=$host_alias
710    ac_cv_env_host_alias_set=${host_alias+set}
711    ac_cv_env_host_alias_value=$host_alias
712    ac_env_target_alias_set=${target_alias+set}
713    ac_env_target_alias_value=$target_alias
714    ac_cv_env_target_alias_set=${target_alias+set}
715    ac_cv_env_target_alias_value=$target_alias
716    ac_env_CC_set=${CC+set}
717    ac_env_CC_value=$CC
718    ac_cv_env_CC_set=${CC+set}
719    ac_cv_env_CC_value=$CC
720    ac_env_CFLAGS_set=${CFLAGS+set}
721    ac_env_CFLAGS_value=$CFLAGS
722    ac_cv_env_CFLAGS_set=${CFLAGS+set}
723    ac_cv_env_CFLAGS_value=$CFLAGS
724    ac_env_LDFLAGS_set=${LDFLAGS+set}
725    ac_env_LDFLAGS_value=$LDFLAGS
726    ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
727    ac_cv_env_LDFLAGS_value=$LDFLAGS
728    ac_env_CPPFLAGS_set=${CPPFLAGS+set}
729    ac_env_CPPFLAGS_value=$CPPFLAGS
730    ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
731    ac_cv_env_CPPFLAGS_value=$CPPFLAGS
732    
733    #
734    # Report the --help message.
735    #
736    if test "$ac_init_help" = "long"; then
737      # Omit some internal or obsolete options to make the list less imposing.
738      # This message is too long to be a string in the A/UX 3.1 sh.
739      cat <<_ACEOF
740    \`configure' configures GNU Mach 1.3 to adapt to many kinds of systems.
741    
742    Usage: $0 [OPTION]... [VAR=VALUE]...
743    
744    To assign environment variables (e.g., CC, CFLAGS...), specify them as
745    VAR=VALUE.  See below for descriptions of some of the useful variables.
746    
747    Defaults for the options are specified in brackets.
748    
749    Configuration:
750      -h, --help              display this help and exit
751          --help=short        display options specific to this package
752          --help=recursive    display the short help of all the included packages
753      -V, --version           display version information and exit
754      -q, --quiet, --silent   do not print \`checking...' messages
755          --cache-file=FILE   cache test results in FILE [disabled]
756      -C, --config-cache      alias for \`--cache-file=config.cache'
757      -n, --no-create         do not create output files
758          --srcdir=DIR        find the sources in DIR [configure dir or \`..']
759    
760    _ACEOF
761    
762      cat <<_ACEOF
763    Installation directories:
764      --prefix=PREFIX         install architecture-independent files in PREFIX
765                              [$ac_default_prefix]
766      --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
767                              [PREFIX]
768    
769    By default, \`make install' will install all the files in
770    \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
771    an installation prefix other than \`$ac_default_prefix' using \`--prefix',
772    for instance \`--prefix=\$HOME'.
773    
774    For better control, use the options below.
775    
776    Fine tuning of the installation directories:
777      --bindir=DIR           user executables [EPREFIX/bin]
778      --sbindir=DIR          system admin executables [EPREFIX/sbin]
779      --libexecdir=DIR       program executables [EPREFIX/libexec]
780      --datadir=DIR          read-only architecture-independent data [PREFIX/share]
781      --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
782      --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
783      --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
784      --libdir=DIR           object code libraries [EPREFIX/lib]
785      --includedir=DIR       C header files [PREFIX/include]
786      --oldincludedir=DIR    C header files for non-gcc [/usr/include]
787      --infodir=DIR          info documentation [PREFIX/info]
788      --mandir=DIR           man documentation [PREFIX/man]
789    _ACEOF
790    
791      cat <<\_ACEOF
792    
793    System types:
794      --build=BUILD     configure for building on BUILD [guessed]
795      --host=HOST       cross-compile to build programs to run on HOST [BUILD]
796    _ACEOF
797    fi
798    
799    if test -n "$ac_init_help"; then
800      case $ac_init_help in
801         short | recursive ) echo "Configuration of GNU Mach 1.3:";;
802       esac
803      cat <<\_ACEOF
804    
805    Optional Features:
806      --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
807      --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
808      --enable-3c501          enable driver alias 3c501 for el1
809      --enable-3c503          enable driver alias 3c503 for el2
810      --enable-3c509          enable driver alias 3c509 for el3
811      --enable-3c579          enable driver alias 3c579 for el3
812      --enable-3c59x          enable driver alias 3c59x for vortex
813      --enable-3c90x          enable driver alias 3c90x for vortex
814      --enable-hpj2577        enable driver alias hpj2577 for hp100
815      --enable-hpj2573        enable driver alias hpj2573 for hp100
816      --enable-hpj2585        enable driver alias hpj2585 for hp100
817      --enable-hp27248b       enable driver alias hp27248b for hp100
818      --enable-eth32          enable driver alias eth32 for eth16i
819      --enable-znote          enable driver alias znote for znet
820      --enable-de100          enable driver alias de100 for depca
821      --enable-de101          enable driver alias de101 for depca
822      --enable-de200          enable driver alias de200 for depca
823      --enable-de201          enable driver alias de201 for depca
824      --enable-de202          enable driver alias de202 for depca
825      --enable-de210          enable driver alias de210 for depca
826      --enable-de422          enable driver alias de422 for depca
827      --enable-de203          enable driver alias de203 for ewrk3
828      --enable-de204          enable driver alias de204 for ewrk3
829      --enable-de205          enable driver alias de205 for ewrk3
830      --enable-de425          enable driver alias de425 for de4x5
831      --enable-de434          enable driver alias de434 for de4x5
832      --enable-de435          enable driver alias de435 for de4x5
833      --enable-de450          enable driver alias de450 for de4x5
834      --enable-de500          enable driver alias de500 for de4x5
835      --enable-3c507          enable driver alias 3c507 for el16
836      --enable-3c505          enable driver alias 3c505 for elplus
837      --enable-ne1000         enable driver alias ne1000 for ne2000
838      --enable-ne             enable driver alias ne for ne2000
839      --enable-at1500         enable driver alias at1500 for lance
840      --enable-ne2100         enable driver alias ne2100 for lance
841      --enable-tulip          enable driver alias tulip for elcp
842      --enable-rtl8129        enable driver alias rtl8129 for rtl8139
843      --enable-aha2825        enable driver alias aha2825 for aha152x
844      --enable-ncr53c400      enable driver alias ncr53c400 for ncr5380
845      --enable-t128f          enable driver alias t128f for t128
846      --enable-t228           enable driver alias t228 for t128
847      --enable-am79c974       enable driver alias am79c974 for am53c974
848      --enable-dtc3180        enable driver alias dtc3180 for dtc3280
849      --enable-dc390w         enable driver alias dc390w for ncr53c8xx
850      --enable-dc390u         enable driver alias dc390u for ncr53c8xx
851      --enable-dc390f         enable driver alias dc390f for ncr53c8xx
852      --enable-dc390          enable driver alias dc390 for dc390t
853      --enable-epic100        enable driver alias epic100 for epic
854      --enable-floppy         enable driver floppy
855      --enable-ide            enable driver ide
856      --enable-advansys       enable driver alias advansys for advansys
857      --enable-advansys       enable driver advansys
858      --enable-BusLogic       enable driver alias BusLogic for buslogic
859      --enable-buslogic       enable driver buslogic
860      --enable-u14-34f        enable driver alias u14-34f for u1434f
861      --enable-u1434f         enable driver u1434f
862      --enable-ultrastor      enable driver alias ultrastor for ultrastor
863      --enable-ultrastor      enable driver ultrastor
864      --enable-aha152x        enable driver alias aha152x for aha152x
865      --enable-aha152x        enable driver aha152x
866      --enable-aha1542        enable driver alias aha1542 for aha1542
867      --enable-aha1542        enable driver aha1542
868      --enable-aha1740        enable driver alias aha1740 for aha1740
869      --enable-aha1740        enable driver aha1740
870      --enable-aic7xxx        enable driver alias aic7xxx for aic7xxx
871      --enable-aic7xxx        enable driver aic7xxx
872      --enable-fdomain        enable driver alias fdomain for futuredomain
873      --enable-futuredomain   enable driver futuredomain
874      --enable-in2000         enable driver alias in2000 for in2000
875      --enable-in2000         enable driver in2000
876      --enable-g_NCR5380      enable driver alias g_NCR5380 for ncr5380
877      --enable-ncr5380        enable driver ncr5380
878      --enable-NCR53c406a     enable driver alias NCR53c406a for ncr53c406a
879      --enable-ncr53c406a     enable driver ncr53c406a
880      --enable-pas16          enable driver alias pas16 for pas16
881      --enable-pas16          enable driver pas16
882      --enable-seagate        enable driver alias seagate for seagate
883      --enable-seagate        enable driver seagate
884      --enable-t128           enable driver alias t128 for t128
885      --enable-t128           enable driver t128
886      --enable-53c78xx        enable driver alias 53c78xx for ncr53c7xx
887      --enable-ncr53c7xx      enable driver ncr53c7xx
888      --enable-eata_dma       enable driver alias eata_dma for eatadma
889      --enable-eatadma        enable driver eatadma
890      --enable-eata_pio       enable driver alias eata_pio for eatapio
891      --enable-eatapio        enable driver eatapio
892      --enable-wd7000         enable driver alias wd7000 for wd7000
893      --enable-wd7000         enable driver wd7000
894      --enable-eata           enable driver alias eata for eata
895      --enable-eata           enable driver eata
896      --enable-AM53C974       enable driver alias AM53C974 for am53c974
897      --enable-am53c974       enable driver am53c974
898      --enable-dtc            enable driver alias dtc for dtc3280
899      --enable-dtc3280        enable driver dtc3280
900      --enable-ncr53c8xx      enable driver alias ncr53c8xx for ncr53c8xx
901      --enable-ncr53c8xx      enable driver ncr53c8xx
902      --enable-tmscsim        enable driver alias tmscsim for dc390t
903      --enable-dc390t         enable driver dc390t
904      --enable-ppa            enable driver alias ppa for ppa
905      --enable-ppa            enable driver ppa
906      --enable-qlogicfas      enable driver alias qlogicfas for qlogicfas
907      --enable-qlogicfas      enable driver qlogicfas
908      --enable-qlogicisp      enable driver alias qlogicisp for qlogicisp
909      --enable-qlogicisp      enable driver qlogicisp
910      --enable-gdth           enable driver alias gdth for gdth
911      --enable-gdth           enable driver gdth
912      --enable-flashpoint     enable SCSI flashpoint [default=no]
913      --enable-ne2000         enable driver ne2000
914      --enable-el2            enable driver el2
915      --enable-el3            enable driver el3
916      --enable-wd80x3         enable driver wd80x3
917      --enable-el1            enable driver el1
918      --enable-ul             enable driver ul
919      --enable-ul32           enable driver ul32
920      --enable-hplanplus      enable driver hplanplus
921      --enable-hplan          enable driver hplan
922      --enable-vortex         enable driver vortex
923      --enable-seeq8005       enable driver alias seeq8005 for seeq8005
924      --enable-seeq8005       enable driver seeq8005
925      --enable-hp100          enable driver alias hp100 for hp100
926      --enable-hp100          enable driver hp100
927      --enable-ac3200         enable driver ac3200
928      --enable-e2100          enable driver e2100
929      --enable-at1700         enable driver alias at1700 for at1700
930      --enable-at1700         enable driver at1700
931      --enable-eth16i         enable driver alias eth16i for eth16i
932      --enable-eth16i         enable driver eth16i
933      --enable-znet           enable driver alias znet for znet
934      --enable-znet           enable driver znet
935      --enable-eexpress       enable driver alias eexpress for eexpress
936      --enable-eexpress       enable driver eexpress
937      --enable-eepro          enable driver alias eepro for eexpresspro
938      --enable-eexpresspro    enable driver eexpresspro
939      --enable-eepro100       enable driver alias eepro100 for eexpresspro100
940      --enable-eexpresspro100 enable driver eexpresspro100
941      --enable-depca          enable driver alias depca for depca
942      --enable-depca          enable driver depca
943      --enable-ewrk3          enable driver alias ewrk3 for ewrk3
944      --enable-ewrk3          enable driver ewrk3
945      --enable-de4x5          enable driver alias de4x5 for de4x5
946      --enable-de4x5          enable driver de4x5
947      --enable-apricot        enable driver alias apricot for apricot
948      --enable-apricot        enable driver apricot
949      --enable-wavelan        enable driver alias wavelan for wavelan
950      --enable-wavelan        enable driver wavelan
951      --enable-el16           enable driver el16
952      --enable-elplus         enable driver elplus
953      --enable-de600          enable driver alias de600 for de600
954      --enable-de600          enable driver de600
955      --enable-de620          enable driver alias de620 for de620
956      --enable-de620          enable driver de620
957      --enable-sk_g16         enable driver alias sk_g16 for skg16
958      --enable-skg16          enable driver skg16
959      --enable-ni52           enable driver alias ni52 for ni52
960      --enable-ni52           enable driver ni52
961      --enable-ni65           enable driver alias ni65 for ni65
962      --enable-ni65           enable driver ni65
963      --enable-atp            enable driver alias atp for atp
964      --enable-atp            enable driver atp
965      --enable-lance          enable driver alias lance for lance
966      --enable-lance          enable driver lance
967      --enable-elcp           enable driver elcp
968      --enable-fmv18x         enable driver alias fmv18x for fmv18x
969      --enable-fmv18x         enable driver fmv18x
970      --enable-3c515          enable driver alias 3c515 for 3c515
971      --enable-3c515          enable driver 3c515
972      --enable-pcnet32        enable driver alias pcnet32 for pcnet32
973      --enable-pcnet32        enable driver pcnet32
974      --enable-ne2kpci        enable driver ne2kpci
975      --enable-yellowfin      enable driver alias yellowfin for yellowfin
976      --enable-yellowfin      enable driver yellowfin
977      --enable-rtl8139        enable driver alias rtl8139 for rtl8139
978      --enable-rtl8139        enable driver rtl8139
979      --enable-epic           enable driver epic
980      --enable-tlan           enable driver alias tlan for tlan
981      --enable-tlan           enable driver tlan
982      --enable-via-rhine      enable driver alias via-rhine for viarhine
983      --enable-viarhine       enable driver viarhine
984    
985    Some influential environment variables:
986      CC          C compiler command
987      CFLAGS      C compiler flags
988      LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
989                  nonstandard directory <lib dir>
990      CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
991                  headers in a nonstandard directory <include dir>
992    
993    Use these variables to override the choices made by `configure' or to help
994    it to find libraries and programs with nonstandard names/locations.
995    
996    _ACEOF
997    fi
998    
999    if test "$ac_init_help" = "recursive"; then
1000      # If there are subdirs, report their specific --help.
1001      ac_popdir=`pwd`
1002      for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1003        test -d $ac_dir || continue
1004        ac_builddir=.
1005    
1006    if test "$ac_dir" != .; then
1007      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1008      # A "../" for each directory in $ac_dir_suffix.
1009      ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1010    else
1011      ac_dir_suffix= ac_top_builddir=
1012    fi
1013    
1014    case $srcdir in
1015      .)  # No --srcdir option.  We are building in place.
1016        ac_srcdir=.
1017        if test -z "$ac_top_builddir"; then
1018           ac_top_srcdir=.
1019        else
1020           ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1021        fi ;;
1022      [\\/]* | ?:[\\/]* )  # Absolute path.
1023        ac_srcdir=$srcdir$ac_dir_suffix;
1024        ac_top_srcdir=$srcdir ;;
1025      *) # Relative path.
1026        ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1027        ac_top_srcdir=$ac_top_builddir$srcdir ;;
1028    esac
1029    
1030    # Do not use `cd foo && pwd` to compute absolute paths, because
1031    # the directories may not exist.
1032    case `pwd` in
1033    .) ac_abs_builddir="$ac_dir";;
1034    *)
1035      case "$ac_dir" in
1036      .) ac_abs_builddir=`pwd`;;
1037      [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1038      *) ac_abs_builddir=`pwd`/"$ac_dir";;
1039      esac;;
1040    esac
1041    case $ac_abs_builddir in
1042    .) ac_abs_top_builddir=${ac_top_builddir}.;;
1043    *)
1044      case ${ac_top_builddir}. in
1045      .) ac_abs_top_builddir=$ac_abs_builddir;;
1046      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1047      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1048      esac;;
1049    esac
1050    case $ac_abs_builddir in
1051    .) ac_abs_srcdir=$ac_srcdir;;
1052    *)
1053      case $ac_srcdir in
1054      .) ac_abs_srcdir=$ac_abs_builddir;;
1055      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1056      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1057      esac;;
1058    esac
1059    case $ac_abs_builddir in
1060    .) ac_abs_top_srcdir=$ac_top_srcdir;;
1061    *)
1062      case $ac_top_srcdir in
1063      .) ac_abs_top_srcdir=$ac_abs_builddir;;
1064      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1065      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1066      esac;;
1067    esac
1068    
1069        cd $ac_dir
1070        # Check for guested configure; otherwise get Cygnus style configure.
1071        if test -f $ac_srcdir/configure.gnu; then
1072          echo
1073          $SHELL $ac_srcdir/configure.gnu  --help=recursive
1074        elif test -f $ac_srcdir/configure; then
1075          echo
1076          $SHELL $ac_srcdir/configure  --help=recursive
1077        elif test -f $ac_srcdir/configure.ac ||
1078               test -f $ac_srcdir/configure.in; then
1079          echo
1080          $ac_configure --help
1081        else
1082          echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1083        fi
1084        cd "$ac_popdir"
1085      done
1086    fi
1087    
1088    test -n "$ac_init_help" && exit 0
1089    if $ac_init_version; then
1090      cat <<\_ACEOF
1091    GNU Mach configure 1.3
1092    generated by GNU Autoconf 2.59
1093    
1094    Copyright (C) 2003 Free Software Foundation, Inc.
1095    This configure script is free software; the Free Software Foundation
1096    gives unlimited permission to copy, distribute and modify it.
1097    _ACEOF
1098      exit 0
1099    fi
1100    exec 5>config.log
1101    cat >&5 <<_ACEOF
1102    This file contains any messages produced by compilers while
1103    running configure, to aid debugging if configure makes a mistake.
1104    
1105    It was created by GNU Mach $as_me 1.3, which was
1106    generated by GNU Autoconf 2.59.  Invocation command line was
1107    
1108      $ $0 $@
1109    
1110    _ACEOF
1111    {
1112    cat <<_ASUNAME
1113    ## --------- ##
1114    ## Platform. ##
1115    ## --------- ##
1116    
1117    hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1118    uname -m = `(uname -m) 2>/dev/null || echo unknown`
1119    uname -r = `(uname -r) 2>/dev/null || echo unknown`
1120    uname -s = `(uname -s) 2>/dev/null || echo unknown`
1121    uname -v = `(uname -v) 2>/dev/null || echo unknown`
1122    
1123    /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1124    /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1125    
1126    /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1127    /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1128    /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1129    hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
1130    /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1131    /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1132    /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1133    
1134    _ASUNAME
1135    
1136    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1137    for as_dir in $PATH
1138    do
1139      IFS=$as_save_IFS
1140      test -z "$as_dir" && as_dir=.
1141      echo "PATH: $as_dir"
1142    done
1143    
1144    } >&5
1145    
1146    cat >&5 <<_ACEOF
1147    
1148    
1149    ## ----------- ##
1150    ## Core tests. ##
1151    ## ----------- ##
1152    
1153    _ACEOF
1154    
1155    
1156    # Keep a trace of the command line.
1157    # Strip out --no-create and --no-recursion so they do not pile up.
1158    # Strip out --silent because we don't want to record it for future runs.
1159    # Also quote any args containing shell meta-characters.
1160    # Make two passes to allow for proper duplicate-argument suppression.
1161    ac_configure_args=
1162    ac_configure_args0=
1163    ac_configure_args1=
1164    ac_sep=
1165    ac_must_keep_next=false
1166    for ac_pass in 1 2
1167    do
1168      for ac_arg
1169      do
1170        case $ac_arg in
1171        -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1172        -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1173        | -silent | --silent | --silen | --sile | --sil)
1174          continue ;;
1175        *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1176          ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1177        esac
1178        case $ac_pass in
1179        1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1180        2)
1181          ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1182          if test $ac_must_keep_next = true; then
1183            ac_must_keep_next=false # Got value, back to normal.
1184          else
1185            case $ac_arg in
1186              *=* | --config-cache | -C | -disable-* | --disable-* \
1187              | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1188              | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1189              | -with-* | --with-* | -without-* | --without-* | --x)
1190                case "$ac_configure_args0 " in
1191                  "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1192                esac
1193                ;;
1194              -* ) ac_must_keep_next=true ;;
1195            esac
1196          fi
1197          ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1198          # Get rid of the leading space.
1199          ac_sep=" "
1200          ;;
1201        esac
1202      done
1203    done
1204    $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1205    $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1206    
1207    # When interrupted or exit'd, cleanup temporary files, and complete
1208    # config.log.  We remove comments because anyway the quotes in there
1209    # would cause problems or look ugly.
1210    # WARNING: Be sure not to use single quotes in there, as some shells,
1211    # such as our DU 5.0 friend, will then `close' the trap.
1212    trap 'exit_status=$?
1213      # Save into config.log some information that might help in debugging.
1214      {
1215        echo
1216    
1217        cat <<\_ASBOX
1218    ## ---------------- ##
1219    ## Cache variables. ##
1220    ## ---------------- ##
1221    _ASBOX
1222        echo
1223        # The following way of writing the cache mishandles newlines in values,
1224    {
1225      (set) 2>&1 |
1226        case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1227        *ac_space=\ *)
1228          sed -n \
1229            "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1230              s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1231          ;;
1232        *)
1233          sed -n \
1234            "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1235          ;;
1236        esac;
1237    }
1238        echo
1239    
1240        cat <<\_ASBOX
1241    ## ----------------- ##
1242    ## Output variables. ##
1243    ## ----------------- ##
1244    _ASBOX
1245        echo
1246        for ac_var in $ac_subst_vars
1247        do
1248          eval ac_val=$`echo $ac_var`
1249          echo "$ac_var='"'"'$ac_val'"'"'"
1250        done | sort
1251        echo
1252    
1253        if test -n "$ac_subst_files"; then
1254          cat <<\_ASBOX
1255    ## ------------- ##
1256    ## Output files. ##
1257    ## ------------- ##
1258    _ASBOX
1259          echo
1260          for ac_var in $ac_subst_files
1261          do
1262            eval ac_val=$`echo $ac_var`
1263            echo "$ac_var='"'"'$ac_val'"'"'"
1264          done | sort
1265          echo
1266        fi
1267    
1268        if test -s confdefs.h; then
1269          cat <<\_ASBOX
1270    ## ----------- ##
1271    ## confdefs.h. ##
1272    ## ----------- ##
1273    _ASBOX
1274          echo
1275          sed "/^$/d" confdefs.h | sort
1276          echo
1277        fi
1278        test "$ac_signal" != 0 &&
1279          echo "$as_me: caught signal $ac_signal"
1280        echo "$as_me: exit $exit_status"
1281      } >&5
1282      rm -f core *.core &&
1283      rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1284        exit $exit_status
1285         ' 0
1286    for ac_signal in 1 2 13 15; do
1287      trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1288    done
1289    ac_signal=0
1290    
1291    # confdefs.h avoids OS command line length limits that DEFS can exceed.
1292    rm -rf conftest* confdefs.h
1293    # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1294    echo >confdefs.h
1295    
1296    # Predefined preprocessor variables.
1297    
1298    cat >>confdefs.h <<_ACEOF
1299    #define PACKAGE_NAME "$PACKAGE_NAME"
1300    _ACEOF
1301    
1302    
1303    cat >>confdefs.h <<_ACEOF
1304    #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1305    _ACEOF
1306    
1307    
1308    cat >>confdefs.h <<_ACEOF
1309    #define PACKAGE_VERSION "$PACKAGE_VERSION"
1310    _ACEOF
1311    
1312    
1313    cat >>confdefs.h <<_ACEOF
1314    #define PACKAGE_STRING "$PACKAGE_STRING"
1315    _ACEOF
1316    
1317    
1318    cat >>confdefs.h <<_ACEOF
1319    #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1320    _ACEOF
1321    
1322    
1323    # Let the site file select an alternate cache file if it wants to.
1324  # Prefer explicitly selected file to automatically selected ones.  # Prefer explicitly selected file to automatically selected ones.
1325  if test -z "$CONFIG_SITE"; then  if test -z "$CONFIG_SITE"; then
1326    if test "x$prefix" != xNONE; then    if test "x$prefix" != xNONE; then
# Line 852  if test -z "$CONFIG_SITE"; then Line 1331  if test -z "$CONFIG_SITE"; then
1331  fi  fi
1332  for ac_site_file in $CONFIG_SITE; do  for ac_site_file in $CONFIG_SITE; do
1333    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1334      echo "loading site script $ac_site_file"      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1335    echo "$as_me: loading site script $ac_site_file" >&6;}
1336        sed 's/^/| /' "$ac_site_file" >&5
1337      . "$ac_site_file"      . "$ac_site_file"
1338    fi    fi
1339  done  done
1340    
1341  if test -r "$cache_file"; then  if test -r "$cache_file"; then
1342    echo "loading cache $cache_file"    # Some versions of bash will fail to source /dev/null (special
1343        test -f "$cache_file" && . $cache_file    # files actually), so we avoid doing that.
1344      if test -f "$cache_file"; then
1345        { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1346    echo "$as_me: loading cache $cache_file" >&6;}
1347        case $cache_file in
1348          [\\/]* | ?:[\\/]* ) . $cache_file;;
1349          *)                      . ./$cache_file;;
1350        esac
1351      fi
1352  else  else
1353    echo "creating cache $cache_file"    { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1354    > $cache_file  echo "$as_me: creating cache $cache_file" >&6;}
1355      >$cache_file
1356    fi
1357    
1358    # Check that the precious variables saved in the cache have kept the same
1359    # value.
1360    ac_cache_corrupted=false
1361    for ac_var in `(set) 2>&1 |
1362                   sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1363      eval ac_old_set=\$ac_cv_env_${ac_var}_set
1364      eval ac_new_set=\$ac_env_${ac_var}_set
1365      eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1366      eval ac_new_val="\$ac_env_${ac_var}_value"
1367      case $ac_old_set,$ac_new_set in
1368        set,)
1369          { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1370    echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1371          ac_cache_corrupted=: ;;
1372        ,set)
1373          { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1374    echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1375          ac_cache_corrupted=: ;;
1376        ,);;
1377        *)
1378          if test "x$ac_old_val" != "x$ac_new_val"; then
1379            { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1380    echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1381            { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1382    echo "$as_me:   former value:  $ac_old_val" >&2;}
1383            { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1384    echo "$as_me:   current value: $ac_new_val" >&2;}
1385            ac_cache_corrupted=:
1386          fi;;
1387      esac
1388      # Pass precious variables to config.status.
1389      if test "$ac_new_set" = set; then
1390        case $ac_new_val in
1391        *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1392          ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1393        *) ac_arg=$ac_var=$ac_new_val ;;
1394        esac
1395        case " $ac_configure_args " in
1396          *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1397          *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1398        esac
1399      fi
1400    done
1401    if $ac_cache_corrupted; then
1402      { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1403    echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1404      { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1405    echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1406       { (exit 1); exit 1; }; }
1407  fi  fi
1408    
1409  ac_ext=c  ac_ext=c
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.  
1410  ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
1411  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1412  ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1413  cross_compiling=$ac_cv_prog_cc_cross  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1414    
1415  ac_exeext=  
1416  ac_objext=o  
1417  if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  
1418    # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.  
1419    if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then  
1420      ac_n= ac_c='  
1421  ' ac_t='        '  
1422    else  
1423      ac_n=-n ac_c= ac_t=  
1424    fi  
1425  else  
1426    ac_n= ac_c='\c' ac_t=  
1427  fi  
1428    
1429    
1430    
1431    
1432    
1433    
1434    
1435    
1436    
1437    
1438    
# Line 909  fi Line 1457  fi
1457    
1458    
1459    
1460              ac_config_headers="$ac_config_headers device-drivers.h"
1461    
1462    
1463    
# Line 929  for ac_dir in $srcdir $srcdir/.. $srcdir Line 1478  for ac_dir in $srcdir $srcdir/.. $srcdir
1478    fi    fi
1479  done  done
1480  if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
1481    { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }    { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1482    echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1483       { (exit 1); exit 1; }; }
1484  fi  fi
1485  ac_config_guess="$SHELL $ac_aux_dir/config.guess"  ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1486  ac_config_sub="$SHELL $ac_aux_dir/config.sub"  ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1487  ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.  ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1488    
   
 echo $ac_n "checking host system type""... $ac_c" 1>&6  
 echo "configure:941: checking host system type" >&5  
 if test "x$ac_cv_host" = "x" || (test "x$host" != "xNONE" && test "x$host" != "x$ac_cv_host_alias"); then  
   
1489  # Make sure we can run config.sub.  # Make sure we can run config.sub.
1490    if $ac_config_sub sun4 >/dev/null 2>&1; then :  $ac_config_sub sun4 >/dev/null 2>&1 ||
1491      else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }    { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1492    fi  echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1493       { (exit 1); exit 1; }; }
1494    ac_cv_host_alias=$host  
1495    case "$ac_cv_host_alias" in  echo "$as_me:$LINENO: checking build system type" >&5
1496    NONE)  echo $ECHO_N "checking build system type... $ECHO_C" >&6
1497      case $nonopt in  if test "${ac_cv_build+set}" = set; then
1498      NONE)    echo $ECHO_N "(cached) $ECHO_C" >&6
       if ac_cv_host_alias=`$ac_config_guess`; then :  
       else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }  
       fi ;;  
     *) ac_cv_host_alias=$nonopt ;;  
     esac ;;  
   esac  
   
   ac_cv_host=`$ac_config_sub $ac_cv_host_alias`  
   ac_cv_host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  
   ac_cv_host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  
   ac_cv_host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  
1499  else  else
1500    echo $ac_n "(cached) $ac_c" 1>&6    ac_cv_build_alias=$build_alias
1501    test -z "$ac_cv_build_alias" &&
1502      ac_cv_build_alias=`$ac_config_guess`
1503    test -z "$ac_cv_build_alias" &&
1504      { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1505    echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1506       { (exit 1); exit 1; }; }
1507    ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1508      { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1509    echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1510       { (exit 1); exit 1; }; }
1511    
1512  fi  fi
1513    echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1514    echo "${ECHO_T}$ac_cv_build" >&6
1515    build=$ac_cv_build
1516    build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1517    build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1518    build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1519    
1520    
1521  echo "$ac_t""$ac_cv_host" 1>&6  echo "$as_me:$LINENO: checking host system type" >&5
1522    echo $ECHO_N "checking host system type... $ECHO_C" >&6
1523    if test "${ac_cv_host+set}" = set; then
1524      echo $ECHO_N "(cached) $ECHO_C" >&6
1525    else
1526      ac_cv_host_alias=$host_alias
1527    test -z "$ac_cv_host_alias" &&
1528      ac_cv_host_alias=$ac_cv_build_alias
1529    ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1530      { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1531    echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1532       { (exit 1); exit 1; }; }
1533    
1534    fi
1535    echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1536    echo "${ECHO_T}$ac_cv_host" >&6
1537  host=$ac_cv_host  host=$ac_cv_host
1538  host_alias=$ac_cv_host_alias  host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1539  host_cpu=$ac_cv_host_cpu  host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1540  host_vendor=$ac_cv_host_vendor  host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1541  host_os=$ac_cv_host_os  
1542    
1543    
1544    
1545    
1546    
1547  case "$host_cpu" in  case "$host_cpu" in
1548  i386) cat >> confdefs.h <<\EOF  i386)
1549  #define CONFIG_M386 1  
1550  EOF  cat >>confdefs.h <<\_ACEOF
1551    #define CONFIG_M386
1552    _ACEOF
1553    
1554    
1555        cat >> confdefs.h <<\EOF  cat >>confdefs.h <<\_ACEOF
1556  #define CPU 386  #define CPU 386
1557  EOF  _ACEOF
1558      ;;  
1559  i486) cat >> confdefs.h <<\EOF   ;;
1560  #define CONFIG_M486 1  i486)
1561  EOF  
1562    cat >>confdefs.h <<\_ACEOF
1563    #define CONFIG_M486
1564    _ACEOF
1565    
1566    
1567        cat >> confdefs.h <<\EOF  cat >>confdefs.h <<\_ACEOF
1568  #define CPU 486  #define CPU 486
1569  EOF  _ACEOF
1570      ;;  
1571  i586) cat >> confdefs.h <<\EOF   ;;
1572  #define CONFIG_M586 1  i586)
1573  EOF  
1574    cat >>confdefs.h <<\_ACEOF
1575    #define CONFIG_M586
1576    _ACEOF
1577    
1578        cat >> confdefs.h <<\EOF  
1579    cat >>confdefs.h <<\_ACEOF
1580  #define CPU 586  #define CPU 586
1581  EOF  _ACEOF
     ;;  
 i686) cat >> confdefs.h <<\EOF  
 #define CONFIG_M686 1  
 EOF  
1582    
1583        cat >> confdefs.h <<\EOF   ;;
1584    i686)
1585    
1586    cat >>confdefs.h <<\_ACEOF
1587    #define CONFIG_M686
1588    _ACEOF
1589    
1590    
1591    cat >>confdefs.h <<\_ACEOF
1592  #define CPU 686  #define CPU 686
1593  EOF  _ACEOF
     ;;  
 *)    cat >> confdefs.h <<\EOF  
 #define CONFIG_M486 1  
 EOF  
1594    
1595        cat >> confdefs.h <<\EOF   ;;
1596    *)
1597    
1598    cat >>confdefs.h <<\_ACEOF
1599    #define CONFIG_M486
1600    _ACEOF
1601    
1602    
1603    cat >>confdefs.h <<\_ACEOF
1604  #define CPU 486  #define CPU 486
1605  EOF  _ACEOF
1606      ;;  
1607     ;;
1608  esac  esac
1609    
1610  case "$host_cpu" in  case "$host_cpu" in
# Line 1026  i[3456]86)     systype=i386 ;; Line 1613  i[3456]86)     systype=i386 ;;
1613  esac  esac
1614    
1615    
1616    if test -n "$ac_tool_prefix"; then
1617  echo $ac_n "checking build system type""... $ac_c" 1>&6    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1618  echo "configure:1032: checking build system type" >&5  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1619  if test "x$ac_cv_build" = "x" || (test "x$build" != "xNONE" && test "x$build" != "x$ac_cv_build_alias"); then  echo "$as_me:$LINENO: checking for $ac_word" >&5
1620    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1621  # Make sure we can run config.sub.  if test "${ac_cv_prog_CC+set}" = set; then
1622    if $ac_config_sub sun4 >/dev/null 2>&1; then :    echo $ECHO_N "(cached) $ECHO_C" >&6
1623      else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }  else
1624      if test -n "$CC"; then
1625      ac_cv_prog_CC="$CC" # Let the user override the test.
1626    else
1627    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1628    for as_dir in $PATH
1629    do
1630      IFS=$as_save_IFS
1631      test -z "$as_dir" && as_dir=.
1632      for ac_exec_ext in '' $ac_executable_extensions; do
1633      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1634        ac_cv_prog_CC="${ac_tool_prefix}gcc"
1635        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1636        break 2
1637    fi    fi
1638    done
1639    done
1640    
1641    ac_cv_build_alias=$build  fi
1642    case "$ac_cv_build_alias" in  fi
1643    NONE)  CC=$ac_cv_prog_CC
1644      case $nonopt in  if test -n "$CC"; then
1645      NONE)    echo "$as_me:$LINENO: result: $CC" >&5
1646        ac_cv_build_alias=$host_alias ;;  echo "${ECHO_T}$CC" >&6
   
     *) ac_cv_build_alias=$nonopt ;;  
     esac ;;  
   esac  
   
   ac_cv_build=`$ac_config_sub $ac_cv_build_alias`  
   ac_cv_build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  
   ac_cv_build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  
   ac_cv_build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  
1647  else  else
1648    echo $ac_n "(cached) $ac_c" 1>&6    echo "$as_me:$LINENO: result: no" >&5
1649    echo "${ECHO_T}no" >&6
1650  fi  fi
1651    
1652  echo "$ac_t""$ac_cv_build" 1>&6  fi
1653    if test -z "$ac_cv_prog_CC"; then
1654  build=$ac_cv_build    ac_ct_CC=$CC
1655  build_alias=$ac_cv_build_alias    # Extract the first word of "gcc", so it can be a program name with args.
1656  build_cpu=$ac_cv_build_cpu  set dummy gcc; ac_word=$2
1657  build_vendor=$ac_cv_build_vendor  echo "$as_me:$LINENO: checking for $ac_word" >&5
1658  build_os=$ac_cv_build_os  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1659    if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1660      echo $ECHO_N "(cached) $ECHO_C" >&6
1661    else
1662      if test -n "$ac_ct_CC"; then
1663      ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1664    else
1665    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1666    for as_dir in $PATH
1667    do
1668      IFS=$as_save_IFS
1669      test -z "$as_dir" && as_dir=.
1670      for ac_exec_ext in '' $ac_executable_extensions; do
1671      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1672        ac_cv_prog_ac_ct_CC="gcc"
1673        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1674        break 2
1675      fi
1676    done
1677    done
1678    
1679    fi
1680    fi
1681    ac_ct_CC=$ac_cv_prog_ac_ct_CC
1682    if test -n "$ac_ct_CC"; then
1683      echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1684    echo "${ECHO_T}$ac_ct_CC" >&6
1685    else
1686      echo "$as_me:$LINENO: result: no" >&5
1687    echo "${ECHO_T}no" >&6
1688    fi
1689    
1690  if test $host != $build; then    CC=$ac_ct_CC
   ac_tool_prefix=${host_alias}-  
1691  else  else
1692    ac_tool_prefix=    CC="$ac_cv_prog_CC"
1693  fi  fi
1694    
1695  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.  ac_ext=c
1696    ac_cpp='$CPP $CPPFLAGS'
1697    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1698    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1699    ac_compiler_gnu=$ac_cv_c_compiler_gnu
1700    if test -n "$ac_tool_prefix"; then
1701      # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1702  set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1703  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:$LINENO: checking for $ac_word" >&5
1704  echo "configure:1079: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1705  if eval "test \"\${ac_cv_prog_CC+set}\" = set"; then  if test "${ac_cv_prog_CC+set}" = set; then
1706    echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1707  else  else
1708    if test -n "$CC"; then    if test -n "$CC"; then
1709    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1710  else  else
1711    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1712    ac_dummy="$PATH"  for as_dir in $PATH
1713    for ac_dir in $ac_dummy; do  do
1714      test -z "$ac_dir" && ac_dir=.    IFS=$as_save_IFS
1715      if test -f $ac_dir/$ac_word; then    test -z "$as_dir" && as_dir=.
1716        ac_cv_prog_CC="${ac_tool_prefix}gcc"    for ac_exec_ext in '' $ac_executable_extensions; do
1717        break    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1718      fi      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1719    done      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1720    IFS="$ac_save_ifs"      break 2
1721    test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="gcc"    fi
1722    done
1723    done
1724    
1725  fi  fi
1726  fi  fi
1727  CC="$ac_cv_prog_CC"  CC=$ac_cv_prog_CC
1728  if test -n "$CC"; then  if test -n "$CC"; then
1729    echo "$ac_t""$CC" 1>&6    echo "$as_me:$LINENO: result: $CC" >&5
1730    echo "${ECHO_T}$CC" >&6
1731  else  else
1732    echo "$ac_t""no" 1>&6    echo "$as_me:$LINENO: result: no" >&5
1733    echo "${ECHO_T}no" >&6
1734  fi  fi
1735    
1736    fi
1737    if test -z "$ac_cv_prog_CC"; then
1738      ac_ct_CC=$CC
1739      # Extract the first word of "gcc", so it can be a program name with args.
1740    set dummy gcc; ac_word=$2
1741    echo "$as_me:$LINENO: checking for $ac_word" >&5
1742    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1743    if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1744      echo $ECHO_N "(cached) $ECHO_C" >&6
1745    else
1746      if test -n "$ac_ct_CC"; then
1747      ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1748    else
1749    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1750    for as_dir in $PATH
1751    do
1752      IFS=$as_save_IFS
1753      test -z "$as_dir" && as_dir=.
1754      for ac_exec_ext in '' $ac_executable_extensions; do
1755      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1756        ac_cv_prog_ac_ct_CC="gcc"
1757        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1758        break 2
1759      fi
1760    done
1761    done
1762    
1763    fi
1764    fi
1765    ac_ct_CC=$ac_cv_prog_ac_ct_CC
1766    if test -n "$ac_ct_CC"; then
1767      echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1768    echo "${ECHO_T}$ac_ct_CC" >&6
1769    else
1770      echo "$as_me:$LINENO: result: no" >&5
1771    echo "${ECHO_T}no" >&6
1772    fi
1773    
1774  # Extract the first word of "gcc", so it can be a program name with args.    CC=$ac_ct_CC
1775  set dummy gcc; ac_word=$2  else
1776  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6    CC="$ac_cv_prog_CC"
1777  echo "configure:1111: checking for $ac_word" >&5  fi
1778  if eval "test \"\${ac_cv_prog_CC+set}\" = set"; then  
1779    echo $ac_n "(cached) $ac_c" 1>&6  if test -z "$CC"; then
1780      if test -n "$ac_tool_prefix"; then
1781      # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1782    set dummy ${ac_tool_prefix}cc; ac_word=$2
1783    echo "$as_me:$LINENO: checking for $ac_word" >&5
1784    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1785    if test "${ac_cv_prog_CC+set}" = set; then
1786      echo $ECHO_N "(cached) $ECHO_C" >&6
1787  else  else
1788    if test -n "$CC"; then    if test -n "$CC"; then
1789    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1790  else  else
1791    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1792    ac_dummy="$PATH"  for as_dir in $PATH
1793    for ac_dir in $ac_dummy; do  do
1794      test -z "$ac_dir" && ac_dir=.    IFS=$as_save_IFS
1795      if test -f $ac_dir/$ac_word; then    test -z "$as_dir" && as_dir=.
1796        ac_cv_prog_CC="gcc"    for ac_exec_ext in '' $ac_executable_extensions; do
1797        break    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1798      fi      ac_cv_prog_CC="${ac_tool_prefix}cc"
1799    done      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1800    IFS="$ac_save_ifs"      break 2
1801      fi
1802    done
1803    done
1804    
1805  fi  fi
1806  fi  fi
1807  CC="$ac_cv_prog_CC"  CC=$ac_cv_prog_CC
1808  if test -n "$CC"; then  if test -n "$CC"; then
1809    echo "$ac_t""$CC" 1>&6    echo "$as_me:$LINENO: result: $CC" >&5
1810    echo "${ECHO_T}$CC" >&6
1811    else
1812      echo "$as_me:$LINENO: result: no" >&5
1813    echo "${ECHO_T}no" >&6
1814    fi
1815    
1816    fi
1817    if test -z "$ac_cv_prog_CC"; then
1818      ac_ct_CC=$CC
1819      # Extract the first word of "cc", so it can be a program name with args.
1820    set dummy cc; ac_word=$2
1821    echo "$as_me:$LINENO: checking for $ac_word" >&5
1822    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1823    if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1824      echo $ECHO_N "(cached) $ECHO_C" >&6
1825    else
1826      if test -n "$ac_ct_CC"; then
1827      ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1828    else
1829    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1830    for as_dir in $PATH
1831    do
1832      IFS=$as_save_IFS
1833      test -z "$as_dir" && as_dir=.
1834      for ac_exec_ext in '' $ac_executable_extensions; do
1835      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1836        ac_cv_prog_ac_ct_CC="cc"
1837        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1838        break 2
1839      fi
1840    done
1841    done
1842    
1843    fi
1844    fi
1845    ac_ct_CC=$ac_cv_prog_ac_ct_CC
1846    if test -n "$ac_ct_CC"; then
1847      echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1848    echo "${ECHO_T}$ac_ct_CC" >&6
1849    else
1850      echo "$as_me:$LINENO: result: no" >&5
1851    echo "${ECHO_T}no" >&6
1852    fi
1853    
1854      CC=$ac_ct_CC
1855  else  else
1856    echo "$ac_t""no" 1>&6    CC="$ac_cv_prog_CC"
1857  fi  fi
1858    
1859    fi
1860  if test -z "$CC"; then  if test -z "$CC"; then
1861    # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
1862  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
1863  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:$LINENO: checking for $ac_word" >&5
1864  echo "configure:1141: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1865  if eval "test \"\${ac_cv_prog_CC+set}\" = set"; then  if test "${ac_cv_prog_CC+set}" = set; then
1866    echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1867  else  else
1868    if test -n "$CC"; then    if test -n "$CC"; then
1869    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1870  else  else
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"  
1871    ac_prog_rejected=no    ac_prog_rejected=no
1872    ac_dummy="$PATH"  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1873    for ac_dir in $ac_dummy; do  for as_dir in $PATH
1874      test -z "$ac_dir" && ac_dir=.  do
1875      if test -f $ac_dir/$ac_word; then    IFS=$as_save_IFS
1876        if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then    test -z "$as_dir" && as_dir=.
1877          ac_prog_rejected=yes    for ac_exec_ext in '' $ac_executable_extensions; do
1878          continue    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1879        fi      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1880        ac_cv_prog_CC="cc"         ac_prog_rejected=yes
1881        break         continue
1882      fi       fi
1883    done      ac_cv_prog_CC="cc"
1884    IFS="$ac_save_ifs"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1885        break 2
1886      fi
1887    done
1888    done
1889    
1890  if test $ac_prog_rejected = yes; then  if test $ac_prog_rejected = yes; then
1891    # We found a bogon in the path, so make sure we never use it.    # We found a bogon in the path, so make sure we never use it.
1892    set dummy $ac_cv_prog_CC    set dummy $ac_cv_prog_CC
1893    shift    shift
1894    if test $# -gt 0; then    if test $# != 0; then
1895      # We chose a different compiler from the bogus one.      # We chose a different compiler from the bogus one.
1896      # However, it has the same basename, so the bogon will be chosen      # However, it has the same basename, so the bogon will be chosen
1897      # first if we set CC to just the basename; use the full file name.      # first if we set CC to just the basename; use the full file name.
1898      shift      shift
1899      set dummy "$ac_dir/$ac_word" "$@"      ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
     shift  
     ac_cv_prog_CC="$@"  
1900    fi    fi
1901  fi  fi
1902  fi  fi
1903  fi  fi
1904  CC="$ac_cv_prog_CC"  CC=$ac_cv_prog_CC
1905  if test -n "$CC"; then  if test -n "$CC"; then
1906    echo "$ac_t""$CC" 1>&6    echo "$as_me:$LINENO: result: $CC" >&5
1907    echo "${ECHO_T}$CC" >&6
1908  else  else
1909    echo "$ac_t""no" 1>&6    echo "$as_me:$LINENO: result: no" >&5
1910    echo "${ECHO_T}no" >&6
1911  fi  fi
1912    
   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }  
1913  fi  fi
1914    if test -z "$CC"; then
1915      if test -n "$ac_tool_prefix"; then
1916      for ac_prog in cl
1917      do
1918        # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1919    set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1920    echo "$as_me:$LINENO: checking for $ac_word" >&5
1921    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1922    if test "${ac_cv_prog_CC+set}" = set; then
1923      echo $ECHO_N "(cached) $ECHO_C" >&6
1924    else
1925      if test -n "$CC"; then
1926      ac_cv_prog_CC="$CC" # Let the user override the test.
1927    else
1928    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1929    for as_dir in $PATH
1930    do
1931      IFS=$as_save_IFS
1932      test -z "$as_dir" && as_dir=.
1933      for ac_exec_ext in '' $ac_executable_extensions; do
1934      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1935        ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1936        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1937        break 2
1938      fi
1939    done
1940    done
1941    
1942  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6  fi
1943  echo "configure:1190: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5  fi
1944    CC=$ac_cv_prog_CC
1945    if test -n "$CC"; then
1946      echo "$as_me:$LINENO: result: $CC" >&5
1947    echo "${ECHO_T}$CC" >&6
1948    else
1949      echo "$as_me:$LINENO: result: no" >&5
1950    echo "${ECHO_T}no" >&6
1951    fi
1952    
1953  ac_ext=c      test -n "$CC" && break
1954  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.    done
1955  ac_cpp='$CPP $CPPFLAGS'  fi
1956  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'  if test -z "$CC"; then
1957  ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'    ac_ct_CC=$CC
1958  cross_compiling=$ac_cv_prog_cc_cross    for ac_prog in cl
1959    do
1960  cat > conftest.$ac_ext << EOF    # Extract the first word of "$ac_prog", so it can be a program name with args.
1961    set dummy $ac_prog; ac_word=$2
1962  #line 1201 "configure"  echo "$as_me:$LINENO: checking for $ac_word" >&5
1963  #include "confdefs.h"  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1964    if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1965  main(){return(0);}    echo $ECHO_N "(cached) $ECHO_C" >&6
 EOF  
 if { (eval echo configure:1206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  
   ac_cv_prog_cc_works=yes  
   # If we can't run a trivial program, we are probably using a cross compiler.  
   if (./conftest; exit) 2>/dev/null; then  
     ac_cv_prog_cc_cross=no  
   else  
     ac_cv_prog_cc_cross=yes  
   fi  
1966  else  else
1967    echo "configure: failed program was:" >&5    if test -n "$ac_ct_CC"; then
1968    cat conftest.$ac_ext >&5    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1969    ac_cv_prog_cc_works=no  else
1970    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1971    for as_dir in $PATH
1972    do
1973      IFS=$as_save_IFS
1974      test -z "$as_dir" && as_dir=.
1975      for ac_exec_ext in '' $ac_executable_extensions; do
1976      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1977        ac_cv_prog_ac_ct_CC="$ac_prog"
1978        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1979        break 2
1980      fi
1981    done
1982    done
1983    
1984  fi  fi
1985  rm -fr conftest*  fi
1986  ac_ext=c  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1987  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.  if test -n "$ac_ct_CC"; then
1988  ac_cpp='$CPP $CPPFLAGS'    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1989  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'  echo "${ECHO_T}$ac_ct_CC" >&6
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'  
 cross_compiling=$ac_cv_prog_cc_cross  
   
 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6  
 if test $ac_cv_prog_cc_works = no; then  
  cross_linkable=no  
  ac_cv_prog_cc_cross=yes  
  # AC_MSG_ERROR([installation or configuration problem: C compiler cannot create executables.])  
 else  
  cross_linkable=yes  
 fi  
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6  
 echo "configure:1236: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5  
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6  
   
 cross_compiling=$ac_cv_prog_cc_cross  
   
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6  
 echo "configure:1242: checking whether we are using GNU C" >&5  
 if eval "test \"\${ac_cv_prog_gcc+set}\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   cat > conftest.c <<EOF  
 #ifdef __GNUC__  
   yes;  
 #endif  
 EOF  
 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then  
   ac_cv_prog_gcc=yes  
1990  else  else
1991    ac_cv_prog_gcc=no    echo "$as_me:$LINENO: result: no" >&5
1992    echo "${ECHO_T}no" >&6
1993    fi
1994    
1995      test -n "$ac_ct_CC" && break
1996    done
1997    
1998      CC=$ac_ct_CC
1999  fi  fi
2000    
2001  fi  fi
2002    
 echo "$ac_t""$ac_cv_prog_gcc" 1>&6  
2003    
2004  if test $ac_cv_prog_gcc = yes; then  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2005    GCC=yes  See \`config.log' for more details." >&5
2006    ac_test_CFLAGS="${CFLAGS+set}"  echo "$as_me: error: no acceptable C compiler found in \$PATH
2007    ac_save_CFLAGS="$CFLAGS"  See \`config.log' for more details." >&2;}
2008    CFLAGS=     { (exit 1); exit 1; }; }
2009    if test "$ac_test_CFLAGS" = set; then  
2010      CFLAGS="$ac_save_CFLAGS"  # Provide some information about the compiler.
2011    echo "$as_me:$LINENO:" \
2012         "checking for C compiler version" >&5
2013    ac_compiler=`set X $ac_compile; echo $2`
2014    { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2015      (eval $ac_compiler --version </dev/null >&5) 2>&5
2016      ac_status=$?
2017      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2018      (exit $ac_status); }
2019    { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2020      (eval $ac_compiler -v </dev/null >&5) 2>&5
2021      ac_status=$?
2022      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2023      (exit $ac_status); }
2024    { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2025      (eval $ac_compiler -V </dev/null >&5) 2>&5
2026      ac_status=$?
2027      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2028      (exit $ac_status); }
2029    
2030    cat >conftest.$ac_ext <<_ACEOF
2031    /* confdefs.h.  */
2032    _ACEOF
2033    cat confdefs.h >>conftest.$ac_ext
2034    cat >>conftest.$ac_ext <<_ACEOF
2035    /* end confdefs.h.  */
2036    
2037    int
2038    main ()
2039    {
2040    
2041      ;
2042      return 0;
2043    }
2044    _ACEOF
2045    ac_clean_files_save=$ac_clean_files
2046    ac_clean_files="$ac_clean_files a.out a.exe b.out"
2047    # Try to create an executable without -o first, disregard a.out.
2048    # It will help us diagnose broken compilers, and finding out an intuition
2049    # of exeext.
2050    echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2051    echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2052    ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2053    if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2054      (eval $ac_link_default) 2>&5
2055      ac_status=$?
2056      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2057      (exit $ac_status); }; then
2058      # Find the output, starting from the most likely.  This scheme is
2059    # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2060    # resort.
2061    
2062    # Be careful to initialize this variable, since it used to be cached.
2063    # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2064    ac_cv_exeext=
2065    # b.out is created by i960 compilers.
2066    for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2067    do
2068      test -f "$ac_file" || continue
2069      case $ac_file in
2070        *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2071            ;;
2072        conftest.$ac_ext )
2073            # This is the source file.
2074            ;;
2075        [ab].out )
2076            # We found the default executable, but exeext='' is most
2077            # certainly right.
2078            break;;
2079        *.* )
2080            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2081            # FIXME: I believe we export ac_cv_exeext for Libtool,
2082            # but it would be cool to find out if it's true.  Does anybody
2083            # maintain Libtool? --akim.
2084            export ac_cv_exeext
2085            break;;
2086        * )
2087            break;;
2088      esac
2089    done
2090    else
2091      echo "$as_me: failed program was:" >&5
2092    sed 's/^/| /' conftest.$ac_ext >&5
2093    
2094    { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2095    See \`config.log' for more details." >&5
2096    echo "$as_me: error: C compiler cannot create executables
2097    See \`config.log' for more details." >&2;}
2098       { (exit 77); exit 77; }; }
2099    fi
2100    
2101    ac_exeext=$ac_cv_exeext
2102    echo "$as_me:$LINENO: result: $ac_file" >&5
2103    echo "${ECHO_T}$ac_file" >&6
2104    
2105    # Check the compiler produces executables we can run.  If not, either
2106    # the compiler is broken, or we cross compile.
2107    echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2108    echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2109    # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2110    # If not cross compiling, check that we can run a simple program.
2111    if test "$cross_compiling" != yes; then
2112      if { ac_try='./$ac_file'
2113      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2114      (eval $ac_try) 2>&5
2115      ac_status=$?
2116      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2117      (exit $ac_status); }; }; then
2118        cross_compiling=no
2119    else    else
2120      # Add "-O" to both the CC and CPP commands, to eliminate possible confusion      if test "$cross_compiling" = maybe; then
2121      # that results from __OPTIMIZE__ being defined for CC but not CPP.          cross_compiling=yes
     if echo "$CC " | grep ' -O[1-9 ]' > /dev/null 2>&1; then  
       : # already optimizing  
2122      else      else
2123        CC="$CC -O"          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2124        ac_cv_prog_CC="$CC"  If you meant to cross compile, use \`--host'.
2125    See \`config.log' for more details." >&5
2126    echo "$as_me: error: cannot run C compiled programs.
2127    If you meant to cross compile, use \`--host'.
2128    See \`config.log' for more details." >&2;}
2129       { (exit 1); exit 1; }; }
2130      fi      fi
2131    fi    fi
2132    fi
2133    echo "$as_me:$LINENO: result: yes" >&5
2134    echo "${ECHO_T}yes" >&6
2135    
2136    rm -f a.out a.exe conftest$ac_cv_exeext b.out
2137    ac_clean_files=$ac_clean_files_save
2138    # Check the compiler produces executables we can run.  If not, either
2139    # the compiler is broken, or we cross compile.
2140    echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2141    echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2142    echo "$as_me:$LINENO: result: $cross_compiling" >&5
2143    echo "${ECHO_T}$cross_compiling" >&6
2144    
2145    echo "$as_me:$LINENO: checking for suffix of executables" >&5
2146    echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2147    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2148      (eval $ac_link) 2>&5
2149      ac_status=$?
2150      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2151      (exit $ac_status); }; then
2152      # If both `conftest.exe' and `conftest' are `present' (well, observable)
2153    # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2154    # work properly (i.e., refer to `conftest.exe'), while it won't with
2155    # `rm'.
2156    for ac_file in conftest.exe conftest conftest.*; do
2157      test -f "$ac_file" || continue
2158      case $ac_file in
2159        *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2160        *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2161              export ac_cv_exeext
2162              break;;
2163        * ) break;;
2164      esac
2165    done
2166    else
2167      { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2168    See \`config.log' for more details." >&5
2169    echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2170    See \`config.log' for more details." >&2;}
2171       { (exit 1); exit 1; }; }
2172    fi
2173    
2174    rm -f conftest$ac_cv_exeext
2175    echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2176    echo "${ECHO_T}$ac_cv_exeext" >&6
2177    
2178    rm -f conftest.$ac_ext
2179    EXEEXT=$ac_cv_exeext
2180    ac_exeext=$EXEEXT
2181    echo "$as_me:$LINENO: checking for suffix of object files" >&5
2182    echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2183    if test "${ac_cv_objext+set}" = set; then
2184      echo $ECHO_N "(cached) $ECHO_C" >&6
2185    else
2186      cat >conftest.$ac_ext <<_ACEOF
2187    /* confdefs.h.  */
2188    _ACEOF
2189    cat confdefs.h >>conftest.$ac_ext
2190    cat >>conftest.$ac_ext <<_ACEOF
2191    /* end confdefs.h.  */
2192    
2193    int
2194    main ()
2195    {
2196    
2197      ;
2198      return 0;
2199    }
2200    _ACEOF
2201    rm -f conftest.o conftest.obj
2202    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2203      (eval $ac_compile) 2>&5
2204      ac_status=$?
2205      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2206      (exit $ac_status); }; then
2207      for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2208      case $ac_file in
2209        *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2210        *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2211           break;;
2212      esac
2213    done
2214    else
2215      echo "$as_me: failed program was:" >&5
2216    sed 's/^/| /' conftest.$ac_ext >&5
2217    
2218    { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2219    See \`config.log' for more details." >&5
2220    echo "$as_me: error: cannot compute suffix of object files: cannot compile
2221    See \`config.log' for more details." >&2;}
2222       { (exit 1); exit 1; }; }
2223    fi
2224    
2225    rm -f conftest.$ac_cv_objext conftest.$ac_ext
2226    fi
2227    echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2228    echo "${ECHO_T}$ac_cv_objext" >&6
2229    OBJEXT=$ac_cv_objext
2230    ac_objext=$OBJEXT
2231    echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2232    echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2233    if test "${ac_cv_c_compiler_gnu+set}" = set; then
2234      echo $ECHO_N "(cached) $ECHO_C" >&6
2235    else
2236      cat >conftest.$ac_ext <<_ACEOF
2237    /* confdefs.h.  */
2238    _ACEOF
2239    cat confdefs.h >>conftest.$ac_ext
2240    cat >>conftest.$ac_ext <<_ACEOF
2241    /* end confdefs.h.  */
2242    
2243    int
2244    main ()
2245    {
2246    #ifndef __GNUC__
2247           choke me
2248    #endif
2249    
2250      ;
2251      return 0;
2252    }
2253    _ACEOF
2254    rm -f conftest.$ac_objext
2255    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2256      (eval $ac_compile) 2>conftest.er1
2257      ac_status=$?
2258      grep -v '^ *+' conftest.er1 >conftest.err
2259      rm -f conftest.er1
2260      cat conftest.err >&5
2261      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2262      (exit $ac_status); } &&
2263             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2264      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2265      (eval $ac_try) 2>&5
2266      ac_status=$?
2267      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2268      (exit $ac_status); }; } &&
2269             { ac_try='test -s conftest.$ac_objext'
2270      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2271      (eval $ac_try) 2>&5
2272      ac_status=$?
2273      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2274      (exit $ac_status); }; }; then
2275      ac_compiler_gnu=yes
2276    else
2277      echo "$as_me: failed program was:" >&5
2278    sed 's/^/| /' conftest.$ac_ext >&5
2279    
2280    ac_compiler_gnu=no
2281    fi
2282    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2283    ac_cv_c_compiler_gnu=$ac_compiler_gnu
2284    
2285    fi
2286    echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2287    echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2288    GCC=`test $ac_compiler_gnu = yes && echo yes`
2289    ac_test_CFLAGS=${CFLAGS+set}
2290    ac_save_CFLAGS=$CFLAGS
2291    CFLAGS="-g"
2292    echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2293    echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2294    if test "${ac_cv_prog_cc_g+set}" = set; then
2295      echo $ECHO_N "(cached) $ECHO_C" >&6
2296    else
2297      cat >conftest.$ac_ext <<_ACEOF
2298    /* confdefs.h.  */
2299    _ACEOF
2300    cat confdefs.h >>conftest.$ac_ext
2301    cat >>conftest.$ac_ext <<_ACEOF
2302    /* end confdefs.h.  */
2303    
2304    int
2305    main ()
2306    {
2307    
2308      ;
2309      return 0;
2310    }
2311    _ACEOF
2312    rm -f conftest.$ac_objext
2313    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2314      (eval $ac_compile) 2>conftest.er1
2315      ac_status=$?
2316      grep -v '^ *+' conftest.er1 >conftest.err
2317      rm -f conftest.er1
2318      cat conftest.err >&5
2319      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2320      (exit $ac_status); } &&
2321             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2322      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2323      (eval $ac_try) 2>&5
2324      ac_status=$?
2325      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2326      (exit $ac_status); }; } &&
2327             { ac_try='test -s conftest.$ac_objext'
2328      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2329      (eval $ac_try) 2>&5
2330      ac_status=$?
2331      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2332      (exit $ac_status); }; }; then
2333      ac_cv_prog_cc_g=yes
2334    else
2335      echo "$as_me: failed program was:" >&5
2336    sed 's/^/| /' conftest.$ac_ext >&5
2337    
2338    ac_cv_prog_cc_g=no
2339    fi
2340    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2341    fi
2342    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2343    echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2344    if test "$ac_test_CFLAGS" = set; then
2345      CFLAGS=$ac_save_CFLAGS
2346    elif test $ac_cv_prog_cc_g = yes; then
2347      if test "$GCC" = yes; then
2348        CFLAGS="-g -O2"
2349      else
2350        CFLAGS="-g"
2351      fi
2352    else
2353      if test "$GCC" = yes; then
2354        CFLAGS="-O2"
2355      else
2356        CFLAGS=
2357      fi
2358    fi
2359    echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2360    echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2361    if test "${ac_cv_prog_cc_stdc+set}" = set; then
2362      echo $ECHO_N "(cached) $ECHO_C" >&6
2363  else  else
2364    GCC=    ac_cv_prog_cc_stdc=no
2365    ac_save_CC=$CC
2366    cat >conftest.$ac_ext <<_ACEOF
2367    /* confdefs.h.  */
2368    _ACEOF
2369    cat confdefs.h >>conftest.$ac_ext
2370    cat >>conftest.$ac_ext <<_ACEOF
2371    /* end confdefs.h.  */
2372    #include <stdarg.h>
2373    #include <stdio.h>
2374    #include <sys/types.h>
2375    #include <sys/stat.h>
2376    /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2377    struct buf { int x; };
2378    FILE * (*rcsopen) (struct buf *, struct stat *, int);
2379    static char *e (p, i)
2380         char **p;
2381         int i;
2382    {
2383      return p[i];
2384    }
2385    static char *f (char * (*g) (char **, int), char **p, ...)
2386    {
2387      char *s;
2388      va_list v;
2389      va_start (v,p);
2390      s = g (p, va_arg (v,int));
2391      va_end (v);
2392      return s;
2393    }
2394    
2395    /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2396       function prototypes and stuff, but not '\xHH' hex character constants.
2397       These don't provoke an error unfortunately, instead are silently treated
2398       as 'x'.  The following induces an error, until -std1 is added to get
2399       proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2400       array size at least.  It's necessary to write '\x00'==0 to get something
2401       that's true only with -std1.  */
2402    int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2403    
2404    int test (int i, double x);
2405    struct s1 {int (*f) (int a);};
2406    struct s2 {int (*f) (double a);};
2407    int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2408    int argc;
2409    char **argv;
2410    int
2411    main ()
2412    {
2413    return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2414      ;
2415      return 0;
2416    }
2417    _ACEOF
2418    # Don't try gcc -ansi; that turns off useful extensions and
2419    # breaks some systems' header files.
2420    # AIX                   -qlanglvl=ansi
2421    # Ultrix and OSF/1      -std1
2422    # HP-UX 10.20 and later -Ae
2423    # HP-UX older versions  -Aa -D_HPUX_SOURCE
2424    # SVR4                  -Xc -D__EXTENSIONS__
2425    for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2426    do
2427      CC="$ac_save_CC $ac_arg"
2428      rm -f conftest.$ac_objext
2429    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2430      (eval $ac_compile) 2>conftest.er1
2431      ac_status=$?
2432      grep -v '^ *+' conftest.er1 >conftest.err
2433      rm -f conftest.er1
2434      cat conftest.err >&5
2435      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2436      (exit $ac_status); } &&
2437             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2438      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2439      (eval $ac_try) 2>&5
2440      ac_status=$?
2441      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2442      (exit $ac_status); }; } &&
2443             { ac_try='test -s conftest.$ac_objext'
2444      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2445      (eval $ac_try) 2>&5
2446      ac_status=$?
2447      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2448      (exit $ac_status); }; }; then
2449      ac_cv_prog_cc_stdc=$ac_arg
2450    break
2451    else
2452      echo "$as_me: failed program was:" >&5
2453    sed 's/^/| /' conftest.$ac_ext >&5
2454    
2455  fi  fi
2456    rm -f conftest.err conftest.$ac_objext
2457    done
2458    rm -f conftest.$ac_ext conftest.$ac_objext
2459    CC=$ac_save_CC
2460    
2461    fi
2462    
2463    case "x$ac_cv_prog_cc_stdc" in
2464      x|xno)
2465        echo "$as_me:$LINENO: result: none needed" >&5
2466    echo "${ECHO_T}none needed" >&6 ;;
2467      *)
2468        echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2469    echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2470        CC="$CC $ac_cv_prog_cc_stdc" ;;
2471    esac
2472    
2473    # Some people use a C++ compiler to compile C.  Since we use `exit',
2474    # in C++ we need to declare it.  In case someone uses the same compiler
2475    # for both compiling C and C++ we need to have the C++ compiler decide
2476    # the declaration of exit, since it's the most demanding environment.
2477    cat >conftest.$ac_ext <<_ACEOF
2478    #ifndef __cplusplus
2479      choke me
2480    #endif
2481    _ACEOF
2482    rm -f conftest.$ac_objext
2483    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2484      (eval $ac_compile) 2>conftest.er1
2485      ac_status=$?
2486      grep -v '^ *+' conftest.er1 >conftest.err
2487      rm -f conftest.er1
2488      cat conftest.err >&5
2489      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2490      (exit $ac_status); } &&
2491             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2492      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2493      (eval $ac_try) 2>&5
2494      ac_status=$?
2495      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2496      (exit $ac_status); }; } &&
2497             { ac_try='test -s conftest.$ac_objext'
2498      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2499      (eval $ac_try) 2>&5
2500      ac_status=$?
2501      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2502      (exit $ac_status); }; }; then
2503      for ac_declaration in \
2504       '' \
2505       'extern "C" void std::exit (int) throw (); using std::exit;' \
2506       'extern "C" void std::exit (int); using std::exit;' \
2507       'extern "C" void exit (int) throw ();' \
2508       'extern "C" void exit (int);' \
2509       'void exit (int);'
2510    do
2511      cat >conftest.$ac_ext <<_ACEOF
2512    /* confdefs.h.  */
2513    _ACEOF
2514    cat confdefs.h >>conftest.$ac_ext
2515    cat >>conftest.$ac_ext <<_ACEOF
2516    /* end confdefs.h.  */
2517    $ac_declaration
2518    #include <stdlib.h>
2519    int
2520    main ()
2521    {
2522    exit (42);
2523      ;
2524      return 0;
2525    }
2526    _ACEOF
2527    rm -f conftest.$ac_objext
2528    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2529      (eval $ac_compile) 2>conftest.er1
2530      ac_status=$?
2531      grep -v '^ *+' conftest.er1 >conftest.err
2532      rm -f conftest.er1
2533      cat conftest.err >&5
2534      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2535      (exit $ac_status); } &&
2536             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2537      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2538      (eval $ac_try) 2>&5
2539      ac_status=$?
2540      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2541      (exit $ac_status); }; } &&
2542             { ac_try='test -s conftest.$ac_objext'
2543      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2544      (eval $ac_try) 2>&5
2545      ac_status=$?
2546      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2547      (exit $ac_status); }; }; then
2548      :
2549    else
2550      echo "$as_me: failed program was:" >&5
2551    sed 's/^/| /' conftest.$ac_ext >&5
2552    
2553  # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.  continue
2554    fi
2555    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2556      cat >conftest.$ac_ext <<_ACEOF
2557    /* confdefs.h.  */
2558    _ACEOF
2559    cat confdefs.h >>conftest.$ac_ext
2560    cat >>conftest.$ac_ext <<_ACEOF
2561    /* end confdefs.h.  */
2562    $ac_declaration
2563    int
2564    main ()
2565    {
2566    exit (42);
2567      ;
2568      return 0;
2569    }
2570    _ACEOF
2571    rm -f conftest.$ac_objext
2572    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2573      (eval $ac_compile) 2>conftest.er1
2574      ac_status=$?
2575      grep -v '^ *+' conftest.er1 >conftest.err
2576      rm -f conftest.er1
2577      cat conftest.err >&5
2578      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2579      (exit $ac_status); } &&
2580             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2581      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2582      (eval $ac_try) 2>&5
2583      ac_status=$?
2584      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2585      (exit $ac_status); }; } &&
2586             { ac_try='test -s conftest.$ac_objext'
2587      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2588      (eval $ac_try) 2>&5
2589      ac_status=$?
2590      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2591      (exit $ac_status); }; }; then
2592      break
2593    else
2594      echo "$as_me: failed program was:" >&5
2595    sed 's/^/| /' conftest.$ac_ext >&5
2596    
2597    fi
2598    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2599    done
2600    rm -f conftest*
2601    if test -n "$ac_declaration"; then
2602      echo '#ifdef __cplusplus' >>confdefs.h
2603      echo $ac_declaration      >>confdefs.h
2604      echo '#endif'             >>confdefs.h
2605    fi
2606    
2607    else
2608      echo "$as_me: failed program was:" >&5
2609    sed 's/^/| /' conftest.$ac_ext >&5
2610    
2611    fi
2612    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2613    ac_ext=c
2614    ac_cpp='$CPP $CPPFLAGS'
2615    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2616    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2617    ac_compiler_gnu=$ac_cv_c_compiler_gnu
2618    
2619    
2620    if test -n "$ac_tool_prefix"; then
2621      # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
2622  set dummy ${ac_tool_prefix}ld; ac_word=$2  set dummy ${ac_tool_prefix}ld; ac_word=$2
2623  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:$LINENO: checking for $ac_word" >&5
2624  echo "configure:1285: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2625  if eval "test \"\${ac_cv_prog_LD+set}\" = set"; then  if test "${ac_cv_prog_LD+set}" = set; then
2626    echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2627  else  else
2628    if test -n "$LD"; then    if test -n "$LD"; then
2629    ac_cv_prog_LD="$LD" # Let the user override the test.    ac_cv_prog_LD="$LD" # Let the user override the test.
2630  else  else
2631    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2632    ac_dummy="$PATH"  for as_dir in $PATH
2633    for ac_dir in $ac_dummy; do  do
2634      test -z "$ac_dir" && ac_dir=.    IFS=$as_save_IFS
2635      if test -f $ac_dir/$ac_word; then    test -z "$as_dir" && as_dir=.
2636        ac_cv_prog_LD="${ac_tool_prefix}ld"    for ac_exec_ext in '' $ac_executable_extensions; do
2637        break    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2638      fi      ac_cv_prog_LD="${ac_tool_prefix}ld"
2639    done      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2640    IFS="$ac_save_ifs"      break 2
2641    test -z "$ac_cv_prog_LD" && ac_cv_prog_LD="ld"    fi
2642    done
2643    done
2644    
2645  fi  fi
2646  fi  fi
2647  LD="$ac_cv_prog_LD"  LD=$ac_cv_prog_LD
2648  if test -n "$LD"; then  if test -n "$LD"; then
2649    echo "$ac_t""$LD" 1>&6    echo "$as_me:$LINENO: result: $LD" >&5
2650    echo "${ECHO_T}$LD" >&6
2651    else
2652      echo "$as_me:$LINENO: result: no" >&5
2653    echo "${ECHO_T}no" >&6
2654    fi
2655    
2656    fi
2657    if test -z "$ac_cv_prog_LD"; then
2658      ac_ct_LD=$LD
2659      # Extract the first word of "ld", so it can be a program name with args.
2660    set dummy ld; ac_word=$2
2661    echo "$as_me:$LINENO: checking for $ac_word" >&5
2662    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2663    if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
2664      echo $ECHO_N "(cached) $ECHO_C" >&6
2665    else
2666      if test -n "$ac_ct_LD"; then
2667      ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
2668    else
2669    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2670    for as_dir in $PATH
2671    do
2672      IFS=$as_save_IFS
2673      test -z "$as_dir" && as_dir=.
2674      for ac_exec_ext in '' $ac_executable_extensions; do
2675      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2676        ac_cv_prog_ac_ct_LD="ld"
2677        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2678        break 2
2679      fi
2680    done
2681    done
2682    
2683    fi
2684    fi
2685    ac_ct_LD=$ac_cv_prog_ac_ct_LD
2686    if test -n "$ac_ct_LD"; then
2687      echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
2688    echo "${ECHO_T}$ac_ct_LD" >&6
2689  else  else
2690    echo "$ac_t""no" 1>&6    echo "$as_me:$LINENO: result: no" >&5
2691    echo "${ECHO_T}no" >&6
2692  fi  fi
2693    
2694      LD=$ac_ct_LD
2695    else
2696      LD="$ac_cv_prog_LD"
2697    fi
2698    
2699    
2700    
# Line 1320  if test "${enable_3c501+set}" = set; the Line 2707  if test "${enable_3c501+set}" = set; the
2707    enableval="$enable_3c501"    enableval="$enable_3c501"
2708    enable_el1="$enable_3c501"    enable_el1="$enable_3c501"
2709    
2710  fi  fi;
   
2711    
2712  # Checking for alias 3c503  # Checking for alias 3c503
2713  # Check whether --enable-3c503 or --disable-3c503 was given.  # Check whether --enable-3c503 or --disable-3c503 was given.
# Line 1329  if test "${enable_3c503+set}" = set; the Line 2715  if test "${enable_3c503+set}" = set; the
2715    enableval="$enable_3c503"    enableval="$enable_3c503"
2716    enable_el2="$enable_3c503"    enable_el2="$enable_3c503"
2717    
2718  fi  fi;
   
2719    
2720  # Checking for alias 3c509  # Checking for alias 3c509
2721  # Check whether --enable-3c509 or --disable-3c509 was given.  # Check whether --enable-3c509 or --disable-3c509 was given.
# Line 1338  if test "${enable_3c509+set}" = set; the Line 2723  if test "${enable_3c509+set}" = set; the
2723    enableval="$enable_3c509"    enableval="$enable_3c509"
2724    enable_el3="$enable_3c509"    enable_el3="$enable_3c509"
2725    
2726  fi  fi;
   
2727    
2728  # Checking for alias 3c579  # Checking for alias 3c579
2729  # Check whether --enable-3c579 or --disable-3c579 was given.  # Check whether --enable-3c579 or --disable-3c579 was given.
# Line 1347  if test "${enable_3c579+set}" = set; the Line 2731  if test "${enable_3c579+set}" = set; the
2731    enableval="$enable_3c579"    enableval="$enable_3c579"
2732    enable_el3="$enable_3c579"    enable_el3="$enable_3c579"
2733    
2734  fi  fi;
   
2735    
2736  # Checking for alias 3c59x  # Checking for alias 3c59x
2737  # Check whether --enable-3c59x or --disable-3c59x was given.  # Check whether --enable-3c59x or --disable-3c59x was given.
# Line 1356  if test "${enable_3c59x+set}" = set; the Line 2739  if test "${enable_3c59x+set}" = set; the
2739    enableval="$enable_3c59x"    enableval="$enable_3c59x"
2740    enable_vortex="$enable_3c59x"    enable_vortex="$enable_3c59x"
2741    
2742  fi  fi;
   
2743    
2744  # Checking for alias 3c90x  # Checking for alias 3c90x
2745  # Check whether --enable-3c90x or --disable-3c90x was given.  # Check whether --enable-3c90x or --disable-3c90x was given.
# Line 1365  if test "${enable_3c90x+set}" = set; the Line 2747  if test "${enable_3c90x+set}" = set; the
2747    enableval="$enable_3c90x"    enableval="$enable_3c90x"
2748    enable_vortex="$enable_3c90x"    enable_vortex="$enable_3c90x"
2749    
2750  fi  fi;
   
2751    
2752  # Checking for alias hpj2577  # Checking for alias hpj2577
2753  # Check whether --enable-hpj2577 or --disable-hpj2577 was given.  # Check whether --enable-hpj2577 or --disable-hpj2577 was given.
# Line 1374  if test "${enable_hpj2577+set}" = set; t Line 2755  if test "${enable_hpj2577+set}" = set; t
2755    enableval="$enable_hpj2577"    enableval="$enable_hpj2577"
2756    enable_hp100="$enable_hpj2577"    enable_hp100="$enable_hpj2577"
2757    
2758  fi  fi;
   
2759    
2760  # Checking for alias hpj2573  # Checking for alias hpj2573
2761  # Check whether --enable-hpj2573 or --disable-hpj2573 was given.  # Check whether --enable-hpj2573 or --disable-hpj2573 was given.
# Line 1383  if test "${enable_hpj2573+set}" = set; t Line 2763  if test "${enable_hpj2573+set}" = set; t
2763    enableval="$enable_hpj2573"    enableval="$enable_hpj2573"
2764    enable_hp100="$enable_hpj2573"    enable_hp100="$enable_hpj2573"
2765    
2766  fi  fi;
   
2767    
2768  # Checking for alias hpj2585  # Checking for alias hpj2585
2769  # Check whether --enable-hpj2585 or --disable-hpj2585 was given.  # Check whether --enable-hpj2585 or --disable-hpj2585 was given.
# Line 1392  if test "${enable_hpj2585+set}" = set; t Line 2771  if test "${enable_hpj2585+set}" = set; t
2771    enableval="$enable_hpj2585"    enableval="$enable_hpj2585"
2772    enable_hp100="$enable_hpj2585"    enable_hp100="$enable_hpj2585"
2773    
2774  fi  fi;
   
2775    
2776  # Checking for alias hp27248b  # Checking for alias hp27248b
2777  # Check whether --enable-hp27248b or --disable-hp27248b was given.  # Check whether --enable-hp27248b or --disable-hp27248b was given.
# Line 1401  if test "${enable_hp27248b+set}" = set; Line 2779  if test "${enable_hp27248b+set}" = set;
2779    enableval="$enable_hp27248b"    enableval="$enable_hp27248b"
2780    enable_hp100="$enable_hp27248b"    enable_hp100="$enable_hp27248b"
2781    
2782  fi  fi;
   
2783    
2784  # Checking for alias eth32  # Checking for alias eth32
2785  # Check whether --enable-eth32 or --disable-eth32 was given.  # Check whether --enable-eth32 or --disable-eth32 was given.
# Line 1410  if test "${enable_eth32+set}" = set; the Line 2787  if test "${enable_eth32+set}" = set; the
2787    enableval="$enable_eth32"    enableval="$enable_eth32"
2788    enable_eth16i="$enable_eth32"    enable_eth16i="$enable_eth32"
2789    
2790  fi  fi;
   
2791    
2792  # Checking for alias znote  # Checking for alias znote
2793  # Check whether --enable-znote or --disable-znote was given.  # Check whether --enable-znote or --disable-znote was given.
# Line 1419  if test "${enable_znote+set}" = set; the Line 2795  if test "${enable_znote+set}" = set; the
2795    enableval="$enable_znote"    enableval="$enable_znote"
2796    enable_znet="$enable_znote"    enable_znet="$enable_znote"
2797    
2798  fi  fi;
   
2799    
2800  # Checking for alias de100  # Checking for alias de100
2801  # Check whether --enable-de100 or --disable-de100 was given.  # Check whether --enable-de100 or --disable-de100 was given.
# Line 1428  if test "${enable_de100+set}" = set; the Line 2803  if test "${enable_de100+set}" = set; the
2803    enableval="$enable_de100"    enableval="$enable_de100"
2804    enable_depca="$enable_de100"    enable_depca="$enable_de100"
2805    
2806  fi  fi;
   
2807    
2808  # Checking for alias de101  # Checking for alias de101
2809  # Check whether --enable-de101 or --disable-de101 was given.  # Check whether --enable-de101 or --disable-de101 was given.
# Line 1437  if test "${enable_de101+set}" = set; the Line 2811  if test "${enable_de101+set}" = set; the
2811    enableval="$enable_de101"    enableval="$enable_de101"
2812    enable_depca="$enable_de101"    enable_depca="$enable_de101"
2813    
2814  fi  fi;
   
2815    
2816  # Checking for alias de200  # Checking for alias de200
2817  # Check whether --enable-de200 or --disable-de200 was given.  # Check whether --enable-de200 or --disable-de200 was given.
# Line 1446  if test "${enable_de200+set}" = set; the Line 2819  if test "${enable_de200+set}" = set; the
2819    enableval="$enable_de200"    enableval="$enable_de200"
2820    enable_depca="$enable_de200"    enable_depca="$enable_de200"
2821    
2822  fi  fi;
   
2823    
2824  # Checking for alias de201  # Checking for alias de201
2825  # Check whether --enable-de201 or --disable-de201 was given.  # Check whether --enable-de201 or --disable-de201 was given.
# Line 1455  if test "${enable_de201+set}" = set; the Line 2827  if test "${enable_de201+set}" = set; the
2827    enableval="$enable_de201"    enableval="$enable_de201"
2828    enable_depca="$enable_de201"    enable_depca="$enable_de201"
2829    
2830  fi  fi;
   
2831    
2832  # Checking for alias de202  # Checking for alias de202
2833  # Check whether --enable-de202 or --disable-de202 was given.  # Check whether --enable-de202 or --disable-de202 was given.
# Line 1464  if test "${enable_de202+set}" = set; the Line 2835  if test "${enable_de202+set}" = set; the
2835    enableval="$enable_de202"    enableval="$enable_de202"
2836    enable_depca="$enable_de202"    enable_depca="$enable_de202"
2837    
2838  fi  fi;
   
2839    
2840  # Checking for alias de210  # Checking for alias de210
2841  # Check whether --enable-de210 or --disable-de210 was given.  # Check whether --enable-de210 or --disable-de210 was given.
# Line 1473  if test "${enable_de210+set}" = set; the Line 2843  if test "${enable_de210+set}" = set; the
2843    enableval="$enable_de210"    enableval="$enable_de210"
2844    enable_depca="$enable_de210"    enable_depca="$enable_de210"
2845    
2846  fi  fi;
   
2847    
2848  # Checking for alias de422  # Checking for alias de422
2849  # Check whether --enable-de422 or --disable-de422 was given.  # Check whether --enable-de422 or --disable-de422 was given.
# Line 1482  if test "${enable_de422+set}" = set; the Line 2851  if test "${enable_de422+set}" = set; the
2851    enableval="$enable_de422"    enableval="$enable_de422"
2852    enable_depca="$enable_de422"    enable_depca="$enable_de422"
2853    
2854  fi  fi;
   
2855    
2856  # Checking for alias de203  # Checking for alias de203
2857  # Check whether --enable-de203 or --disable-de203 was given.  # Check whether --enable-de203 or --disable-de203 was given.
# Line 1491  if test "${enable_de203+set}" = set; the Line 2859  if test "${enable_de203+set}" = set; the
2859    enableval="$enable_de203"    enableval="$enable_de203"
2860    enable_ewrk3="$enable_de203"    enable_ewrk3="$enable_de203"
2861    
2862  fi  fi;
   
2863    
2864  # Checking for alias de204  # Checking for alias de204
2865  # Check whether --enable-de204 or --disable-de204 was given.  # Check whether --enable-de204 or --disable-de204 was given.
# Line 1500  if test "${enable_de204+set}" = set; the Line 2867  if test "${enable_de204+set}" = set; the
2867    enableval="$enable_de204"    enableval="$enable_de204"
2868    enable_ewrk3="$enable_de204"    enable_ewrk3="$enable_de204"
2869    
2870  fi  fi;
   
2871    
2872  # Checking for alias de205  # Checking for alias de205
2873  # Check whether --enable-de205 or --disable-de205 was given.  # Check whether --enable-de205 or --disable-de205 was given.
# Line 1509  if test "${enable_de205+set}" = set; the Line 2875  if test "${enable_de205+set}" = set; the
2875    enableval="$enable_de205"    enableval="$enable_de205"
2876    enable_ewrk3="$enable_de205"    enable_ewrk3="$enable_de205"
2877    
2878  fi  fi;
   
2879    
2880  # Checking for alias de425  # Checking for alias de425
2881  # Check whether --enable-de425 or --disable-de425 was given.  # Check whether --enable-de425 or --disable-de425 was given.
# Line 1518  if test "${enable_de425+set}" = set; the Line 2883  if test "${enable_de425+set}" = set; the
2883    enableval="$enable_de425"    enableval="$enable_de425"
2884    enable_de4x5="$enable_de425"    enable_de4x5="$enable_de425"
2885    
2886  fi  fi;
   
2887    
2888  # Checking for alias de434  # Checking for alias de434
2889  # Check whether --enable-de434 or --disable-de434 was given.  # Check whether --enable-de434 or --disable-de434 was given.
# Line 1527  if test "${enable_de434+set}" = set; the Line 2891  if test "${enable_de434+set}" = set; the
2891    enableval="$enable_de434"    enableval="$enable_de434"
2892    enable_de4x5="$enable_de434"    enable_de4x5="$enable_de434"
2893    
2894  fi  fi;
   
2895    
2896  # Checking for alias de435  # Checking for alias de435
2897  # Check whether --enable-de435 or --disable-de435 was given.  # Check whether --enable-de435 or --disable-de435 was given.
# Line 1536  if test "${enable_de435+set}" = set; the Line 2899  if test "${enable_de435+set}" = set; the
2899    enableval="$enable_de435"    enableval="$enable_de435"
2900    enable_de4x5="$enable_de435"    enable_de4x5="$enable_de435"
2901    
2902  fi  fi;
   
2903    
2904  # Checking for alias de450  # Checking for alias de450
2905  # Check whether --enable-de450 or --disable-de450 was given.  # Check whether --enable-de450 or --disable-de450 was given.
# Line 1545  if test "${enable_de450+set}" = set; the Line 2907  if test "${enable_de450+set}" = set; the
2907    enableval="$enable_de450"    enableval="$enable_de450"
2908    enable_de4x5="$enable_de450"    enable_de4x5="$enable_de450"
2909    
2910  fi  fi;
   
2911    
2912  # Checking for alias de500  # Checking for alias de500
2913  # Check whether --enable-de500 or --disable-de500 was given.  # Check whether --enable-de500 or --disable-de500 was given.
# Line 1554  if test "${enable_de500+set}" = set; the Line 2915  if test "${enable_de500+set}" = set; the
2915    enableval="$enable_de500"    enableval="$enable_de500"
2916    enable_de4x5="$enable_de500"    enable_de4x5="$enable_de500"
2917    
2918  fi  fi;
   
2919    
2920  # Checking for alias 3c507  # Checking for alias 3c507
2921  # Check whether --enable-3c507 or --disable-3c507 was given.  # Check whether --enable-3c507 or --disable-3c507 was given.
# Line 1563  if test "${enable_3c507+set}" = set; the Line 2923  if test "${enable_3c507+set}" = set; the
2923    enableval="$enable_3c507"    enableval="$enable_3c507"
2924    enable_el16="$enable_3c507"    enable_el16="$enable_3c507"
2925    
2926  fi  fi;
   
2927    
2928  # Checking for alias 3c505  # Checking for alias 3c505
2929  # Check whether --enable-3c505 or --disable-3c505 was given.  # Check whether --enable-3c505 or --disable-3c505 was given.
# Line 1572  if test "${enable_3c505+set}" = set; the Line 2931  if test "${enable_3c505+set}" = set; the
2931    enableval="$enable_3c505"    enableval="$enable_3c505"
2932    enable_elplus="$enable_3c505"    enable_elplus="$enable_3c505"
2933    
2934  fi  fi;
   
2935    
2936  # Checking for alias ne1000  # Checking for alias ne1000
2937  # Check whether --enable-ne1000 or --disable-ne1000 was given.  # Check whether --enable-ne1000 or --disable-ne1000 was given.
# Line 1581  if test "${enable_ne1000+set}" = set; th Line 2939  if test "${enable_ne1000+set}" = set; th
2939    enableval="$enable_ne1000"    enableval="$enable_ne1000"
2940    enable_ne2000="$enable_ne1000"    enable_ne2000="$enable_ne1000"
2941    
2942  fi  fi;
   
2943    
2944  # Checking for alias ne  # Checking for alias ne
2945  # Check whether --enable-ne or --disable-ne was given.  # Check whether --enable-ne or --disable-ne was given.
# Line 1590  if test "${enable_ne+set}" = set; then Line 2947  if test "${enable_ne+set}" = set; then
2947    enableval="$enable_ne"    enableval="$enable_ne"
2948    enable_ne2000="$enable_ne"    enable_ne2000="$enable_ne"
2949    
2950  fi  fi;
   
2951    
2952  # Checking for alias at1500  # Checking for alias at1500
2953  # Check whether --enable-at1500 or --disable-at1500 was given.  # Check whether --enable-at1500 or --disable-at1500 was given.
# Line 1599  if test "${enable_at1500+set}" = set; th Line 2955  if test "${enable_at1500+set}" = set; th
2955    enableval="$enable_at1500"    enableval="$enable_at1500"
2956    enable_lance="$enable_at1500"    enable_lance="$enable_at1500"
2957    
2958  fi  fi;
   
2959    
2960  # Checking for alias ne2100  # Checking for alias ne2100
2961  # Check whether --enable-ne2100 or --disable-ne2100 was given.  # Check whether --enable-ne2100 or --disable-ne2100 was given.
# Line 1608  if test "${enable_ne2100+set}" = set; th Line 2963  if test "${enable_ne2100+set}" = set; th
2963    enableval="$enable_ne2100"    enableval="$enable_ne2100"
2964    enable_lance="$enable_ne2100"    enable_lance="$enable_ne2100"
2965    
2966  fi  fi;
   
2967    
2968  # Checking for alias tulip  # Checking for alias tulip
2969  # Check whether --enable-tulip or --disable-tulip was given.  # Check whether --enable-tulip or --disable-tulip was given.
# Line 1617  if test "${enable_tulip+set}" = set; the Line 2971  if test "${enable_tulip+set}" = set; the
2971    enableval="$enable_tulip"    enableval="$enable_tulip"
2972    enable_elcp="$enable_tulip"    enable_elcp="$enable_tulip"
2973    
2974  fi  fi;
   
2975    
2976  # Checking for alias rtl8129  # Checking for alias rtl8129
2977  # Check whether --enable-rtl8129 or --disable-rtl8129 was given.  # Check whether --enable-rtl8129 or --disable-rtl8129 was given.
# Line 1626  if test "${enable_rtl8129+set}" = set; t Line 2979  if test "${enable_rtl8129+set}" = set; t
2979    enableval="$enable_rtl8129"    enableval="$enable_rtl8129"
2980    enable_rtl8139="$enable_rtl8129"    enable_rtl8139="$enable_rtl8129"
2981    
2982  fi  fi;
   
2983    
2984  # Checking for alias aha2825  # Checking for alias aha2825
2985  # Check whether --enable-aha2825 or --disable-aha2825 was given.  # Check whether --enable-aha2825 or --disable-aha2825 was given.
# Line 1635  if test "${enable_aha2825+set}" = set; t Line 2987  if test "${enable_aha2825+set}" = set; t
2987    enableval="$enable_aha2825"    enableval="$enable_aha2825"
2988    enable_aha152x="$enable_aha2825"    enable_aha152x="$enable_aha2825"
2989    
2990  fi  fi;
   
2991    
2992  # Checking for alias ncr53c400  # Checking for alias ncr53c400
2993  # Check whether --enable-ncr53c400 or --disable-ncr53c400 was given.  # Check whether --enable-ncr53c400 or --disable-ncr53c400 was given.
# Line 1644  if test "${enable_ncr53c400+set}" = set; Line 2995  if test "${enable_ncr53c400+set}" = set;
2995    enableval="$enable_ncr53c400"    enableval="$enable_ncr53c400"
2996    enable_ncr5380="$enable_ncr53c400"    enable_ncr5380="$enable_ncr53c400"
2997    
2998  fi  fi;
   
2999    
3000  # Checking for alias t128f  # Checking for alias t128f
3001  # Check whether --enable-t128f or --disable-t128f was given.  # Check whether --enable-t128f or --disable-t128f was given.
# Line 1653  if test "${enable_t128f+set}" = set; the Line 3003  if test "${enable_t128f+set}" = set; the
3003    enableval="$enable_t128f"    enableval="$enable_t128f"
3004    enable_t128="$enable_t128f"    enable_t128="$enable_t128f"
3005    
3006  fi  fi;
   
3007    
3008  # Checking for alias t228  # Checking for alias t228
3009  # Check whether --enable-t228 or --disable-t228 was given.  # Check whether --enable-t228 or --disable-t228 was given.
# Line 1662  if test "${enable_t228+set}" = set; then Line 3011  if test "${enable_t228+set}" = set; then
3011    enableval="$enable_t228"    enableval="$enable_t228"
3012    enable_t128="$enable_t228"    enable_t128="$enable_t228"
3013    
3014  fi  fi;
   
3015    
3016  # Checking for alias am79c974  # Checking for alias am79c974
3017  # Check whether --enable-am79c974 or --disable-am79c974 was given.  # Check whether --enable-am79c974 or --disable-am79c974 was given.
# Line 1671  if test "${enable_am79c974+set}" = set; Line 3019  if test "${enable_am79c974+set}" = set;
3019    enableval="$enable_am79c974"    enableval="$enable_am79c974"
3020    enable_am53c974="$enable_am79c974"    enable_am53c974="$enable_am79c974"
3021    
3022  fi  fi;
   
3023    
3024  # Checking for alias dtc3180  # Checking for alias dtc3180
3025  # Check whether --enable-dtc3180 or --disable-dtc3180 was given.  # Check whether --enable-dtc3180 or --disable-dtc3180 was given.
# Line 1680  if test "${enable_dtc3180+set}" = set; t Line 3027  if test "${enable_dtc3180+set}" = set; t
3027    enableval="$enable_dtc3180"    enableval="$enable_dtc3180"
3028    enable_dtc3280="$enable_dtc3180"    enable_dtc3280="$enable_dtc3180"
3029    
3030  fi  fi;
   
3031    
3032  # Checking for alias dc390w  # Checking for alias dc390w
3033  # Check whether --enable-dc390w or --disable-dc390w was given.  # Check whether --enable-dc390w or --disable-dc390w was given.
# Line 1689  if test "${enable_dc390w+set}" = set; th Line 3035  if test "${enable_dc390w+set}" = set; th
3035    enableval="$enable_dc390w"    enableval="$enable_dc390w"
3036    enable_ncr53c8xx="$enable_dc390w"    enable_ncr53c8xx="$enable_dc390w"
3037    
3038  fi  fi;
   
3039    
3040  # Checking for alias dc390u  # Checking for alias dc390u
3041  # Check whether --enable-dc390u or --disable-dc390u was given.  # Check whether --enable-dc390u or --disable-dc390u was given.
# Line 1698  if test "${enable_dc390u+set}" = set; th Line 3043  if test "${enable_dc390u+set}" = set; th
3043    enableval="$enable_dc390u"    enableval="$enable_dc390u"
3044    enable_ncr53c8xx="$enable_dc390u"    enable_ncr53c8xx="$enable_dc390u"
3045    
3046  fi  fi;
   
3047    
3048  # Checking for alias dc390f  # Checking for alias dc390f
3049  # Check whether --enable-dc390f or --disable-dc390f was given.  # Check whether --enable-dc390f or --disable-dc390f was given.
# Line 1707  if test "${enable_dc390f+set}" = set; th Line 3051  if test "${enable_dc390f+set}" = set; th
3051    enableval="$enable_dc390f"    enableval="$enable_dc390f"
3052    enable_ncr53c8xx="$enable_dc390f"    enable_ncr53c8xx="$enable_dc390f"
3053    
3054  fi  fi;
   
3055    
3056  # Checking for alias dc390  # Checking for alias dc390
3057  # Check whether --enable-dc390 or --disable-dc390 was given.  # Check whether --enable-dc390 or --disable-dc390 was given.
# Line 1716  if test "${enable_dc390+set}" = set; the Line 3059  if test "${enable_dc390+set}" = set; the
3059    enableval="$enable_dc390"    enableval="$enable_dc390"
3060    enable_dc390t="$enable_dc390"    enable_dc390t="$enable_dc390"
3061    
3062  fi  fi;
   
3063    
3064  # Checking for alias epic100  # Checking for alias epic100
3065  # Check whether --enable-epic100 or --disable-epic100 was given.  # Check whether --enable-epic100 or --disable-epic100 was given.
# Line 1725  if test "${enable_epic100+set}" = set; t Line 3067  if test "${enable_epic100+set}" = set; t
3067    enableval="$enable_epic100"    enableval="$enable_epic100"
3068    enable_epic="$enable_epic100"    enable_epic="$enable_epic100"
3069    
3070  fi  fi;
3071    
3072    
3073    
3074    
3075    
3076    
3077  driver_class_scsi_option=CONFIG_SCSI  driver_class_scsi_option=CONFIG_SCSI
3078  driver_class_scsi_files="constants.o hosts.o scsi.o scsi_ioctl.o scsi_proc.o scsicam.o sd.o sd_ioctl.o sr.o sr_ioctl.o"  driver_class_scsi_files=" \
3079      constants.o hosts.o scsi.o scsi_ioctl.o scsi_proc.o scsicam.o sd.o \
3080      sd_ioctl.o sr.o sr_ioctl.o"
3081    
3082    
3083    
3084    
3085    
3086  driver_class_net_option=CONFIG_INET  driver_class_net_option=CONFIG_INET
3087  driver_class_net_files="auto_irq.o net.o Space.o dev.o net_init.o"  driver_class_net_files=" \
3088      auto_irq.o net.o Space.o dev.o net_init.o"
3089    
3090    
3091    
# Line 1749  driver_class_net_files="auto_irq.o net.o Line 3097  driver_class_net_files="auto_irq.o net.o
3097  # Check whether --enable-floppy or --disable-floppy was given.  # Check whether --enable-floppy or --disable-floppy was given.
3098  if test "${enable_floppy+set}" = set; then  if test "${enable_floppy+set}" = set; then
3099    enableval="$enable_floppy"    enableval="$enable_floppy"
3100    if test "x$enableval" != xno; then  
3101  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3102    
3103    cat >>confdefs.h <<\_ACEOF
3104  #define CONFIG_BLK_DEV_FD 1  #define CONFIG_BLK_DEV_FD 1
3105  EOF  _ACEOF
3106    
3107  device_drivers="$device_drivers floppy.o"  device_drivers="$device_drivers floppy.o"
3108  if test "${driver_class__selected+set}" != set; then  if test "${driver_class__selected+set}" != set; then
3109    driver_class__selected=yes    driver_class__selected=yes
3110    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3111  #define $driver_class__option 1  #define $driver_class__option 1
3112  EOF  _ACEOF
3113    
3114    device_drivers="$device_drivers $driver_class__files"    device_drivers="$device_drivers $driver_class__files"
3115  fi  fi
3116  fi  fi
3117    
3118  fi  fi;
   
3119    
3120  # Checking for device driver option ide  # Checking for device driver option ide
3121  # Check whether --enable-ide or --disable-ide was given.  # Check whether --enable-ide or --disable-ide was given.
3122  if test "${enable_ide+set}" = set; then  if test "${enable_ide+set}" = set; then
3123    enableval="$enable_ide"    enableval="$enable_ide"
3124    if test "x$enableval" != xno; then  
3125  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3126    
3127    cat >>confdefs.h <<\_ACEOF
3128  #define CONFIG_BLK_DEV_IDE 1  #define CONFIG_BLK_DEV_IDE 1
3129  EOF  _ACEOF
3130    
3131  device_drivers="$device_drivers cmd640.o ide-cd.o ide.o rz1000.o triton.o"  device_drivers="$device_drivers  \
3132      cmd640.o ide-cd.o ide.o rz1000.o triton.o"
3133  if test "${driver_class__selected+set}" != set; then  if test "${driver_class__selected+set}" != set; then
3134    driver_class__selected=yes    driver_class__selected=yes
3135    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3136  #define $driver_class__option 1  #define $driver_class__option 1
3137  EOF  _ACEOF
3138    
3139    device_drivers="$device_drivers $driver_class__files"    device_drivers="$device_drivers $driver_class__files"
3140  fi  fi
3141  fi  fi
3142    
3143  fi  fi;
3144    
3145    
3146    
# Line 1800  if test "${enable_advansys+set}" = set; Line 3152  if test "${enable_advansys+set}" = set;
3152    enableval="$enable_advansys"    enableval="$enable_advansys"
3153    enable_advansys="$enable_advansys"    enable_advansys="$enable_advansys"
3154    
3155  fi  fi;
   
3156    
3157  # Checking for device driver option advansys  # Checking for device driver option advansys
3158  # Check whether --enable-advansys or --disable-advansys was given.  # Check whether --enable-advansys or --disable-advansys was given.
3159  if test "${enable_advansys+set}" = set; then  if test "${enable_advansys+set}" = set; then
3160    enableval="$enable_advansys"    enableval="$enable_advansys"
3161    if test "x$enableval" != xno; then  
3162  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3163    
3164    cat >>confdefs.h <<\_ACEOF
3165  #define CONFIG_SCSI_ADVANSYS 1  #define CONFIG_SCSI_ADVANSYS 1
3166  EOF  _ACEOF
3167    
3168  device_drivers="$device_drivers advansys.o"  device_drivers="$device_drivers advansys.o"
3169  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3170    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3171    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3172  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3173  EOF  _ACEOF
3174    
3175    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3176  fi  fi
3177  fi  fi
3178    
3179  fi  fi;
3180    
3181    
3182    
3183  # Checking for alias BusLogic  # Checking for alias BusLogic
# Line 1832  if test "${enable_BusLogic+set}" = set; Line 3186  if test "${enable_BusLogic+set}" = set;
3186    enableval="$enable_BusLogic"    enableval="$enable_BusLogic"
3187    enable_buslogic="$enable_BusLogic"    enable_buslogic="$enable_BusLogic"
3188    
3189  fi  fi;
   
3190    
3191  # Checking for device driver option buslogic  # Checking for device driver option buslogic
3192  # Check whether --enable-buslogic or --disable-buslogic was given.  # Check whether --enable-buslogic or --disable-buslogic was given.
3193  if test "${enable_buslogic+set}" = set; then  if test "${enable_buslogic+set}" = set; then
3194    enableval="$enable_buslogic"    enableval="$enable_buslogic"
3195    if test "x$enableval" != xno; then  
3196  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3197    
3198    cat >>confdefs.h <<\_ACEOF
3199  #define CONFIG_SCSI_BUSLOGIC 1  #define CONFIG_SCSI_BUSLOGIC 1
3200  EOF  _ACEOF
3201    
3202  device_drivers="$device_drivers BusLogic.o"  device_drivers="$device_drivers BusLogic.o"
3203  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3204    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3205    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3206  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3207  EOF  _ACEOF
3208    
3209    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3210  fi  fi
3211  fi  fi
3212    
3213  fi  fi;
3214    
3215    
3216    
3217  # Checking for alias u14-34f  # Checking for alias u14-34f
# Line 1864  if test "${enable_u14_34f+set}" = set; t Line 3220  if test "${enable_u14_34f+set}" = set; t
3220    enableval="$enable_u14_34f"    enableval="$enable_u14_34f"
3221    enable_u1434f="$enable_u14-34f"    enable_u1434f="$enable_u14-34f"
3222    
3223  fi  fi;
   
3224    
3225  # Checking for device driver option u1434f  # Checking for device driver option u1434f
3226  # Check whether --enable-u1434f or --disable-u1434f was given.  # Check whether --enable-u1434f or --disable-u1434f was given.
3227  if test "${enable_u1434f+set}" = set; then  if test "${enable_u1434f+set}" = set; then
3228    enableval="$enable_u1434f"    enableval="$enable_u1434f"
3229    if test "x$enableval" != xno; then  
3230  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3231    
3232    cat >>confdefs.h <<\_ACEOF
3233  #define CONFIG_SCSI_U14_34F 1  #define CONFIG_SCSI_U14_34F 1
3234  EOF  _ACEOF
3235    
3236  device_drivers="$device_drivers u14-34f.o"  device_drivers="$device_drivers u14-34f.o"
3237  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3238    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3239    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3240  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3241  EOF  _ACEOF
3242    
3243    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3244  fi  fi
3245  fi  fi
3246    
3247  fi  fi;
3248    
3249    
3250    
3251  # Checking for alias ultrastor  # Checking for alias ultrastor
# Line 1896  if test "${enable_ultrastor+set}" = set; Line 3254  if test "${enable_ultrastor+set}" = set;
3254    enableval="$enable_ultrastor"    enableval="$enable_ultrastor"
3255    enable_ultrastor="$enable_ultrastor"    enable_ultrastor="$enable_ultrastor"
3256    
3257  fi  fi;
   
3258    
3259  # Checking for device driver option ultrastor  # Checking for device driver option ultrastor
3260  # Check whether --enable-ultrastor or --disable-ultrastor was given.  # Check whether --enable-ultrastor or --disable-ultrastor was given.
3261  if test "${enable_ultrastor+set}" = set; then  if test "${enable_ultrastor+set}" = set; then
3262    enableval="$enable_ultrastor"    enableval="$enable_ultrastor"
3263    if test "x$enableval" != xno; then  
3264  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3265    
3266    cat >>confdefs.h <<\_ACEOF
3267  #define CONFIG_SCSI_ULTRASTOR 1  #define CONFIG_SCSI_ULTRASTOR 1
3268  EOF  _ACEOF
3269    
3270  device_drivers="$device_drivers ultrastor.o"  device_drivers="$device_drivers ultrastor.o"
3271  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3272    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3273    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3274  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3275  EOF  _ACEOF
3276    
3277    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3278  fi  fi
3279  fi  fi
3280    
3281  fi  fi;
3282    
3283    
3284    
3285  # Checking for alias aha152x  # Checking for alias aha152x
# Line 1928  if test "${enable_aha152x+set}" = set; t Line 3288  if test "${enable_aha152x+set}" = set; t
3288    enableval="$enable_aha152x"    enableval="$enable_aha152x"
3289    enable_aha152x="$enable_aha152x"    enable_aha152x="$enable_aha152x"
3290    
3291  fi  fi;
   
3292    
3293  # Checking for device driver option aha152x  # Checking for device driver option aha152x
3294  # Check whether --enable-aha152x or --disable-aha152x was given.  # Check whether --enable-aha152x or --disable-aha152x was given.
3295  if test "${enable_aha152x+set}" = set; then  if test "${enable_aha152x+set}" = set; then
3296    enableval="$enable_aha152x"    enableval="$enable_aha152x"
3297    if test "x$enableval" != xno; then  
3298  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3299    
3300    cat >>confdefs.h <<\_ACEOF
3301  #define CONFIG_SCSI_AHA152X 1  #define CONFIG_SCSI_AHA152X 1
3302  EOF  _ACEOF
3303    
3304  device_drivers="$device_drivers aha152x.o"  device_drivers="$device_drivers aha152x.o"
3305  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3306    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3307    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3308  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3309  EOF  _ACEOF
3310    
3311    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3312  fi  fi
3313  fi  fi
3314    
3315  fi  fi;
3316    
3317    
3318    
3319  # Checking for alias aha1542  # Checking for alias aha1542
# Line 1960  if test "${enable_aha1542+set}" = set; t Line 3322  if test "${enable_aha1542+set}" = set; t
3322    enableval="$enable_aha1542"    enableval="$enable_aha1542"
3323    enable_aha1542="$enable_aha1542"    enable_aha1542="$enable_aha1542"
3324    
3325  fi  fi;
   
3326    
3327  # Checking for device driver option aha1542  # Checking for device driver option aha1542
3328  # Check whether --enable-aha1542 or --disable-aha1542 was given.  # Check whether --enable-aha1542 or --disable-aha1542 was given.
3329  if test "${enable_aha1542+set}" = set; then  if test "${enable_aha1542+set}" = set; then
3330    enableval="$enable_aha1542"    enableval="$enable_aha1542"
3331    if test "x$enableval" != xno; then  
3332  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3333    
3334    cat >>confdefs.h <<\_ACEOF
3335  #define CONFIG_SCSI_AHA1542 1  #define CONFIG_SCSI_AHA1542 1
3336  EOF  _ACEOF
3337    
3338  device_drivers="$device_drivers aha1542.o"  device_drivers="$device_drivers aha1542.o"
3339  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3340    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3341    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3342  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3343  EOF  _ACEOF
3344    
3345    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3346  fi  fi
3347  fi  fi
3348    
3349  fi  fi;
3350    
3351    
3352    
3353  # Checking for alias aha1740  # Checking for alias aha1740
# Line 1992  if test "${enable_aha1740+set}" = set; t Line 3356  if test "${enable_aha1740+set}" = set; t
3356    enableval="$enable_aha1740"    enableval="$enable_aha1740"
3357    enable_aha1740="$enable_aha1740"    enable_aha1740="$enable_aha1740"
3358    
3359  fi  fi;
   
3360    
3361  # Checking for device driver option aha1740  # Checking for device driver option aha1740
3362  # Check whether --enable-aha1740 or --disable-aha1740 was given.  # Check whether --enable-aha1740 or --disable-aha1740 was given.
3363  if test "${enable_aha1740+set}" = set; then  if test "${enable_aha1740+set}" = set; then
3364    enableval="$enable_aha1740"    enableval="$enable_aha1740"
3365    if test "x$enableval" != xno; then  
3366  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3367    
3368    cat >>confdefs.h <<\_ACEOF
3369  #define CONFIG_SCSI_AHA1740 1  #define CONFIG_SCSI_AHA1740 1
3370  EOF  _ACEOF
3371    
3372  device_drivers="$device_drivers aha1740.o"  device_drivers="$device_drivers aha1740.o"
3373  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3374    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3375    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3376  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3377  EOF  _ACEOF
3378    
3379    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3380  fi  fi
3381  fi  fi
3382    
3383  fi  fi;
3384    
3385    
3386    
3387  # Checking for alias aic7xxx  # Checking for alias aic7xxx
# Line 2024  if test "${enable_aic7xxx+set}" = set; t Line 3390  if test "${enable_aic7xxx+set}" = set; t
3390    enableval="$enable_aic7xxx"    enableval="$enable_aic7xxx"
3391    enable_aic7xxx="$enable_aic7xxx"    enable_aic7xxx="$enable_aic7xxx"
3392    
3393  fi  fi;
   
3394    
3395  # Checking for device driver option aic7xxx  # Checking for device driver option aic7xxx
3396  # Check whether --enable-aic7xxx or --disable-aic7xxx was given.  # Check whether --enable-aic7xxx or --disable-aic7xxx was given.
3397  if test "${enable_aic7xxx+set}" = set; then  if test "${enable_aic7xxx+set}" = set; then
3398    enableval="$enable_aic7xxx"    enableval="$enable_aic7xxx"
3399    if test "x$enableval" != xno; then  
3400  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3401    
3402    cat >>confdefs.h <<\_ACEOF
3403  #define CONFIG_SCSI_AIC7XXX 1  #define CONFIG_SCSI_AIC7XXX 1
3404  EOF  _ACEOF
3405    
3406  device_drivers="$device_drivers aic7xxx.o"  device_drivers="$device_drivers aic7xxx.o"
3407  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3408    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3409    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3410  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3411  EOF  _ACEOF
3412    
3413    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3414  fi  fi
3415  fi  fi
3416    
3417  fi  fi;
3418    
3419    
3420    
3421  # Checking for alias fdomain  # Checking for alias fdomain
# Line 2056  if test "${enable_fdomain+set}" = set; t Line 3424  if test "${enable_fdomain+set}" = set; t
3424    enableval="$enable_fdomain"    enableval="$enable_fdomain"
3425    enable_futuredomain="$enable_fdomain"    enable_futuredomain="$enable_fdomain"
3426    
3427  fi  fi;
   
3428    
3429  # Checking for device driver option futuredomain  # Checking for device driver option futuredomain
3430  # Check whether --enable-futuredomain or --disable-futuredomain was given.  # Check whether --enable-futuredomain or --disable-futuredomain was given.
3431  if test "${enable_futuredomain+set}" = set; then  if test "${enable_futuredomain+set}" = set; then
3432    enableval="$enable_futuredomain"    enableval="$enable_futuredomain"
3433    if test "x$enableval" != xno; then  
3434  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3435    
3436    cat >>confdefs.h <<\_ACEOF
3437  #define CONFIG_SCSI_FUTURE_DOMAIN 1  #define CONFIG_SCSI_FUTURE_DOMAIN 1
3438  EOF  _ACEOF
3439    
3440  device_drivers="$device_drivers fdomain.o"  device_drivers="$device_drivers fdomain.o"
3441  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3442    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3443    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3444  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3445  EOF  _ACEOF
3446    
3447    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3448  fi  fi
3449  fi  fi
3450    
3451  fi  fi;
3452    
3453    
3454    
3455  # Checking for alias in2000  # Checking for alias in2000
# Line 2088  if test "${enable_in2000+set}" = set; th Line 3458  if test "${enable_in2000+set}" = set; th
3458    enableval="$enable_in2000"    enableval="$enable_in2000"
3459    enable_in2000="$enable_in2000"    enable_in2000="$enable_in2000"
3460    
3461  fi  fi;
   
3462    
3463  # Checking for device driver option in2000  # Checking for device driver option in2000
3464  # Check whether --enable-in2000 or --disable-in2000 was given.  # Check whether --enable-in2000 or --disable-in2000 was given.
3465  if test "${enable_in2000+set}" = set; then  if test "${enable_in2000+set}" = set; then
3466    enableval="$enable_in2000"    enableval="$enable_in2000"
3467    if test "x$enableval" != xno; then  
3468  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3469    
3470    cat >>confdefs.h <<\_ACEOF
3471  #define CONFIG_SCSI_IN2000 1  #define CONFIG_SCSI_IN2000 1
3472  EOF  _ACEOF
3473    
3474  device_drivers="$device_drivers in2000.o"  device_drivers="$device_drivers in2000.o"
3475  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3476    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3477    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3478  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3479  EOF  _ACEOF
3480    
3481    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3482  fi  fi
3483  fi  fi
3484    
3485  fi  fi;
3486    
3487    
3488    
3489  # Checking for alias g_NCR5380  # Checking for alias g_NCR5380
# Line 2120  if test "${enable_g_NCR5380+set}" = set; Line 3492  if test "${enable_g_NCR5380+set}" = set;
3492    enableval="$enable_g_NCR5380"    enableval="$enable_g_NCR5380"
3493    enable_ncr5380="$enable_g_NCR5380"    enable_ncr5380="$enable_g_NCR5380"
3494    
3495  fi  fi;
   
3496    
3497  # Checking for device driver option ncr5380  # Checking for device driver option ncr5380
3498  # Check whether --enable-ncr5380 or --disable-ncr5380 was given.  # Check whether --enable-ncr5380 or --disable-ncr5380 was given.
3499  if test "${enable_ncr5380+set}" = set; then  if test "${enable_ncr5380+set}" = set; then
3500    enableval="$enable_ncr5380"    enableval="$enable_ncr5380"
3501    if test "x$enableval" != xno; then  
3502  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3503    
3504    cat >>confdefs.h <<\_ACEOF
3505  #define CONFIG_SCSI_GENERIC_NCR5380 1  #define CONFIG_SCSI_GENERIC_NCR5380 1
3506  EOF  _ACEOF
3507    
3508  device_drivers="$device_drivers g_NCR5380.o"  device_drivers="$device_drivers g_NCR5380.o"
3509  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3510    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3511    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3512  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3513  EOF  _ACEOF
3514    
3515    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3516  fi  fi
3517  fi  fi
3518    
3519  fi  fi;
3520    
3521    
3522    
3523  # Checking for alias NCR53c406a  # Checking for alias NCR53c406a
# Line 2152  if test "${enable_NCR53c406a+set}" = set Line 3526  if test "${enable_NCR53c406a+set}" = set
3526    enableval="$enable_NCR53c406a"    enableval="$enable_NCR53c406a"
3527    enable_ncr53c406a="$enable_NCR53c406a"    enable_ncr53c406a="$enable_NCR53c406a"
3528    
3529  fi  fi;
   
3530    
3531  # Checking for device driver option ncr53c406a  # Checking for device driver option ncr53c406a
3532  # Check whether --enable-ncr53c406a or --disable-ncr53c406a was given.  # Check whether --enable-ncr53c406a or --disable-ncr53c406a was given.
3533  if test "${enable_ncr53c406a+set}" = set; then  if test "${enable_ncr53c406a+set}" = set; then
3534    enableval="$enable_ncr53c406a"    enableval="$enable_ncr53c406a"
3535    if test "x$enableval" != xno; then  
3536  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3537    
3538    cat >>confdefs.h <<\_ACEOF
3539  #define CONFIG_SCSI_NCR53C406A 1  #define CONFIG_SCSI_NCR53C406A 1
3540  EOF  _ACEOF
3541    
3542  device_drivers="$device_drivers NCR53c406a.o"  device_drivers="$device_drivers NCR53c406a.o"
3543  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3544    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3545    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3546  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3547  EOF  _ACEOF
3548    
3549    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3550  fi  fi
3551  fi  fi
3552    
3553  fi  fi;
3554    
3555    
3556    
3557  # Checking for alias pas16  # Checking for alias pas16
# Line 2184  if test "${enable_pas16+set}" = set; the Line 3560  if test "${enable_pas16+set}" = set; the
3560    enableval="$enable_pas16"    enableval="$enable_pas16"
3561    enable_pas16="$enable_pas16"    enable_pas16="$enable_pas16"
3562    
3563  fi  fi;
   
3564    
3565  # Checking for device driver option pas16  # Checking for device driver option pas16
3566  # Check whether --enable-pas16 or --disable-pas16 was given.  # Check whether --enable-pas16 or --disable-pas16 was given.
3567  if test "${enable_pas16+set}" = set; then  if test "${enable_pas16+set}" = set; then
3568    enableval="$enable_pas16"    enableval="$enable_pas16"
3569    if test "x$enableval" != xno; then  
3570  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3571    
3572    cat >>confdefs.h <<\_ACEOF
3573  #define CONFIG_SCSI_PASS16 1  #define CONFIG_SCSI_PASS16 1
3574  EOF  _ACEOF
3575    
3576  device_drivers="$device_drivers pas16.o"  device_drivers="$device_drivers pas16.o"
3577  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3578    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3579    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3580  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3581  EOF  _ACEOF
3582    
3583    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3584  fi  fi
3585  fi  fi
3586    
3587  fi  fi;
3588    
3589    
3590    
3591  # Checking for alias seagate  # Checking for alias seagate
# Line 2216  if test "${enable_seagate+set}" = set; t Line 3594  if test "${enable_seagate+set}" = set; t
3594    enableval="$enable_seagate"    enableval="$enable_seagate"
3595    enable_seagate="$enable_seagate"    enable_seagate="$enable_seagate"
3596    
3597  fi  fi;
   
3598    
3599  # Checking for device driver option seagate  # Checking for device driver option seagate
3600  # Check whether --enable-seagate or --disable-seagate was given.  # Check whether --enable-seagate or --disable-seagate was given.
3601  if test "${enable_seagate+set}" = set; then  if test "${enable_seagate+set}" = set; then
3602    enableval="$enable_seagate"    enableval="$enable_seagate"
3603    if test "x$enableval" != xno; then  
3604  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3605    
3606    cat >>confdefs.h <<\_ACEOF
3607  #define CONFIG_SCSI_SEAGATE 1  #define CONFIG_SCSI_SEAGATE 1
3608  EOF  _ACEOF
3609    
3610  device_drivers="$device_drivers seagate.o"  device_drivers="$device_drivers seagate.o"
3611  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3612    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3613    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3614  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3615  EOF  _ACEOF
3616    
3617    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3618  fi  fi
3619  fi  fi
3620    
3621  fi  fi;
3622    
3623    
3624    
3625  # Checking for alias t128  # Checking for alias t128
# Line 2248  if test "${enable_t128+set}" = set; then Line 3628  if test "${enable_t128+set}" = set; then
3628    enableval="$enable_t128"    enableval="$enable_t128"
3629    enable_t128="$enable_t128"    enable_t128="$enable_t128"
3630    
3631  fi  fi;
   
3632    
3633  # Checking for device driver option t128  # Checking for device driver option t128
3634  # Check whether --enable-t128 or --disable-t128 was given.  # Check whether --enable-t128 or --disable-t128 was given.
3635  if test "${enable_t128+set}" = set; then  if test "${enable_t128+set}" = set; then
3636    enableval="$enable_t128"    enableval="$enable_t128"
3637    if test "x$enableval" != xno; then  
3638  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3639    
3640    cat >>confdefs.h <<\_ACEOF
3641  #define CONFIG_SCSI_T128 1  #define CONFIG_SCSI_T128 1
3642  EOF  _ACEOF
3643    
3644  device_drivers="$device_drivers t128.o"  device_drivers="$device_drivers t128.o"
3645  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3646    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3647    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3648  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3649  EOF  _ACEOF
3650    
3651    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3652  fi  fi
3653  fi  fi
3654    
3655  fi  fi;
3656    
3657    
3658    
3659  # Checking for alias 53c78xx  # Checking for alias 53c78xx
# Line 2280  if test "${enable_53c78xx+set}" = set; t Line 3662  if test "${enable_53c78xx+set}" = set; t
3662    enableval="$enable_53c78xx"    enableval="$enable_53c78xx"
3663    enable_ncr53c7xx="$enable_53c78xx"    enable_ncr53c7xx="$enable_53c78xx"
3664    
3665  fi  fi;
   
3666    
3667  # Checking for device driver option ncr53c7xx  # Checking for device driver option ncr53c7xx
3668  # Check whether --enable-ncr53c7xx or --disable-ncr53c7xx was given.  # Check whether --enable-ncr53c7xx or --disable-ncr53c7xx was given.
3669  if test "${enable_ncr53c7xx+set}" = set; then  if test "${enable_ncr53c7xx+set}" = set; then
3670    enableval="$enable_ncr53c7xx"    enableval="$enable_ncr53c7xx"
3671    if test "x$enableval" != xno; then  
3672  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3673    
3674    cat >>confdefs.h <<\_ACEOF
3675  #define CONFIG_SCSI_NCR53C7xx 1  #define CONFIG_SCSI_NCR53C7xx 1
3676  EOF  _ACEOF
3677    
3678  device_drivers="$device_drivers 53c78xx.o"  device_drivers="$device_drivers 53c78xx.o"
3679  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3680    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3681    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3682  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3683  EOF  _ACEOF
3684    
3685    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3686  fi  fi
3687  fi  fi
3688    
3689  fi  fi;
3690    
3691    
3692    
3693  # Checking for alias eata_dma  # Checking for alias eata_dma
# Line 2312  if test "${enable_eata_dma+set}" = set; Line 3696  if test "${enable_eata_dma+set}" = set;
3696    enableval="$enable_eata_dma"    enableval="$enable_eata_dma"
3697    enable_eatadma="$enable_eata_dma"    enable_eatadma="$enable_eata_dma"
3698    
3699  fi  fi;
   
3700    
3701  # Checking for device driver option eatadma  # Checking for device driver option eatadma
3702  # Check whether --enable-eatadma or --disable-eatadma was given.  # Check whether --enable-eatadma or --disable-eatadma was given.
3703  if test "${enable_eatadma+set}" = set; then  if test "${enable_eatadma+set}" = set; then
3704    enableval="$enable_eatadma"    enableval="$enable_eatadma"
3705    if test "x$enableval" != xno; then  
3706  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3707    
3708    cat >>confdefs.h <<\_ACEOF
3709  #define CONFIG_SCSI_EATA_DMA 1  #define CONFIG_SCSI_EATA_DMA 1
3710  EOF  _ACEOF
3711    
3712  device_drivers="$device_drivers eata_dma.o"  device_drivers="$device_drivers eata_dma.o"
3713  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3714    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3715    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3716  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3717  EOF  _ACEOF
3718    
3719    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3720  fi  fi
3721  fi  fi
3722    
3723  fi  fi;
3724    
3725    
3726    
3727  # Checking for alias eata_pio  # Checking for alias eata_pio
# Line 2344  if test "${enable_eata_pio+set}" = set; Line 3730  if test "${enable_eata_pio+set}" = set;
3730    enableval="$enable_eata_pio"    enableval="$enable_eata_pio"
3731    enable_eatapio="$enable_eata_pio"    enable_eatapio="$enable_eata_pio"
3732    
3733  fi  fi;
   
3734    
3735  # Checking for device driver option eatapio  # Checking for device driver option eatapio
3736  # Check whether --enable-eatapio or --disable-eatapio was given.  # Check whether --enable-eatapio or --disable-eatapio was given.
3737  if test "${enable_eatapio+set}" = set; then  if test "${enable_eatapio+set}" = set; then
3738    enableval="$enable_eatapio"    enableval="$enable_eatapio"
3739    if test "x$enableval" != xno; then  
3740  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3741    
3742    cat >>confdefs.h <<\_ACEOF
3743  #define CONFIG_SCSI_EATA_PIO 1  #define CONFIG_SCSI_EATA_PIO 1
3744  EOF  _ACEOF
3745    
3746  device_drivers="$device_drivers eata_pio.o"  device_drivers="$device_drivers eata_pio.o"
3747  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3748    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3749    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3750  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3751  EOF  _ACEOF
3752    
3753    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3754  fi  fi
3755  fi  fi
3756    
3757  fi  fi;
3758    
3759    
3760    
3761  # Checking for alias wd7000  # Checking for alias wd7000
# Line 2376  if test "${enable_wd7000+set}" = set; th Line 3764  if test "${enable_wd7000+set}" = set; th
3764    enableval="$enable_wd7000"    enableval="$enable_wd7000"
3765    enable_wd7000="$enable_wd7000"    enable_wd7000="$enable_wd7000"
3766    
3767  fi  fi;
   
3768    
3769  # Checking for device driver option wd7000  # Checking for device driver option wd7000
3770  # Check whether --enable-wd7000 or --disable-wd7000 was given.  # Check whether --enable-wd7000 or --disable-wd7000 was given.
3771  if test "${enable_wd7000+set}" = set; then  if test "${enable_wd7000+set}" = set; then
3772    enableval="$enable_wd7000"    enableval="$enable_wd7000"
3773    if test "x$enableval" != xno; then  
3774  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3775    
3776    cat >>confdefs.h <<\_ACEOF
3777  #define CONFIG_SCSI_7000FASST 1  #define CONFIG_SCSI_7000FASST 1
3778  EOF  _ACEOF
3779    
3780  device_drivers="$device_drivers wd7000.o"  device_drivers="$device_drivers wd7000.o"
3781  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3782    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3783    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3784  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3785  EOF  _ACEOF
3786    
3787    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3788  fi  fi
3789  fi  fi
3790    
3791  fi  fi;
3792    
3793    
3794    
3795  # Checking for alias eata  # Checking for alias eata
# Line 2408  if test "${enable_eata+set}" = set; then Line 3798  if test "${enable_eata+set}" = set; then
3798    enableval="$enable_eata"    enableval="$enable_eata"
3799    enable_eata="$enable_eata"    enable_eata="$enable_eata"
3800    
3801  fi  fi;
   
3802    
3803  # Checking for device driver option eata  # Checking for device driver option eata
3804  # Check whether --enable-eata or --disable-eata was given.  # Check whether --enable-eata or --disable-eata was given.
3805  if test "${enable_eata+set}" = set; then  if test "${enable_eata+set}" = set; then
3806    enableval="$enable_eata"    enableval="$enable_eata"
3807    if test "x$enableval" != xno; then  
3808  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3809    
3810    cat >>confdefs.h <<\_ACEOF
3811  #define CONFIG_SCSI_EATA 1  #define CONFIG_SCSI_EATA 1
3812  EOF  _ACEOF
3813    
3814  device_drivers="$device_drivers eata.o"  device_drivers="$device_drivers eata.o"
3815  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3816    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3817    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3818  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3819  EOF  _ACEOF
3820    
3821    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3822  fi  fi
3823  fi  fi
3824    
3825  fi  fi;
3826    
3827    
3828    
3829  # Checking for alias AM53C974  # Checking for alias AM53C974
# Line 2440  if test "${enable_AM53C974+set}" = set; Line 3832  if test "${enable_AM53C974+set}" = set;
3832    enableval="$enable_AM53C974"    enableval="$enable_AM53C974"
3833    enable_am53c974="$enable_AM53C974"    enable_am53c974="$enable_AM53C974"
3834    
3835  fi  fi;
   
3836    
3837  # Checking for device driver option am53c974  # Checking for device driver option am53c974
3838  # Check whether --enable-am53c974 or --disable-am53c974 was given.  # Check whether --enable-am53c974 or --disable-am53c974 was given.
3839  if test "${enable_am53c974+set}" = set; then  if test "${enable_am53c974+set}" = set; then
3840    enableval="$enable_am53c974"    enableval="$enable_am53c974"
3841    if test "x$enableval" != xno; then  
3842  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3843    
3844    cat >>confdefs.h <<\_ACEOF
3845  #define CONFIG_SCSI_AM53C974 1  #define CONFIG_SCSI_AM53C974 1
3846  EOF  _ACEOF
3847    
3848  device_drivers="$device_drivers AM53C974.o"  device_drivers="$device_drivers AM53C974.o"
3849  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3850    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3851    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3852  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3853  EOF  _ACEOF
3854    
3855    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3856  fi  fi
3857  fi  fi
3858    
3859  fi  fi;
3860    
3861    
3862    
3863  # Checking for alias dtc  # Checking for alias dtc
# Line 2472  if test "${enable_dtc+set}" = set; then Line 3866  if test "${enable_dtc+set}" = set; then
3866    enableval="$enable_dtc"    enableval="$enable_dtc"
3867    enable_dtc3280="$enable_dtc"    enable_dtc3280="$enable_dtc"
3868    
3869  fi  fi;
   
3870    
3871  # Checking for device driver option dtc3280  # Checking for device driver option dtc3280
3872  # Check whether --enable-dtc3280 or --disable-dtc3280 was given.  # Check whether --enable-dtc3280 or --disable-dtc3280 was given.
3873  if test "${enable_dtc3280+set}" = set; then  if test "${enable_dtc3280+set}" = set; then
3874    enableval="$enable_dtc3280"    enableval="$enable_dtc3280"
3875    if test "x$enableval" != xno; then  
3876  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3877    
3878    cat >>confdefs.h <<\_ACEOF
3879  #define CONFIG_SCSI_DTC3280 1  #define CONFIG_SCSI_DTC3280 1
3880  EOF  _ACEOF
3881    
3882  device_drivers="$device_drivers dtc.o"  device_drivers="$device_drivers dtc.o"
3883  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3884    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3885    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3886  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3887  EOF  _ACEOF
3888    
3889    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3890  fi  fi
3891  fi  fi
3892    
3893  fi  fi;
3894    
3895    
3896    
3897  # Checking for alias ncr53c8xx  # Checking for alias ncr53c8xx
# Line 2504  if test "${enable_ncr53c8xx+set}" = set; Line 3900  if test "${enable_ncr53c8xx+set}" = set;
3900    enableval="$enable_ncr53c8xx"    enableval="$enable_ncr53c8xx"
3901    enable_ncr53c8xx="$enable_ncr53c8xx"    enable_ncr53c8xx="$enable_ncr53c8xx"
3902    
3903  fi  fi;
   
3904    
3905  # Checking for device driver option ncr53c8xx  # Checking for device driver option ncr53c8xx
3906  # Check whether --enable-ncr53c8xx or --disable-ncr53c8xx was given.  # Check whether --enable-ncr53c8xx or --disable-ncr53c8xx was given.
3907  if test "${enable_ncr53c8xx+set}" = set; then  if test "${enable_ncr53c8xx+set}" = set; then
3908    enableval="$enable_ncr53c8xx"    enableval="$enable_ncr53c8xx"
3909    if test "x$enableval" != xno; then  
3910  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3911    
3912    cat >>confdefs.h <<\_ACEOF
3913  #define CONFIG_SCSI_NCR53C8XX 1  #define CONFIG_SCSI_NCR53C8XX 1
3914  EOF  _ACEOF
3915    
3916  device_drivers="$device_drivers ncr53c8xx.o"  device_drivers="$device_drivers ncr53c8xx.o"
3917  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3918    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3919    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3920  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3921  EOF  _ACEOF
3922    
3923    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3924  fi  fi
3925  fi  fi
3926    
3927  fi  fi;
3928    
3929    
3930    
3931  # Checking for alias tmscsim  # Checking for alias tmscsim
# Line 2536  if test "${enable_tmscsim+set}" = set; t Line 3934  if test "${enable_tmscsim+set}" = set; t
3934    enableval="$enable_tmscsim"    enableval="$enable_tmscsim"
3935    enable_dc390t="$enable_tmscsim"    enable_dc390t="$enable_tmscsim"
3936    
3937  fi  fi;
   
3938    
3939  # Checking for device driver option dc390t  # Checking for device driver option dc390t
3940  # Check whether --enable-dc390t or --disable-dc390t was given.  # Check whether --enable-dc390t or --disable-dc390t was given.
3941  if test "${enable_dc390t+set}" = set; then  if test "${enable_dc390t+set}" = set; then
3942    enableval="$enable_dc390t"    enableval="$enable_dc390t"
3943    if test "x$enableval" != xno; then  
3944  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3945    
3946    cat >>confdefs.h <<\_ACEOF
3947  #define CONFIG_SCSI_DC390T 1  #define CONFIG_SCSI_DC390T 1
3948  EOF  _ACEOF
3949    
3950  device_drivers="$device_drivers tmscsim.o"  device_drivers="$device_drivers tmscsim.o"
3951  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3952    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3953    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3954  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3955  EOF  _ACEOF
3956    
3957    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3958  fi  fi
3959  fi  fi
3960    
3961  fi  fi;
3962    
3963    
3964    
3965  # Checking for alias ppa  # Checking for alias ppa
# Line 2568  if test "${enable_ppa+set}" = set; then Line 3968  if test "${enable_ppa+set}" = set; then
3968    enableval="$enable_ppa"    enableval="$enable_ppa"
3969    enable_ppa="$enable_ppa"    enable_ppa="$enable_ppa"
3970    
3971  fi  fi;
   
3972    
3973  # Checking for device driver option ppa  # Checking for device driver option ppa
3974  # Check whether --enable-ppa or --disable-ppa was given.  # Check whether --enable-ppa or --disable-ppa was given.
3975  if test "${enable_ppa+set}" = set; then  if test "${enable_ppa+set}" = set; then
3976    enableval="$enable_ppa"    enableval="$enable_ppa"
3977    if test "x$enableval" != xno; then  
3978  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
3979    
3980    cat >>confdefs.h <<\_ACEOF
3981  #define CONFIG_SCSI_PPA 1  #define CONFIG_SCSI_PPA 1
3982  EOF  _ACEOF
3983    
3984  device_drivers="$device_drivers ppa.o"  device_drivers="$device_drivers ppa.o"
3985  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
3986    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
3987    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
3988  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
3989  EOF  _ACEOF
3990    
3991    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
3992  fi  fi
3993  fi  fi
3994    
3995  fi  fi;
3996    
3997    
3998    
3999  # Checking for alias qlogicfas  # Checking for alias qlogicfas
# Line 2600  if test "${enable_qlogicfas+set}" = set; Line 4002  if test "${enable_qlogicfas+set}" = set;
4002    enableval="$enable_qlogicfas"    enableval="$enable_qlogicfas"
4003    enable_qlogicfas="$enable_qlogicfas"    enable_qlogicfas="$enable_qlogicfas"
4004    
4005  fi  fi;
   
4006    
4007  # Checking for device driver option qlogicfas  # Checking for device driver option qlogicfas
4008  # Check whether --enable-qlogicfas or --disable-qlogicfas was given.  # Check whether --enable-qlogicfas or --disable-qlogicfas was given.
4009  if test "${enable_qlogicfas+set}" = set; then  if test "${enable_qlogicfas+set}" = set; then
4010    enableval="$enable_qlogicfas"    enableval="$enable_qlogicfas"
4011    if test "x$enableval" != xno; then  
4012  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4013    
4014    cat >>confdefs.h <<\_ACEOF
4015  #define CONFIG_SCSI_QLOGIC_FAS 1  #define CONFIG_SCSI_QLOGIC_FAS 1
4016  EOF  _ACEOF
4017    
4018  device_drivers="$device_drivers qlogicfas.o"  device_drivers="$device_drivers qlogicfas.o"
4019  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
4020    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
4021    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4022  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
4023  EOF  _ACEOF
4024    
4025    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
4026  fi  fi
4027  fi  fi
4028    
4029  fi  fi;
4030    
4031    
4032    
4033  # Checking for alias qlogicisp  # Checking for alias qlogicisp
# Line 2632  if test "${enable_qlogicisp+set}" = set; Line 4036  if test "${enable_qlogicisp+set}" = set;
4036    enableval="$enable_qlogicisp"    enableval="$enable_qlogicisp"
4037    enable_qlogicisp="$enable_qlogicisp"    enable_qlogicisp="$enable_qlogicisp"
4038    
4039  fi  fi;
   
4040    
4041  # Checking for device driver option qlogicisp  # Checking for device driver option qlogicisp
4042  # Check whether --enable-qlogicisp or --disable-qlogicisp was given.  # Check whether --enable-qlogicisp or --disable-qlogicisp was given.
4043  if test "${enable_qlogicisp+set}" = set; then  if test "${enable_qlogicisp+set}" = set; then
4044    enableval="$enable_qlogicisp"    enableval="$enable_qlogicisp"
4045    if test "x$enableval" != xno; then  
4046  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4047    
4048    cat >>confdefs.h <<\_ACEOF
4049  #define CONFIG_SCSI_QLOGIC_ISP 1  #define CONFIG_SCSI_QLOGIC_ISP 1
4050  EOF  _ACEOF
4051    
4052  device_drivers="$device_drivers qlogicisp.o"  device_drivers="$device_drivers qlogicisp.o"
4053  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
4054    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
4055    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4056  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
4057  EOF  _ACEOF
4058    
4059    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
4060  fi  fi
4061  fi  fi
4062    
4063  fi  fi;
4064    
4065    
4066    
4067  # Checking for alias gdth  # Checking for alias gdth
# Line 2664  if test "${enable_gdth+set}" = set; then Line 4070  if test "${enable_gdth+set}" = set; then
4070    enableval="$enable_gdth"    enableval="$enable_gdth"
4071    enable_gdth="$enable_gdth"    enable_gdth="$enable_gdth"
4072    
4073  fi  fi;
   
4074    
4075  # Checking for device driver option gdth  # Checking for device driver option gdth
4076  # Check whether --enable-gdth or --disable-gdth was given.  # Check whether --enable-gdth or --disable-gdth was given.
4077  if test "${enable_gdth+set}" = set; then  if test "${enable_gdth+set}" = set; then
4078    enableval="$enable_gdth"    enableval="$enable_gdth"
4079    if test "x$enableval" != xno; then  
4080  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4081    
4082    cat >>confdefs.h <<\_ACEOF
4083  #define CONFIG_SCSI_GDTH 1  #define CONFIG_SCSI_GDTH 1
4084  EOF  _ACEOF
4085    
4086  device_drivers="$device_drivers gdth.o"  device_drivers="$device_drivers gdth.o"
4087  if test "${driver_class_scsi_selected+set}" != set; then  if test "${driver_class_scsi_selected+set}" != set; then
4088    driver_class_scsi_selected=yes    driver_class_scsi_selected=yes
4089    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4090  #define $driver_class_scsi_option 1  #define $driver_class_scsi_option 1
4091  EOF  _ACEOF
4092    
4093    device_drivers="$device_drivers $driver_class_scsi_files"    device_drivers="$device_drivers $driver_class_scsi_files"
4094  fi  fi
4095  fi  fi
4096    
4097  fi  fi;
4098    
4099    
4100  # Check whether --enable-flashpoint or --disable-flashpoint was given.  # Check whether --enable-flashpoint or --disable-flashpoint was given.
4101  if test "${enable_flashpoint+set}" = set; then  if test "${enable_flashpoint+set}" = set; then
4102    enableval="$enable_flashpoint"    enableval="$enable_flashpoint"
4103        test x"$enableval" = xno &&
 if test ${enableval} = no; then  
   cat >> confdefs.h <<\EOF  
 #define CONFIG_SCSI_OMIT_FLASHPOINT 1  
 EOF  
4104    
4105  fi  cat >>confdefs.h <<\_ACEOF
4106    #define CONFIG_SCSI_OMIT_FLASHPOINT
4107  fi  _ACEOF
4108    
4109    fi;
4110    
4111    
4112    
# Line 2711  fi Line 4115  fi
4115  # Check whether --enable-ne2000 or --disable-ne2000 was given.  # Check whether --enable-ne2000 or --disable-ne2000 was given.
4116  if test "${enable_ne2000+set}" = set; then  if test "${enable_ne2000+set}" = set; then
4117    enableval="$enable_ne2000"    enableval="$enable_ne2000"
4118    if test "x$enableval" != xno; then  
4119  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4120    
4121    cat >>confdefs.h <<\_ACEOF
4122  #define CONFIG_NE2000 1  #define CONFIG_NE2000 1
4123  EOF  _ACEOF
4124    
4125  device_drivers="$device_drivers ne.o 8390.o"  device_drivers="$device_drivers ne.o 8390.o"
4126  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4127    driver_class_net_selected=yes    driver_class_net_selected=yes
4128    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4129  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4130  EOF  _ACEOF
4131    
4132    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4133  fi  fi
4134  fi  fi
4135    
4136  fi  fi;
   
4137    
4138  # Checking for device driver option el2  # Checking for device driver option el2
4139  # Check whether --enable-el2 or --disable-el2 was given.  # Check whether --enable-el2 or --disable-el2 was given.
4140  if test "${enable_el2+set}" = set; then  if test "${enable_el2+set}" = set; then
4141    enableval="$enable_el2"    enableval="$enable_el2"
4142    if test "x$enableval" != xno; then  
4143  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4144    
4145    cat >>confdefs.h <<\_ACEOF
4146  #define CONFIG_EL2 1  #define CONFIG_EL2 1
4147  EOF  _ACEOF
4148    
4149  device_drivers="$device_drivers 3c503.o 8390.o"  device_drivers="$device_drivers 3c503.o 8390.o"
4150  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4151    driver_class_net_selected=yes    driver_class_net_selected=yes
4152    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4153  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4154  EOF  _ACEOF
4155    
4156    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4157  fi  fi
4158  fi  fi
4159    
4160  fi  fi;
4161    
4162    
4163  # Checking for alias 3c509  # Checking for alias 3c509
# Line 2759  if test "${enable_3c509+set}" = set; the Line 4166  if test "${enable_3c509+set}" = set; the
4166    enableval="$enable_3c509"    enableval="$enable_3c509"
4167    enable_el3="$enable_3c509"    enable_el3="$enable_3c509"
4168    
4169  fi  fi;
   
4170    
4171  # Checking for device driver option el3  # Checking for device driver option el3
4172  # Check whether --enable-el3 or --disable-el3 was given.  # Check whether --enable-el3 or --disable-el3 was given.
4173  if test "${enable_el3+set}" = set; then  if test "${enable_el3+set}" = set; then
4174    enableval="$enable_el3"    enableval="$enable_el3"
4175    if test "x$enableval" != xno; then  
4176  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4177    
4178    cat >>confdefs.h <<\_ACEOF
4179  #define CONFIG_EL3 1  #define CONFIG_EL3 1
4180  EOF  _ACEOF
4181    
4182  device_drivers="$device_drivers 3c509.o"  device_drivers="$device_drivers 3c509.o"
4183  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4184    driver_class_net_selected=yes    driver_class_net_selected=yes
4185    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4186  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4187  EOF  _ACEOF
4188    
4189    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4190  fi  fi
4191  fi  fi
4192    
4193  fi  fi;
4194    
4195    
4196  # Checking for device driver option wd80x3  # Checking for device driver option wd80x3
4197  # Check whether --enable-wd80x3 or --disable-wd80x3 was given.  # Check whether --enable-wd80x3 or --disable-wd80x3 was given.
4198  if test "${enable_wd80x3+set}" = set; then  if test "${enable_wd80x3+set}" = set; then
4199    enableval="$enable_wd80x3"    enableval="$enable_wd80x3"
4200    if test "x$enableval" != xno; then  
4201  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4202    
4203    cat >>confdefs.h <<\_ACEOF
4204  #define CONFIG_WD80x3 1  #define CONFIG_WD80x3 1
4205  EOF  _ACEOF
4206    
4207  device_drivers="$device_drivers wd.o 8390.o"  device_drivers="$device_drivers wd.o 8390.o"
4208  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4209    driver_class_net_selected=yes    driver_class_net_selected=yes
4210    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4211  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4212  EOF  _ACEOF
4213    
4214    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4215  fi  fi
4216  fi  fi
4217    
4218  fi  fi;
4219    
4220    
4221  # Checking for alias 3c501  # Checking for alias 3c501
# Line 2814  if test "${enable_3c501+set}" = set; the Line 4224  if test "${enable_3c501+set}" = set; the
4224    enableval="$enable_3c501"    enableval="$enable_3c501"
4225    enable_el1="$enable_3c501"    enable_el1="$enable_3c501"
4226    
4227  fi  fi;
   
4228    
4229  # Checking for device driver option el1  # Checking for device driver option el1
4230  # Check whether --enable-el1 or --disable-el1 was given.  # Check whether --enable-el1 or --disable-el1 was given.
4231  if test "${enable_el1+set}" = set; then  if test "${enable_el1+set}" = set; then
4232    enableval="$enable_el1"    enableval="$enable_el1"
4233    if test "x$enableval" != xno; then  
4234  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4235    
4236    cat >>confdefs.h <<\_ACEOF
4237  #define CONFIG_EL1 1  #define CONFIG_EL1 1
4238  EOF  _ACEOF
4239    
4240  device_drivers="$device_drivers 3c501.o"  device_drivers="$device_drivers 3c501.o"
4241  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4242    driver_class_net_selected=yes    driver_class_net_selected=yes
4243    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4244  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4245  EOF  _ACEOF
4246    
4247    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4248  fi  fi
4249  fi  fi
4250    
4251  fi  fi;
4252    
4253    
4254  # Checking for device driver option ul  # Checking for device driver option ul
4255  # Check whether --enable-ul or --disable-ul was given.  # Check whether --enable-ul or --disable-ul was given.
4256  if test "${enable_ul+set}" = set; then  if test "${enable_ul+set}" = set; then
4257    enableval="$enable_ul"    enableval="$enable_ul"
4258    if test "x$enableval" != xno; then  
4259  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4260    
4261    cat >>confdefs.h <<\_ACEOF
4262  #define CONFIG_ULTRA 1  #define CONFIG_ULTRA 1
4263  EOF  _ACEOF
4264    
4265  device_drivers="$device_drivers smc-ultra.o 8390.o"  device_drivers="$device_drivers smc-ultra.o 8390.o"
4266  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4267    driver_class_net_selected=yes    driver_class_net_selected=yes
4268    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4269  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4270  EOF  _ACEOF
4271    
4272    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4273  fi  fi
4274  fi  fi
4275    
4276  fi  fi;
   
4277    
4278  # Checking for device driver option ul32  # Checking for device driver option ul32
4279  # Check whether --enable-ul32 or --disable-ul32 was given.  # Check whether --enable-ul32 or --disable-ul32 was given.
4280  if test "${enable_ul32+set}" = set; then  if test "${enable_ul32+set}" = set; then
4281    enableval="$enable_ul32"    enableval="$enable_ul32"
4282    if test "x$enableval" != xno; then  
4283  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4284    
4285    cat >>confdefs.h <<\_ACEOF
4286  #define CONFIG_ULTRA32 1  #define CONFIG_ULTRA32 1
4287  EOF  _ACEOF
4288    
4289  device_drivers="$device_drivers smc-ultra32.o 8390.o"  device_drivers="$device_drivers smc-ultra32.o 8390.o"
4290  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4291    driver_class_net_selected=yes    driver_class_net_selected=yes
4292    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4293  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4294  EOF  _ACEOF
4295    
4296    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4297  fi  fi
4298  fi  fi
4299    
4300  fi  fi;
   
4301    
4302  # Checking for device driver option hplanplus  # Checking for device driver option hplanplus
4303  # Check whether --enable-hplanplus or --disable-hplanplus was given.  # Check whether --enable-hplanplus or --disable-hplanplus was given.
4304  if test "${enable_hplanplus+set}" = set; then  if test "${enable_hplanplus+set}" = set; then
4305    enableval="$enable_hplanplus"    enableval="$enable_hplanplus"
4306    if test "x$enableval" != xno; then  
4307  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4308    
4309    cat >>confdefs.h <<\_ACEOF
4310  #define CONFIG_HPLAN_PLUS 1  #define CONFIG_HPLAN_PLUS 1
4311  EOF  _ACEOF
4312    
4313  device_drivers="$device_drivers hp-plus.o 8390.o"  device_drivers="$device_drivers hp-plus.o 8390.o"
4314  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4315    driver_class_net_selected=yes    driver_class_net_selected=yes
4316    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4317  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4318  EOF  _ACEOF
4319    
4320    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4321  fi  fi
4322  fi  fi
4323    
4324  fi  fi;
   
4325    
4326  # Checking for device driver option hplan  # Checking for device driver option hplan
4327  # Check whether --enable-hplan or --disable-hplan was given.  # Check whether --enable-hplan or --disable-hplan was given.
4328  if test "${enable_hplan+set}" = set; then  if test "${enable_hplan+set}" = set; then
4329    enableval="$enable_hplan"    enableval="$enable_hplan"
4330    if test "x$enableval" != xno; then  
4331  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4332    
4333    cat >>confdefs.h <<\_ACEOF
4334  #define CONFIG_HPLAN 1  #define CONFIG_HPLAN 1
4335  EOF  _ACEOF
4336    
4337  device_drivers="$device_drivers hp.o 8390.o"  device_drivers="$device_drivers hp.o 8390.o"
4338  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4339    driver_class_net_selected=yes    driver_class_net_selected=yes
4340    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4341  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4342  EOF  _ACEOF
4343    
4344    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4345  fi  fi
4346  fi  fi
4347    
4348  fi  fi;
4349    
4350    
4351  # Checking for alias 3c59x  # Checking for alias 3c59x
# Line 2938  if test "${enable_3c59x+set}" = set; the Line 4354  if test "${enable_3c59x+set}" = set; the
4354    enableval="$enable_3c59x"    enableval="$enable_3c59x"
4355    enable_vortex="$enable_3c59x"    enable_vortex="$enable_3c59x"
4356    
4357  fi  fi;
   
4358    
4359  # Checking for device driver option vortex  # Checking for device driver option vortex
4360  # Check whether --enable-vortex or --disable-vortex was given.  # Check whether --enable-vortex or --disable-vortex was given.
4361  if test "${enable_vortex+set}" = set; then  if test "${enable_vortex+set}" = set; then
4362    enableval="$enable_vortex"    enableval="$enable_vortex"
4363    if test "x$enableval" != xno; then  
4364  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4365    
4366    cat >>confdefs.h <<\_ACEOF
4367  #define CONFIG_VORTEX 1  #define CONFIG_VORTEX 1
4368  EOF  _ACEOF
4369    
4370  device_drivers="$device_drivers 3c59x.o"  device_drivers="$device_drivers 3c59x.o"
4371  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4372    driver_class_net_selected=yes    driver_class_net_selected=yes
4373    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4374  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4375  EOF  _ACEOF
4376    
4377    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4378  fi  fi
4379  fi  fi
4380    
4381  fi  fi;
4382    
4383    
4384    
4385  # Checking for alias seeq8005  # Checking for alias seeq8005
# Line 2970  if test "${enable_seeq8005+set}" = set; Line 4388  if test "${enable_seeq8005+set}" = set;
4388    enableval="$enable_seeq8005"    enableval="$enable_seeq8005"
4389    enable_seeq8005="$enable_seeq8005"    enable_seeq8005="$enable_seeq8005"
4390    
4391  fi  fi;
   
4392    
4393  # Checking for device driver option seeq8005  # Checking for device driver option seeq8005
4394  # Check whether --enable-seeq8005 or --disable-seeq8005 was given.  # Check whether --enable-seeq8005 or --disable-seeq8005 was given.
4395  if test "${enable_seeq8005+set}" = set; then  if test "${enable_seeq8005+set}" = set; then
4396    enableval="$enable_seeq8005"    enableval="$enable_seeq8005"
4397    if test "x$enableval" != xno; then  
4398  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4399    
4400    cat >>confdefs.h <<\_ACEOF
4401  #define CONFIG_SEEQ8005 1  #define CONFIG_SEEQ8005 1
4402  EOF  _ACEOF
4403    
4404  device_drivers="$device_drivers seeq8005.o"  device_drivers="$device_drivers seeq8005.o"
4405  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4406    driver_class_net_selected=yes    driver_class_net_selected=yes
4407    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4408  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4409  EOF  _ACEOF
4410    
4411    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4412  fi  fi
4413  fi  fi
4414    
4415  fi  fi;
4416    
4417    
4418    
4419  # Checking for alias hp100  # Checking for alias hp100
# Line 3002  if test "${enable_hp100+set}" = set; the Line 4422  if test "${enable_hp100+set}" = set; the
4422    enableval="$enable_hp100"    enableval="$enable_hp100"
4423    enable_hp100="$enable_hp100"    enable_hp100="$enable_hp100"
4424    
4425  fi  fi;
   
4426    
4427  # Checking for device driver option hp100  # Checking for device driver option hp100
4428  # Check whether --enable-hp100 or --disable-hp100 was given.  # Check whether --enable-hp100 or --disable-hp100 was given.
4429  if test "${enable_hp100+set}" = set; then  if test "${enable_hp100+set}" = set; then
4430    enableval="$enable_hp100"    enableval="$enable_hp100"
4431    if test "x$enableval" != xno; then  
4432  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4433    
4434    cat >>confdefs.h <<\_ACEOF
4435  #define CONFIG_HP100 1  #define CONFIG_HP100 1
4436  EOF  _ACEOF
4437    
4438  device_drivers="$device_drivers hp100.o"  device_drivers="$device_drivers hp100.o"
4439  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4440    driver_class_net_selected=yes    driver_class_net_selected=yes
4441    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4442  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4443  EOF  _ACEOF
4444    
4445    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4446  fi  fi
4447  fi  fi
4448    
4449  fi  fi;
4450    
4451    
4452  # Checking for device driver option ac3200  # Checking for device driver option ac3200
4453  # Check whether --enable-ac3200 or --disable-ac3200 was given.  # Check whether --enable-ac3200 or --disable-ac3200 was given.
4454  if test "${enable_ac3200+set}" = set; then  if test "${enable_ac3200+set}" = set; then
4455    enableval="$enable_ac3200"    enableval="$enable_ac3200"
4456    if test "x$enableval" != xno; then  
4457  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4458    
4459    cat >>confdefs.h <<\_ACEOF
4460  #define CONFIG_AC3200 1  #define CONFIG_AC3200 1
4461  EOF  _ACEOF
4462    
4463  device_drivers="$device_drivers ac3200.o 8390.o"  device_drivers="$device_drivers ac3200.o 8390.o"
4464  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4465    driver_class_net_selected=yes    driver_class_net_selected=yes
4466    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4467  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4468  EOF  _ACEOF
4469    
4470    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4471  fi  fi
4472  fi  fi
4473    
4474  fi  fi;
   
4475    
4476  # Checking for device driver option e2100  # Checking for device driver option e2100
4477  # Check whether --enable-e2100 or --disable-e2100 was given.  # Check whether --enable-e2100 or --disable-e2100 was given.
4478  if test "${enable_e2100+set}" = set; then  if test "${enable_e2100+set}" = set; then
4479    enableval="$enable_e2100"    enableval="$enable_e2100"
4480    if test "x$enableval" != xno; then  
4481  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4482    
4483    cat >>confdefs.h <<\_ACEOF
4484  #define CONFIG_E2100 1  #define CONFIG_E2100 1
4485  EOF  _ACEOF
4486    
4487  device_drivers="$device_drivers e2100.o 8390.o"  device_drivers="$device_drivers e2100.o 8390.o"
4488  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4489    driver_class_net_selected=yes    driver_class_net_selected=yes
4490    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4491  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4492  EOF  _ACEOF
4493    
4494    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4495  fi  fi
4496  fi  fi
4497    
4498  fi  fi;
4499    
4500    
4501  # Checking for alias at1700  # Checking for alias at1700
# Line 3080  if test "${enable_at1700+set}" = set; th Line 4504  if test "${enable_at1700+set}" = set; th
4504    enableval="$enable_at1700"    enableval="$enable_at1700"
4505    enable_at1700="$enable_at1700"    enable_at1700="$enable_at1700"
4506    
4507  fi  fi;
   
4508    
4509  # Checking for device driver option at1700  # Checking for device driver option at1700
4510  # Check whether --enable-at1700 or --disable-at1700 was given.  # Check whether --enable-at1700 or --disable-at1700 was given.
4511  if test "${enable_at1700+set}" = set; then  if test "${enable_at1700+set}" = set; then
4512    enableval="$enable_at1700"    enableval="$enable_at1700"
4513    if test "x$enableval" != xno; then  
4514  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4515    
4516    cat >>confdefs.h <<\_ACEOF
4517  #define CONFIG_AT1700 1  #define CONFIG_AT1700 1
4518  EOF  _ACEOF
4519    
4520  device_drivers="$device_drivers at1700.o"  device_drivers="$device_drivers at1700.o"
4521  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4522    driver_class_net_selected=yes    driver_class_net_selected=yes
4523    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4524  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4525  EOF  _ACEOF
4526    
4527    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4528  fi  fi
4529  fi  fi
4530    
4531  fi  fi;
4532    
4533    
4534    
4535  # Checking for alias eth16i  # Checking for alias eth16i
# Line 3112  if test "${enable_eth16i+set}" = set; th Line 4538  if test "${enable_eth16i+set}" = set; th
4538    enableval="$enable_eth16i"    enableval="$enable_eth16i"
4539    enable_eth16i="$enable_eth16i"    enable_eth16i="$enable_eth16i"
4540    
4541  fi  fi;
   
4542    
4543  # Checking for device driver option eth16i  # Checking for device driver option eth16i
4544  # Check whether --enable-eth16i or --disable-eth16i was given.  # Check whether --enable-eth16i or --disable-eth16i was given.
4545  if test "${enable_eth16i+set}" = set; then  if test "${enable_eth16i+set}" = set; then
4546    enableval="$enable_eth16i"    enableval="$enable_eth16i"
4547    if test "x$enableval" != xno; then  
4548  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4549    
4550    cat >>confdefs.h <<\_ACEOF
4551  #define CONFIG_ETH16I 1  #define CONFIG_ETH16I 1
4552  EOF  _ACEOF
4553    
4554  device_drivers="$device_drivers eth16i.o"  device_drivers="$device_drivers eth16i.o"
4555  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4556    driver_class_net_selected=yes    driver_class_net_selected=yes
4557    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4558  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4559  EOF  _ACEOF
4560    
4561    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4562  fi  fi
4563  fi  fi
4564    
4565  fi  fi;
4566    
4567    
4568    
4569  # Checking for alias znet  # Checking for alias znet
# Line 3144  if test "${enable_znet+set}" = set; then Line 4572  if test "${enable_znet+set}" = set; then
4572    enableval="$enable_znet"    enableval="$enable_znet"
4573    enable_znet="$enable_znet"    enable_znet="$enable_znet"
4574    
4575  fi  fi;
   
4576    
4577  # Checking for device driver option znet  # Checking for device driver option znet
4578  # Check whether --enable-znet or --disable-znet was given.  # Check whether --enable-znet or --disable-znet was given.
4579  if test "${enable_znet+set}" = set; then  if test "${enable_znet+set}" = set; then
4580    enableval="$enable_znet"    enableval="$enable_znet"
4581    if test "x$enableval" != xno; then  
4582  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4583    
4584    cat >>confdefs.h <<\_ACEOF
4585  #define CONFIG_ZNET 1  #define CONFIG_ZNET 1
4586  EOF  _ACEOF
4587    
4588  device_drivers="$device_drivers znet.o"  device_drivers="$device_drivers znet.o"
4589  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4590    driver_class_net_selected=yes    driver_class_net_selected=yes
4591    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4592  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4593  EOF  _ACEOF
4594    
4595    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4596  fi  fi
4597  fi  fi
4598    
4599  fi  fi;
4600    
4601    
4602    
4603  # Checking for alias eexpress  # Checking for alias eexpress
# Line 3176  if test "${enable_eexpress+set}" = set; Line 4606  if test "${enable_eexpress+set}" = set;
4606    enableval="$enable_eexpress"    enableval="$enable_eexpress"
4607    enable_eexpress="$enable_eexpress"    enable_eexpress="$enable_eexpress"
4608    
4609  fi  fi;
   
4610    
4611  # Checking for device driver option eexpress  # Checking for device driver option eexpress
4612  # Check whether --enable-eexpress or --disable-eexpress was given.  # Check whether --enable-eexpress or --disable-eexpress was given.
4613  if test "${enable_eexpress+set}" = set; then  if test "${enable_eexpress+set}" = set; then
4614    enableval="$enable_eexpress"    enableval="$enable_eexpress"
4615    if test "x$enableval" != xno; then  
4616  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4617    
4618    cat >>confdefs.h <<\_ACEOF
4619  #define CONFIG_EEXPRESS 1  #define CONFIG_EEXPRESS 1
4620  EOF  _ACEOF
4621    
4622  device_drivers="$device_drivers eexpress.o"  device_drivers="$device_drivers eexpress.o"
4623  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4624    driver_class_net_selected=yes    driver_class_net_selected=yes
4625    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4626  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4627  EOF  _ACEOF
4628    
4629    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4630  fi  fi
4631  fi  fi
4632    
4633  fi  fi;
4634    
4635    
4636    
4637  # Checking for alias eepro  # Checking for alias eepro
# Line 3208  if test "${enable_eepro+set}" = set; the Line 4640  if test "${enable_eepro+set}" = set; the
4640    enableval="$enable_eepro"    enableval="$enable_eepro"
4641    enable_eexpresspro="$enable_eepro"    enable_eexpresspro="$enable_eepro"
4642    
4643  fi  fi;
   
4644    
4645  # Checking for device driver option eexpresspro  # Checking for device driver option eexpresspro
4646  # Check whether --enable-eexpresspro or --disable-eexpresspro was given.  # Check whether --enable-eexpresspro or --disable-eexpresspro was given.
4647  if test "${enable_eexpresspro+set}" = set; then  if test "${enable_eexpresspro+set}" = set; then
4648    enableval="$enable_eexpresspro"    enableval="$enable_eexpresspro"
4649    if test "x$enableval" != xno; then  
4650  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4651    
4652    cat >>confdefs.h <<\_ACEOF
4653  #define CONFIG_EEXPRESS_PRO 1  #define CONFIG_EEXPRESS_PRO 1
4654  EOF  _ACEOF
4655    
4656  device_drivers="$device_drivers eepro.o"  device_drivers="$device_drivers eepro.o"
4657  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4658    driver_class_net_selected=yes    driver_class_net_selected=yes
4659    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4660  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4661  EOF  _ACEOF
4662    
4663    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4664  fi  fi
4665  fi  fi
4666    
4667  fi  fi;
4668    
4669    
4670    
4671  # Checking for alias eepro100  # Checking for alias eepro100
# Line 3240  if test "${enable_eepro100+set}" = set; Line 4674  if test "${enable_eepro100+set}" = set;
4674    enableval="$enable_eepro100"    enableval="$enable_eepro100"
4675    enable_eexpresspro100="$enable_eepro100"    enable_eexpresspro100="$enable_eepro100"
4676    
4677  fi  fi;
   
4678    
4679  # Checking for device driver option eexpresspro100  # Checking for device driver option eexpresspro100
4680  # Check whether --enable-eexpresspro100 or --disable-eexpresspro100 was given.  # Check whether --enable-eexpresspro100 or --disable-eexpresspro100 was given.
4681  if test "${enable_eexpresspro100+set}" = set; then  if test "${enable_eexpresspro100+set}" = set; then
4682    enableval="$enable_eexpresspro100"    enableval="$enable_eexpresspro100"
4683    if test "x$enableval" != xno; then  
4684  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4685    
4686    cat >>confdefs.h <<\_ACEOF
4687  #define CONFIG_EEXPRESS_PRO100B 1  #define CONFIG_EEXPRESS_PRO100B 1
4688  EOF  _ACEOF
4689    
4690  device_drivers="$device_drivers eepro100.o"  device_drivers="$device_drivers eepro100.o"
4691  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4692    driver_class_net_selected=yes    driver_class_net_selected=yes
4693    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4694  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4695  EOF  _ACEOF
4696    
4697    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4698  fi  fi
4699  fi  fi
4700    
4701  fi  fi;
4702    
4703    
4704    
4705  # Checking for alias depca  # Checking for alias depca
# Line 3272  if test "${enable_depca+set}" = set; the Line 4708  if test "${enable_depca+set}" = set; the
4708    enableval="$enable_depca"    enableval="$enable_depca"
4709    enable_depca="$enable_depca"    enable_depca="$enable_depca"
4710    
4711  fi  fi;
   
4712    
4713  # Checking for device driver option depca  # Checking for device driver option depca
4714  # Check whether --enable-depca or --disable-depca was given.  # Check whether --enable-depca or --disable-depca was given.
4715  if test "${enable_depca+set}" = set; then  if test "${enable_depca+set}" = set; then
4716    enableval="$enable_depca"    enableval="$enable_depca"
4717    if test "x$enableval" != xno; then  
4718  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4719    
4720    cat >>confdefs.h <<\_ACEOF
4721  #define CONFIG_DEPCA 1  #define CONFIG_DEPCA 1
4722  EOF  _ACEOF
4723    
4724  device_drivers="$device_drivers depca.o"  device_drivers="$device_drivers depca.o"
4725  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4726    driver_class_net_selected=yes    driver_class_net_selected=yes
4727    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4728  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4729  EOF  _ACEOF
4730    
4731    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4732  fi  fi
4733  fi  fi
4734    
4735  fi  fi;
4736    
4737    
4738    
4739  # Checking for alias ewrk3  # Checking for alias ewrk3
# Line 3304  if test "${enable_ewrk3+set}" = set; the Line 4742  if test "${enable_ewrk3+set}" = set; the
4742    enableval="$enable_ewrk3"    enableval="$enable_ewrk3"
4743    enable_ewrk3="$enable_ewrk3"    enable_ewrk3="$enable_ewrk3"
4744    
4745  fi  fi;
   
4746    
4747  # Checking for device driver option ewrk3  # Checking for device driver option ewrk3
4748  # Check whether --enable-ewrk3 or --disable-ewrk3 was given.  # Check whether --enable-ewrk3 or --disable-ewrk3 was given.
4749  if test "${enable_ewrk3+set}" = set; then  if test "${enable_ewrk3+set}" = set; then
4750    enableval="$enable_ewrk3"    enableval="$enable_ewrk3"
4751    if test "x$enableval" != xno; then  
4752  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4753    
4754    cat >>confdefs.h <<\_ACEOF
4755  #define CONFIG_EWRK3 1  #define CONFIG_EWRK3 1
4756  EOF  _ACEOF
4757    
4758  device_drivers="$device_drivers ewrk3.o"  device_drivers="$device_drivers ewrk3.o"
4759  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4760    driver_class_net_selected=yes    driver_class_net_selected=yes
4761    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4762  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4763  EOF  _ACEOF
4764    
4765    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4766  fi  fi
4767  fi  fi
4768    
4769  fi  fi;
4770    
4771    
4772    
4773  # Checking for alias de4x5  # Checking for alias de4x5
# Line 3336  if test "${enable_de4x5+set}" = set; the Line 4776  if test "${enable_de4x5+set}" = set; the
4776    enableval="$enable_de4x5"    enableval="$enable_de4x5"
4777    enable_de4x5="$enable_de4x5"    enable_de4x5="$enable_de4x5"
4778    
4779  fi  fi;
   
4780    
4781  # Checking for device driver option de4x5  # Checking for device driver option de4x5
4782  # Check whether --enable-de4x5 or --disable-de4x5 was given.  # Check whether --enable-de4x5 or --disable-de4x5 was given.
4783  if test "${enable_de4x5+set}" = set; then  if test "${enable_de4x5+set}" = set; then
4784    enableval="$enable_de4x5"    enableval="$enable_de4x5"
4785    if test "x$enableval" != xno; then  
4786  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4787    
4788    cat >>confdefs.h <<\_ACEOF
4789  #define CONFIG_DE4X5 1  #define CONFIG_DE4X5 1
4790  EOF  _ACEOF
4791    
4792  device_drivers="$device_drivers de4x5.o"  device_drivers="$device_drivers de4x5.o"
4793  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4794    driver_class_net_selected=yes    driver_class_net_selected=yes
4795    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4796  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4797  EOF  _ACEOF
4798    
4799    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4800  fi  fi
4801  fi  fi
4802    
4803  fi  fi;
4804    
4805    
4806    
4807  # Checking for alias apricot  # Checking for alias apricot
# Line 3368  if test "${enable_apricot+set}" = set; t Line 4810  if test "${enable_apricot+set}" = set; t
4810    enableval="$enable_apricot"    enableval="$enable_apricot"
4811    enable_apricot="$enable_apricot"    enable_apricot="$enable_apricot"
4812    
4813  fi  fi;
   
4814    
4815  # Checking for device driver option apricot  # Checking for device driver option apricot
4816  # Check whether --enable-apricot or --disable-apricot was given.  # Check whether --enable-apricot or --disable-apricot was given.
4817  if test "${enable_apricot+set}" = set; then  if test "${enable_apricot+set}" = set; then
4818    enableval="$enable_apricot"    enableval="$enable_apricot"
4819    if test "x$enableval" != xno; then  
4820  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4821    
4822    cat >>confdefs.h <<\_ACEOF
4823  #define CONFIG_APRICOT 1  #define CONFIG_APRICOT 1
4824  EOF  _ACEOF
4825    
4826  device_drivers="$device_drivers apricot.o"  device_drivers="$device_drivers apricot.o"
4827  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4828    driver_class_net_selected=yes    driver_class_net_selected=yes
4829    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4830  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4831  EOF  _ACEOF
4832    
4833    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4834  fi  fi
4835  fi  fi
4836    
4837  fi  fi;
4838    
4839    
4840    
4841  # Checking for alias wavelan  # Checking for alias wavelan
# Line 3400  if test "${enable_wavelan+set}" = set; t Line 4844  if test "${enable_wavelan+set}" = set; t
4844    enableval="$enable_wavelan"    enableval="$enable_wavelan"
4845    enable_wavelan="$enable_wavelan"    enable_wavelan="$enable_wavelan"
4846    
4847  fi  fi;
   
4848    
4849  # Checking for device driver option wavelan  # Checking for device driver option wavelan
4850  # Check whether --enable-wavelan or --disable-wavelan was given.  # Check whether --enable-wavelan or --disable-wavelan was given.
4851  if test "${enable_wavelan+set}" = set; then  if test "${enable_wavelan+set}" = set; then
4852    enableval="$enable_wavelan"    enableval="$enable_wavelan"
4853    if test "x$enableval" != xno; then  
4854  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4855    
4856    cat >>confdefs.h <<\_ACEOF
4857  #define CONFIG_WAVELAN 1  #define CONFIG_WAVELAN 1
4858  EOF  _ACEOF
4859    
4860  device_drivers="$device_drivers wavelan.o"  device_drivers="$device_drivers wavelan.o"
4861  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4862    driver_class_net_selected=yes    driver_class_net_selected=yes
4863    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4864  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4865  EOF  _ACEOF
4866    
4867    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4868  fi  fi
4869  fi  fi
4870    
4871  fi  fi;
4872    
4873    
4874    
4875  # Checking for alias 3c507  # Checking for alias 3c507
# Line 3432  if test "${enable_3c507+set}" = set; the Line 4878  if test "${enable_3c507+set}" = set; the
4878    enableval="$enable_3c507"    enableval="$enable_3c507"
4879    enable_el16="$enable_3c507"    enable_el16="$enable_3c507"
4880    
4881  fi  fi;
   
4882    
4883  # Checking for device driver option el16  # Checking for device driver option el16
4884  # Check whether --enable-el16 or --disable-el16 was given.  # Check whether --enable-el16 or --disable-el16 was given.
4885  if test "${enable_el16+set}" = set; then  if test "${enable_el16+set}" = set; then
4886    enableval="$enable_el16"    enableval="$enable_el16"
4887    if test "x$enableval" != xno; then  
4888  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4889    
4890    cat >>confdefs.h <<\_ACEOF
4891  #define CONFIG_EL16 1  #define CONFIG_EL16 1
4892  EOF  _ACEOF
4893    
4894  device_drivers="$device_drivers 3c507.o"  device_drivers="$device_drivers 3c507.o"
4895  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4896    driver_class_net_selected=yes    driver_class_net_selected=yes
4897    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4898  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4899  EOF  _ACEOF
4900    
4901    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4902  fi  fi
4903  fi  fi
4904    
4905  fi  fi;
4906    
4907    
4908    
4909  # Checking for alias 3c505  # Checking for alias 3c505
# Line 3464  if test "${enable_3c505+set}" = set; the Line 4912  if test "${enable_3c505+set}" = set; the
4912    enableval="$enable_3c505"    enableval="$enable_3c505"
4913    enable_elplus="$enable_3c505"    enable_elplus="$enable_3c505"
4914    
4915  fi  fi;
   
4916    
4917  # Checking for device driver option elplus  # Checking for device driver option elplus
4918  # Check whether --enable-elplus or --disable-elplus was given.  # Check whether --enable-elplus or --disable-elplus was given.
4919  if test "${enable_elplus+set}" = set; then  if test "${enable_elplus+set}" = set; then
4920    enableval="$enable_elplus"    enableval="$enable_elplus"
4921    if test "x$enableval" != xno; then  
4922  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4923    
4924    cat >>confdefs.h <<\_ACEOF
4925  #define CONFIG_ELPLUS 1  #define CONFIG_ELPLUS 1
4926  EOF  _ACEOF
4927    
4928  device_drivers="$device_drivers 3c505.o"  device_drivers="$device_drivers 3c505.o"
4929  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4930    driver_class_net_selected=yes    driver_class_net_selected=yes
4931    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4932  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4933  EOF  _ACEOF
4934    
4935    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4936  fi  fi
4937  fi  fi
4938    
4939  fi  fi;
4940    
4941    
4942    
4943  # Checking for alias de600  # Checking for alias de600
# Line 3496  if test "${enable_de600+set}" = set; the Line 4946  if test "${enable_de600+set}" = set; the
4946    enableval="$enable_de600"    enableval="$enable_de600"
4947    enable_de600="$enable_de600"    enable_de600="$enable_de600"
4948    
4949  fi  fi;
   
4950    
4951  # Checking for device driver option de600  # Checking for device driver option de600
4952  # Check whether --enable-de600 or --disable-de600 was given.  # Check whether --enable-de600 or --disable-de600 was given.
4953  if test "${enable_de600+set}" = set; then  if test "${enable_de600+set}" = set; then
4954    enableval="$enable_de600"    enableval="$enable_de600"
4955    if test "x$enableval" != xno; then  
4956  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4957    
4958    cat >>confdefs.h <<\_ACEOF
4959  #define CONFIG_DE600 1  #define CONFIG_DE600 1
4960  EOF  _ACEOF
4961    
4962  device_drivers="$device_drivers de600.o"  device_drivers="$device_drivers de600.o"
4963  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4964    driver_class_net_selected=yes    driver_class_net_selected=yes
4965    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
4966  #define $driver_class_net_option 1  #define $driver_class_net_option 1
4967  EOF  _ACEOF
4968    
4969    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
4970  fi  fi
4971  fi  fi
4972    
4973  fi  fi;
4974    
4975    
4976    
4977  # Checking for alias de620  # Checking for alias de620
# Line 3528  if test "${enable_de620+set}" = set; the Line 4980  if test "${enable_de620+set}" = set; the
4980    enableval="$enable_de620"    enableval="$enable_de620"
4981    enable_de620="$enable_de620"    enable_de620="$enable_de620"
4982    
4983  fi  fi;
   
4984    
4985  # Checking for device driver option de620  # Checking for device driver option de620
4986  # Check whether --enable-de620 or --disable-de620 was given.  # Check whether --enable-de620 or --disable-de620 was given.
4987  if test "${enable_de620+set}" = set; then  if test "${enable_de620+set}" = set; then
4988    enableval="$enable_de620"    enableval="$enable_de620"
4989    if test "x$enableval" != xno; then  
4990  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
4991    
4992    cat >>confdefs.h <<\_ACEOF
4993  #define CONFIG_DE620 1  #define CONFIG_DE620 1
4994  EOF  _ACEOF
4995    
4996  device_drivers="$device_drivers de620.o"  device_drivers="$device_drivers de620.o"
4997  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
4998    driver_class_net_selected=yes    driver_class_net_selected=yes
4999    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5000  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5001  EOF  _ACEOF
5002    
5003    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5004  fi  fi
5005  fi  fi
5006    
5007  fi  fi;
5008    
5009    
5010    
5011  # Checking for alias sk_g16  # Checking for alias sk_g16
# Line 3560  if test "${enable_sk_g16+set}" = set; th Line 5014  if test "${enable_sk_g16+set}" = set; th
5014    enableval="$enable_sk_g16"    enableval="$enable_sk_g16"
5015    enable_skg16="$enable_sk_g16"    enable_skg16="$enable_sk_g16"
5016    
5017  fi  fi;
   
5018    
5019  # Checking for device driver option skg16  # Checking for device driver option skg16
5020  # Check whether --enable-skg16 or --disable-skg16 was given.  # Check whether --enable-skg16 or --disable-skg16 was given.
5021  if test "${enable_skg16+set}" = set; then  if test "${enable_skg16+set}" = set; then
5022    enableval="$enable_skg16"    enableval="$enable_skg16"
5023    if test "x$enableval" != xno; then  
5024  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5025    
5026    cat >>confdefs.h <<\_ACEOF
5027  #define CONFIG_SK_G16 1  #define CONFIG_SK_G16 1
5028  EOF  _ACEOF
5029    
5030  device_drivers="$device_drivers sk_g16.o"  device_drivers="$device_drivers sk_g16.o"
5031  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5032    driver_class_net_selected=yes    driver_class_net_selected=yes
5033    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5034  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5035  EOF  _ACEOF
5036    
5037    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5038  fi  fi
5039  fi  fi
5040    
5041  fi  fi;
5042    
5043    
5044    
5045  # Checking for alias ni52  # Checking for alias ni52
# Line 3592  if test "${enable_ni52+set}" = set; then Line 5048  if test "${enable_ni52+set}" = set; then
5048    enableval="$enable_ni52"    enableval="$enable_ni52"
5049    enable_ni52="$enable_ni52"    enable_ni52="$enable_ni52"
5050    
5051  fi  fi;
   
5052    
5053  # Checking for device driver option ni52  # Checking for device driver option ni52
5054  # Check whether --enable-ni52 or --disable-ni52 was given.  # Check whether --enable-ni52 or --disable-ni52 was given.
5055  if test "${enable_ni52+set}" = set; then  if test "${enable_ni52+set}" = set; then
5056    enableval="$enable_ni52"    enableval="$enable_ni52"
5057    if test "x$enableval" != xno; then  
5058  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5059    
5060    cat >>confdefs.h <<\_ACEOF
5061  #define CONFIG_NI52 1  #define CONFIG_NI52 1
5062  EOF  _ACEOF
5063    
5064  device_drivers="$device_drivers ni52.o"  device_drivers="$device_drivers ni52.o"
5065  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5066    driver_class_net_selected=yes    driver_class_net_selected=yes
5067    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5068  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5069  EOF  _ACEOF
5070    
5071    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5072  fi  fi
5073  fi  fi
5074    
5075  fi  fi;
5076    
5077    
5078    
5079  # Checking for alias ni65  # Checking for alias ni65
# Line 3624  if test "${enable_ni65+set}" = set; then Line 5082  if test "${enable_ni65+set}" = set; then
5082    enableval="$enable_ni65"    enableval="$enable_ni65"
5083    enable_ni65="$enable_ni65"    enable_ni65="$enable_ni65"
5084    
5085  fi  fi;
   
5086    
5087  # Checking for device driver option ni65  # Checking for device driver option ni65
5088  # Check whether --enable-ni65 or --disable-ni65 was given.  # Check whether --enable-ni65 or --disable-ni65 was given.
5089  if test "${enable_ni65+set}" = set; then  if test "${enable_ni65+set}" = set; then
5090    enableval="$enable_ni65"    enableval="$enable_ni65"
5091    if test "x$enableval" != xno; then  
5092  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5093    
5094    cat >>confdefs.h <<\_ACEOF
5095  #define CONFIG_NI65 1  #define CONFIG_NI65 1
5096  EOF  _ACEOF
5097    
5098  device_drivers="$device_drivers ni65.o"  device_drivers="$device_drivers ni65.o"
5099  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5100    driver_class_net_selected=yes    driver_class_net_selected=yes
5101    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5102  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5103  EOF  _ACEOF
5104    
5105    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5106  fi  fi
5107  fi  fi
5108    
5109  fi  fi;
5110    
5111    
5112    
5113  # Checking for alias atp  # Checking for alias atp
# Line 3656  if test "${enable_atp+set}" = set; then Line 5116  if test "${enable_atp+set}" = set; then
5116    enableval="$enable_atp"    enableval="$enable_atp"
5117    enable_atp="$enable_atp"    enable_atp="$enable_atp"
5118    
5119  fi  fi;
   
5120    
5121  # Checking for device driver option atp  # Checking for device driver option atp
5122  # Check whether --enable-atp or --disable-atp was given.  # Check whether --enable-atp or --disable-atp was given.
5123  if test "${enable_atp+set}" = set; then  if test "${enable_atp+set}" = set; then
5124    enableval="$enable_atp"    enableval="$enable_atp"
5125    if test "x$enableval" != xno; then  
5126  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5127    
5128    cat >>confdefs.h <<\_ACEOF
5129  #define CONFIG_ATP 1  #define CONFIG_ATP 1
5130  EOF  _ACEOF
5131    
5132  device_drivers="$device_drivers atp.o"  device_drivers="$device_drivers atp.o"
5133  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5134    driver_class_net_selected=yes    driver_class_net_selected=yes
5135    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5136  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5137  EOF  _ACEOF
5138    
5139    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5140  fi  fi
5141  fi  fi
5142    
5143  fi  fi;
5144    
5145    
5146    
5147  # Checking for alias lance  # Checking for alias lance
# Line 3688  if test "${enable_lance+set}" = set; the Line 5150  if test "${enable_lance+set}" = set; the
5150    enableval="$enable_lance"    enableval="$enable_lance"
5151    enable_lance="$enable_lance"    enable_lance="$enable_lance"
5152    
5153  fi  fi;
   
5154    
5155  # Checking for device driver option lance  # Checking for device driver option lance
5156  # Check whether --enable-lance or --disable-lance was given.  # Check whether --enable-lance or --disable-lance was given.
5157  if test "${enable_lance+set}" = set; then  if test "${enable_lance+set}" = set; then
5158    enableval="$enable_lance"    enableval="$enable_lance"
5159    if test "x$enableval" != xno; then  
5160  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5161    
5162    cat >>confdefs.h <<\_ACEOF
5163  #define CONFIG_LANCE 1  #define CONFIG_LANCE 1
5164  EOF  _ACEOF
5165    
5166  device_drivers="$device_drivers lance.o"  device_drivers="$device_drivers lance.o"
5167  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5168    driver_class_net_selected=yes    driver_class_net_selected=yes
5169    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5170  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5171  EOF  _ACEOF
5172    
5173    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5174  fi  fi
5175  fi  fi
5176    
5177  fi  fi;
5178    
5179    
5180    
5181  # Checking for alias tulip  # Checking for alias tulip
# Line 3720  if test "${enable_tulip+set}" = set; the Line 5184  if test "${enable_tulip+set}" = set; the
5184    enableval="$enable_tulip"    enableval="$enable_tulip"
5185    enable_elcp="$enable_tulip"    enable_elcp="$enable_tulip"
5186    
5187  fi  fi;
   
5188    
5189  # Checking for device driver option elcp  # Checking for device driver option elcp
5190  # Check whether --enable-elcp or --disable-elcp was given.  # Check whether --enable-elcp or --disable-elcp was given.
5191  if test "${enable_elcp+set}" = set; then  if test "${enable_elcp+set}" = set; then
5192    enableval="$enable_elcp"    enableval="$enable_elcp"
5193    if test "x$enableval" != xno; then  
5194  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5195    
5196    cat >>confdefs.h <<\_ACEOF
5197  #define CONFIG_DEC_ELCP 1  #define CONFIG_DEC_ELCP 1
5198  EOF  _ACEOF
5199    
5200  device_drivers="$device_drivers tulip.o"  device_drivers="$device_drivers tulip.o"
5201  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5202    driver_class_net_selected=yes    driver_class_net_selected=yes
5203    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5204  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5205  EOF  _ACEOF
5206    
5207    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5208  fi  fi
5209  fi  fi
5210    
5211  fi  fi;
5212    
5213    
5214    
5215  # Checking for alias fmv18x  # Checking for alias fmv18x
# Line 3752  if test "${enable_fmv18x+set}" = set; th Line 5218  if test "${enable_fmv18x+set}" = set; th
5218    enableval="$enable_fmv18x"    enableval="$enable_fmv18x"
5219    enable_fmv18x="$enable_fmv18x"    enable_fmv18x="$enable_fmv18x"
5220    
5221  fi  fi;
   
5222    
5223  # Checking for device driver option fmv18x  # Checking for device driver option fmv18x
5224  # Check whether --enable-fmv18x or --disable-fmv18x was given.  # Check whether --enable-fmv18x or --disable-fmv18x was given.
5225  if test "${enable_fmv18x+set}" = set; then  if test "${enable_fmv18x+set}" = set; then
5226    enableval="$enable_fmv18x"    enableval="$enable_fmv18x"
5227    if test "x$enableval" != xno; then  
5228  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5229    
5230    cat >>confdefs.h <<\_ACEOF
5231  #define CONFIG_FMV18X 1  #define CONFIG_FMV18X 1
5232  EOF  _ACEOF
5233    
5234  device_drivers="$device_drivers fmv18x.o"  device_drivers="$device_drivers fmv18x.o"
5235  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5236    driver_class_net_selected=yes    driver_class_net_selected=yes
5237    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5238  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5239  EOF  _ACEOF
5240    
5241    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5242  fi  fi
5243  fi  fi
5244    
5245  fi  fi;
5246    
5247    
5248    
5249  # Checking for alias 3c515  # Checking for alias 3c515
# Line 3784  if test "${enable_3c515+set}" = set; the Line 5252  if test "${enable_3c515+set}" = set; the
5252    enableval="$enable_3c515"    enableval="$enable_3c515"
5253    enable_3c515="$enable_3c515"    enable_3c515="$enable_3c515"
5254    
5255  fi  fi;
   
5256    
5257  # Checking for device driver option 3c515  # Checking for device driver option 3c515
5258  # Check whether --enable-3c515 or --disable-3c515 was given.  # Check whether --enable-3c515 or --disable-3c515 was given.
5259  if test "${enable_3c515+set}" = set; then  if test "${enable_3c515+set}" = set; then
5260    enableval="$enable_3c515"    enableval="$enable_3c515"
5261    if test "x$enableval" != xno; then  
5262  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5263    
5264    cat >>confdefs.h <<\_ACEOF
5265  #define CONFIG_3C515 1  #define CONFIG_3C515 1
5266  EOF  _ACEOF
5267    
5268  device_drivers="$device_drivers 3c515.o"  device_drivers="$device_drivers 3c515.o"
5269  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5270    driver_class_net_selected=yes    driver_class_net_selected=yes
5271    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5272  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5273  EOF  _ACEOF
5274    
5275    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5276  fi  fi
5277  fi  fi
5278    
5279  fi  fi;
5280    
5281    
5282    
5283  # Checking for alias pcnet32  # Checking for alias pcnet32
# Line 3816  if test "${enable_pcnet32+set}" = set; t Line 5286  if test "${enable_pcnet32+set}" = set; t
5286    enableval="$enable_pcnet32"    enableval="$enable_pcnet32"
5287    enable_pcnet32="$enable_pcnet32"    enable_pcnet32="$enable_pcnet32"
5288    
5289  fi  fi;
   
5290    
5291  # Checking for device driver option pcnet32  # Checking for device driver option pcnet32
5292  # Check whether --enable-pcnet32 or --disable-pcnet32 was given.  # Check whether --enable-pcnet32 or --disable-pcnet32 was given.
5293  if test "${enable_pcnet32+set}" = set; then  if test "${enable_pcnet32+set}" = set; then
5294    enableval="$enable_pcnet32"    enableval="$enable_pcnet32"
5295    if test "x$enableval" != xno; then  
5296  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5297    
5298    cat >>confdefs.h <<\_ACEOF
5299  #define CONFIG_PCNET32 1  #define CONFIG_PCNET32 1
5300  EOF  _ACEOF
5301    
5302  device_drivers="$device_drivers pcnet32.o"  device_drivers="$device_drivers pcnet32.o"
5303  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5304    driver_class_net_selected=yes    driver_class_net_selected=yes
5305    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5306  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5307  EOF  _ACEOF
5308    
5309    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5310  fi  fi
5311  fi  fi
5312    
5313  fi  fi;
5314    
5315    
5316  # Checking for device driver option ne2kpci  # Checking for device driver option ne2kpci
5317  # Check whether --enable-ne2kpci or --disable-ne2kpci was given.  # Check whether --enable-ne2kpci or --disable-ne2kpci was given.
5318  if test "${enable_ne2kpci+set}" = set; then  if test "${enable_ne2kpci+set}" = set; then
5319    enableval="$enable_ne2kpci"    enableval="$enable_ne2kpci"
5320    if test "x$enableval" != xno; then  
5321  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5322    
5323    cat >>confdefs.h <<\_ACEOF
5324  #define CONFIG_NE2K_PCI 1  #define CONFIG_NE2K_PCI 1
5325  EOF  _ACEOF
5326    
5327  device_drivers="$device_drivers ne2k-pci.o 8390.o"  device_drivers="$device_drivers ne2k-pci.o 8390.o"
5328  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5329    driver_class_net_selected=yes    driver_class_net_selected=yes
5330    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5331  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5332  EOF  _ACEOF
5333    
5334    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5335  fi  fi
5336  fi  fi
5337    
5338  fi  fi;
5339    
5340    
5341  # Checking for alias yellowfin  # Checking for alias yellowfin
# Line 3871  if test "${enable_yellowfin+set}" = set; Line 5344  if test "${enable_yellowfin+set}" = set;
5344    enableval="$enable_yellowfin"    enableval="$enable_yellowfin"
5345    enable_yellowfin="$enable_yellowfin"    enable_yellowfin="$enable_yellowfin"
5346    
5347  fi  fi;
   
5348    
5349  # Checking for device driver option yellowfin  # Checking for device driver option yellowfin
5350  # Check whether --enable-yellowfin or --disable-yellowfin was given.  # Check whether --enable-yellowfin or --disable-yellowfin was given.
5351  if test "${enable_yellowfin+set}" = set; then  if test "${enable_yellowfin+set}" = set; then
5352    enableval="$enable_yellowfin"    enableval="$enable_yellowfin"
5353    if test "x$enableval" != xno; then  
5354  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5355    
5356    cat >>confdefs.h <<\_ACEOF
5357  #define CONFIG_YELLOWFIN 1  #define CONFIG_YELLOWFIN 1
5358  EOF  _ACEOF
5359    
5360  device_drivers="$device_drivers yellowfin.o"  device_drivers="$device_drivers yellowfin.o"
5361  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5362    driver_class_net_selected=yes    driver_class_net_selected=yes
5363    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5364  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5365  EOF  _ACEOF
5366    
5367    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5368  fi  fi
5369  fi  fi
5370    
5371  fi  fi;
5372    
5373    
5374    
5375  # Checking for alias rtl8139  # Checking for alias rtl8139
# Line 3903  if test "${enable_rtl8139+set}" = set; t Line 5378  if test "${enable_rtl8139+set}" = set; t
5378    enableval="$enable_rtl8139"    enableval="$enable_rtl8139"
5379    enable_rtl8139="$enable_rtl8139"    enable_rtl8139="$enable_rtl8139"
5380    
5381  fi  fi;
   
5382    
5383  # Checking for device driver option rtl8139  # Checking for device driver option rtl8139
5384  # Check whether --enable-rtl8139 or --disable-rtl8139 was given.  # Check whether --enable-rtl8139 or --disable-rtl8139 was given.
5385  if test "${enable_rtl8139+set}" = set; then  if test "${enable_rtl8139+set}" = set; then
5386    enableval="$enable_rtl8139"    enableval="$enable_rtl8139"
5387    if test "x$enableval" != xno; then  
5388  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5389    
5390    cat >>confdefs.h <<\_ACEOF
5391  #define CONFIG_RTL8139 1  #define CONFIG_RTL8139 1
5392  EOF  _ACEOF
5393    
5394  device_drivers="$device_drivers rtl8139.o"  device_drivers="$device_drivers rtl8139.o"
5395  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5396    driver_class_net_selected=yes    driver_class_net_selected=yes
5397    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5398  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5399  EOF  _ACEOF
5400    
5401    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5402  fi  fi
5403  fi  fi
5404    
5405  fi  fi;
5406    
5407    
5408    
5409  # Checking for alias epic100  # Checking for alias epic100
# Line 3935  if test "${enable_epic100+set}" = set; t Line 5412  if test "${enable_epic100+set}" = set; t
5412    enableval="$enable_epic100"    enableval="$enable_epic100"
5413    enable_epic="$enable_epic100"    enable_epic="$enable_epic100"
5414    
5415  fi  fi;
   
5416    
5417  # Checking for device driver option epic  # Checking for device driver option epic
5418  # Check whether --enable-epic or --disable-epic was given.  # Check whether --enable-epic or --disable-epic was given.
5419  if test "${enable_epic+set}" = set; then  if test "${enable_epic+set}" = set; then
5420    enableval="$enable_epic"    enableval="$enable_epic"
5421    if test "x$enableval" != xno; then  
5422  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5423    
5424    cat >>confdefs.h <<\_ACEOF
5425  #define CONFIG_EPIC 1  #define CONFIG_EPIC 1
5426  EOF  _ACEOF
5427    
5428  device_drivers="$device_drivers epic100.o"  device_drivers="$device_drivers epic100.o"
5429  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5430    driver_class_net_selected=yes    driver_class_net_selected=yes
5431    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5432  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5433  EOF  _ACEOF
5434    
5435    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5436  fi  fi
5437  fi  fi
5438    
5439  fi  fi;
5440    
5441    
5442    
5443  # Checking for alias tlan  # Checking for alias tlan
# Line 3967  if test "${enable_tlan+set}" = set; then Line 5446  if test "${enable_tlan+set}" = set; then
5446    enableval="$enable_tlan"    enableval="$enable_tlan"
5447    enable_tlan="$enable_tlan"    enable_tlan="$enable_tlan"
5448    
5449  fi  fi;
   
5450    
5451  # Checking for device driver option tlan  # Checking for device driver option tlan
5452  # Check whether --enable-tlan or --disable-tlan was given.  # Check whether --enable-tlan or --disable-tlan was given.
5453  if test "${enable_tlan+set}" = set; then  if test "${enable_tlan+set}" = set; then
5454    enableval="$enable_tlan"    enableval="$enable_tlan"
5455    if test "x$enableval" != xno; then  
5456  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5457    
5458    cat >>confdefs.h <<\_ACEOF
5459  #define CONFIG_TLAN 1  #define CONFIG_TLAN 1
5460  EOF  _ACEOF
5461    
5462  device_drivers="$device_drivers tlan.o"  device_drivers="$device_drivers tlan.o"
5463  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5464    driver_class_net_selected=yes    driver_class_net_selected=yes
5465    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5466  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5467  EOF  _ACEOF
5468    
5469    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5470  fi  fi
5471  fi  fi
5472    
5473  fi  fi;
5474    
5475    
5476    
5477  # Checking for alias via-rhine  # Checking for alias via-rhine
# Line 3999  if test "${enable_via_rhine+set}" = set; Line 5480  if test "${enable_via_rhine+set}" = set;
5480    enableval="$enable_via_rhine"    enableval="$enable_via_rhine"
5481    enable_viarhine="$enable_via-rhine"    enable_viarhine="$enable_via-rhine"
5482    
5483  fi  fi;
   
5484    
5485  # Checking for device driver option viarhine  # Checking for device driver option viarhine
5486  # Check whether --enable-viarhine or --disable-viarhine was given.  # Check whether --enable-viarhine or --disable-viarhine was given.
5487  if test "${enable_viarhine+set}" = set; then  if test "${enable_viarhine+set}" = set; then
5488    enableval="$enable_viarhine"    enableval="$enable_viarhine"
5489    if test "x$enableval" != xno; then  
5490  cat >> confdefs.h <<\EOF  if test "x$enableval" != xno; then
5491    
5492    cat >>confdefs.h <<\_ACEOF
5493  #define CONFIG_VIA_RHINE 1  #define CONFIG_VIA_RHINE 1
5494  EOF  _ACEOF
5495    
5496  device_drivers="$device_drivers via-rhine.o"  device_drivers="$device_drivers via-rhine.o"
5497  if test "${driver_class_net_selected+set}" != set; then  if test "${driver_class_net_selected+set}" != set; then
5498    driver_class_net_selected=yes    driver_class_net_selected=yes
5499    cat >> confdefs.h <<EOF    cat >>confdefs.h <<_ACEOF
5500  #define $driver_class_net_option 1  #define $driver_class_net_option 1
5501  EOF  _ACEOF
5502    
5503    device_drivers="$device_drivers $driver_class_net_files"    device_drivers="$device_drivers $driver_class_net_files"
5504  fi  fi
5505  fi  fi
5506    
5507  fi  fi;
5508    
5509    
5510              ac_config_files="$ac_config_files Makefile"
5511    
5512  trap '' 1 2 15  cat >confcache <<\_ACEOF
 cat > confcache <<\EOF  
5513  # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
5514  # tests run on this system so they can be shared between configure  # tests run on this system so they can be shared between configure
5515  # scripts and configure runs.  It is not useful on other systems.  # scripts and configure runs, see configure's option --config-cache.
5516  # 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
5517    # want to keep, you may remove or edit it.
5518  #  #
5519  # By default, configure uses ./config.cache as the cache file,  # config.status only pays attention to the cache file if you give it
5520  # 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.  
5521  #  #
5522  EOF  # `ac_cv_env_foo' variables (set or unset) will be overridden when
5523    # loading this file, other *unset* `ac_cv_foo' will be assigned the
5524    # following values.
5525    
5526    _ACEOF
5527    
5528  # The following way of writing the cache mishandles newlines in values,  # The following way of writing the cache mishandles newlines in values,
5529  # but we know of no workaround that is simple, portable, and efficient.  # but we know of no workaround that is simple, portable, and efficient.
5530  # So, don't put newlines in cache variables' values.  # So, don't put newlines in cache variables' values.
5531  # Ultrix sh set writes to stderr and can't be redirected directly,  # Ultrix sh set writes to stderr and can't be redirected directly,
5532  # 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.
5533  (set) 2>&1 |  {
5534    case `(ac_space=' '; set | grep ac_space) 2>&1` in    (set) 2>&1 |
5535    *ac_space=\ *)      case `(ac_space=' '; set | grep ac_space) 2>&1` in
5536      # `set' does not quote correctly, so add quotes (double-quote substitution      *ac_space=\ *)
5537      # turns \\\\ into \\, and sed turns \\ into \).        # `set' does not quote correctly, so add quotes (double-quote
5538      sed -n \        # substitution turns \\\\ into \\, and sed turns \\ into \).
5539        -e "s/'/'\\\\''/g" \        sed -n \
5540        -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"          "s/'/'\\\\''/g;
5541      ;;            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5542    *)        ;;
5543      # `set' quotes correctly as required by POSIX, so do not add quotes.      *)
5544      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.
5545      ;;        sed -n \
5546    esac >> confcache          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5547  if cmp -s $cache_file confcache; then        ;;
5548    :      esac;
5549  else  } |
5550      sed '
5551         t clear
5552         : clear
5553         s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5554         t end
5555         /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5556         : end' >>confcache
5557    if diff $cache_file confcache >/dev/null 2>&1; then :; else
5558    if test -w $cache_file; then    if test -w $cache_file; then
5559      echo "updating cache $cache_file"      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5560      cat confcache > $cache_file      cat confcache >$cache_file
5561    else    else
5562      echo "not updating unwritable cache $cache_file"      echo "not updating unwritable cache $cache_file"
5563    fi    fi
5564  fi  fi
5565  rm -f confcache  rm -f confcache
5566    
 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15  
   
5567  test "x$prefix" = xNONE && prefix=$ac_default_prefix  test "x$prefix" = xNONE && prefix=$ac_default_prefix
5568  # Let make expand exec_prefix.  # Let make expand exec_prefix.
5569  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5570    
5571  # Any assignment to VPATH causes Sun make to only execute  # VPATH may cause trouble with some makes, so we remove $(srcdir),
5572  # the first set of double-colon rules, so remove it if not needed.  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5573  # 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
5574    # (actually we leave an empty line to preserve line numbers).
5575  if test "x$srcdir" = x.; then  if test "x$srcdir" = x.; then
5576    ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'    ac_vpsub='/^[  ]*VPATH[        ]*=/{
5577    s/:*\$(srcdir):*/:/;
5578    s/:*\${srcdir}:*/:/;
5579    s/:*@srcdir@:*/:/;
5580    s/^\([^=]*=[     ]*\):*/\1/;
5581    s/:*$//;
5582    s/^[^=]*=[       ]*$//;
5583    }'
5584  fi  fi
5585    
 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15  
   
5586  DEFS=-DHAVE_CONFIG_H  DEFS=-DHAVE_CONFIG_H
5587    
5588  # Without the "./", some shells look in PATH for config.status.  ac_libobjs=
5589  : ${CONFIG_STATUS=./config.status}  ac_ltlibobjs=
5590    for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5591      # 1. Remove the extension, and $U if already installed.
5592      ac_i=`echo "$ac_i" |
5593             sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5594      # 2. Add them.
5595      ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
5596      ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
5597    done
5598    LIBOBJS=$ac_libobjs
5599    
5600  echo creating $CONFIG_STATUS  LTLIBOBJS=$ac_ltlibobjs
5601  rm -f $CONFIG_STATUS  
5602  cat > $CONFIG_STATUS <<EOF  
5603  #! /bin/sh  
5604  # Generated automatically by configure.  : ${CONFIG_STATUS=./config.status}
5605    ac_clean_files_save=$ac_clean_files
5606    ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5607    { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5608    echo "$as_me: creating $CONFIG_STATUS" >&6;}
5609    cat >$CONFIG_STATUS <<_ACEOF
5610    #! $SHELL
5611    # Generated by $as_me.
5612  # 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  
 #  
5613  # Compiler output produced by configure, useful for debugging  # Compiler output produced by configure, useful for debugging
5614  # configure, is in ./config.log if it exists.  # configure, is in config.log if it exists.
5615    
5616  ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"  debug=false
5617  for ac_option  ac_cs_recheck=false
5618    ac_cs_silent=false
5619    SHELL=\${CONFIG_SHELL-$SHELL}
5620    _ACEOF
5621    
5622    cat >>$CONFIG_STATUS <<\_ACEOF
5623    ## --------------------- ##
5624    ## M4sh Initialization.  ##
5625    ## --------------------- ##
5626    
5627    # Be Bourne compatible
5628    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
5629      emulate sh
5630      NULLCMD=:
5631      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5632      # is contrary to our usage.  Disable this feature.
5633      alias -g '${1+"$@"}'='"$@"'
5634    elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
5635      set -o posix
5636    fi
5637    DUALCASE=1; export DUALCASE # for MKS sh
5638    
5639    # Support unset when possible.
5640    if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5641      as_unset=unset
5642    else
5643      as_unset=false
5644    fi
5645    
5646    
5647    # Work around bugs in pre-3.0 UWIN ksh.
5648    $as_unset ENV MAIL MAILPATH
5649    PS1='$ '
5650    PS2='> '
5651    PS4='+ '
5652    
5653    # NLS nuisances.
5654    for as_var in \
5655      LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5656      LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5657      LC_TELEPHONE LC_TIME
5658  do  do
5659    case "\$ac_option" in    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
5660    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)      eval $as_var=C; export $as_var
5661      echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"    else
5662      exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;      $as_unset $as_var
5663    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)    fi
     echo "$CONFIG_STATUS generated by autoconf version 2.13.1"  
     exit 0 ;;  
   -help | --help | --hel | --he | --h)  
     echo "\$ac_cs_usage"; exit 0 ;;  
   *) echo "\$ac_cs_usage"; exit 1 ;;  
   esac  
5664  done  done
5665    
5666  ac_given_srcdir=$srcdir  # Required to use basename.
5667    if expr a : '\(a\)' >/dev/null 2>&1; then
5668  trap 'rm -fr `echo "Makefile device-drivers.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15    as_expr=expr
5669  EOF  else
5670  cat >> $CONFIG_STATUS <<EOF    as_expr=false
5671    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%@SHELL@%$SHELL%g  
 s%@CFLAGS@%$CFLAGS%g  
 s%@CPPFLAGS@%$CPPFLAGS%g  
 s%@CXXFLAGS@%$CXXFLAGS%g  
 s%@FFLAGS@%$FFLAGS%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%@device_drivers@%$device_drivers%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%@systype@%$systype%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%@CC@%$CC%g  
 s%@cross_linkable@%$cross_linkable%g  
 s%@LD@%$LD%g  
5672    
5673  CEOF  if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
5674  EOF    as_basename=basename
5675    else
5676      as_basename=false
5677    fi
5678    
 cat >> $CONFIG_STATUS <<\EOF  
5679    
5680  # Split the substitutions into bite-sized pieces for seds with  # Name of the executable.
5681  # small command number limits, like on Digital OSF/1 and HP-UX.  as_me=`$as_basename "$0" ||
5682  ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5683  ac_file=1 # Number of current file.           X"$0" : 'X\(//\)$' \| \
5684  ac_beg=1 # First line for current file.           X"$0" : 'X\(/\)$' \| \
5685  ac_end=$ac_max_sed_cmds # Line after last line for current file.           .     : '\(.\)' 2>/dev/null ||
5686  ac_more_lines=:  echo X/"$0" |
5687  ac_sed_cmds=""      sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
5688  while $ac_more_lines; do            /^X\/\(\/\/\)$/{ s//\1/; q; }
5689    if test $ac_beg -gt 1; then            /^X\/\(\/\).*/{ s//\1/; q; }
5690      sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file            s/.*/./; q'`
5691    
5692    
5693    # PATH needs CR, and LINENO needs CR and PATH.
5694    # Avoid depending upon Character Ranges.
5695    as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5696    as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5697    as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5698    as_cr_digits='0123456789'
5699    as_cr_alnum=$as_cr_Letters$as_cr_digits
5700    
5701    # The user is always right.
5702    if test "${PATH_SEPARATOR+set}" != set; then
5703      echo "#! /bin/sh" >conf$$.sh
5704      echo  "exit 0"   >>conf$$.sh
5705      chmod +x conf$$.sh
5706      if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5707        PATH_SEPARATOR=';'
5708    else    else
5709      sed "${ac_end}q" conftest.subs > conftest.s$ac_file      PATH_SEPARATOR=:
5710      fi
5711      rm -f conf$$.sh
5712    fi
5713    
5714    
5715      as_lineno_1=$LINENO
5716      as_lineno_2=$LINENO
5717      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5718      test "x$as_lineno_1" != "x$as_lineno_2" &&
5719      test "x$as_lineno_3"  = "x$as_lineno_2"  || {
5720      # Find who we are.  Look in the path if we contain no path at all
5721      # relative or not.
5722      case $0 in
5723        *[\\/]* ) as_myself=$0 ;;
5724        *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5725    for as_dir in $PATH
5726    do
5727      IFS=$as_save_IFS
5728      test -z "$as_dir" && as_dir=.
5729      test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5730    done
5731    
5732           ;;
5733      esac
5734      # We did not find ourselves, most probably we were run as `sh COMMAND'
5735      # in which case we are not to be found in the path.
5736      if test "x$as_myself" = x; then
5737        as_myself=$0
5738    fi    fi
5739    if test ! -s conftest.s$ac_file; then    if test ! -f "$as_myself"; then
5740      ac_more_lines=false      { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5741      rm -f conftest.s$ac_file  echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5742       { (exit 1); exit 1; }; }
5743      fi
5744      case $CONFIG_SHELL in
5745      '')
5746        as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5747    for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
5748    do
5749      IFS=$as_save_IFS
5750      test -z "$as_dir" && as_dir=.
5751      for as_base in sh bash ksh sh5; do
5752             case $as_dir in
5753             /*)
5754               if ("$as_dir/$as_base" -c '
5755      as_lineno_1=$LINENO
5756      as_lineno_2=$LINENO
5757      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5758      test "x$as_lineno_1" != "x$as_lineno_2" &&
5759      test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
5760                 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
5761                 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
5762                 CONFIG_SHELL=$as_dir/$as_base
5763                 export CONFIG_SHELL
5764                 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5765               fi;;
5766             esac
5767           done
5768    done
5769    ;;
5770      esac
5771    
5772      # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5773      # uniformly replaced by the line number.  The first 'sed' inserts a
5774      # line-number line before each line; the second 'sed' does the real
5775      # work.  The second script uses 'N' to pair each line-number line
5776      # with the numbered line, and appends trailing '-' during
5777      # substitution so that $LINENO is not a special case at line end.
5778      # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5779      # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
5780      sed '=' <$as_myself |
5781        sed '
5782          N
5783          s,$,-,
5784          : loop
5785          s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5786          t loop
5787          s,-$,,
5788          s,^['$as_cr_digits']*\n,,
5789        ' >$as_me.lineno &&
5790      chmod +x $as_me.lineno ||
5791        { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5792    echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5793       { (exit 1); exit 1; }; }
5794    
5795      # Don't try to exec as it changes $[0], causing all sort of problems
5796      # (the dirname of $[0] is not the place where we might find the
5797      # original and so on.  Autoconf is especially sensible to this).
5798      . ./$as_me.lineno
5799      # Exit status is that of the last command.
5800      exit
5801    }
5802    
5803    
5804    case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5805      *c*,-n*) ECHO_N= ECHO_C='
5806    ' ECHO_T='      ' ;;
5807      *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
5808      *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
5809    esac
5810    
5811    if expr a : '\(a\)' >/dev/null 2>&1; then
5812      as_expr=expr
5813    else
5814      as_expr=false
5815    fi
5816    
5817    rm -f conf$$ conf$$.exe conf$$.file
5818    echo >conf$$.file
5819    if ln -s conf$$.file conf$$ 2>/dev/null; then
5820      # We could just check for DJGPP; but this test a) works b) is more generic
5821      # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5822      if test -f conf$$.exe; then
5823        # Don't use ln at all; we don't have any links
5824        as_ln_s='cp -p'
5825    else    else
5826      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`  
5827    fi    fi
5828    elif ln conf$$.file conf$$ 2>/dev/null; then
5829      as_ln_s=ln
5830    else
5831      as_ln_s='cp -p'
5832    fi
5833    rm -f conf$$ conf$$.exe conf$$.file
5834    
5835    if mkdir -p . 2>/dev/null; then
5836      as_mkdir_p=:
5837    else
5838      test -d ./-p && rmdir ./-p
5839      as_mkdir_p=false
5840    fi
5841    
5842    as_executable_p="test -f"
5843    
5844    # Sed expression to map a string onto a valid CPP name.
5845    as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5846    
5847    # Sed expression to map a string onto a valid variable name.
5848    as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5849    
5850    
5851    # IFS
5852    # We need space, tab and new line, in precisely that order.
5853    as_nl='
5854    '
5855    IFS="   $as_nl"
5856    
5857    # CDPATH.
5858    $as_unset CDPATH
5859    
5860    exec 6>&1
5861    
5862    # Open the log real soon, to keep \$[0] and so on meaningful, and to
5863    # report actual input values of CONFIG_FILES etc. instead of their
5864    # values after options handling.  Logging --version etc. is OK.
5865    exec 5>>config.log
5866    {
5867      echo
5868      sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5869    ## Running $as_me. ##
5870    _ASBOX
5871    } >&5
5872    cat >&5 <<_CSEOF
5873    
5874    This file was extended by GNU Mach $as_me 1.3, which was
5875    generated by GNU Autoconf 2.59.  Invocation command line was
5876    
5877      CONFIG_FILES    = $CONFIG_FILES
5878      CONFIG_HEADERS  = $CONFIG_HEADERS
5879      CONFIG_LINKS    = $CONFIG_LINKS
5880      CONFIG_COMMANDS = $CONFIG_COMMANDS
5881      $ $0 $@
5882    
5883    _CSEOF
5884    echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5885    echo >&5
5886    _ACEOF
5887    
5888    # Files that config.status was made for.
5889    if test -n "$ac_config_files"; then
5890      echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
5891    fi
5892    
5893    if test -n "$ac_config_headers"; then
5894      echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
5895    fi
5896    
5897    if test -n "$ac_config_links"; then
5898      echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
5899    fi
5900    
5901    if test -n "$ac_config_commands"; then
5902      echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5903    fi
5904    
5905    cat >>$CONFIG_STATUS <<\_ACEOF
5906    
5907    ac_cs_usage="\
5908    \`$as_me' instantiates files from templates according to the
5909    current configuration.
5910    
5911    Usage: $0 [OPTIONS] [FILE]...
5912    
5913      -h, --help       print this help, then exit
5914      -V, --version    print version number, then exit
5915      -q, --quiet      do not print progress messages
5916      -d, --debug      don't remove temporary files
5917          --recheck    update $as_me by reconfiguring in the same conditions
5918      --file=FILE[:TEMPLATE]
5919                       instantiate the configuration file FILE
5920      --header=FILE[:TEMPLATE]
5921                       instantiate the configuration header FILE
5922    
5923    Configuration files:
5924    $config_files
5925    
5926    Configuration headers:
5927    $config_headers
5928    
5929    Report bugs to <bug-autoconf@gnu.org>."
5930    _ACEOF
5931    
5932    cat >>$CONFIG_STATUS <<_ACEOF
5933    ac_cs_version="\\
5934    GNU Mach config.status 1.3
5935    configured by $0, generated by GNU Autoconf 2.59,
5936      with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5937    
5938    Copyright (C) 2003 Free Software Foundation, Inc.
5939    This config.status script is free software; the Free Software Foundation
5940    gives unlimited permission to copy, distribute and modify it."
5941    srcdir=$srcdir
5942    _ACEOF
5943    
5944    cat >>$CONFIG_STATUS <<\_ACEOF
5945    # If no file are specified by the user, then we need to provide default
5946    # value.  By we need to know if files were specified by the user.
5947    ac_need_defaults=:
5948    while test $# != 0
5949    do
5950      case $1 in
5951      --*=*)
5952        ac_option=`expr "x$1" : 'x\([^=]*\)='`
5953        ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
5954        ac_shift=:
5955        ;;
5956      -*)
5957        ac_option=$1
5958        ac_optarg=$2
5959        ac_shift=shift
5960        ;;
5961      *) # This is not an option, so the user has probably given explicit
5962         # arguments.
5963         ac_option=$1
5964         ac_need_defaults=false;;
5965      esac
5966    
5967      case $ac_option in
5968      # Handling of the options.
5969    _ACEOF
5970    cat >>$CONFIG_STATUS <<\_ACEOF
5971      -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5972        ac_cs_recheck=: ;;
5973      --version | --vers* | -V )
5974        echo "$ac_cs_version"; exit 0 ;;
5975      --he | --h)
5976        # Conflict between --help and --header
5977        { { echo "$as_me:$LINENO: error: ambiguous option: $1
5978    Try \`$0 --help' for more information." >&5
5979    echo "$as_me: error: ambiguous option: $1
5980    Try \`$0 --help' for more information." >&2;}
5981       { (exit 1); exit 1; }; };;
5982      --help | --hel | -h )
5983        echo "$ac_cs_usage"; exit 0 ;;
5984      --debug | --d* | -d )
5985        debug=: ;;
5986      --file | --fil | --fi | --f )
5987        $ac_shift
5988        CONFIG_FILES="$CONFIG_FILES $ac_optarg"
5989        ac_need_defaults=false;;
5990      --header | --heade | --head | --hea )
5991        $ac_shift
5992        CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
5993        ac_need_defaults=false;;
5994      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5995      | -silent | --silent | --silen | --sile | --sil | --si | --s)
5996        ac_cs_silent=: ;;
5997    
5998      # This is an error.
5999      -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
6000    Try \`$0 --help' for more information." >&5
6001    echo "$as_me: error: unrecognized option: $1
6002    Try \`$0 --help' for more information." >&2;}
6003       { (exit 1); exit 1; }; } ;;
6004    
6005      *) ac_config_targets="$ac_config_targets $1" ;;
6006    
6007      esac
6008      shift
6009  done  done
6010  if test -z "$ac_sed_cmds"; then  
6011    ac_sed_cmds=cat  ac_configure_extra_args=
6012    
6013    if $ac_cs_silent; then
6014      exec 6>/dev/null
6015      ac_configure_extra_args="$ac_configure_extra_args --silent"
6016  fi  fi
 EOF  
6017    
6018  cat >> $CONFIG_STATUS <<EOF  _ACEOF
6019    cat >>$CONFIG_STATUS <<_ACEOF
6020    if \$ac_cs_recheck; then
6021      echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
6022      exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6023    fi
6024    
6025  CONFIG_FILES=\${CONFIG_FILES-"Makefile"}  _ACEOF
6026  EOF  
6027  cat >> $CONFIG_STATUS <<\EOF  
6028  for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then  
6029    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".  
6030    case "$ac_file" in  
6031    *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`  cat >>$CONFIG_STATUS <<\_ACEOF
6032         ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;  for ac_config_target in $ac_config_targets
6033    *) ac_file_in="${ac_file}.in" ;;  do
6034      case "$ac_config_target" in
6035      # Handling of arguments.
6036      "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6037      "device-drivers.h" ) CONFIG_HEADERS="$CONFIG_HEADERS device-drivers.h" ;;
6038      *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
6039    echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
6040       { (exit 1); exit 1; }; };;
6041    esac    esac
6042    done
6043    
6044    # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.  # If the user did not use the arguments to specify the items to instantiate,
6045    # then the envvar interface is used.  Set only those that are not.
6046    # We use the long form for the default assignment because of an extremely
6047    # bizarre bug on SunOS 4.1.3.
6048    if $ac_need_defaults; then
6049      test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6050      test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
6051    fi
6052    
6053    # Have a temporary directory for convenience.  Make it in the build tree
6054    # simply because there is no reason to put it here, and in addition,
6055    # creating and moving files from /tmp can sometimes cause problems.
6056    # Create a temporary directory, and hook for its removal unless debugging.
6057    $debug ||
6058    {
6059      trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
6060      trap '{ (exit 1); exit 1; }' 1 2 13 15
6061    }
6062    
6063    # Create a (secure) tmp directory for tmp files.
6064    
6065    {
6066      tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
6067      test -n "$tmp" && test -d "$tmp"
6068    }  ||
6069    {
6070      tmp=./confstat$$-$RANDOM
6071      (umask 077 && mkdir $tmp)
6072    } ||
6073    {
6074       echo "$me: cannot create a temporary directory in ." >&2
6075       { (exit 1); exit 1; }
6076    }
6077    
6078    # Remove last slash and all that follows it.  Not all systems have dirname.  _ACEOF
6079    ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`  
6080    if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then  cat >>$CONFIG_STATUS <<_ACEOF
6081      # The file is in a subdirectory.  
6082      test ! -d "$ac_dir" && mkdir "$ac_dir"  #
6083      ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"  # CONFIG_FILES section.
6084      # A "../" for each directory in $ac_dir_suffix.  #
6085      ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`  
6086    else  # No need to generate the scripts if there are no CONFIG_FILES.
6087      ac_dir_suffix= ac_dots=  # This happens for instance when ./config.status config.h
6088    if test -n "\$CONFIG_FILES"; then
6089      # Protect against being on the right side of a sed subst in config.status.
6090      sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
6091       s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
6092    s,@SHELL@,$SHELL,;t t
6093    s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
6094    s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
6095    s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
6096    s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
6097    s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
6098    s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
6099    s,@exec_prefix@,$exec_prefix,;t t
6100    s,@prefix@,$prefix,;t t
6101    s,@program_transform_name@,$program_transform_name,;t t
6102    s,@bindir@,$bindir,;t t
6103    s,@sbindir@,$sbindir,;t t
6104    s,@libexecdir@,$libexecdir,;t t
6105    s,@datadir@,$datadir,;t t
6106    s,@sysconfdir@,$sysconfdir,;t t
6107    s,@sharedstatedir@,$sharedstatedir,;t t
6108    s,@localstatedir@,$localstatedir,;t t
6109    s,@libdir@,$libdir,;t t
6110    s,@includedir@,$includedir,;t t
6111    s,@oldincludedir@,$oldincludedir,;t t
6112    s,@infodir@,$infodir,;t t
6113    s,@mandir@,$mandir,;t t
6114    s,@build_alias@,$build_alias,;t t
6115    s,@host_alias@,$host_alias,;t t
6116    s,@target_alias@,$target_alias,;t t
6117    s,@DEFS@,$DEFS,;t t
6118    s,@ECHO_C@,$ECHO_C,;t t
6119    s,@ECHO_N@,$ECHO_N,;t t
6120    s,@ECHO_T@,$ECHO_T,;t t
6121    s,@LIBS@,$LIBS,;t t
6122    s,@device_drivers@,$device_drivers,;t t
6123    s,@build@,$build,;t t
6124    s,@build_cpu@,$build_cpu,;t t
6125    s,@build_vendor@,$build_vendor,;t t
6126    s,@build_os@,$build_os,;t t
6127    s,@host@,$host,;t t
6128    s,@host_cpu@,$host_cpu,;t t
6129    s,@host_vendor@,$host_vendor,;t t
6130    s,@host_os@,$host_os,;t t
6131    s,@systype@,$systype,;t t
6132    s,@CC@,$CC,;t t
6133    s,@ac_ct_CC@,$ac_ct_CC,;t t
6134    s,@CFLAGS@,$CFLAGS,;t t
6135    s,@LDFLAGS@,$LDFLAGS,;t t
6136    s,@CPPFLAGS@,$CPPFLAGS,;t t
6137    s,@EXEEXT@,$EXEEXT,;t t
6138    s,@OBJEXT@,$OBJEXT,;t t
6139    s,@LD@,$LD,;t t
6140    s,@ac_ct_LD@,$ac_ct_LD,;t t
6141    s,@LIBOBJS@,$LIBOBJS,;t t
6142    s,@LTLIBOBJS@,$LTLIBOBJS,;t t
6143    CEOF
6144    
6145    _ACEOF
6146    
6147      cat >>$CONFIG_STATUS <<\_ACEOF
6148      # Split the substitutions into bite-sized pieces for seds with
6149      # small command number limits, like on Digital OSF/1 and HP-UX.
6150      ac_max_sed_lines=48
6151      ac_sed_frag=1 # Number of current file.
6152      ac_beg=1 # First line for current file.
6153      ac_end=$ac_max_sed_lines # Line after last line for current file.
6154      ac_more_lines=:
6155      ac_sed_cmds=
6156      while $ac_more_lines; do
6157        if test $ac_beg -gt 1; then
6158          sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6159        else
6160          sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6161        fi
6162        if test ! -s $tmp/subs.frag; then
6163          ac_more_lines=false
6164        else
6165          # The purpose of the label and of the branching condition is to
6166          # speed up the sed processing (if there are no `@' at all, there
6167          # is no need to browse any of the substitutions).
6168          # These are the two extra sed commands mentioned above.
6169          (echo ':t
6170      /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
6171          if test -z "$ac_sed_cmds"; then
6172            ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
6173          else
6174            ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
6175          fi
6176          ac_sed_frag=`expr $ac_sed_frag + 1`
6177          ac_beg=$ac_end
6178          ac_end=`expr $ac_end + $ac_max_sed_lines`
6179        fi
6180      done
6181      if test -z "$ac_sed_cmds"; then
6182        ac_sed_cmds=cat
6183    fi    fi
6184    fi # test -n "$CONFIG_FILES"
6185    
6186    case "$ac_given_srcdir" in  _ACEOF
6187    .)  srcdir=.  cat >>$CONFIG_STATUS <<\_ACEOF
6188        if test -z "$ac_dots"; then top_srcdir=.  for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
6189        else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6190    /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;    case $ac_file in
6191    *) # Relative path.    - | *:- | *:-:* ) # input from stdin
6192      srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"          cat >$tmp/stdin
6193      top_srcdir="$ac_dots$ac_given_srcdir" ;;          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6194            ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6195      *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6196            ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6197      * )   ac_file_in=$ac_file.in ;;
6198    esac    esac
6199    
6200      # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
6201      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6202    $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6203             X"$ac_file" : 'X\(//\)[^/]' \| \
6204             X"$ac_file" : 'X\(//\)$' \| \
6205             X"$ac_file" : 'X\(/\)' \| \
6206             .     : '\(.\)' 2>/dev/null ||
6207    echo X"$ac_file" |
6208        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6209              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6210              /^X\(\/\/\)$/{ s//\1/; q; }
6211              /^X\(\/\).*/{ s//\1/; q; }
6212              s/.*/./; q'`
6213      { if $as_mkdir_p; then
6214        mkdir -p "$ac_dir"
6215      else
6216        as_dir="$ac_dir"
6217        as_dirs=
6218        while test ! -d "$as_dir"; do
6219          as_dirs="$as_dir $as_dirs"
6220          as_dir=`(dirname "$as_dir") 2>/dev/null ||
6221    $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6222             X"$as_dir" : 'X\(//\)[^/]' \| \
6223             X"$as_dir" : 'X\(//\)$' \| \
6224             X"$as_dir" : 'X\(/\)' \| \
6225             .     : '\(.\)' 2>/dev/null ||
6226    echo X"$as_dir" |
6227        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6228              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6229              /^X\(\/\/\)$/{ s//\1/; q; }
6230              /^X\(\/\).*/{ s//\1/; q; }
6231              s/.*/./; q'`
6232        done
6233        test ! -n "$as_dirs" || mkdir $as_dirs
6234      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6235    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6236       { (exit 1); exit 1; }; }; }
6237    
6238      ac_builddir=.
6239    
6240    if test "$ac_dir" != .; then
6241      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6242      # A "../" for each directory in $ac_dir_suffix.
6243      ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6244    else
6245      ac_dir_suffix= ac_top_builddir=
6246    fi
6247    
6248    case $srcdir in
6249      .)  # No --srcdir option.  We are building in place.
6250        ac_srcdir=.
6251        if test -z "$ac_top_builddir"; then
6252           ac_top_srcdir=.
6253        else
6254           ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6255        fi ;;
6256      [\\/]* | ?:[\\/]* )  # Absolute path.
6257        ac_srcdir=$srcdir$ac_dir_suffix;
6258        ac_top_srcdir=$srcdir ;;
6259      *) # Relative path.
6260        ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6261        ac_top_srcdir=$ac_top_builddir$srcdir ;;
6262    esac
6263    
6264    echo creating "$ac_file"  # Do not use `cd foo && pwd` to compute absolute paths, because
6265    rm -f "$ac_file"  # the directories may not exist.
6266    configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."  case `pwd` in
6267    case "$ac_file" in  .) ac_abs_builddir="$ac_dir";;
6268    *[Mm]akefile*) ac_comsub="1i\\  *)
6269  # $configure_input" ;;    case "$ac_dir" in
6270    *) ac_comsub= ;;    .) ac_abs_builddir=`pwd`;;
6271    esac    [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6272      *) ac_abs_builddir=`pwd`/"$ac_dir";;
6273      esac;;
6274    esac
6275    case $ac_abs_builddir in
6276    .) ac_abs_top_builddir=${ac_top_builddir}.;;
6277    *)
6278      case ${ac_top_builddir}. in
6279      .) ac_abs_top_builddir=$ac_abs_builddir;;
6280      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6281      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6282      esac;;
6283    esac
6284    case $ac_abs_builddir in
6285    .) ac_abs_srcdir=$ac_srcdir;;
6286    *)
6287      case $ac_srcdir in
6288      .) ac_abs_srcdir=$ac_abs_builddir;;
6289      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6290      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6291      esac;;
6292    esac
6293    case $ac_abs_builddir in
6294    .) ac_abs_top_srcdir=$ac_top_srcdir;;
6295    *)
6296      case $ac_top_srcdir in
6297      .) ac_abs_top_srcdir=$ac_abs_builddir;;
6298      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6299      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6300      esac;;
6301    esac
6302    
6303    ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`  
6304    sed -e "$ac_comsub  
6305  s%@configure_input@%$configure_input%g    # Let's still pretend it is `configure' which instantiates (i.e., don't
6306  s%@srcdir@%$srcdir%g    # use $as_me), people would be surprised to read:
6307  s%@top_srcdir@%$top_srcdir%g    #    /* config.h.  Generated by config.status.  */
6308  " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file    if test x"$ac_file" = x-; then
6309  fi; done      configure_input=
6310  rm -f conftest.s*    else
6311        configure_input="$ac_file.  "
6312      fi
6313      configure_input=$configure_input"Generated from `echo $ac_file_in |
6314                                         sed 's,.*/,,'` by configure."
6315    
6316      # First look for the input files in the build tree, otherwise in the
6317      # src tree.
6318      ac_file_inputs=`IFS=:
6319        for f in $ac_file_in; do
6320          case $f in
6321          -) echo $tmp/stdin ;;
6322          [\\/$]*)
6323             # Absolute (can't be DOS-style, as IFS=:)
6324             test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6325    echo "$as_me: error: cannot find input file: $f" >&2;}
6326       { (exit 1); exit 1; }; }
6327             echo "$f";;
6328          *) # Relative
6329             if test -f "$f"; then
6330               # Build tree
6331               echo "$f"
6332             elif test -f "$srcdir/$f"; then
6333               # Source tree
6334               echo "$srcdir/$f"
6335             else
6336               # /dev/null tree
6337               { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6338    echo "$as_me: error: cannot find input file: $f" >&2;}
6339       { (exit 1); exit 1; }; }
6340             fi;;
6341          esac
6342        done` || { (exit 1); exit 1; }
6343    
6344      if test x"$ac_file" != x-; then
6345        { echo "$as_me:$LINENO: creating $ac_file" >&5
6346    echo "$as_me: creating $ac_file" >&6;}
6347        rm -f "$ac_file"
6348      fi
6349    _ACEOF
6350    cat >>$CONFIG_STATUS <<_ACEOF
6351      sed "$ac_vpsub
6352    $extrasub
6353    _ACEOF
6354    cat >>$CONFIG_STATUS <<\_ACEOF
6355    :t
6356    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6357    s,@configure_input@,$configure_input,;t t
6358    s,@srcdir@,$ac_srcdir,;t t
6359    s,@abs_srcdir@,$ac_abs_srcdir,;t t
6360    s,@top_srcdir@,$ac_top_srcdir,;t t
6361    s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
6362    s,@builddir@,$ac_builddir,;t t
6363    s,@abs_builddir@,$ac_abs_builddir,;t t
6364    s,@top_builddir@,$ac_top_builddir,;t t
6365    s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
6366    " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
6367      rm -f $tmp/stdin
6368      if test x"$ac_file" != x-; then
6369        mv $tmp/out $ac_file
6370      else
6371        cat $tmp/out
6372        rm -f $tmp/out
6373      fi
6374    
6375    done
6376    _ACEOF
6377    cat >>$CONFIG_STATUS <<\_ACEOF
6378    
6379    #
6380    # CONFIG_HEADER section.
6381    #
6382    
6383  # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where  # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6384  # NAME is the cpp macro being defined and VALUE is the value it is being given.  # NAME is the cpp macro being defined and VALUE is the value it is being given.
6385  #  #
6386  # ac_d sets the value in "#define NAME VALUE" lines.  # ac_d sets the value in "#define NAME VALUE" lines.
6387  ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'  ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
6388  ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'  ac_dB='[         ].*$,\1#\2'
6389  ac_dC='\3'  ac_dC=' '
6390  ac_dD='%g'  ac_dD=',;t'
6391  # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".  # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6392  ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'  ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
6393  ac_uB='\([      ]\)%\1#\2define\3'  ac_uB='$,\1#\2define\3'
6394  ac_uC=' '  ac_uC=' '
6395  ac_uD='\4%g'  ac_uD=',;t'
6396  # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".  
6397  ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'  for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
 ac_eB='$%\1#\2define\3'  
 ac_eC=' '  
 ac_eD='%g'  
   
 if test "${CONFIG_HEADERS+set}" != set; then  
 EOF  
 cat >> $CONFIG_STATUS <<EOF  
   CONFIG_HEADERS="device-drivers.h"  
 EOF  
 cat >> $CONFIG_STATUS <<\EOF  
 fi  
 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then  
6398    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6399    case "$ac_file" in    case $ac_file in
6400    *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`    - | *:- | *:-:* ) # input from stdin
6401         ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;          cat >$tmp/stdin
6402    *) ac_file_in="${ac_file}.in" ;;          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6403            ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6404      *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6405            ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6406      * )   ac_file_in=$ac_file.in ;;
6407    esac    esac
6408    
6409    echo creating $ac_file    test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
6410    echo "$as_me: creating $ac_file" >&6;}
6411    
6412    rm -f conftest.frag conftest.in conftest.out    # First look for the input files in the build tree, otherwise in the
6413    ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`    # src tree.
6414    cat $ac_file_inputs > conftest.in    ac_file_inputs=`IFS=:
6415        for f in $ac_file_in; do
6416  EOF        case $f in
6417          -) echo $tmp/stdin ;;
6418  # Transform confdefs.h into a sed script conftest.vals that substitutes        [\\/$]*)
6419  # the proper values into config.h.in to produce config.h.  And first:           # Absolute (can't be DOS-style, as IFS=:)
6420  # Protect against being on the right side of a sed subst in config.status.           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6421  # Protect against being in an unquoted here document in config.status.  echo "$as_me: error: cannot find input file: $f" >&2;}
6422  rm -f conftest.vals     { (exit 1); exit 1; }; }
6423  cat > conftest.hdr <<\EOF           # Do quote $f, to prevent DOS paths from being IFS'd.
6424  s/[\\&%]/\\&/g           echo "$f";;
6425  s%[\\$`]%\\&%g        *) # Relative
6426  s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp           if test -f "$f"; then
6427  s%ac_d%ac_u%gp             # Build tree
6428  s%ac_u%ac_e%gp             echo "$f"
6429  EOF           elif test -f "$srcdir/$f"; then
6430  sed -n -f conftest.hdr confdefs.h > conftest.vals             # Source tree
6431  rm -f conftest.hdr             echo "$srcdir/$f"
6432             else
6433               # /dev/null tree
6434               { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6435    echo "$as_me: error: cannot find input file: $f" >&2;}
6436       { (exit 1); exit 1; }; }
6437             fi;;
6438          esac
6439        done` || { (exit 1); exit 1; }
6440      # Remove the trailing spaces.
6441      sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
6442    
6443    _ACEOF
6444    
6445    # Transform confdefs.h into two sed scripts, `conftest.defines' and
6446    # `conftest.undefs', that substitutes the proper values into
6447    # config.h.in to produce config.h.  The first handles `#define'
6448    # templates, and the second `#undef' templates.
6449    # And first: Protect against being on the right side of a sed subst in
6450    # config.status.  Protect against being in an unquoted here document
6451    # in config.status.
6452    rm -f conftest.defines conftest.undefs
6453    # Using a here document instead of a string reduces the quoting nightmare.
6454    # Putting comments in sed scripts is not portable.
6455    #
6456    # `end' is used to avoid that the second main sed command (meant for
6457    # 0-ary CPP macros) applies to n-ary macro definitions.
6458    # See the Autoconf documentation for `clear'.
6459    cat >confdef2sed.sed <<\_ACEOF
6460    s/[\\&,]/\\&/g
6461    s,[\\$`],\\&,g
6462    t clear
6463    : clear
6464    s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
6465    t end
6466    s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
6467    : end
6468    _ACEOF
6469    # If some macros were called several times there might be several times
6470    # the same #defines, which is useless.  Nevertheless, we may not want to
6471    # sort them, since we want the *last* AC-DEFINE to be honored.
6472    uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
6473    sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
6474    rm -f confdef2sed.sed
6475    
6476  # This sed command replaces #undef with comments.  This is necessary, for  # This sed command replaces #undef with comments.  This is necessary, for
6477  # example, in the case of _POSIX_SOURCE, which is predefined and required  # example, in the case of _POSIX_SOURCE, which is predefined and required
6478  # on some systems where configure will not decide to define it.  # on some systems where configure will not decide to define it.
6479  cat >> conftest.vals <<\EOF  cat >>conftest.undefs <<\_ACEOF
6480  s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%  s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
6481  EOF  _ACEOF
6482    
6483  # Break up conftest.vals because some shells have a limit on  # Break up conftest.defines because some shells have a limit on the size
6484  # the size of here documents, and old seds have small limits too.  # of here documents, and old seds have small limits too (100 cmds).
6485    echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
6486    echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
6487    echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
6488    echo '  :' >>$CONFIG_STATUS
6489    rm -f conftest.tail
6490    while grep . conftest.defines >/dev/null
6491    do
6492      # Write a limited-size here document to $tmp/defines.sed.
6493      echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
6494      # Speed up: don't consider the non `#define' lines.
6495      echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
6496      # Work around the forget-to-reset-the-flag bug.
6497      echo 't clr' >>$CONFIG_STATUS
6498      echo ': clr' >>$CONFIG_STATUS
6499      sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
6500      echo 'CEOF
6501      sed -f $tmp/defines.sed $tmp/in >$tmp/out
6502      rm -f $tmp/in
6503      mv $tmp/out $tmp/in
6504    ' >>$CONFIG_STATUS
6505      sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
6506      rm -f conftest.defines
6507      mv conftest.tail conftest.defines
6508    done
6509    rm -f conftest.defines
6510    echo '  fi # grep' >>$CONFIG_STATUS
6511    echo >>$CONFIG_STATUS
6512    
6513    # Break up conftest.undefs because some shells have a limit on the size
6514    # of here documents, and old seds have small limits too (100 cmds).
6515    echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
6516  rm -f conftest.tail  rm -f conftest.tail
6517  while :  while grep . conftest.undefs >/dev/null
6518  do  do
6519    ac_lines=`grep -c . conftest.vals`    # Write a limited-size here document to $tmp/undefs.sed.
6520    # grep -c gives empty output for an empty file on some AIX systems.    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
6521    if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi    # Speed up: don't consider the non `#undef'
6522    # Write a limited-size here document to conftest.frag.    echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
6523    echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS    # Work around the forget-to-reset-the-flag bug.
6524    sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS    echo 't clr' >>$CONFIG_STATUS
6525      echo ': clr' >>$CONFIG_STATUS
6526      sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
6527    echo 'CEOF    echo 'CEOF
6528    sed -f conftest.frag conftest.in > conftest.out    sed -f $tmp/undefs.sed $tmp/in >$tmp/out
6529    rm -f conftest.in    rm -f $tmp/in
6530    mv conftest.out conftest.in    mv $tmp/out $tmp/in
6531  ' >> $CONFIG_STATUS  ' >>$CONFIG_STATUS
6532    sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail    sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
6533    rm -f conftest.vals    rm -f conftest.undefs
6534    mv conftest.tail conftest.vals    mv conftest.tail conftest.undefs
6535  done  done
6536  rm -f conftest.vals  rm -f conftest.undefs
6537    
6538  cat >> $CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
6539    rm -f conftest.frag conftest.h    # Let's still pretend it is `configure' which instantiates (i.e., don't
6540    echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h    # use $as_me), people would be surprised to read:
6541    cat conftest.in >> conftest.h    #    /* config.h.  Generated by config.status.  */
6542    rm -f conftest.in    if test x"$ac_file" = x-; then
6543    if cmp -s $ac_file conftest.h 2>/dev/null; then      echo "/* Generated by configure.  */" >$tmp/config.h
     echo "$ac_file is unchanged"  
     rm -f conftest.h  
6544    else    else
6545      # Remove last slash and all that follows it.  Not all systems have dirname.      echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`  
       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then  
       # The file is in a subdirectory.  
       test ! -d "$ac_dir" && mkdir "$ac_dir"  
     fi  
     rm -f $ac_file  
     mv conftest.h $ac_file  
6546    fi    fi
6547  fi; done    cat $tmp/in >>$tmp/config.h
6548      rm -f $tmp/in
6549      if test x"$ac_file" != x-; then
6550        if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
6551          { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6552    echo "$as_me: $ac_file is unchanged" >&6;}
6553        else
6554          ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6555    $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6556             X"$ac_file" : 'X\(//\)[^/]' \| \
6557             X"$ac_file" : 'X\(//\)$' \| \
6558             X"$ac_file" : 'X\(/\)' \| \
6559             .     : '\(.\)' 2>/dev/null ||
6560    echo X"$ac_file" |
6561        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6562              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6563              /^X\(\/\/\)$/{ s//\1/; q; }
6564              /^X\(\/\).*/{ s//\1/; q; }
6565              s/.*/./; q'`
6566          { if $as_mkdir_p; then
6567        mkdir -p "$ac_dir"
6568      else
6569        as_dir="$ac_dir"
6570        as_dirs=
6571        while test ! -d "$as_dir"; do
6572          as_dirs="$as_dir $as_dirs"
6573          as_dir=`(dirname "$as_dir") 2>/dev/null ||
6574    $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6575             X"$as_dir" : 'X\(//\)[^/]' \| \
6576             X"$as_dir" : 'X\(//\)$' \| \
6577             X"$as_dir" : 'X\(/\)' \| \
6578             .     : '\(.\)' 2>/dev/null ||
6579    echo X"$as_dir" |
6580        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6581              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6582              /^X\(\/\/\)$/{ s//\1/; q; }
6583              /^X\(\/\).*/{ s//\1/; q; }
6584              s/.*/./; q'`
6585        done
6586        test ! -n "$as_dirs" || mkdir $as_dirs
6587      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6588    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6589       { (exit 1); exit 1; }; }; }
6590    
6591  EOF        rm -f $ac_file
6592  cat >> $CONFIG_STATUS <<EOF        mv $tmp/config.h $ac_file
6593        fi
6594      else
6595        cat $tmp/config.h
6596        rm -f $tmp/config.h
6597      fi
6598    done
6599    _ACEOF
6600    
6601  EOF  cat >>$CONFIG_STATUS <<\_ACEOF
 cat >> $CONFIG_STATUS <<\EOF  
6602    
6603  exit 0  { (exit 0); exit 0; }
6604  EOF  _ACEOF
6605  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
6606  rm -fr confdefs* $ac_clean_files  ac_clean_files=$ac_clean_files_save
6607  test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1  
6608    
6609    # configure is writing to config.log, and then calls config.status.
6610    # config.status does its own redirection, appending to config.log.
6611    # Unfortunately, on DOS this fails, as config.log is still kept open
6612    # by configure, so config.status won't be able to write to it; its
6613    # output is simply discarded.  So we exec the FD to /dev/null,
6614    # effectively closing config.log, so it can be properly (re)opened and
6615    # appended to by config.status.  When coming back to configure, we
6616    # need to make the FD available again.
6617    if test "$no_create" != yes; then
6618      ac_cs_success=:
6619      ac_config_status_args=
6620      test "$silent" = yes &&
6621        ac_config_status_args="$ac_config_status_args --quiet"
6622      exec 5>/dev/null
6623      $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6624      exec 5>>config.log
6625      # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6626      # would make configure fail if this is the last instruction.
6627      $ac_cs_success || { (exit 1); exit 1; }
6628    fi
6629    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

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