xref: /freebsd/contrib/tcpdump/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=tcpdump.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 fcntl.h net/slip.h rpc/rpcent.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
1061echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
1062if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
1063  echo $ac_n "(cached) $ac_c" 1>&6
1064else
1065  cat > conftest.$ac_ext <<EOF
1066#line 1067 "configure"
1067#include "confdefs.h"
1068#include <sys/types.h>
1069#include <sys/time.h>
1070#include <time.h>
1071int main() { return 0; }
1072int t() {
1073struct tm *tp;
1074; return 0; }
1075EOF
1076if { (eval echo configure:1077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1077  rm -rf conftest*
1078  ac_cv_header_time=yes
1079else
1080  rm -rf conftest*
1081  ac_cv_header_time=no
1082fi
1083rm -f conftest*
1084
1085fi
1086
1087echo "$ac_t""$ac_cv_header_time" 1>&6
1088if test $ac_cv_header_time = yes; then
1089  cat >> confdefs.h <<\EOF
1090#define TIME_WITH_SYS_TIME 1
1091EOF
1092
1093fi
1094
1095
1096for ac_func in vfprintf strcasecmp
1097do
1098echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1099if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1100  echo $ac_n "(cached) $ac_c" 1>&6
1101else
1102  cat > conftest.$ac_ext <<EOF
1103#line 1104 "configure"
1104#include "confdefs.h"
1105/* System header to define __stub macros and hopefully few prototypes,
1106    which can conflict with char $ac_func(); below.  */
1107#include <assert.h>
1108/* Override any gcc2 internal prototype to avoid an error.  */
1109/* We use char because int might match the return type of a gcc2
1110    builtin and then its argument prototype would still apply.  */
1111char $ac_func();
1112
1113int main() { return 0; }
1114int t() {
1115
1116/* The GNU C library defines this for functions which it implements
1117    to always fail with ENOSYS.  Some functions are actually named
1118    something starting with __ and the normal name is an alias.  */
1119#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1120choke me
1121#else
1122$ac_func();
1123#endif
1124
1125; return 0; }
1126EOF
1127if { (eval echo configure:1128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1128  rm -rf conftest*
1129  eval "ac_cv_func_$ac_func=yes"
1130else
1131  rm -rf conftest*
1132  eval "ac_cv_func_$ac_func=no"
1133fi
1134rm -f conftest*
1135
1136fi
1137if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1138  echo "$ac_t""yes" 1>&6
1139  :
1140else
1141  echo "$ac_t""no" 1>&6
1142LIBOBJS="$LIBOBJS ${ac_func}.o"
1143fi
1144
1145done
1146
1147for ac_func in ether_ntoa setlinebuf
1148do
1149echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1150if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1151  echo $ac_n "(cached) $ac_c" 1>&6
1152else
1153  cat > conftest.$ac_ext <<EOF
1154#line 1155 "configure"
1155#include "confdefs.h"
1156/* System header to define __stub macros and hopefully few prototypes,
1157    which can conflict with char $ac_func(); below.  */
1158#include <assert.h>
1159/* Override any gcc2 internal prototype to avoid an error.  */
1160/* We use char because int might match the return type of a gcc2
1161    builtin and then its argument prototype would still apply.  */
1162char $ac_func();
1163
1164int main() { return 0; }
1165int t() {
1166
1167/* The GNU C library defines this for functions which it implements
1168    to always fail with ENOSYS.  Some functions are actually named
1169    something starting with __ and the normal name is an alias.  */
1170#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1171choke me
1172#else
1173$ac_func();
1174#endif
1175
1176; return 0; }
1177EOF
1178if { (eval echo configure:1179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1179  rm -rf conftest*
1180  eval "ac_cv_func_$ac_func=yes"
1181else
1182  rm -rf conftest*
1183  eval "ac_cv_func_$ac_func=no"
1184fi
1185rm -f conftest*
1186
1187fi
1188if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1189  echo "$ac_t""yes" 1>&6
1190    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1191  cat >> confdefs.h <<EOF
1192#define $ac_tr_func 1
1193EOF
1194
1195else
1196  echo "$ac_t""no" 1>&6
1197fi
1198done
1199
1200
1201echo $ac_n "checking for -ldnet""... $ac_c" 1>&6
1202ac_lib_var=`echo dnet'_'main | tr './+\055' '__p_'`
1203if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1204  echo $ac_n "(cached) $ac_c" 1>&6
1205else
1206  ac_save_LIBS="$LIBS"
1207LIBS="-ldnet  $LIBS"
1208cat > conftest.$ac_ext <<EOF
1209#line 1210 "configure"
1210#include "confdefs.h"
1211
1212int main() { return 0; }
1213int t() {
1214main()
1215; return 0; }
1216EOF
1217if { (eval echo configure:1218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1218  rm -rf conftest*
1219  eval "ac_cv_lib_$ac_lib_var=yes"
1220else
1221  rm -rf conftest*
1222  eval "ac_cv_lib_$ac_lib_var=no"
1223fi
1224rm -f conftest*
1225LIBS="$ac_save_LIBS"
1226
1227fi
1228if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1229  echo "$ac_t""yes" 1>&6
1230    ac_tr_lib=HAVE_LIB`echo dnet | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1231  cat >> confdefs.h <<EOF
1232#define $ac_tr_lib 1
1233EOF
1234
1235  LIBS="-ldnet $LIBS"
1236
1237else
1238  echo "$ac_t""no" 1>&6
1239fi
1240
1241echo $ac_n "checking for -lrpc""... $ac_c" 1>&6
1242ac_lib_var=`echo rpc'_'main | tr './+\055' '__p_'`
1243if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1244  echo $ac_n "(cached) $ac_c" 1>&6
1245else
1246  ac_save_LIBS="$LIBS"
1247LIBS="-lrpc  $LIBS"
1248cat > conftest.$ac_ext <<EOF
1249#line 1250 "configure"
1250#include "confdefs.h"
1251
1252int main() { return 0; }
1253int t() {
1254main()
1255; return 0; }
1256EOF
1257if { (eval echo configure:1258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1258  rm -rf conftest*
1259  eval "ac_cv_lib_$ac_lib_var=yes"
1260else
1261  rm -rf conftest*
1262  eval "ac_cv_lib_$ac_lib_var=no"
1263fi
1264rm -f conftest*
1265LIBS="$ac_save_LIBS"
1266
1267fi
1268if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1269  echo "$ac_t""yes" 1>&6
1270    ac_tr_lib=HAVE_LIB`echo rpc | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1271  cat >> confdefs.h <<EOF
1272#define $ac_tr_lib 1
1273EOF
1274
1275  LIBS="-lrpc $LIBS"
1276
1277else
1278  echo "$ac_t""no" 1>&6
1279fi
1280
1281echo $ac_n "checking for -lnsl""... $ac_c" 1>&6
1282ac_lib_var=`echo nsl'_'main | tr './+\055' '__p_'`
1283if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1284  echo $ac_n "(cached) $ac_c" 1>&6
1285else
1286  ac_save_LIBS="$LIBS"
1287LIBS="-lnsl  $LIBS"
1288cat > conftest.$ac_ext <<EOF
1289#line 1290 "configure"
1290#include "confdefs.h"
1291
1292int main() { return 0; }
1293int t() {
1294main()
1295; return 0; }
1296EOF
1297if { (eval echo configure:1298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1298  rm -rf conftest*
1299  eval "ac_cv_lib_$ac_lib_var=yes"
1300else
1301  rm -rf conftest*
1302  eval "ac_cv_lib_$ac_lib_var=no"
1303fi
1304rm -f conftest*
1305LIBS="$ac_save_LIBS"
1306
1307fi
1308if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1309  echo "$ac_t""yes" 1>&6
1310    ac_tr_lib=HAVE_LIB`echo nsl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1311  cat >> confdefs.h <<EOF
1312#define $ac_tr_lib 1
1313EOF
1314
1315  LIBS="-lnsl $LIBS"
1316
1317else
1318  echo "$ac_t""no" 1>&6
1319fi
1320
1321echo $ac_n "checking for -lstr""... $ac_c" 1>&6
1322ac_lib_var=`echo str'_'main | tr './+\055' '__p_'`
1323if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1324  echo $ac_n "(cached) $ac_c" 1>&6
1325else
1326  ac_save_LIBS="$LIBS"
1327LIBS="-lstr  $LIBS"
1328cat > conftest.$ac_ext <<EOF
1329#line 1330 "configure"
1330#include "confdefs.h"
1331
1332int main() { return 0; }
1333int t() {
1334main()
1335; return 0; }
1336EOF
1337if { (eval echo configure:1338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1338  rm -rf conftest*
1339  eval "ac_cv_lib_$ac_lib_var=yes"
1340else
1341  rm -rf conftest*
1342  eval "ac_cv_lib_$ac_lib_var=no"
1343fi
1344rm -f conftest*
1345LIBS="$ac_save_LIBS"
1346
1347fi
1348if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1349  echo "$ac_t""yes" 1>&6
1350    ac_tr_lib=HAVE_LIB`echo str | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1351  cat >> confdefs.h <<EOF
1352#define $ac_tr_lib 1
1353EOF
1354
1355  LIBS="-lstr $LIBS"
1356
1357else
1358  echo "$ac_t""no" 1>&6
1359fi
1360
1361
1362case "$target_os" in
1363irix5.0*)
1364	;;
1365
1366irix5.1*)
1367	;;
1368
1369irix5.2*)
1370	;;
1371
1372*)
1373	echo $ac_n "checking for -lsocket""... $ac_c" 1>&6
1374ac_lib_var=`echo socket'_'main | tr './+\055' '__p_'`
1375if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1376  echo $ac_n "(cached) $ac_c" 1>&6
1377else
1378  ac_save_LIBS="$LIBS"
1379LIBS="-lsocket  $LIBS"
1380cat > conftest.$ac_ext <<EOF
1381#line 1382 "configure"
1382#include "confdefs.h"
1383
1384int main() { return 0; }
1385int t() {
1386main()
1387; return 0; }
1388EOF
1389if { (eval echo configure:1390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1390  rm -rf conftest*
1391  eval "ac_cv_lib_$ac_lib_var=yes"
1392else
1393  rm -rf conftest*
1394  eval "ac_cv_lib_$ac_lib_var=no"
1395fi
1396rm -f conftest*
1397LIBS="$ac_save_LIBS"
1398
1399fi
1400if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1401  echo "$ac_t""yes" 1>&6
1402    ac_tr_lib=HAVE_LIB`echo socket | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1403  cat >> confdefs.h <<EOF
1404#define $ac_tr_lib 1
1405EOF
1406
1407  LIBS="-lsocket $LIBS"
1408
1409else
1410  echo "$ac_t""no" 1>&6
1411fi
1412
1413	;;
1414esac
1415
1416pfopen=/usr/examples/packetfilter/pfopen.c
1417    if test -f $pfopen ; then
1418	    for ac_func in pfopen
1419do
1420echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1421if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1422  echo $ac_n "(cached) $ac_c" 1>&6
1423else
1424  cat > conftest.$ac_ext <<EOF
1425#line 1426 "configure"
1426#include "confdefs.h"
1427/* System header to define __stub macros and hopefully few prototypes,
1428    which can conflict with char $ac_func(); below.  */
1429#include <assert.h>
1430/* Override any gcc2 internal prototype to avoid an error.  */
1431/* We use char because int might match the return type of a gcc2
1432    builtin and then its argument prototype would still apply.  */
1433char $ac_func();
1434
1435int main() { return 0; }
1436int t() {
1437
1438/* The GNU C library defines this for functions which it implements
1439    to always fail with ENOSYS.  Some functions are actually named
1440    something starting with __ and the normal name is an alias.  */
1441#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1442choke me
1443#else
1444$ac_func();
1445#endif
1446
1447; return 0; }
1448EOF
1449if { (eval echo configure:1450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1450  rm -rf conftest*
1451  eval "ac_cv_func_$ac_func=yes"
1452else
1453  rm -rf conftest*
1454  eval "ac_cv_func_$ac_func=no"
1455fi
1456rm -f conftest*
1457
1458fi
1459if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1460  echo "$ac_t""yes" 1>&6
1461    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1462  cat >> confdefs.h <<EOF
1463#define $ac_tr_func 1
1464EOF
1465
1466else
1467  echo "$ac_t""no" 1>&6
1468fi
1469done
1470
1471	    if test $ac_cv_func_pfopen = "no" ; then
1472		    echo "$ac_t""Using $pfopen" 1>&6
1473		    LIBS="$LIBS $pfopen"
1474	    fi
1475    fi
1476    echo $ac_n "checking for local pcap library""... $ac_c" 1>&6
1477    libpcap=FAIL
1478    places=`ls .. | sed -e 's,/$,,' -e 's,^,../,' | \
1479	egrep '/libpcap-[0-9]*\.[0-9]*(\.[0-9]*)?([ab][0-9]*)?$'`
1480    for dir in ../libpcap $places libpcap ; do
1481	    if test -r $dir/pcap.c ; then
1482		    libpcap=$dir/libpcap.a
1483		    d=$dir
1484		    	    fi
1485    done
1486    if test $libpcap = FAIL ; then
1487	    echo "$ac_t""not found" 1>&6
1488	    echo $ac_n "checking for -lpcap""... $ac_c" 1>&6
1489ac_lib_var=`echo pcap'_'main | tr './+\055' '__p_'`
1490if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1491  echo $ac_n "(cached) $ac_c" 1>&6
1492else
1493  ac_save_LIBS="$LIBS"
1494LIBS="-lpcap  $LIBS"
1495cat > conftest.$ac_ext <<EOF
1496#line 1497 "configure"
1497#include "confdefs.h"
1498
1499int main() { return 0; }
1500int t() {
1501main()
1502; return 0; }
1503EOF
1504if { (eval echo configure:1505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1505  rm -rf conftest*
1506  eval "ac_cv_lib_$ac_lib_var=yes"
1507else
1508  rm -rf conftest*
1509  eval "ac_cv_lib_$ac_lib_var=no"
1510fi
1511rm -f conftest*
1512LIBS="$ac_save_LIBS"
1513
1514fi
1515if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1516  echo "$ac_t""yes" 1>&6
1517  libpcap="-lpcap"
1518else
1519  echo "$ac_t""no" 1>&6
1520fi
1521
1522	    if test $libpcap = FAIL ; then
1523		    { echo "configure: error: see the INSTALL doc for more info" 1>&2; exit 1; }
1524	    fi
1525    else
1526	    V_PCAPDEP=$libpcap
1527	    V_INCLS="-I$d $V_INCLS"
1528	    echo "$ac_t""$libpcap" 1>&6
1529    fi
1530    LIBS="$libpcap $LIBS"
1531
1532V_GROUP=0
1533case "$target_os" in
1534
1535aix*)
1536		cat >> confdefs.h <<\EOF
1537#define _SUN 1
1538EOF
1539
1540	;;
1541
1542irix*)
1543	V_GROUP=sys
1544	;;
1545
1546osf*)
1547	V_GROUP=system
1548	case "$target_os" in
1549
1550	osf3*)
1551				cat >> confdefs.h <<\EOF
1552#define __STDC__ 2
1553EOF
1554
1555		;;
1556	esac
1557	;;
1558
1559solaris*)
1560	V_GROUP=sys
1561	;;
1562esac
1563
1564if test -f /dev/bpf0 ; then
1565	V_GROUP=bpf
1566fi
1567
1568# If we cannot run a trivial program, we must be cross compiling.
1569echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
1570if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
1571  echo $ac_n "(cached) $ac_c" 1>&6
1572else
1573  if test "$cross_compiling" = yes; then
1574  ac_cv_c_cross=yes
1575else
1576cat > conftest.$ac_ext <<EOF
1577#line 1578 "configure"
1578#include "confdefs.h"
1579main(){return(0);}
1580EOF
1581{ (eval echo configure:1582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
1582if test -s conftest && (./conftest; exit) 2>/dev/null; then
1583  ac_cv_c_cross=no
1584else
1585  ac_cv_c_cross=yes
1586fi
1587fi
1588rm -fr conftest*
1589fi
1590
1591echo "$ac_t""$ac_cv_c_cross" 1>&6
1592cross_compiling=$ac_cv_c_cross
1593
1594echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1595if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1596  echo $ac_n "(cached) $ac_c" 1>&6
1597else
1598  cat > conftest.$ac_ext <<EOF
1599#line 1600 "configure"
1600#include "confdefs.h"
1601#include <stdlib.h>
1602#include <stdarg.h>
1603#include <string.h>
1604#include <float.h>
1605EOF
1606ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1607{ (eval echo configure:1608: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1608ac_err=`grep -v '^ *+' conftest.out`
1609if test -z "$ac_err"; then
1610  rm -rf conftest*
1611  ac_cv_header_stdc=yes
1612else
1613  echo "$ac_err" >&5
1614  rm -rf conftest*
1615  ac_cv_header_stdc=no
1616fi
1617rm -f conftest*
1618
1619if test $ac_cv_header_stdc = yes; then
1620  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1621cat > conftest.$ac_ext <<EOF
1622#line 1623 "configure"
1623#include "confdefs.h"
1624#include <string.h>
1625EOF
1626if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1627  egrep "memchr" >/dev/null 2>&1; then
1628  :
1629else
1630  rm -rf conftest*
1631  ac_cv_header_stdc=no
1632fi
1633rm -f conftest*
1634
1635fi
1636
1637if test $ac_cv_header_stdc = yes; then
1638  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1639cat > conftest.$ac_ext <<EOF
1640#line 1641 "configure"
1641#include "confdefs.h"
1642#include <stdlib.h>
1643EOF
1644if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1645  egrep "free" >/dev/null 2>&1; then
1646  :
1647else
1648  rm -rf conftest*
1649  ac_cv_header_stdc=no
1650fi
1651rm -f conftest*
1652
1653fi
1654
1655if test $ac_cv_header_stdc = yes; then
1656  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1657if test "$cross_compiling" = yes; then
1658  :
1659else
1660cat > conftest.$ac_ext <<EOF
1661#line 1662 "configure"
1662#include "confdefs.h"
1663#include <ctype.h>
1664#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1665#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1666#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1667int main () { int i; for (i = 0; i < 256; i++)
1668if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1669exit (0); }
1670
1671EOF
1672{ (eval echo configure:1673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
1673if test -s conftest && (./conftest; exit) 2>/dev/null; then
1674  :
1675else
1676  ac_cv_header_stdc=no
1677fi
1678fi
1679rm -fr conftest*
1680fi
1681fi
1682
1683echo "$ac_t""$ac_cv_header_stdc" 1>&6
1684if test $ac_cv_header_stdc = yes; then
1685  cat >> confdefs.h <<\EOF
1686#define STDC_HEADERS 1
1687EOF
1688
1689fi
1690
1691echo $ac_n "checking for int32_t""... $ac_c" 1>&6
1692if eval "test \"`echo '$''{'ac_cv_type_int32_t'+set}'`\" = set"; then
1693  echo $ac_n "(cached) $ac_c" 1>&6
1694else
1695  cat > conftest.$ac_ext <<EOF
1696#line 1697 "configure"
1697#include "confdefs.h"
1698#include <sys/types.h>
1699#if STDC_HEADERS
1700#include <stdlib.h>
1701#endif
1702EOF
1703if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1704  egrep "int32_t" >/dev/null 2>&1; then
1705  rm -rf conftest*
1706  ac_cv_type_int32_t=yes
1707else
1708  rm -rf conftest*
1709  ac_cv_type_int32_t=no
1710fi
1711rm -f conftest*
1712
1713fi
1714echo "$ac_t""$ac_cv_type_int32_t" 1>&6
1715if test $ac_cv_type_int32_t = no; then
1716  cat >> confdefs.h <<\EOF
1717#define int32_t int
1718EOF
1719
1720fi
1721
1722echo $ac_n "checking for u_int32_t""... $ac_c" 1>&6
1723if eval "test \"`echo '$''{'ac_cv_type_u_int32_t'+set}'`\" = set"; then
1724  echo $ac_n "(cached) $ac_c" 1>&6
1725else
1726  cat > conftest.$ac_ext <<EOF
1727#line 1728 "configure"
1728#include "confdefs.h"
1729#include <sys/types.h>
1730#if STDC_HEADERS
1731#include <stdlib.h>
1732#endif
1733EOF
1734if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1735  egrep "u_int32_t" >/dev/null 2>&1; then
1736  rm -rf conftest*
1737  ac_cv_type_u_int32_t=yes
1738else
1739  rm -rf conftest*
1740  ac_cv_type_u_int32_t=no
1741fi
1742rm -f conftest*
1743
1744fi
1745echo "$ac_t""$ac_cv_type_u_int32_t" 1>&6
1746if test $ac_cv_type_u_int32_t = no; then
1747  cat >> confdefs.h <<\EOF
1748#define u_int32_t u_int
1749EOF
1750
1751fi
1752
1753
1754echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
1755if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
1756  echo $ac_n "(cached) $ac_c" 1>&6
1757else
1758  cat > conftest.$ac_ext <<EOF
1759#line 1760 "configure"
1760#include "confdefs.h"
1761#include <sys/types.h>
1762#include <signal.h>
1763#ifdef signal
1764#undef signal
1765#endif
1766#ifdef __cplusplus
1767extern "C" void (*signal (int, void (*)(int)))(int);
1768#else
1769void (*signal ()) ();
1770#endif
1771
1772int main() { return 0; }
1773int t() {
1774int i;
1775; return 0; }
1776EOF
1777if { (eval echo configure:1778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1778  rm -rf conftest*
1779  ac_cv_type_signal=void
1780else
1781  rm -rf conftest*
1782  ac_cv_type_signal=int
1783fi
1784rm -f conftest*
1785
1786fi
1787
1788echo "$ac_t""$ac_cv_type_signal" 1>&6
1789cat >> confdefs.h <<EOF
1790#define RETSIGTYPE $ac_cv_type_signal
1791EOF
1792
1793
1794    if test "$ac_cv_type_signal" = void ; then
1795	    cat >> confdefs.h <<\EOF
1796#define RETSIGVAL
1797EOF
1798
1799    else
1800	    cat >> confdefs.h <<\EOF
1801#define RETSIGVAL (0)
1802EOF
1803
1804    fi
1805    case "$target_os" in
1806
1807    irix*)
1808	    cat >> confdefs.h <<\EOF
1809#define _BSD_SIGNALS 1
1810EOF
1811
1812	    ;;
1813
1814    *)
1815	    for ac_func in sigset
1816do
1817echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1818if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1819  echo $ac_n "(cached) $ac_c" 1>&6
1820else
1821  cat > conftest.$ac_ext <<EOF
1822#line 1823 "configure"
1823#include "confdefs.h"
1824/* System header to define __stub macros and hopefully few prototypes,
1825    which can conflict with char $ac_func(); below.  */
1826#include <assert.h>
1827/* Override any gcc2 internal prototype to avoid an error.  */
1828/* We use char because int might match the return type of a gcc2
1829    builtin and then its argument prototype would still apply.  */
1830char $ac_func();
1831
1832int main() { return 0; }
1833int t() {
1834
1835/* The GNU C library defines this for functions which it implements
1836    to always fail with ENOSYS.  Some functions are actually named
1837    something starting with __ and the normal name is an alias.  */
1838#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1839choke me
1840#else
1841$ac_func();
1842#endif
1843
1844; return 0; }
1845EOF
1846if { (eval echo configure:1847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1847  rm -rf conftest*
1848  eval "ac_cv_func_$ac_func=yes"
1849else
1850  rm -rf conftest*
1851  eval "ac_cv_func_$ac_func=no"
1852fi
1853rm -f conftest*
1854
1855fi
1856if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1857  echo "$ac_t""yes" 1>&6
1858    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1859  cat >> confdefs.h <<EOF
1860#define $ac_tr_func 1
1861EOF
1862
1863else
1864  echo "$ac_t""no" 1>&6
1865fi
1866done
1867
1868	    if test $ac_cv_func_sigset = yes ; then
1869		    cat >> confdefs.h <<\EOF
1870#define signal sigset
1871EOF
1872
1873	    fi
1874	    ;;
1875    esac
1876
1877rm -f os-proto.h
1878    if test $ac_cv_prog_gcc = yes -a -f .devel ; then
1879	    if test $ac_cv_prog_gcc_g = yes ; then
1880		    V_CCOPT="-g $V_CCOPT"
1881	    fi
1882	    V_CCOPT="$V_CCOPT -Wall"
1883	    if test $ac_cv_gcc_vers -gt 1 ; then
1884		    V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
1885	    fi
1886	    os=`echo $target_os | sed -e 's/\([0-9]\)[0-9.][0-9.]*$/\1/'`
1887	    name="lbl/os-$os.h"
1888	    if test -f $name ; then
1889		    ln -s $name os-proto.h
1890		    cat >> confdefs.h <<\EOF
1891#define HAVE_OS_PROTO_H 1
1892EOF
1893
1894	    else
1895		    echo "configure: warning: can't find $name" 1>&2
1896	    fi
1897    fi
1898
1899echo $ac_n "checking if sockaddr struct has sa_len member""... $ac_c" 1>&6
1900    if eval "test \"`echo '$''{'ac_cv_sockaddr_has_sa_len'+set}'`\" = set"; then
1901  echo $ac_n "(cached) $ac_c" 1>&6
1902else
1903  cat > conftest.$ac_ext <<EOF
1904#line 1905 "configure"
1905#include "confdefs.h"
1906
1907#	include <sys/types.h>
1908#	include <sys/socket.h>
1909int main() { return 0; }
1910int t() {
1911u_int i = sizeof(((struct sockaddr *)0)->sa_len)
1912; return 0; }
1913EOF
1914if { (eval echo configure:1915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1915  rm -rf conftest*
1916  ac_cv_sockaddr_has_sa_len=yes
1917else
1918  rm -rf conftest*
1919  ac_cv_sockaddr_has_sa_len=no
1920fi
1921rm -f conftest*
1922
1923fi
1924
1925    echo "$ac_t""$ac_cv_sockaddr_has_sa_len" 1>&6
1926    if test $ac_cv_sockaddr_has_sa_len = yes ; then
1927	    cat >> confdefs.h <<\EOF
1928#define HAVE_SOCKADDR_SA_LEN 1
1929EOF
1930
1931    fi
1932
1933echo $ac_n "checking if altzone is available""... $ac_c" 1>&6
1934if eval "test \"`echo '$''{'ac_cv_decl_altzone'+set}'`\" = set"; then
1935  echo $ac_n "(cached) $ac_c" 1>&6
1936else
1937  cat > conftest.$ac_ext <<EOF
1938#line 1939 "configure"
1939#include "confdefs.h"
1940
1941#	include <sys/types.h>
1942#	include <sys/time.h>
1943#	ifdef TIME_WITH_SYS_TIME
1944#	include <time.h>
1945#	endif
1946int main() { return 0; }
1947int t() {
1948long i = -altzone
1949; return 0; }
1950EOF
1951if { (eval echo configure:1952: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1952  rm -rf conftest*
1953  ac_cv_decl_altzone=yes
1954else
1955  rm -rf conftest*
1956  ac_cv_decl_altzone=no
1957fi
1958rm -f conftest*
1959
1960fi
1961
1962echo "$ac_t""$ac_cv_decl_altzone" 1>&6
1963if test $ac_cv_decl_altzone = yes ; then
1964	cat >> confdefs.h <<\EOF
1965#define HAVE_ALTZONE 1
1966EOF
1967
1968fi
1969
1970echo $ac_n "checking if timezone and daylight are available""... $ac_c" 1>&6
1971if eval "test \"`echo '$''{'ac_cv_decl_timezone'+set}'`\" = set"; then
1972  echo $ac_n "(cached) $ac_c" 1>&6
1973else
1974  cat > conftest.$ac_ext <<EOF
1975#line 1976 "configure"
1976#include "confdefs.h"
1977
1978#	include <sys/types.h>
1979#	include <sys/time.h>
1980#	ifdef TIME_WITH_SYS_TIME
1981#	include <time.h>
1982#	endif
1983int main() { return 0; }
1984int t() {
1985long i;
1986	tzset();
1987	i = -timezone + daylight ? 3600 : 0
1988; return 0; }
1989EOF
1990if { (eval echo configure:1991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1991  rm -rf conftest*
1992  ac_cv_decl_timezone=yes
1993else
1994  rm -rf conftest*
1995  ac_cv_decl_timezone=no
1996fi
1997rm -f conftest*
1998
1999fi
2000
2001echo "$ac_t""$ac_cv_decl_timezone" 1>&6
2002if test $ac_cv_decl_timezone = yes ; then
2003	cat >> confdefs.h <<\EOF
2004#define HAVE_TIMEZONE 1
2005EOF
2006
2007fi
2008
2009if test $ac_cv_decl_altzone = no ; then
2010	echo $ac_n "checking if tm struct has tm_gmtoff member""... $ac_c" 1>&6
2011	if eval "test \"`echo '$''{'ac_cv_tm_has_tm_gmtoff'+set}'`\" = set"; then
2012  echo $ac_n "(cached) $ac_c" 1>&6
2013else
2014  cat > conftest.$ac_ext <<EOF
2015#line 2016 "configure"
2016#include "confdefs.h"
2017
2018#		include <sys/types.h>
2019#		include <sys/time.h>
2020#		ifdef TIME_WITH_SYS_TIME
2021#		include <time.h>
2022#		endif
2023int main() { return 0; }
2024int t() {
2025u_int i = sizeof(((struct tm *)0)->tm_gmtoff)
2026; return 0; }
2027EOF
2028if { (eval echo configure:2029: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2029  rm -rf conftest*
2030  ac_cv_tm_has_tm_gmtoff=yes
2031else
2032  rm -rf conftest*
2033  ac_cv_tm_has_tm_gmtoff=no
2034fi
2035rm -f conftest*
2036
2037fi
2038
2039	echo "$ac_t""$ac_cv_tm_has_tm_gmtoff" 1>&6
2040	if test $ac_cv_tm_has_tm_gmtoff = yes ; then
2041		cat >> confdefs.h <<\EOF
2042#define HAVE_TM_GMTOFF 1
2043EOF
2044
2045	fi
2046fi
2047
2048echo $ac_n "checking if ether_header uses ether_addr structs""... $ac_c" 1>&6
2049if eval "test \"`echo '$''{'ac_cv_ether_header_has_ea'+set}'`\" = set"; then
2050  echo $ac_n "(cached) $ac_c" 1>&6
2051else
2052  cat > conftest.$ac_ext <<EOF
2053#line 2054 "configure"
2054#include "confdefs.h"
2055
2056#	include <sys/types.h>
2057#	if __STDC__
2058	/* osf3 has REALLY good prototyes */
2059	struct mbuf;
2060	struct rtentry;
2061#	endif
2062#	include <sys/socket.h>
2063#	include <net/if.h>
2064#	include <netinet/in.h>
2065#	include <netinet/if_ether.h>
2066int main() { return 0; }
2067int t() {
2068u_int i =
2069	    sizeof(((struct ether_header *)0)->ether_dhost.ether_addr_octet)
2070; return 0; }
2071EOF
2072if { (eval echo configure:2073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2073  rm -rf conftest*
2074  ac_cv_ether_header_has_ea=yes
2075else
2076  rm -rf conftest*
2077  ac_cv_ether_header_has_ea=no
2078fi
2079rm -f conftest*
2080
2081fi
2082
2083echo "$ac_t""$ac_cv_ether_header_has_ea" 1>&6
2084if test $ac_cv_ether_header_has_ea = yes ; then
2085	cat >> confdefs.h <<\EOF
2086#define ETHER_HEADER_HAS_EA 1
2087EOF
2088
2089fi
2090
2091echo $ac_n "checking if ether_arp uses ether_addr structs""... $ac_c" 1>&6
2092if eval "test \"`echo '$''{'ac_cv_ether_arp_has_ea'+set}'`\" = set"; then
2093  echo $ac_n "(cached) $ac_c" 1>&6
2094else
2095  cat > conftest.$ac_ext <<EOF
2096#line 2097 "configure"
2097#include "confdefs.h"
2098
2099#	include <sys/types.h>
2100#	if __STDC__
2101	/* osf3 has REALLY good prototyes */
2102	struct mbuf;
2103	struct rtentry;
2104#	endif
2105#	include <sys/socket.h>
2106#	include <net/if.h>
2107#	include <netinet/in.h>
2108#	include <netinet/if_ether.h>
2109int main() { return 0; }
2110int t() {
2111u_int i =
2112	    sizeof(((struct ether_arp *)0)->arp_sha.ether_addr_octet)
2113; return 0; }
2114EOF
2115if { (eval echo configure:2116: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2116  rm -rf conftest*
2117  ac_cv_ether_arp_has_ea=yes
2118else
2119  rm -rf conftest*
2120  ac_cv_ether_arp_has_ea=no
2121fi
2122rm -f conftest*
2123
2124fi
2125
2126echo "$ac_t""$ac_cv_ether_arp_has_ea" 1>&6
2127if test $ac_cv_ether_arp_has_ea = yes ; then
2128	cat >> confdefs.h <<\EOF
2129#define ETHER_ARP_HAS_EA 1
2130EOF
2131
2132fi
2133
2134echo $ac_n "checking if ether_arp uses erp_xsha member""... $ac_c" 1>&6
2135if eval "test \"`echo '$''{'ac_cv_struct_ether_arp_x'+set}'`\" = set"; then
2136  echo $ac_n "(cached) $ac_c" 1>&6
2137else
2138  cat > conftest.$ac_ext <<EOF
2139#line 2140 "configure"
2140#include "confdefs.h"
2141
2142#	include <sys/types.h>
2143#	include <sys/socket.h>
2144#	if __STDC__
2145	/* osf3 has REALLY good prototyes */
2146	struct mbuf;
2147	struct rtentry;
2148#	endif
2149#	include <net/if.h>
2150#	include <netinet/in.h>
2151#	include <netinet/if_ether.h>
2152int main() { return 0; }
2153int t() {
2154u_int i = sizeof( ((struct ether_arp *)0)->arp_xsha)
2155; return 0; }
2156EOF
2157if { (eval echo configure:2158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2158  rm -rf conftest*
2159  ac_cv_struct_ether_arp_x=yes
2160else
2161  rm -rf conftest*
2162  ac_cv_struct_ether_arp_x=no
2163fi
2164rm -f conftest*
2165
2166fi
2167
2168echo "$ac_t""$ac_cv_struct_ether_arp_x" 1>&6
2169if test $ac_cv_struct_ether_arp_x = yes ; then
2170	cat >> confdefs.h <<\EOF
2171#define ETHER_ARP_HAS_X 1
2172EOF
2173
2174fi
2175
2176echo $ac_n "checking if unaligned accesses fail""... $ac_c" 1>&6
2177    if eval "test \"`echo '$''{'ac_cv_unaligned_fail'+set}'`\" = set"; then
2178  echo $ac_n "(cached) $ac_c" 1>&6
2179else
2180  case "$target_cpu" in
2181
2182	alpha|hp*|mips|sparc)
2183		ac_cv_unaligned_fail=yes
2184		;;
2185
2186	*)
2187		cat >conftest.c <<EOF
2188#		include <sys/types.h>
2189#		include <sys/wait.h>
2190#		include <stdio.h>
2191		unsigned char a[5] = { 1, 2, 3, 4, 5 };
2192		main() {
2193		unsigned int i;
2194		pid_t pid;
2195		int status;
2196		/* avoid "core dumped" message */
2197		pid = fork();
2198		if (pid <  0)
2199			exit(2);
2200		if (pid > 0) {
2201			/* parent */
2202			pid = waitpid(pid, &status, 0);
2203			if (pid < 0)
2204				exit(3);
2205			exit(!WIFEXITED(status));
2206		}
2207		/* child */
2208		i = *(unsigned int *)&a1;
2209		printf("%d\n", i);
2210		exit(0);
2211		}
2212EOF
2213		${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS \
2214		    conftest.c $LIBS >/dev/null 2>&1
2215		if test ! -x conftest ; then
2216						ac_cv_unaligned_fail=yes
2217		else
2218			./conftest >conftest.out
2219			if test ! -s conftest.out ; then
2220				ac_cv_unaligned_fail=yes
2221			else
2222				ac_cv_unaligned_fail=no
2223			fi
2224		fi
2225		rm -f conftest* core core.conftest
2226		;;
2227	esac
2228fi
2229
2230    echo "$ac_t""$ac_cv_unaligned_fail" 1>&6
2231    if test $ac_cv_unaligned_fail = yes ; then
2232	    cat >> confdefs.h <<\EOF
2233#define LBL_ALIGN 1
2234EOF
2235
2236    fi
2237
2238if test -r lbl/gnuc.h ; then
2239	rm -f gnuc.h
2240	ln -s lbl/gnuc.h gnuc.h
2241fi
2242
2243
2244
2245
2246
2247
2248# Find a good install program.  We prefer a C program (faster),
2249# so one script is as good as another.  But avoid the broken or
2250# incompatible versions:
2251# SysV /etc/install, /usr/sbin/install
2252# SunOS /usr/etc/install
2253# IRIX /sbin/install
2254# AIX /bin/install
2255# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2256# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2257# ./install, which can be erroneously created by make from ./install.sh.
2258echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2259if test -z "$INSTALL"; then
2260if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2261  echo $ac_n "(cached) $ac_c" 1>&6
2262else
2263    IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2264  for ac_dir in $PATH; do
2265    # Account for people who put trailing slashes in PATH elements.
2266    case "$ac_dir/" in
2267    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
2268    *)
2269      # OSF1 and SCO ODT 3.0 have their own names for install.
2270      for ac_prog in ginstall installbsd scoinst install; do
2271        if test -f $ac_dir/$ac_prog; then
2272	  if test $ac_prog = install &&
2273            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
2274	    # AIX install.  It has an incompatible calling convention.
2275	    # OSF/1 installbsd also uses dspmsg, but is usable.
2276	    :
2277	  else
2278	    ac_cv_path_install="$ac_dir/$ac_prog -c"
2279	    break 2
2280	  fi
2281	fi
2282      done
2283      ;;
2284    esac
2285  done
2286  IFS="$ac_save_ifs"
2287
2288fi
2289  if test "${ac_cv_path_install+set}" = set; then
2290    INSTALL="$ac_cv_path_install"
2291  else
2292    # As a last resort, use the slow shell script.  We don't cache a
2293    # path for INSTALL within a source directory, because that will
2294    # break other packages using the cache if that directory is
2295    # removed, or if the path is relative.
2296    INSTALL="$ac_install_sh"
2297  fi
2298fi
2299echo "$ac_t""$INSTALL" 1>&6
2300
2301# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2302# It thinks the first close brace ends the variable substitution.
2303test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2304
2305test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2306
2307
2308trap '' 1 2 15
2309cat > confcache <<\EOF
2310# This file is a shell script that caches the results of configure
2311# tests run on this system so they can be shared between configure
2312# scripts and configure runs.  It is not useful on other systems.
2313# If it contains results you don't want to keep, you may remove or edit it.
2314#
2315# By default, configure uses ./config.cache as the cache file,
2316# creating it if it does not exist already.  You can give configure
2317# the --cache-file=FILE option to use a different cache file; that is
2318# what configure does when it calls configure scripts in
2319# subdirectories, so they share the cache.
2320# Giving --cache-file=/dev/null disables caching, for debugging configure.
2321# config.status only pays attention to the cache file if you give it the
2322# --recheck option to rerun configure.
2323#
2324EOF
2325# Ultrix sh set writes to stderr and can't be redirected directly,
2326# and sets the high bit in the cache file unless we assign to the vars.
2327(set) 2>&1 |
2328  sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
2329  >> confcache
2330if cmp -s $cache_file confcache; then
2331  :
2332else
2333  if test -w $cache_file; then
2334    echo "updating cache $cache_file"
2335    cat confcache > $cache_file
2336  else
2337    echo "not updating unwritable cache $cache_file"
2338  fi
2339fi
2340rm -f confcache
2341
2342trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2343
2344test "x$prefix" = xNONE && prefix=$ac_default_prefix
2345# Let make expand exec_prefix.
2346test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2347
2348# Any assignment to VPATH causes Sun make to only execute
2349# the first set of double-colon rules, so remove it if not needed.
2350# If there is a colon in the path, we need to keep it.
2351if test "x$srcdir" = x.; then
2352  ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'
2353fi
2354
2355trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2356
2357# Transform confdefs.h into DEFS.
2358# Protect against shell expansion while executing Makefile rules.
2359# Protect against Makefile macro expansion.
2360cat > conftest.defs <<\EOF
2361s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
2362s%[ 	`~#$^&*(){}\\|;'"<>?]%\\&%g
2363s%\[%\\&%g
2364s%\]%\\&%g
2365s%\$%$$%g
2366EOF
2367DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
2368rm -f conftest.defs
2369
2370
2371# Without the "./", some shells look in PATH for config.status.
2372: ${CONFIG_STATUS=./config.status}
2373
2374echo creating $CONFIG_STATUS
2375rm -f $CONFIG_STATUS
2376cat > $CONFIG_STATUS <<EOF
2377#! /bin/sh
2378# Generated automatically by configure.
2379# Run this file to recreate the current configuration.
2380# This directory was configured as follows,
2381# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2382#
2383# $0 $ac_configure_args
2384#
2385# Compiler output produced by configure, useful for debugging
2386# configure, is in ./config.log if it exists.
2387
2388ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2389for ac_option
2390do
2391  case "\$ac_option" in
2392  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2393    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2394    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2395  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2396    echo "$CONFIG_STATUS generated by autoconf version 2.10"
2397    exit 0 ;;
2398  -help | --help | --hel | --he | --h)
2399    echo "\$ac_cs_usage"; exit 0 ;;
2400  *) echo "\$ac_cs_usage"; exit 1 ;;
2401  esac
2402done
2403
2404ac_given_srcdir=$srcdir
2405ac_given_INSTALL="$INSTALL"
2406
2407trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2408EOF
2409cat >> $CONFIG_STATUS <<EOF
2410
2411# Protect against being on the right side of a sed subst in config.status.
2412sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2413 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2414$ac_vpsub
2415$extrasub
2416s%@CFLAGS@%$CFLAGS%g
2417s%@CPPFLAGS@%$CPPFLAGS%g
2418s%@CXXFLAGS@%$CXXFLAGS%g
2419s%@DEFS@%$DEFS%g
2420s%@LDFLAGS@%$LDFLAGS%g
2421s%@LIBS@%$LIBS%g
2422s%@exec_prefix@%$exec_prefix%g
2423s%@prefix@%$prefix%g
2424s%@program_transform_name@%$program_transform_name%g
2425s%@bindir@%$bindir%g
2426s%@sbindir@%$sbindir%g
2427s%@libexecdir@%$libexecdir%g
2428s%@datadir@%$datadir%g
2429s%@sysconfdir@%$sysconfdir%g
2430s%@sharedstatedir@%$sharedstatedir%g
2431s%@localstatedir@%$localstatedir%g
2432s%@libdir@%$libdir%g
2433s%@includedir@%$includedir%g
2434s%@oldincludedir@%$oldincludedir%g
2435s%@infodir@%$infodir%g
2436s%@mandir@%$mandir%g
2437s%@host@%$host%g
2438s%@host_alias@%$host_alias%g
2439s%@host_cpu@%$host_cpu%g
2440s%@host_vendor@%$host_vendor%g
2441s%@host_os@%$host_os%g
2442s%@target@%$target%g
2443s%@target_alias@%$target_alias%g
2444s%@target_cpu@%$target_cpu%g
2445s%@target_vendor@%$target_vendor%g
2446s%@target_os@%$target_os%g
2447s%@build@%$build%g
2448s%@build_alias@%$build_alias%g
2449s%@build_cpu@%$build_cpu%g
2450s%@build_vendor@%$build_vendor%g
2451s%@build_os@%$build_os%g
2452s%@SHLICC2@%$SHLICC2%g
2453s%@CC@%$CC%g
2454s%@CPP@%$CPP%g
2455s%@LIBOBJS@%$LIBOBJS%g
2456s%@V_CCOPT@%$V_CCOPT%g
2457s%@V_GROUP@%$V_GROUP%g
2458s%@V_INCLS@%$V_INCLS%g
2459s%@V_PCAPDEP@%$V_PCAPDEP%g
2460s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2461s%@INSTALL_DATA@%$INSTALL_DATA%g
2462
2463CEOF
2464EOF
2465cat >> $CONFIG_STATUS <<EOF
2466
2467CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
2468EOF
2469cat >> $CONFIG_STATUS <<\EOF
2470for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2471  # Support "outfile[:infile]", defaulting infile="outfile.in".
2472  case "$ac_file" in
2473  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
2474       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2475  *) ac_file_in="${ac_file}.in" ;;
2476  esac
2477
2478  # Adjust relative srcdir, etc. for subdirectories.
2479
2480  # Remove last slash and all that follows it.  Not all systems have dirname.
2481  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2482  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2483    # The file is in a subdirectory.
2484    test ! -d "$ac_dir" && mkdir "$ac_dir"
2485    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2486    # A "../" for each directory in $ac_dir_suffix.
2487    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2488  else
2489    ac_dir_suffix= ac_dots=
2490  fi
2491
2492  case "$ac_given_srcdir" in
2493  .)  srcdir=.
2494      if test -z "$ac_dots"; then top_srcdir=.
2495      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2496  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2497  *) # Relative path.
2498    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2499    top_srcdir="$ac_dots$ac_given_srcdir" ;;
2500  esac
2501
2502  case "$ac_given_INSTALL" in
2503  [/$]*) INSTALL="$ac_given_INSTALL" ;;
2504  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2505  esac
2506  echo creating "$ac_file"
2507  rm -f "$ac_file"
2508  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2509  case "$ac_file" in
2510  *Makefile*) ac_comsub="1i\\
2511# $configure_input" ;;
2512  *) ac_comsub= ;;
2513  esac
2514  sed -e "$ac_comsub
2515s%@configure_input@%$configure_input%g
2516s%@srcdir@%$srcdir%g
2517s%@top_srcdir@%$top_srcdir%g
2518s%@INSTALL@%$INSTALL%g
2519" -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
2520fi; done
2521rm -f conftest.subs
2522
2523
2524
2525exit 0
2526EOF
2527chmod +x $CONFIG_STATUS
2528rm -fr confdefs* $ac_clean_files
2529test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2530
2531
2532if test -f .devel ; then
2533	make depend
2534fi
2535exit 0
2536