xref: /freebsd/contrib/libpcap/configure (revision e627b39baccd1ec9129690167cf5e6d860509655)
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.10
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14
15# Initialize some variables set by options.
16# The variables have the same names as the options, with
17# dashes changed to underlines.
18build=NONE
19cache_file=./config.cache
20exec_prefix=NONE
21host=NONE
22no_create=
23nonopt=NONE
24no_recursion=
25prefix=NONE
26program_prefix=NONE
27program_suffix=NONE
28program_transform_name=s,x,x,
29silent=
30site=
31srcdir=
32target=NONE
33verbose=
34x_includes=NONE
35x_libraries=NONE
36bindir='${exec_prefix}/bin'
37sbindir='${exec_prefix}/sbin'
38libexecdir='${exec_prefix}/libexec'
39datadir='${prefix}/share'
40sysconfdir='${prefix}/etc'
41sharedstatedir='${prefix}/com'
42localstatedir='${prefix}/var'
43libdir='${exec_prefix}/lib'
44includedir='${prefix}/include'
45oldincludedir='/usr/include'
46infodir='${prefix}/info'
47mandir='${prefix}/man'
48
49# Initialize some other variables.
50subdirs=
51MFLAGS= MAKEFLAGS=
52
53ac_prev=
54for ac_option
55do
56
57  # If the previous option needs an argument, assign it.
58  if test -n "$ac_prev"; then
59    eval "$ac_prev=\$ac_option"
60    ac_prev=
61    continue
62  fi
63
64  case "$ac_option" in
65  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
66  *) ac_optarg= ;;
67  esac
68
69  # Accept the important Cygnus configure options, so we can diagnose typos.
70
71  case "$ac_option" in
72
73  -bindir | --bindir | --bindi | --bind | --bin | --bi)
74    ac_prev=bindir ;;
75  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
76    bindir="$ac_optarg" ;;
77
78  -build | --build | --buil | --bui | --bu)
79    ac_prev=build ;;
80  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
81    build="$ac_optarg" ;;
82
83  -cache-file | --cache-file | --cache-fil | --cache-fi \
84  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
85    ac_prev=cache_file ;;
86  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
87  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
88    cache_file="$ac_optarg" ;;
89
90  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
91    ac_prev=datadir ;;
92  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
93  | --da=*)
94    datadir="$ac_optarg" ;;
95
96  -disable-* | --disable-*)
97    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
98    # Reject names that are not valid shell variable names.
99    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
100      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
101    fi
102    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
103    eval "enable_${ac_feature}=no" ;;
104
105  -enable-* | --enable-*)
106    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
107    # Reject names that are not valid shell variable names.
108    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
109      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
110    fi
111    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
112    case "$ac_option" in
113      *=*) ;;
114      *) ac_optarg=yes ;;
115    esac
116    eval "enable_${ac_feature}='$ac_optarg'" ;;
117
118  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
119  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
120  | --exec | --exe | --ex)
121    ac_prev=exec_prefix ;;
122  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
123  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
124  | --exec=* | --exe=* | --ex=*)
125    exec_prefix="$ac_optarg" ;;
126
127  -gas | --gas | --ga | --g)
128    # Obsolete; use --with-gas.
129    with_gas=yes ;;
130
131  -help | --help | --hel | --he)
132    # Omit some internal or obsolete options to make the list less imposing.
133    # This message is too long to be a string in the A/UX 3.1 sh.
134    cat << EOF
135Usage: configure [options] [host]
136Options: [defaults in brackets after descriptions]
137Configuration:
138  --cache-file=FILE       cache test results in FILE
139  --help                  print this message
140  --no-create             do not create output files
141  --quiet, --silent       do not print \`checking...' messages
142  --version               print the version of autoconf that created configure
143Directory and file names:
144  --prefix=PREFIX         install architecture-independent files in PREFIX
145                          [$ac_default_prefix]
146  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
147                          [same as prefix]
148  --bindir=DIR            user executables in DIR [EPREFIX/bin]
149  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
150  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
151  --datadir=DIR           read-only architecture-independent data in DIR
152                          [PREFIX/share]
153  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
154  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
155                          [PREFIX/com]
156  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
157  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
158  --includedir=DIR        C header files in DIR [PREFIX/include]
159  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
160  --infodir=DIR           info documentation in DIR [PREFIX/info]
161  --mandir=DIR            man documentation in DIR [PREFIX/man]
162  --srcdir=DIR            find the sources in DIR [configure dir or ..]
163  --program-prefix=PREFIX prepend PREFIX to installed program names
164  --program-suffix=SUFFIX append SUFFIX to installed program names
165  --program-transform-name=PROGRAM
166                          run sed PROGRAM on installed program names
167EOF
168    cat << EOF
169Host type:
170  --build=BUILD           configure for building on BUILD [BUILD=HOST]
171  --host=HOST             configure for HOST [guessed]
172  --target=TARGET         configure for TARGET [TARGET=HOST]
173Features and packages:
174  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
175  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
176  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
177  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
178  --x-includes=DIR        X include files are in DIR
179  --x-libraries=DIR       X library files are in DIR
180EOF
181    if test -n "$ac_help"; then
182      echo "--enable and --with options recognized:$ac_help"
183    fi
184    exit 0 ;;
185
186  -host | --host | --hos | --ho)
187    ac_prev=host ;;
188  -host=* | --host=* | --hos=* | --ho=*)
189    host="$ac_optarg" ;;
190
191  -includedir | --includedir | --includedi | --included | --include \
192  | --includ | --inclu | --incl | --inc)
193    ac_prev=includedir ;;
194  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
195  | --includ=* | --inclu=* | --incl=* | --inc=*)
196    includedir="$ac_optarg" ;;
197
198  -infodir | --infodir | --infodi | --infod | --info | --inf)
199    ac_prev=infodir ;;
200  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
201    infodir="$ac_optarg" ;;
202
203  -libdir | --libdir | --libdi | --libd)
204    ac_prev=libdir ;;
205  -libdir=* | --libdir=* | --libdi=* | --libd=*)
206    libdir="$ac_optarg" ;;
207
208  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
209  | --libexe | --libex | --libe)
210    ac_prev=libexecdir ;;
211  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
212  | --libexe=* | --libex=* | --libe=*)
213    libexecdir="$ac_optarg" ;;
214
215  -localstatedir | --localstatedir | --localstatedi | --localstated \
216  | --localstate | --localstat | --localsta | --localst \
217  | --locals | --local | --loca | --loc | --lo)
218    ac_prev=localstatedir ;;
219  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
220  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
221  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
222    localstatedir="$ac_optarg" ;;
223
224  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
225    ac_prev=mandir ;;
226  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
227    mandir="$ac_optarg" ;;
228
229  -nfp | --nfp | --nf)
230    # Obsolete; use --without-fp.
231    with_fp=no ;;
232
233  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
234  | --no-cr | --no-c)
235    no_create=yes ;;
236
237  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
238  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
239    no_recursion=yes ;;
240
241  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
242  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
243  | --oldin | --oldi | --old | --ol | --o)
244    ac_prev=oldincludedir ;;
245  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
246  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
247  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
248    oldincludedir="$ac_optarg" ;;
249
250  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
251    ac_prev=prefix ;;
252  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
253    prefix="$ac_optarg" ;;
254
255  -program-prefix | --program-prefix | --program-prefi | --program-pref \
256  | --program-pre | --program-pr | --program-p)
257    ac_prev=program_prefix ;;
258  -program-prefix=* | --program-prefix=* | --program-prefi=* \
259  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
260    program_prefix="$ac_optarg" ;;
261
262  -program-suffix | --program-suffix | --program-suffi | --program-suff \
263  | --program-suf | --program-su | --program-s)
264    ac_prev=program_suffix ;;
265  -program-suffix=* | --program-suffix=* | --program-suffi=* \
266  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
267    program_suffix="$ac_optarg" ;;
268
269  -program-transform-name | --program-transform-name \
270  | --program-transform-nam | --program-transform-na \
271  | --program-transform-n | --program-transform- \
272  | --program-transform | --program-transfor \
273  | --program-transfo | --program-transf \
274  | --program-trans | --program-tran \
275  | --progr-tra | --program-tr | --program-t)
276    ac_prev=program_transform_name ;;
277  -program-transform-name=* | --program-transform-name=* \
278  | --program-transform-nam=* | --program-transform-na=* \
279  | --program-transform-n=* | --program-transform-=* \
280  | --program-transform=* | --program-transfor=* \
281  | --program-transfo=* | --program-transf=* \
282  | --program-trans=* | --program-tran=* \
283  | --progr-tra=* | --program-tr=* | --program-t=*)
284    program_transform_name="$ac_optarg" ;;
285
286  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
287  | -silent | --silent | --silen | --sile | --sil)
288    silent=yes ;;
289
290  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
291    ac_prev=sbindir ;;
292  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
293  | --sbi=* | --sb=*)
294    sbindir="$ac_optarg" ;;
295
296  -sharedstatedir | --sharedstatedir | --sharedstatedi \
297  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
298  | --sharedst | --shareds | --shared | --share | --shar \
299  | --sha | --sh)
300    ac_prev=sharedstatedir ;;
301  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
302  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
303  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
304  | --sha=* | --sh=*)
305    sharedstatedir="$ac_optarg" ;;
306
307  -site | --site | --sit)
308    ac_prev=site ;;
309  -site=* | --site=* | --sit=*)
310    site="$ac_optarg" ;;
311
312  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
313    ac_prev=srcdir ;;
314  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
315    srcdir="$ac_optarg" ;;
316
317  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
318  | --syscon | --sysco | --sysc | --sys | --sy)
319    ac_prev=sysconfdir ;;
320  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
321  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
322    sysconfdir="$ac_optarg" ;;
323
324  -target | --target | --targe | --targ | --tar | --ta | --t)
325    ac_prev=target ;;
326  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
327    target="$ac_optarg" ;;
328
329  -v | -verbose | --verbose | --verbos | --verbo | --verb)
330    verbose=yes ;;
331
332  -version | --version | --versio | --versi | --vers)
333    echo "configure generated by autoconf version 2.10"
334    exit 0 ;;
335
336  -with-* | --with-*)
337    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
338    # Reject names that are not valid shell variable names.
339    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
340      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
341    fi
342    ac_package=`echo $ac_package| sed 's/-/_/g'`
343    case "$ac_option" in
344      *=*) ;;
345      *) ac_optarg=yes ;;
346    esac
347    eval "with_${ac_package}='$ac_optarg'" ;;
348
349  -without-* | --without-*)
350    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
351    # Reject names that are not valid shell variable names.
352    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
353      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
354    fi
355    ac_package=`echo $ac_package| sed 's/-/_/g'`
356    eval "with_${ac_package}=no" ;;
357
358  --x)
359    # Obsolete; use --with-x.
360    with_x=yes ;;
361
362  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
363  | --x-incl | --x-inc | --x-in | --x-i)
364    ac_prev=x_includes ;;
365  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
366  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
367    x_includes="$ac_optarg" ;;
368
369  -x-libraries | --x-libraries | --x-librarie | --x-librari \
370  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
371    ac_prev=x_libraries ;;
372  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
373  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
374    x_libraries="$ac_optarg" ;;
375
376  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
377    ;;
378
379  *)
380    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
381      echo "configure: warning: $ac_option: invalid host type" 1>&2
382    fi
383    if test "x$nonopt" != xNONE; then
384      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
385    fi
386    nonopt="$ac_option"
387    ;;
388
389  esac
390done
391
392if test -n "$ac_prev"; then
393  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
394fi
395
396trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
397
398# File descriptor usage:
399# 0 standard input
400# 1 file creation
401# 2 errors and warnings
402# 3 some systems may open it to /dev/tty
403# 4 used on the Kubota Titan
404# 6 checking for... messages and results
405# 5 compiler messages saved in config.log
406if test "$silent" = yes; then
407  exec 6>/dev/null
408else
409  exec 6>&1
410fi
411exec 5>./config.log
412
413echo "\
414This file contains any messages produced by compilers while
415running configure, to aid debugging if configure makes a mistake.
416" 1>&5
417
418# Strip out --no-create and --no-recursion so they do not pile up.
419# Also quote any args containing shell metacharacters.
420ac_configure_args=
421for ac_arg
422do
423  case "$ac_arg" in
424  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
425  | --no-cr | --no-c) ;;
426  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
427  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
428  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
429  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
430  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
431  esac
432done
433
434# NLS nuisances.
435# Only set LANG and LC_ALL to C if already set.
436# These must not be set unconditionally because not all systems understand
437# e.g. LANG=C (notably SCO).
438if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
439if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
440
441# confdefs.h avoids OS command line length limits that DEFS can exceed.
442rm -rf conftest* confdefs.h
443# AIX cpp loses on an empty file, so make sure it contains at least a newline.
444echo > confdefs.h
445
446# A filename unique to this package, relative to the directory that
447# configure is in, which we can look for to find out if srcdir is correct.
448ac_unique_file=pcap.c
449
450# Find the source files, if location was not specified.
451if test -z "$srcdir"; then
452  ac_srcdir_defaulted=yes
453  # Try the directory containing this script, then its parent.
454  ac_prog=$0
455  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
456  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
457  srcdir=$ac_confdir
458  if test ! -r $srcdir/$ac_unique_file; then
459    srcdir=..
460  fi
461else
462  ac_srcdir_defaulted=no
463fi
464if test ! -r $srcdir/$ac_unique_file; then
465  if test "$ac_srcdir_defaulted" = yes; then
466    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
467  else
468    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
469  fi
470fi
471srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
472
473# Prefer explicitly selected file to automatically selected ones.
474if test -z "$CONFIG_SITE"; then
475  if test "x$prefix" != xNONE; then
476    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
477  else
478    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
479  fi
480fi
481for ac_site_file in $CONFIG_SITE; do
482  if test -r "$ac_site_file"; then
483    echo "loading site script $ac_site_file"
484    . "$ac_site_file"
485  fi
486done
487
488if test -r "$cache_file"; then
489  echo "loading cache $cache_file"
490  . $cache_file
491else
492  echo "creating cache $cache_file"
493  > $cache_file
494fi
495
496ac_ext=c
497# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
498ac_cpp='$CPP $CPPFLAGS'
499ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
500ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
501
502if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
503  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
504  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
505    ac_n= ac_c='
506' ac_t='	'
507  else
508    ac_n=-n ac_c= ac_t=
509  fi
510else
511  ac_n= ac_c='\c' ac_t=
512fi
513
514
515
516ac_aux_dir=
517for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
518  if test -f $ac_dir/install-sh; then
519    ac_aux_dir=$ac_dir
520    ac_install_sh="$ac_aux_dir/install-sh -c"
521    break
522  elif test -f $ac_dir/install.sh; then
523    ac_aux_dir=$ac_dir
524    ac_install_sh="$ac_aux_dir/install.sh -c"
525    break
526  fi
527done
528if test -z "$ac_aux_dir"; then
529  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
530fi
531ac_config_guess=$ac_aux_dir/config.guess
532ac_config_sub=$ac_aux_dir/config.sub
533ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
534
535
536# Do some error checking and defaulting for the host and target type.
537# The inputs are:
538#    configure --host=HOST --target=TARGET --build=BUILD NONOPT
539#
540# The rules are:
541# 1. You are not allowed to specify --host, --target, and nonopt at the
542#    same time.
543# 2. Host defaults to nonopt.
544# 3. If nonopt is not specified, then host defaults to the current host,
545#    as determined by config.guess.
546# 4. Target and build default to nonopt.
547# 5. If nonopt is not specified, then target and build default to host.
548
549# The aliases save the names the user supplied, while $host etc.
550# will get canonicalized.
551case $host---$target---$nonopt in
552NONE---*---* | *---NONE---* | *---*---NONE) ;;
553*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
554esac
555
556
557# Make sure we can run config.sub.
558if $ac_config_sub sun4 >/dev/null 2>&1; then :
559else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
560fi
561
562echo $ac_n "checking host system type""... $ac_c" 1>&6
563
564host_alias=$host
565case "$host_alias" in
566NONE)
567  case $nonopt in
568  NONE)
569    if host_alias=`$ac_config_guess`; then :
570    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
571    fi ;;
572  *) host_alias=$nonopt ;;
573  esac ;;
574esac
575
576host=`$ac_config_sub $host_alias`
577host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
578host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
579host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
580echo "$ac_t""$host" 1>&6
581
582echo $ac_n "checking target system type""... $ac_c" 1>&6
583
584target_alias=$target
585case "$target_alias" in
586NONE)
587  case $nonopt in
588  NONE) target_alias=$host_alias ;;
589  *) target_alias=$nonopt ;;
590  esac ;;
591esac
592
593target=`$ac_config_sub $target_alias`
594target_cpu=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
595target_vendor=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
596target_os=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
597echo "$ac_t""$target" 1>&6
598
599echo $ac_n "checking build system type""... $ac_c" 1>&6
600
601build_alias=$build
602case "$build_alias" in
603NONE)
604  case $nonopt in
605  NONE) build_alias=$host_alias ;;
606  *) build_alias=$nonopt ;;
607  esac ;;
608esac
609
610build=`$ac_config_sub $build_alias`
611build_cpu=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
612build_vendor=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
613build_os=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
614echo "$ac_t""$build" 1>&6
615
616test "$host_alias" != "$target_alias" &&
617  test "$program_prefix$program_suffix$program_transform_name" = \
618    NONENONEs,x,x, &&
619  program_prefix=${target_alias}-
620
621
622umask 002
623
624if test -z "$PWD" ; then
625	PWD=`pwd`
626fi
627
628V_CCOPT=-O
629    V_INCLS=""
630    if test -z "$CC" ; then
631	    case "$target_os" in
632
633	    bsdi*)
634		    # Extract the first word of "shlicc2", so it can be a program name with args.
635set dummy shlicc2; ac_word=$2
636echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
637if eval "test \"`echo '$''{'ac_cv_prog_SHLICC2'+set}'`\" = set"; then
638  echo $ac_n "(cached) $ac_c" 1>&6
639else
640  if test -n "$SHLICC2"; then
641  ac_cv_prog_SHLICC2="$SHLICC2" # Let the user override the test.
642else
643  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
644  for ac_dir in $PATH; do
645    test -z "$ac_dir" && ac_dir=.
646    if test -f $ac_dir/$ac_word; then
647      ac_cv_prog_SHLICC2="yes"
648      break
649    fi
650  done
651  IFS="$ac_save_ifs"
652  test -z "$ac_cv_prog_SHLICC2" && ac_cv_prog_SHLICC2="no"
653fi
654fi
655SHLICC2="$ac_cv_prog_SHLICC2"
656if test -n "$SHLICC2"; then
657  echo "$ac_t""$SHLICC2" 1>&6
658else
659  echo "$ac_t""no" 1>&6
660fi
661
662		    if test $SHLICC2 = yes ; then
663			    CC=shlicc2
664			    export CC
665		    fi
666		    ;;
667	    esac
668    fi
669    # Extract the first word of "gcc", so it can be a program name with args.
670set dummy gcc; ac_word=$2
671echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
672if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
673  echo $ac_n "(cached) $ac_c" 1>&6
674else
675  if test -n "$CC"; then
676  ac_cv_prog_CC="$CC" # Let the user override the test.
677else
678  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
679  for ac_dir in $PATH; do
680    test -z "$ac_dir" && ac_dir=.
681    if test -f $ac_dir/$ac_word; then
682      ac_cv_prog_CC="gcc"
683      break
684    fi
685  done
686  IFS="$ac_save_ifs"
687fi
688fi
689CC="$ac_cv_prog_CC"
690if test -n "$CC"; then
691  echo "$ac_t""$CC" 1>&6
692else
693  echo "$ac_t""no" 1>&6
694fi
695
696if test -z "$CC"; then
697  # Extract the first word of "cc", so it can be a program name with args.
698set dummy cc; ac_word=$2
699echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
700if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
701  echo $ac_n "(cached) $ac_c" 1>&6
702else
703  if test -n "$CC"; then
704  ac_cv_prog_CC="$CC" # Let the user override the test.
705else
706  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
707  ac_prog_rejected=no
708  for ac_dir in $PATH; do
709    test -z "$ac_dir" && ac_dir=.
710    if test -f $ac_dir/$ac_word; then
711      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
712        ac_prog_rejected=yes
713	continue
714      fi
715      ac_cv_prog_CC="cc"
716      break
717    fi
718  done
719  IFS="$ac_save_ifs"
720if test $ac_prog_rejected = yes; then
721  # We found a bogon in the path, so make sure we never use it.
722  set dummy $ac_cv_prog_CC
723  shift
724  if test $# -gt 0; then
725    # We chose a different compiler from the bogus one.
726    # However, it has the same basename, so the bogon will be chosen
727    # first if we set CC to just the basename; use the full file name.
728    shift
729    set dummy "$ac_dir/$ac_word" "$@"
730    shift
731    ac_cv_prog_CC="$@"
732  fi
733fi
734fi
735fi
736CC="$ac_cv_prog_CC"
737if test -n "$CC"; then
738  echo "$ac_t""$CC" 1>&6
739else
740  echo "$ac_t""no" 1>&6
741fi
742
743  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
744fi
745
746echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
747if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
748  echo $ac_n "(cached) $ac_c" 1>&6
749else
750  cat > conftest.c <<EOF
751#ifdef __GNUC__
752  yes;
753#endif
754EOF
755if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
756  ac_cv_prog_gcc=yes
757else
758  ac_cv_prog_gcc=no
759fi
760fi
761
762echo "$ac_t""$ac_cv_prog_gcc" 1>&6
763if test $ac_cv_prog_gcc = yes; then
764  GCC=yes
765  if test "${CFLAGS+set}" != set; then
766    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
767if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
768  echo $ac_n "(cached) $ac_c" 1>&6
769else
770  echo 'void f(){}' > conftest.c
771if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
772  ac_cv_prog_gcc_g=yes
773else
774  ac_cv_prog_gcc_g=no
775fi
776rm -f conftest*
777
778fi
779
780echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
781    if test $ac_cv_prog_gcc_g = yes; then
782      CFLAGS="-g -O"
783    else
784      CFLAGS="-O"
785    fi
786  fi
787else
788  GCC=
789  test "${CFLAGS+set}" = set || CFLAGS="-g"
790fi
791
792    if test $ac_cv_prog_gcc = yes ; then
793	    if test "$SHLICC2" = yes ; then
794		    ac_cv_gcc_vers=2
795		    V_CCOPT=-O2
796	    else
797		    echo $ac_n "checking gcc version""... $ac_c" 1>&6
798		    if eval "test \"`echo '$''{'ac_cv_gcc_vers'+set}'`\" = set"; then
799  echo $ac_n "(cached) $ac_c" 1>&6
800else
801  ac_cv_gcc_vers=`$CC -v 2>&1 | \
802			    sed -n -e '$s/.* //' -e '$s/\..*//p'`
803fi
804
805		    echo "$ac_t""$ac_cv_gcc_vers" 1>&6
806		    if test $ac_cv_gcc_vers -gt 1 ; then
807			    V_CCOPT=-O2
808		    fi
809	    fi
810    else
811	    echo $ac_n "checking that $CC handles ansi prototypes""... $ac_c" 1>&6
812	    if eval "test \"`echo '$''{'ac_cv_cc_ansi_prototypes'+set}'`\" = set"; then
813  echo $ac_n "(cached) $ac_c" 1>&6
814else
815  cat > conftest.$ac_ext <<EOF
816#line 817 "configure"
817#include "confdefs.h"
818#include <sys/types.h>
819int main() { return 0; }
820int t() {
821int frob(int, char *)
822; return 0; }
823EOF
824if { (eval echo configure:825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
825  rm -rf conftest*
826  ac_cv_cc_ansi_prototypes=yes
827else
828  rm -rf conftest*
829  ac_cv_cc_ansi_prototypes=no
830fi
831rm -f conftest*
832
833fi
834
835	    echo "$ac_t""$ac_cv_cc_ansi_prototypes" 1>&6
836	    if test $ac_cv_cc_ansi_prototypes = no ; then
837		    case "$target_os" in
838
839		    hpux*)
840			    echo $ac_n "checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)""... $ac_c" 1>&6
841			    savedcflags="$CFLAGS"
842			    CFLAGS="-Aa -D_HPUX_SOURCE $CFLAGS"
843			    if eval "test \"`echo '$''{'ac_cv_cc_hpux_cc_aa'+set}'`\" = set"; then
844  echo $ac_n "(cached) $ac_c" 1>&6
845else
846  cat > conftest.$ac_ext <<EOF
847#line 848 "configure"
848#include "confdefs.h"
849#include <sys/types.h>
850int main() { return 0; }
851int t() {
852int frob(int, char *)
853; return 0; }
854EOF
855if { (eval echo configure:856: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
856  rm -rf conftest*
857  ac_cv_cc_hpux_cc_aa=yes
858else
859  rm -rf conftest*
860  ac_cv_cc_hpux_cc_aa=no
861fi
862rm -f conftest*
863
864fi
865
866			    echo "$ac_t""$ac_cv_cc_hpux_cc_aa" 1>&6
867			    if test $ac_cv_cc_hpux_cc_aa = no ; then
868				    { echo "configure: error: see the INSTALL for more info" 1>&2; exit 1; }
869			    fi
870			    CFLAGS="$savedcflags"
871			    V_CCOPT="-Aa $V_CCOPT"
872			    cat >> confdefs.h <<\EOF
873#define _HPUX_SOURCE 1
874EOF
875
876			    ;;
877
878		    sni*)
879			    echo $ac_n "checking for SINIX ansi compiler ($CC -kansi)""... $ac_c" 1>&6
880			    savedcflags="$CFLAGS"
881			    CFLAGS="-kansi"
882			    if eval "test \"`echo '$''{'ac_cv_cc_sinix_kansi'+set}'`\" = set"; then
883  echo $ac_n "(cached) $ac_c" 1>&6
884else
885  cat > conftest.$ac_ext <<EOF
886#line 887 "configure"
887#include "confdefs.h"
888#include <sys/types.h>
889int main() { return 0; }
890int t() {
891int frob(int, char *)
892; return 0; }
893EOF
894if { (eval echo configure:895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
895  rm -rf conftest*
896  ac_cv_cc_sinix_kansi=yes
897else
898  rm -rf conftest*
899  ac_cv_cc_sinix_kansi=no
900fi
901rm -f conftest*
902
903fi
904
905			    echo "$ac_t""$ac_cv_cc_sinix_kansi" 1>&6
906			    if test $ac_cv_cc_sinix_kansi = no ; then
907				    { echo "configure: error: see the INSTALL for more info" 1>&2; exit 1; }
908			    fi
909			    CFLAGS="$savedcflags"
910			    V_CCOPT="-kansi $V_CCOPT"
911			    ;;
912
913		    *)
914			    { echo "configure: error: see the INSTALL for more info" 1>&2; exit 1; }
915			    ;;
916		    esac
917	    fi
918	    V_INCLS=-I/usr/local/include
919
920	    case "$target_os" in
921
922	    irix*)
923		    V_CCOPT="$V_CCOPT -xansi -signed -g3"
924		    ;;
925
926	    osf*)
927		    V_CCOPT="$V_CCOPT -g3"
928		    ;;
929
930	    ultrix*)
931		    echo $ac_n "checking that Ultrix $CC hacks const in prototypes""... $ac_c" 1>&6
932		    if eval "test \"`echo '$''{'ac_cv_cc_const_proto'+set}'`\" = set"; then
933  echo $ac_n "(cached) $ac_c" 1>&6
934else
935  cat > conftest.$ac_ext <<EOF
936#line 937 "configure"
937#include "confdefs.h"
938#include <sys/types.h>
939int main() { return 0; }
940int t() {
941struct a { int b; };
942			    void c(const struct a *)
943; return 0; }
944EOF
945if { (eval echo configure:946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
946  rm -rf conftest*
947  ac_cv_cc_const_proto=yes
948else
949  rm -rf conftest*
950  ac_cv_cc_const_proto=no
951fi
952rm -f conftest*
953
954fi
955
956		    echo "$ac_t""$ac_cv_cc_const_proto" 1>&6
957		    if test $ac_cv_cc_const_proto = no ; then
958			    cat >> confdefs.h <<\EOF
959#define const
960EOF
961
962		    fi
963		    ;;
964	    esac
965    fi
966
967
968echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
969# On Suns, sometimes $CPP names a directory.
970if test -n "$CPP" && test -d "$CPP"; then
971  CPP=
972fi
973if test -z "$CPP"; then
974if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
975  echo $ac_n "(cached) $ac_c" 1>&6
976else
977    # This must be in double quotes, not single quotes, because CPP may get
978  # substituted into the Makefile and "${CC-cc}" will confuse make.
979  CPP="${CC-cc} -E"
980  # On the NeXT, cc -E runs the code through the compiler's parser,
981  # not just through cpp.
982  cat > conftest.$ac_ext <<EOF
983#line 984 "configure"
984#include "confdefs.h"
985#include <assert.h>
986Syntax Error
987EOF
988ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
989{ (eval echo configure:990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
990ac_err=`grep -v '^ *+' conftest.out`
991if test -z "$ac_err"; then
992  :
993else
994  echo "$ac_err" >&5
995  rm -rf conftest*
996  CPP="${CC-cc} -E -traditional-cpp"
997  cat > conftest.$ac_ext <<EOF
998#line 999 "configure"
999#include "confdefs.h"
1000#include <assert.h>
1001Syntax Error
1002EOF
1003ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1004{ (eval echo configure:1005: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1005ac_err=`grep -v '^ *+' conftest.out`
1006if test -z "$ac_err"; then
1007  :
1008else
1009  echo "$ac_err" >&5
1010  rm -rf conftest*
1011  CPP=/lib/cpp
1012fi
1013rm -f conftest*
1014fi
1015rm -f conftest*
1016  ac_cv_prog_CPP="$CPP"
1017fi
1018  CPP="$ac_cv_prog_CPP"
1019else
1020  ac_cv_prog_CPP="$CPP"
1021fi
1022echo "$ac_t""$CPP" 1>&6
1023
1024for ac_hdr in malloc.h sys/ioccom.h sys/sockio.h
1025do
1026ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
1027echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1028if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1029  echo $ac_n "(cached) $ac_c" 1>&6
1030else
1031  cat > conftest.$ac_ext <<EOF
1032#line 1033 "configure"
1033#include "confdefs.h"
1034#include <$ac_hdr>
1035EOF
1036ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1037{ (eval echo configure:1038: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1038ac_err=`grep -v '^ *+' conftest.out`
1039if test -z "$ac_err"; then
1040  rm -rf conftest*
1041  eval "ac_cv_header_$ac_safe=yes"
1042else
1043  echo "$ac_err" >&5
1044  rm -rf conftest*
1045  eval "ac_cv_header_$ac_safe=no"
1046fi
1047rm -f conftest*
1048fi
1049if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1050  echo "$ac_t""yes" 1>&6
1051    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
1052  cat >> confdefs.h <<EOF
1053#define $ac_tr_hdr 1
1054EOF
1055
1056else
1057  echo "$ac_t""no" 1>&6
1058fi
1059done
1060
1061
1062if test $ac_cv_prog_gcc = yes ; then
1063	    echo $ac_n "checking if fixincludes is needed""... $ac_c" 1>&6
1064	    if eval "test \"`echo '$''{'ac_cv_gcc_fixincludes'+set}'`\" = set"; then
1065  echo $ac_n "(cached) $ac_c" 1>&6
1066else
1067  cat > conftest.$ac_ext <<EOF
1068#line 1069 "configure"
1069#include "confdefs.h"
1070/*
1071		     * This generates a "duplicate case value" when fixincludes
1072		     * has not be run.
1073		     */
1074#		include <sys/types.h>
1075#		include <sys/time.h>
1076#		include <sys/ioctl.h>
1077#		ifdef HAVE_SYS_IOCCOM_H
1078#		include <sys/ioccom.h>
1079#		endif
1080int main() { return 0; }
1081int t() {
1082switch (0) {
1083		    case _IO('A', 1):;
1084		    case _IO('B', 1):;
1085		    }
1086; return 0; }
1087EOF
1088if { (eval echo configure:1089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1089  rm -rf conftest*
1090  ac_cv_gcc_fixincludes=yes
1091else
1092  rm -rf conftest*
1093  ac_cv_gcc_fixincludes=no
1094fi
1095rm -f conftest*
1096
1097fi
1098
1099	    echo "$ac_t""$ac_cv_gcc_fixincludes" 1>&6
1100	    if test $ac_cv_gcc_fixincludes = no ; then
1101		    # Don't cache failure
1102		    unset ac_cv_gcc_fixincludes
1103		    { echo "configure: error: see the INSTALL for more info" 1>&2; exit 1; }
1104	    fi
1105    fi
1106
1107for ac_func in ether_hostton strerror
1108do
1109echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1110if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1111  echo $ac_n "(cached) $ac_c" 1>&6
1112else
1113  cat > conftest.$ac_ext <<EOF
1114#line 1115 "configure"
1115#include "confdefs.h"
1116/* System header to define __stub macros and hopefully few prototypes,
1117    which can conflict with char $ac_func(); below.  */
1118#include <assert.h>
1119/* Override any gcc2 internal prototype to avoid an error.  */
1120/* We use char because int might match the return type of a gcc2
1121    builtin and then its argument prototype would still apply.  */
1122char $ac_func();
1123
1124int main() { return 0; }
1125int t() {
1126
1127/* The GNU C library defines this for functions which it implements
1128    to always fail with ENOSYS.  Some functions are actually named
1129    something starting with __ and the normal name is an alias.  */
1130#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1131choke me
1132#else
1133$ac_func();
1134#endif
1135
1136; return 0; }
1137EOF
1138if { (eval echo configure:1139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1139  rm -rf conftest*
1140  eval "ac_cv_func_$ac_func=yes"
1141else
1142  rm -rf conftest*
1143  eval "ac_cv_func_$ac_func=no"
1144fi
1145rm -f conftest*
1146
1147fi
1148if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1149  echo "$ac_t""yes" 1>&6
1150    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1151  cat >> confdefs.h <<EOF
1152#define $ac_tr_func 1
1153EOF
1154
1155else
1156  echo "$ac_t""no" 1>&6
1157fi
1158done
1159
1160
1161echo $ac_n "checking packet capture type""... $ac_c" 1>&6
1162if test -r /dev/bpf0 ; then
1163	V_PCAP=bpf
1164elif test -r /usr/include/net/pfilt.h ; then
1165	V_PCAP=pf
1166elif test -r /dev/enet ; then
1167	V_PCAP=enet
1168elif test -r /dev/nit ; then
1169	V_PCAP=snit
1170elif test -r /usr/include/sys/net/nit.h ; then
1171	V_PCAP=nit
1172elif test -r /usr/include/net/raw.h ; then
1173	V_PCAP=snoop
1174elif test -r /usr/include/sys/dlpi.h ; then
1175	V_PCAP=dlpi
1176elif test -c /dev/bpf0 ; then		# check again in case not readable
1177	V_PCAP=bpf
1178elif test -c /dev/enet ; then		# check again in case not readable
1179	V_PCAP=enet
1180elif test -c /dev/nit ; then		# check again in case not readable
1181	V_PCAP=snit
1182else
1183	V_PCAP=null
1184fi
1185echo "$ac_t""$V_PCAP" 1>&6
1186
1187case "$V_PCAP" in
1188
1189null)
1190	echo "configure: warning: cannot determine packet capture interface" 1>&2
1191	echo "configure: warning: (see INSTALL for more info)" 1>&2
1192	;;
1193
1194dlpi)
1195	for ac_hdr in sys/bufmod.h sys/dlpi_ext.h
1196do
1197ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
1198echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1199if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1200  echo $ac_n "(cached) $ac_c" 1>&6
1201else
1202  cat > conftest.$ac_ext <<EOF
1203#line 1204 "configure"
1204#include "confdefs.h"
1205#include <$ac_hdr>
1206EOF
1207ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1208{ (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1209ac_err=`grep -v '^ *+' conftest.out`
1210if test -z "$ac_err"; then
1211  rm -rf conftest*
1212  eval "ac_cv_header_$ac_safe=yes"
1213else
1214  echo "$ac_err" >&5
1215  rm -rf conftest*
1216  eval "ac_cv_header_$ac_safe=no"
1217fi
1218rm -f conftest*
1219fi
1220if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1221  echo "$ac_t""yes" 1>&6
1222    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
1223  cat >> confdefs.h <<EOF
1224#define $ac_tr_hdr 1
1225EOF
1226
1227else
1228  echo "$ac_t""no" 1>&6
1229fi
1230done
1231
1232	echo $ac_n "checking for /dev/dlpi device""... $ac_c" 1>&6
1233	if test -c /dev/dlpi ; then
1234		echo "$ac_t""yes" 1>&6
1235		cat >> confdefs.h <<\EOF
1236#define HAVE_DEV_DLPI 1
1237EOF
1238
1239
1240		case "$target_os" in
1241
1242		hpux9*)
1243			cat >> confdefs.h <<\EOF
1244#define HAVE_HPUX9 1
1245EOF
1246
1247			;;
1248
1249		esac
1250	else
1251		echo "$ac_t""no" 1>&6
1252		dir="/dev/dlpi"
1253		echo $ac_n "checking for $dir directory""... $ac_c" 1>&6
1254		if test -d $dir ; then
1255			echo "$ac_t""yes" 1>&6
1256			cat >> confdefs.h <<EOF
1257#define PCAP_DEV_PREFIX "$dir"
1258EOF
1259
1260		else
1261			echo "$ac_t""no" 1>&6
1262		fi
1263	fi
1264	;;
1265esac
1266
1267for ac_prog in flex
1268do
1269# Extract the first word of "$ac_prog", so it can be a program name with args.
1270set dummy $ac_prog; ac_word=$2
1271echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1272if eval "test \"`echo '$''{'ac_cv_prog_V_LEX'+set}'`\" = set"; then
1273  echo $ac_n "(cached) $ac_c" 1>&6
1274else
1275  if test -n "$V_LEX"; then
1276  ac_cv_prog_V_LEX="$V_LEX" # Let the user override the test.
1277else
1278  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1279  for ac_dir in $PATH; do
1280    test -z "$ac_dir" && ac_dir=.
1281    if test -f $ac_dir/$ac_word; then
1282      ac_cv_prog_V_LEX="$ac_prog"
1283      break
1284    fi
1285  done
1286  IFS="$ac_save_ifs"
1287fi
1288fi
1289V_LEX="$ac_cv_prog_V_LEX"
1290if test -n "$V_LEX"; then
1291  echo "$ac_t""$V_LEX" 1>&6
1292else
1293  echo "$ac_t""no" 1>&6
1294fi
1295
1296test -n "$V_LEX" && break
1297done
1298test -n "$V_LEX" || V_LEX="lex"
1299
1300    if test "$V_LEX" = flex ; then
1301	    # The -V flag was added in 2.4
1302	    echo $ac_n "checking for flex 2.4 or higher""... $ac_c" 1>&6
1303	    if eval "test \"`echo '$''{'ac_cv_flex_v24'+set}'`\" = set"; then
1304  echo $ac_n "(cached) $ac_c" 1>&6
1305else
1306  if flex -V >/dev/null 2>&1; then
1307			ac_cv_flex_v24=yes
1308		else
1309			ac_cv_flex_v24=no
1310		fi
1311fi
1312
1313	    echo "$ac_t""$ac_cv_flex_v24" 1>&6
1314	    if test $ac_cv_flex_v24 = no ; then
1315		    s="2.4 or higher required"
1316		    echo "configure: warning: ignoring obsolete flex executable ($s)" 1>&2
1317		    V_LEX=lex
1318	    fi
1319    fi
1320    for ac_prog in bison
1321do
1322# Extract the first word of "$ac_prog", so it can be a program name with args.
1323set dummy $ac_prog; ac_word=$2
1324echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1325if eval "test \"`echo '$''{'ac_cv_prog_V_YACC'+set}'`\" = set"; then
1326  echo $ac_n "(cached) $ac_c" 1>&6
1327else
1328  if test -n "$V_YACC"; then
1329  ac_cv_prog_V_YACC="$V_YACC" # Let the user override the test.
1330else
1331  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1332  for ac_dir in $PATH; do
1333    test -z "$ac_dir" && ac_dir=.
1334    if test -f $ac_dir/$ac_word; then
1335      ac_cv_prog_V_YACC="$ac_prog"
1336      break
1337    fi
1338  done
1339  IFS="$ac_save_ifs"
1340fi
1341fi
1342V_YACC="$ac_cv_prog_V_YACC"
1343if test -n "$V_YACC"; then
1344  echo "$ac_t""$V_YACC" 1>&6
1345else
1346  echo "$ac_t""no" 1>&6
1347fi
1348
1349test -n "$V_YACC" && break
1350done
1351test -n "$V_YACC" || V_YACC="yacc"
1352
1353    if test "$V_YACC" = bison ; then
1354	    V_YACC="$V_YACC -y"
1355    fi
1356    if test "$V_LEX" != lex -a "$V_YACC" = yacc -o "$V_LEX" = lex -a "$V_YACC" != yacc ; then
1357	    echo "configure: warning: don't have both flex and bison; reverting to lex/yacc" 1>&2
1358	    V_LEX=lex
1359	    V_YACC=yacc
1360    fi
1361    if test "$V_LEX" = flex -a -n "pcap_" ; then
1362	    V_LEX="$V_LEX -Ppcap_"
1363	    V_YACC="$V_YACC -p pcap_"
1364    fi
1365
1366case "$target_os" in
1367
1368aix*)
1369		cat >> confdefs.h <<\EOF
1370#define _SUN 1
1371EOF
1372
1373	;;
1374
1375solaris*)
1376	cat >> confdefs.h <<\EOF
1377#define HAVE_SOLARIS 1
1378EOF
1379
1380	;;
1381esac
1382
1383for ac_prog in ranlib
1384do
1385# Extract the first word of "$ac_prog", so it can be a program name with args.
1386set dummy $ac_prog; ac_word=$2
1387echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1388if eval "test \"`echo '$''{'ac_cv_prog_V_RANLIB'+set}'`\" = set"; then
1389  echo $ac_n "(cached) $ac_c" 1>&6
1390else
1391  if test -n "$V_RANLIB"; then
1392  ac_cv_prog_V_RANLIB="$V_RANLIB" # Let the user override the test.
1393else
1394  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1395  for ac_dir in $PATH; do
1396    test -z "$ac_dir" && ac_dir=.
1397    if test -f $ac_dir/$ac_word; then
1398      ac_cv_prog_V_RANLIB="$ac_prog"
1399      break
1400    fi
1401  done
1402  IFS="$ac_save_ifs"
1403fi
1404fi
1405V_RANLIB="$ac_cv_prog_V_RANLIB"
1406if test -n "$V_RANLIB"; then
1407  echo "$ac_t""$V_RANLIB" 1>&6
1408else
1409  echo "$ac_t""no" 1>&6
1410fi
1411
1412test -n "$V_RANLIB" && break
1413done
1414test -n "$V_RANLIB" || V_RANLIB="@true"
1415
1416
1417rm -f os-proto.h
1418    if test $ac_cv_prog_gcc = yes -a -f .devel ; then
1419	    if test $ac_cv_prog_gcc_g = yes ; then
1420		    V_CCOPT="-g $V_CCOPT"
1421	    fi
1422	    V_CCOPT="$V_CCOPT -Wall"
1423	    if test $ac_cv_gcc_vers -gt 1 ; then
1424		    V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
1425	    fi
1426	    os=`echo $target_os | sed -e 's/\([0-9]\)[0-9.][0-9.]*$/\1/'`
1427	    name="lbl/os-$os.h"
1428	    if test -f $name ; then
1429		    ln -s $name os-proto.h
1430		    cat >> confdefs.h <<\EOF
1431#define HAVE_OS_PROTO_H 1
1432EOF
1433
1434	    else
1435		    echo "configure: warning: can't find $name" 1>&2
1436	    fi
1437    fi
1438
1439echo $ac_n "checking if sockaddr struct has sa_len member""... $ac_c" 1>&6
1440    if eval "test \"`echo '$''{'ac_cv_sockaddr_has_sa_len'+set}'`\" = set"; then
1441  echo $ac_n "(cached) $ac_c" 1>&6
1442else
1443  cat > conftest.$ac_ext <<EOF
1444#line 1445 "configure"
1445#include "confdefs.h"
1446
1447#	include <sys/types.h>
1448#	include <sys/socket.h>
1449int main() { return 0; }
1450int t() {
1451u_int i = sizeof(((struct sockaddr *)0)->sa_len)
1452; return 0; }
1453EOF
1454if { (eval echo configure:1455: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1455  rm -rf conftest*
1456  ac_cv_sockaddr_has_sa_len=yes
1457else
1458  rm -rf conftest*
1459  ac_cv_sockaddr_has_sa_len=no
1460fi
1461rm -f conftest*
1462
1463fi
1464
1465    echo "$ac_t""$ac_cv_sockaddr_has_sa_len" 1>&6
1466    if test $ac_cv_sockaddr_has_sa_len = yes ; then
1467	    cat >> confdefs.h <<\EOF
1468#define HAVE_SOCKADDR_SA_LEN 1
1469EOF
1470
1471    fi
1472
1473echo $ac_n "checking if unaligned accesses fail""... $ac_c" 1>&6
1474    if eval "test \"`echo '$''{'ac_cv_unaligned_fail'+set}'`\" = set"; then
1475  echo $ac_n "(cached) $ac_c" 1>&6
1476else
1477  case "$target_cpu" in
1478
1479	alpha|hp*|mips|sparc)
1480		ac_cv_unaligned_fail=yes
1481		;;
1482
1483	*)
1484		cat >conftest.c <<EOF
1485#		include <sys/types.h>
1486#		include <sys/wait.h>
1487#		include <stdio.h>
1488		unsigned char a[5] = { 1, 2, 3, 4, 5 };
1489		main() {
1490		unsigned int i;
1491		pid_t pid;
1492		int status;
1493		/* avoid "core dumped" message */
1494		pid = fork();
1495		if (pid <  0)
1496			exit(2);
1497		if (pid > 0) {
1498			/* parent */
1499			pid = waitpid(pid, &status, 0);
1500			if (pid < 0)
1501				exit(3);
1502			exit(!WIFEXITED(status));
1503		}
1504		/* child */
1505		i = *(unsigned int *)&a1;
1506		printf("%d\n", i);
1507		exit(0);
1508		}
1509EOF
1510		${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS \
1511		    conftest.c $LIBS >/dev/null 2>&1
1512		if test ! -x conftest ; then
1513						ac_cv_unaligned_fail=yes
1514		else
1515			./conftest >conftest.out
1516			if test ! -s conftest.out ; then
1517				ac_cv_unaligned_fail=yes
1518			else
1519				ac_cv_unaligned_fail=no
1520			fi
1521		fi
1522		rm -f conftest* core core.conftest
1523		;;
1524	esac
1525fi
1526
1527    echo "$ac_t""$ac_cv_unaligned_fail" 1>&6
1528    if test $ac_cv_unaligned_fail = yes ; then
1529	    cat >> confdefs.h <<\EOF
1530#define LBL_ALIGN 1
1531EOF
1532
1533    fi
1534
1535if test -r lbl/gnuc.h ; then
1536	rm -f gnuc.h
1537	ln -s lbl/gnuc.h gnuc.h
1538fi
1539
1540rm -f bpf_filter.c
1541ln -s bpf/net/bpf_filter.c bpf_filter.c
1542rm -f net
1543ln -s bpf/net net
1544
1545
1546
1547
1548
1549
1550
1551
1552# Find a good install program.  We prefer a C program (faster),
1553# so one script is as good as another.  But avoid the broken or
1554# incompatible versions:
1555# SysV /etc/install, /usr/sbin/install
1556# SunOS /usr/etc/install
1557# IRIX /sbin/install
1558# AIX /bin/install
1559# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1560# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1561# ./install, which can be erroneously created by make from ./install.sh.
1562echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1563if test -z "$INSTALL"; then
1564if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1565  echo $ac_n "(cached) $ac_c" 1>&6
1566else
1567    IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1568  for ac_dir in $PATH; do
1569    # Account for people who put trailing slashes in PATH elements.
1570    case "$ac_dir/" in
1571    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1572    *)
1573      # OSF1 and SCO ODT 3.0 have their own names for install.
1574      for ac_prog in ginstall installbsd scoinst install; do
1575        if test -f $ac_dir/$ac_prog; then
1576	  if test $ac_prog = install &&
1577            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1578	    # AIX install.  It has an incompatible calling convention.
1579	    # OSF/1 installbsd also uses dspmsg, but is usable.
1580	    :
1581	  else
1582	    ac_cv_path_install="$ac_dir/$ac_prog -c"
1583	    break 2
1584	  fi
1585	fi
1586      done
1587      ;;
1588    esac
1589  done
1590  IFS="$ac_save_ifs"
1591
1592fi
1593  if test "${ac_cv_path_install+set}" = set; then
1594    INSTALL="$ac_cv_path_install"
1595  else
1596    # As a last resort, use the slow shell script.  We don't cache a
1597    # path for INSTALL within a source directory, because that will
1598    # break other packages using the cache if that directory is
1599    # removed, or if the path is relative.
1600    INSTALL="$ac_install_sh"
1601  fi
1602fi
1603echo "$ac_t""$INSTALL" 1>&6
1604
1605# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1606# It thinks the first close brace ends the variable substitution.
1607test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1608
1609test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1610
1611
1612trap '' 1 2 15
1613cat > confcache <<\EOF
1614# This file is a shell script that caches the results of configure
1615# tests run on this system so they can be shared between configure
1616# scripts and configure runs.  It is not useful on other systems.
1617# If it contains results you don't want to keep, you may remove or edit it.
1618#
1619# By default, configure uses ./config.cache as the cache file,
1620# creating it if it does not exist already.  You can give configure
1621# the --cache-file=FILE option to use a different cache file; that is
1622# what configure does when it calls configure scripts in
1623# subdirectories, so they share the cache.
1624# Giving --cache-file=/dev/null disables caching, for debugging configure.
1625# config.status only pays attention to the cache file if you give it the
1626# --recheck option to rerun configure.
1627#
1628EOF
1629# Ultrix sh set writes to stderr and can't be redirected directly,
1630# and sets the high bit in the cache file unless we assign to the vars.
1631(set) 2>&1 |
1632  sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
1633  >> confcache
1634if cmp -s $cache_file confcache; then
1635  :
1636else
1637  if test -w $cache_file; then
1638    echo "updating cache $cache_file"
1639    cat confcache > $cache_file
1640  else
1641    echo "not updating unwritable cache $cache_file"
1642  fi
1643fi
1644rm -f confcache
1645
1646trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1647
1648test "x$prefix" = xNONE && prefix=$ac_default_prefix
1649# Let make expand exec_prefix.
1650test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1651
1652# Any assignment to VPATH causes Sun make to only execute
1653# the first set of double-colon rules, so remove it if not needed.
1654# If there is a colon in the path, we need to keep it.
1655if test "x$srcdir" = x.; then
1656  ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'
1657fi
1658
1659trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1660
1661# Transform confdefs.h into DEFS.
1662# Protect against shell expansion while executing Makefile rules.
1663# Protect against Makefile macro expansion.
1664cat > conftest.defs <<\EOF
1665s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1666s%[ 	`~#$^&*(){}\\|;'"<>?]%\\&%g
1667s%\[%\\&%g
1668s%\]%\\&%g
1669s%\$%$$%g
1670EOF
1671DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1672rm -f conftest.defs
1673
1674
1675# Without the "./", some shells look in PATH for config.status.
1676: ${CONFIG_STATUS=./config.status}
1677
1678echo creating $CONFIG_STATUS
1679rm -f $CONFIG_STATUS
1680cat > $CONFIG_STATUS <<EOF
1681#! /bin/sh
1682# Generated automatically by configure.
1683# Run this file to recreate the current configuration.
1684# This directory was configured as follows,
1685# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1686#
1687# $0 $ac_configure_args
1688#
1689# Compiler output produced by configure, useful for debugging
1690# configure, is in ./config.log if it exists.
1691
1692ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1693for ac_option
1694do
1695  case "\$ac_option" in
1696  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1697    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1698    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1699  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1700    echo "$CONFIG_STATUS generated by autoconf version 2.10"
1701    exit 0 ;;
1702  -help | --help | --hel | --he | --h)
1703    echo "\$ac_cs_usage"; exit 0 ;;
1704  *) echo "\$ac_cs_usage"; exit 1 ;;
1705  esac
1706done
1707
1708ac_given_srcdir=$srcdir
1709ac_given_INSTALL="$INSTALL"
1710
1711trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1712EOF
1713cat >> $CONFIG_STATUS <<EOF
1714
1715# Protect against being on the right side of a sed subst in config.status.
1716sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1717 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1718$ac_vpsub
1719$extrasub
1720s%@CFLAGS@%$CFLAGS%g
1721s%@CPPFLAGS@%$CPPFLAGS%g
1722s%@CXXFLAGS@%$CXXFLAGS%g
1723s%@DEFS@%$DEFS%g
1724s%@LDFLAGS@%$LDFLAGS%g
1725s%@LIBS@%$LIBS%g
1726s%@exec_prefix@%$exec_prefix%g
1727s%@prefix@%$prefix%g
1728s%@program_transform_name@%$program_transform_name%g
1729s%@bindir@%$bindir%g
1730s%@sbindir@%$sbindir%g
1731s%@libexecdir@%$libexecdir%g
1732s%@datadir@%$datadir%g
1733s%@sysconfdir@%$sysconfdir%g
1734s%@sharedstatedir@%$sharedstatedir%g
1735s%@localstatedir@%$localstatedir%g
1736s%@libdir@%$libdir%g
1737s%@includedir@%$includedir%g
1738s%@oldincludedir@%$oldincludedir%g
1739s%@infodir@%$infodir%g
1740s%@mandir@%$mandir%g
1741s%@host@%$host%g
1742s%@host_alias@%$host_alias%g
1743s%@host_cpu@%$host_cpu%g
1744s%@host_vendor@%$host_vendor%g
1745s%@host_os@%$host_os%g
1746s%@target@%$target%g
1747s%@target_alias@%$target_alias%g
1748s%@target_cpu@%$target_cpu%g
1749s%@target_vendor@%$target_vendor%g
1750s%@target_os@%$target_os%g
1751s%@build@%$build%g
1752s%@build_alias@%$build_alias%g
1753s%@build_cpu@%$build_cpu%g
1754s%@build_vendor@%$build_vendor%g
1755s%@build_os@%$build_os%g
1756s%@SHLICC2@%$SHLICC2%g
1757s%@CC@%$CC%g
1758s%@CPP@%$CPP%g
1759s%@V_LEX@%$V_LEX%g
1760s%@V_YACC@%$V_YACC%g
1761s%@V_RANLIB@%$V_RANLIB%g
1762s%@V_CCOPT@%$V_CCOPT%g
1763s%@V_INCLS@%$V_INCLS%g
1764s%@V_PCAP@%$V_PCAP%g
1765s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1766s%@INSTALL_DATA@%$INSTALL_DATA%g
1767
1768CEOF
1769EOF
1770cat >> $CONFIG_STATUS <<EOF
1771
1772CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1773EOF
1774cat >> $CONFIG_STATUS <<\EOF
1775for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1776  # Support "outfile[:infile]", defaulting infile="outfile.in".
1777  case "$ac_file" in
1778  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
1779       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1780  *) ac_file_in="${ac_file}.in" ;;
1781  esac
1782
1783  # Adjust relative srcdir, etc. for subdirectories.
1784
1785  # Remove last slash and all that follows it.  Not all systems have dirname.
1786  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1787  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1788    # The file is in a subdirectory.
1789    test ! -d "$ac_dir" && mkdir "$ac_dir"
1790    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1791    # A "../" for each directory in $ac_dir_suffix.
1792    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1793  else
1794    ac_dir_suffix= ac_dots=
1795  fi
1796
1797  case "$ac_given_srcdir" in
1798  .)  srcdir=.
1799      if test -z "$ac_dots"; then top_srcdir=.
1800      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1801  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1802  *) # Relative path.
1803    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1804    top_srcdir="$ac_dots$ac_given_srcdir" ;;
1805  esac
1806
1807  case "$ac_given_INSTALL" in
1808  [/$]*) INSTALL="$ac_given_INSTALL" ;;
1809  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1810  esac
1811  echo creating "$ac_file"
1812  rm -f "$ac_file"
1813  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1814  case "$ac_file" in
1815  *Makefile*) ac_comsub="1i\\
1816# $configure_input" ;;
1817  *) ac_comsub= ;;
1818  esac
1819  sed -e "$ac_comsub
1820s%@configure_input@%$configure_input%g
1821s%@srcdir@%$srcdir%g
1822s%@top_srcdir@%$top_srcdir%g
1823s%@INSTALL@%$INSTALL%g
1824" -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
1825fi; done
1826rm -f conftest.subs
1827
1828
1829
1830exit 0
1831EOF
1832chmod +x $CONFIG_STATUS
1833rm -fr confdefs* $ac_clean_files
1834test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1835
1836
1837if test -f .devel ; then
1838	make depend
1839fi
1840exit 0
1841