Deleted Added
full compact
configure (39291) configure (56889)
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.12
4# Generated automatically using autoconf version 2.13
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:
14ac_help="$ac_help
15 --without-gcc don't use gcc"
16ac_help="$ac_help
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:
14ac_help="$ac_help
15 --without-gcc don't use gcc"
16ac_help="$ac_help
17 --disable-protochain disable \"protochain\" insn"
18ac_help="$ac_help
17 --with-pcap=TYPE use packet capture TYPE"
18ac_help="$ac_help
19 --with-pcap=TYPE use packet capture TYPE"
20ac_help="$ac_help
21 --enable-ipv6 build IPv6-capable version"
22ac_help="$ac_help
19 --without-flex don't use flex"
20ac_help="$ac_help
21 --without-bison don't use bison"
22
23# Initialize some variables set by options.
24# The variables have the same names as the options, with
25# dashes changed to underlines.
26build=NONE

--- 25 unchanged lines hidden (view full) ---

52includedir='${prefix}/include'
53oldincludedir='/usr/include'
54infodir='${prefix}/info'
55mandir='${prefix}/man'
56
57# Initialize some other variables.
58subdirs=
59MFLAGS= MAKEFLAGS=
23 --without-flex don't use flex"
24ac_help="$ac_help
25 --without-bison don't use bison"
26
27# Initialize some variables set by options.
28# The variables have the same names as the options, with
29# dashes changed to underlines.
30build=NONE

--- 25 unchanged lines hidden (view full) ---

56includedir='${prefix}/include'
57oldincludedir='/usr/include'
58infodir='${prefix}/info'
59mandir='${prefix}/man'
60
61# Initialize some other variables.
62subdirs=
63MFLAGS= MAKEFLAGS=
64SHELL=${CONFIG_SHELL-/bin/sh}
60# Maximum number of lines to put in a shell here document.
61ac_max_here_lines=12
62
63ac_prev=
64for ac_option
65do
66
67 # If the previous option needs an argument, assign it.

--- 267 unchanged lines hidden (view full) ---

335 ac_prev=target ;;
336 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
337 target="$ac_optarg" ;;
338
339 -v | -verbose | --verbose | --verbos | --verbo | --verb)
340 verbose=yes ;;
341
342 -version | --version | --versio | --versi | --vers)
65# Maximum number of lines to put in a shell here document.
66ac_max_here_lines=12
67
68ac_prev=
69for ac_option
70do
71
72 # If the previous option needs an argument, assign it.

--- 267 unchanged lines hidden (view full) ---

340 ac_prev=target ;;
341 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
342 target="$ac_optarg" ;;
343
344 -v | -verbose | --verbose | --verbos | --verbo | --verb)
345 verbose=yes ;;
346
347 -version | --version | --versio | --versi | --vers)
343 echo "configure generated by autoconf version 2.12"
348 echo "configure generated by autoconf version 2.13"
344 exit 0 ;;
345
346 -with-* | --with-*)
347 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
348 # Reject names that are not valid shell variable names.
349 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
350 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
351 fi

--- 153 unchanged lines hidden (view full) ---

505 echo "creating cache $cache_file"
506 > $cache_file
507fi
508
509ac_ext=c
510# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
511ac_cpp='$CPP $CPPFLAGS'
512ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
349 exit 0 ;;
350
351 -with-* | --with-*)
352 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
353 # Reject names that are not valid shell variable names.
354 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
355 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
356 fi

--- 153 unchanged lines hidden (view full) ---

510 echo "creating cache $cache_file"
511 > $cache_file
512fi
513
514ac_ext=c
515# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
516ac_cpp='$CPP $CPPFLAGS'
517ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
513ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
518ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
514cross_compiling=$ac_cv_prog_cc_cross
515
519cross_compiling=$ac_cv_prog_cc_cross
520
521ac_exeext=
522ac_objext=o
516if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
517 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
518 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
519 ac_n= ac_c='
520' ac_t=' '
521 else
522 ac_n=-n ac_c= ac_t=
523 fi

--- 40 unchanged lines hidden (view full) ---

564# will get canonicalized.
565case $host---$target---$nonopt in
566NONE---*---* | *---NONE---* | *---*---NONE) ;;
567*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
568esac
569
570
571# Make sure we can run config.sub.
523if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
524 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
525 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
526 ac_n= ac_c='
527' ac_t=' '
528 else
529 ac_n=-n ac_c= ac_t=
530 fi

--- 40 unchanged lines hidden (view full) ---

571# will get canonicalized.
572case $host---$target---$nonopt in
573NONE---*---* | *---NONE---* | *---*---NONE) ;;
574*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
575esac
576
577
578# Make sure we can run config.sub.
572if $ac_config_sub sun4 >/dev/null 2>&1; then :
579if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
573else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
574fi
575
576echo $ac_n "checking host system type""... $ac_c" 1>&6
580else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
581fi
582
583echo $ac_n "checking host system type""... $ac_c" 1>&6
577echo "configure:578: checking host system type" >&5
584echo "configure:585: checking host system type" >&5
578
579host_alias=$host
580case "$host_alias" in
581NONE)
582 case $nonopt in
583 NONE)
585
586host_alias=$host
587case "$host_alias" in
588NONE)
589 case $nonopt in
590 NONE)
584 if host_alias=`$ac_config_guess`; then :
591 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
585 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
586 fi ;;
587 *) host_alias=$nonopt ;;
588 esac ;;
589esac
590
592 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
593 fi ;;
594 *) host_alias=$nonopt ;;
595 esac ;;
596esac
597
591host=`$ac_config_sub $host_alias`
598host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
592host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
593host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
594host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
595echo "$ac_t""$host" 1>&6
596
597echo $ac_n "checking target system type""... $ac_c" 1>&6
599host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
600host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
601host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
602echo "$ac_t""$host" 1>&6
603
604echo $ac_n "checking target system type""... $ac_c" 1>&6
598echo "configure:599: checking target system type" >&5
605echo "configure:606: checking target system type" >&5
599
600target_alias=$target
601case "$target_alias" in
602NONE)
603 case $nonopt in
604 NONE) target_alias=$host_alias ;;
605 *) target_alias=$nonopt ;;
606 esac ;;
607esac
608
606
607target_alias=$target
608case "$target_alias" in
609NONE)
610 case $nonopt in
611 NONE) target_alias=$host_alias ;;
612 *) target_alias=$nonopt ;;
613 esac ;;
614esac
615
609target=`$ac_config_sub $target_alias`
616target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
610target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
611target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
612target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
613echo "$ac_t""$target" 1>&6
614
615echo $ac_n "checking build system type""... $ac_c" 1>&6
617target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
618target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
619target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
620echo "$ac_t""$target" 1>&6
621
622echo $ac_n "checking build system type""... $ac_c" 1>&6
616echo "configure:617: checking build system type" >&5
623echo "configure:624: checking build system type" >&5
617
618build_alias=$build
619case "$build_alias" in
620NONE)
621 case $nonopt in
622 NONE) build_alias=$host_alias ;;
623 *) build_alias=$nonopt ;;
624 esac ;;
625esac
626
624
625build_alias=$build
626case "$build_alias" in
627NONE)
628 case $nonopt in
629 NONE) build_alias=$host_alias ;;
630 *) build_alias=$nonopt ;;
631 esac ;;
632esac
633
627build=`$ac_config_sub $build_alias`
634build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
628build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
629build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
630build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
631echo "$ac_t""$build" 1>&6
632
633test "$host_alias" != "$target_alias" &&
634 test "$program_prefix$program_suffix$program_transform_name" = \
635 NONENONEs,x,x, &&

--- 14 unchanged lines hidden (view full) ---

650if test "${with_gcc+set}" = set; then
651 withval="$with_gcc"
652 :
653fi
654
655 V_CCOPT="-O"
656 V_INCLS=""
657 if test "${srcdir}" != "." ; then
635build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
636build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
637build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
638echo "$ac_t""$build" 1>&6
639
640test "$host_alias" != "$target_alias" &&
641 test "$program_prefix$program_suffix$program_transform_name" = \
642 NONENONEs,x,x, &&

--- 14 unchanged lines hidden (view full) ---

657if test "${with_gcc+set}" = set; then
658 withval="$with_gcc"
659 :
660fi
661
662 V_CCOPT="-O"
663 V_INCLS=""
664 if test "${srcdir}" != "." ; then
658 V_INCLS="-I\$\(srcdir\)"
665 V_INCLS="-I\$(srcdir)"
659 fi
660 if test "${CFLAGS+set}" = set; then
661 LBL_CFLAGS="$CFLAGS"
662 fi
663 if test -z "$CC" ; then
664 case "$target_os" in
665
666 bsdi*)
667 # Extract the first word of "shlicc2", so it can be a program name with args.
668set dummy shlicc2; ac_word=$2
669echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
666 fi
667 if test "${CFLAGS+set}" = set; then
668 LBL_CFLAGS="$CFLAGS"
669 fi
670 if test -z "$CC" ; then
671 case "$target_os" in
672
673 bsdi*)
674 # Extract the first word of "shlicc2", so it can be a program name with args.
675set dummy shlicc2; ac_word=$2
676echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
670echo "configure:671: checking for $ac_word" >&5
677echo "configure:678: checking for $ac_word" >&5
671if eval "test \"`echo '$''{'ac_cv_prog_SHLICC2'+set}'`\" = set"; then
672 echo $ac_n "(cached) $ac_c" 1>&6
673else
674 if test -n "$SHLICC2"; then
675 ac_cv_prog_SHLICC2="$SHLICC2" # Let the user override the test.
676else
678if eval "test \"`echo '$''{'ac_cv_prog_SHLICC2'+set}'`\" = set"; then
679 echo $ac_n "(cached) $ac_c" 1>&6
680else
681 if test -n "$SHLICC2"; then
682 ac_cv_prog_SHLICC2="$SHLICC2" # Let the user override the test.
683else
677 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
678 for ac_dir in $PATH; do
684 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
685 ac_dummy="$PATH"
686 for ac_dir in $ac_dummy; do
679 test -z "$ac_dir" && ac_dir=.
680 if test -f $ac_dir/$ac_word; then
681 ac_cv_prog_SHLICC2="yes"
682 break
683 fi
684 done
685 IFS="$ac_save_ifs"
686 test -z "$ac_cv_prog_SHLICC2" && ac_cv_prog_SHLICC2="no"

--- 15 unchanged lines hidden (view full) ---

702 fi
703 if test -z "$CC" -a "$with_gcc" = no ; then
704 CC=cc
705 export CC
706 fi
707 # Extract the first word of "gcc", so it can be a program name with args.
708set dummy gcc; ac_word=$2
709echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
687 test -z "$ac_dir" && ac_dir=.
688 if test -f $ac_dir/$ac_word; then
689 ac_cv_prog_SHLICC2="yes"
690 break
691 fi
692 done
693 IFS="$ac_save_ifs"
694 test -z "$ac_cv_prog_SHLICC2" && ac_cv_prog_SHLICC2="no"

--- 15 unchanged lines hidden (view full) ---

710 fi
711 if test -z "$CC" -a "$with_gcc" = no ; then
712 CC=cc
713 export CC
714 fi
715 # Extract the first word of "gcc", so it can be a program name with args.
716set dummy gcc; ac_word=$2
717echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
710echo "configure:711: checking for $ac_word" >&5
718echo "configure:719: checking for $ac_word" >&5
711if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
712 echo $ac_n "(cached) $ac_c" 1>&6
713else
714 if test -n "$CC"; then
715 ac_cv_prog_CC="$CC" # Let the user override the test.
716else
719if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
720 echo $ac_n "(cached) $ac_c" 1>&6
721else
722 if test -n "$CC"; then
723 ac_cv_prog_CC="$CC" # Let the user override the test.
724else
717 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
718 for ac_dir in $PATH; do
725 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
726 ac_dummy="$PATH"
727 for ac_dir in $ac_dummy; do
719 test -z "$ac_dir" && ac_dir=.
720 if test -f $ac_dir/$ac_word; then
721 ac_cv_prog_CC="gcc"
722 break
723 fi
724 done
725 IFS="$ac_save_ifs"
726fi

--- 4 unchanged lines hidden (view full) ---

731else
732 echo "$ac_t""no" 1>&6
733fi
734
735if test -z "$CC"; then
736 # Extract the first word of "cc", so it can be a program name with args.
737set dummy cc; ac_word=$2
738echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
728 test -z "$ac_dir" && ac_dir=.
729 if test -f $ac_dir/$ac_word; then
730 ac_cv_prog_CC="gcc"
731 break
732 fi
733 done
734 IFS="$ac_save_ifs"
735fi

--- 4 unchanged lines hidden (view full) ---

740else
741 echo "$ac_t""no" 1>&6
742fi
743
744if test -z "$CC"; then
745 # Extract the first word of "cc", so it can be a program name with args.
746set dummy cc; ac_word=$2
747echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
739echo "configure:740: checking for $ac_word" >&5
748echo "configure:749: checking for $ac_word" >&5
740if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
741 echo $ac_n "(cached) $ac_c" 1>&6
742else
743 if test -n "$CC"; then
744 ac_cv_prog_CC="$CC" # Let the user override the test.
745else
749if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
750 echo $ac_n "(cached) $ac_c" 1>&6
751else
752 if test -n "$CC"; then
753 ac_cv_prog_CC="$CC" # Let the user override the test.
754else
746 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
755 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
747 ac_prog_rejected=no
756 ac_prog_rejected=no
748 for ac_dir in $PATH; do
757 ac_dummy="$PATH"
758 for ac_dir in $ac_dummy; do
749 test -z "$ac_dir" && ac_dir=.
750 if test -f $ac_dir/$ac_word; then
751 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
752 ac_prog_rejected=yes
753 continue
754 fi
755 ac_cv_prog_CC="cc"
756 break

--- 18 unchanged lines hidden (view full) ---

775fi
776CC="$ac_cv_prog_CC"
777if test -n "$CC"; then
778 echo "$ac_t""$CC" 1>&6
779else
780 echo "$ac_t""no" 1>&6
781fi
782
759 test -z "$ac_dir" && ac_dir=.
760 if test -f $ac_dir/$ac_word; then
761 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
762 ac_prog_rejected=yes
763 continue
764 fi
765 ac_cv_prog_CC="cc"
766 break

--- 18 unchanged lines hidden (view full) ---

785fi
786CC="$ac_cv_prog_CC"
787if test -n "$CC"; then
788 echo "$ac_t""$CC" 1>&6
789else
790 echo "$ac_t""no" 1>&6
791fi
792
793 if test -z "$CC"; then
794 case "`uname -s`" in
795 *win32* | *WIN32*)
796 # Extract the first word of "cl", so it can be a program name with args.
797set dummy cl; ac_word=$2
798echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
799echo "configure:800: checking for $ac_word" >&5
800if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
801 echo $ac_n "(cached) $ac_c" 1>&6
802else
803 if test -n "$CC"; then
804 ac_cv_prog_CC="$CC" # Let the user override the test.
805else
806 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
807 ac_dummy="$PATH"
808 for ac_dir in $ac_dummy; do
809 test -z "$ac_dir" && ac_dir=.
810 if test -f $ac_dir/$ac_word; then
811 ac_cv_prog_CC="cl"
812 break
813 fi
814 done
815 IFS="$ac_save_ifs"
816fi
817fi
818CC="$ac_cv_prog_CC"
819if test -n "$CC"; then
820 echo "$ac_t""$CC" 1>&6
821else
822 echo "$ac_t""no" 1>&6
823fi
824 ;;
825 esac
826 fi
783 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
784fi
785
786echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
827 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
828fi
829
830echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
787echo "configure:788: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
831echo "configure:832: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
788
789ac_ext=c
790# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
791ac_cpp='$CPP $CPPFLAGS'
792ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
832
833ac_ext=c
834# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
835ac_cpp='$CPP $CPPFLAGS'
836ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
793ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
837ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
794cross_compiling=$ac_cv_prog_cc_cross
795
838cross_compiling=$ac_cv_prog_cc_cross
839
796cat > conftest.$ac_ext <797#line 798 "configure"
840cat > conftest.$ac_ext << EOF
841
842#line 843 "configure"
798#include "confdefs.h"
843#include "confdefs.h"
844
799main(){return(0);}
800EOF
845main(){return(0);}
846EOF
801if { (eval echo configure:802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
847if { (eval echo configure:848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
802 ac_cv_prog_cc_works=yes
803 # If we can't run a trivial program, we are probably using a cross compiler.
804 if (./conftest; exit) 2>/dev/null; then
805 ac_cv_prog_cc_cross=no
806 else
807 ac_cv_prog_cc_cross=yes
808 fi
809else
810 echo "configure: failed program was:" >&5
811 cat conftest.$ac_ext >&5
812 ac_cv_prog_cc_works=no
813fi
814rm -fr conftest*
848 ac_cv_prog_cc_works=yes
849 # If we can't run a trivial program, we are probably using a cross compiler.
850 if (./conftest; exit) 2>/dev/null; then
851 ac_cv_prog_cc_cross=no
852 else
853 ac_cv_prog_cc_cross=yes
854 fi
855else
856 echo "configure: failed program was:" >&5
857 cat conftest.$ac_ext >&5
858 ac_cv_prog_cc_works=no
859fi
860rm -fr conftest*
861ac_ext=c
862# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
863ac_cpp='$CPP $CPPFLAGS'
864ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
865ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
866cross_compiling=$ac_cv_prog_cc_cross
815
816echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
817if test $ac_cv_prog_cc_works = no; then
818 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
819fi
820echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
867
868echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
869if test $ac_cv_prog_cc_works = no; then
870 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
871fi
872echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
821echo "configure:822: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
873echo "configure:874: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
822echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
823cross_compiling=$ac_cv_prog_cc_cross
824
825echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
874echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
875cross_compiling=$ac_cv_prog_cc_cross
876
877echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
826echo "configure:827: checking whether we are using GNU C" >&5
878echo "configure:879: checking whether we are using GNU C" >&5
827if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
828 echo $ac_n "(cached) $ac_c" 1>&6
829else
830 cat > conftest.c <<EOF
831#ifdef __GNUC__
832 yes;
833#endif
834EOF
879if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
880 echo $ac_n "(cached) $ac_c" 1>&6
881else
882 cat > conftest.c <<EOF
883#ifdef __GNUC__
884 yes;
885#endif
886EOF
835if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:836: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
887if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:888: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
836 ac_cv_prog_gcc=yes
837else
838 ac_cv_prog_gcc=no
839fi
840fi
841
842echo "$ac_t""$ac_cv_prog_gcc" 1>&6
843
844if test $ac_cv_prog_gcc = yes; then
845 GCC=yes
888 ac_cv_prog_gcc=yes
889else
890 ac_cv_prog_gcc=no
891fi
892fi
893
894echo "$ac_t""$ac_cv_prog_gcc" 1>&6
895
896if test $ac_cv_prog_gcc = yes; then
897 GCC=yes
846 ac_test_CFLAGS="${CFLAGS+set}"
847 ac_save_CFLAGS="$CFLAGS"
848 CFLAGS=
849 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
850echo "configure:851: checking whether ${CC-cc} accepts -g" >&5
898else
899 GCC=
900fi
901
902ac_test_CFLAGS="${CFLAGS+set}"
903ac_save_CFLAGS="$CFLAGS"
904CFLAGS=
905echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
906echo "configure:907: checking whether ${CC-cc} accepts -g" >&5
851if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
852 echo $ac_n "(cached) $ac_c" 1>&6
853else
854 echo 'void f(){}' > conftest.c
855if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
856 ac_cv_prog_cc_g=yes
857else
858 ac_cv_prog_cc_g=no
859fi
860rm -f conftest*
861
862fi
863
864echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
907if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
908 echo $ac_n "(cached) $ac_c" 1>&6
909else
910 echo 'void f(){}' > conftest.c
911if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
912 ac_cv_prog_cc_g=yes
913else
914 ac_cv_prog_cc_g=no
915fi
916rm -f conftest*
917
918fi
919
920echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
865 if test "$ac_test_CFLAGS" = set; then
866 CFLAGS="$ac_save_CFLAGS"
867 elif test $ac_cv_prog_cc_g = yes; then
921if test "$ac_test_CFLAGS" = set; then
922 CFLAGS="$ac_save_CFLAGS"
923elif test $ac_cv_prog_cc_g = yes; then
924 if test "$GCC" = yes; then
868 CFLAGS="-g -O2"
869 else
925 CFLAGS="-g -O2"
926 else
870 CFLAGS="-O2"
927 CFLAGS="-g"
871 fi
872else
928 fi
929else
873 GCC=
874 test "${CFLAGS+set}" = set || CFLAGS="-g"
930 if test "$GCC" = yes; then
931 CFLAGS="-O2"
932 else
933 CFLAGS=
934 fi
875fi
876
877 if test "$GCC" = yes ; then
878 if test "$SHLICC2" = yes ; then
879 ac_cv_lbl_gcc_vers=2
880 V_CCOPT="-O2"
881 else
882 echo $ac_n "checking gcc version""... $ac_c" 1>&6
935fi
936
937 if test "$GCC" = yes ; then
938 if test "$SHLICC2" = yes ; then
939 ac_cv_lbl_gcc_vers=2
940 V_CCOPT="-O2"
941 else
942 echo $ac_n "checking gcc version""... $ac_c" 1>&6
883echo "configure:884: checking gcc version" >&5
943echo "configure:944: checking gcc version" >&5
884 if eval "test \"`echo '$''{'ac_cv_lbl_gcc_vers'+set}'`\" = set"; then
885 echo $ac_n "(cached) $ac_c" 1>&6
886else
887 ac_cv_lbl_gcc_vers=`$CC -v 2>&1 | \
888 sed -e '/^gcc version /!d' \
889 -e 's/^gcc version //' \
890 -e 's/ .*//' -e 's/^[^0-9]*//' \
891 -e 's/\..*//'`
892fi
893
894 echo "$ac_t""$ac_cv_lbl_gcc_vers" 1>&6
895 if test $ac_cv_lbl_gcc_vers -gt 1 ; then
896 V_CCOPT="-O2"
897 fi
898 fi
899 else
900 echo $ac_n "checking that $CC handles ansi prototypes""... $ac_c" 1>&6
944 if eval "test \"`echo '$''{'ac_cv_lbl_gcc_vers'+set}'`\" = set"; then
945 echo $ac_n "(cached) $ac_c" 1>&6
946else
947 ac_cv_lbl_gcc_vers=`$CC -v 2>&1 | \
948 sed -e '/^gcc version /!d' \
949 -e 's/^gcc version //' \
950 -e 's/ .*//' -e 's/^[^0-9]*//' \
951 -e 's/\..*//'`
952fi
953
954 echo "$ac_t""$ac_cv_lbl_gcc_vers" 1>&6
955 if test $ac_cv_lbl_gcc_vers -gt 1 ; then
956 V_CCOPT="-O2"
957 fi
958 fi
959 else
960 echo $ac_n "checking that $CC handles ansi prototypes""... $ac_c" 1>&6
901echo "configure:902: checking that $CC handles ansi prototypes" >&5
961echo "configure:962: checking that $CC handles ansi prototypes" >&5
902 if eval "test \"`echo '$''{'ac_cv_lbl_cc_ansi_prototypes'+set}'`\" = set"; then
903 echo $ac_n "(cached) $ac_c" 1>&6
904else
905 cat > conftest.$ac_ext <<EOF
962 if eval "test \"`echo '$''{'ac_cv_lbl_cc_ansi_prototypes'+set}'`\" = set"; then
963 echo $ac_n "(cached) $ac_c" 1>&6
964else
965 cat > conftest.$ac_ext <<EOF
906#line 907 "configure"
966#line 967 "configure"
907#include "confdefs.h"
908#include <sys/types.h>
909int main() {
910int frob(int, char *)
911; return 0; }
912EOF
967#include "confdefs.h"
968#include <sys/types.h>
969int main() {
970int frob(int, char *)
971; return 0; }
972EOF
913if { (eval echo configure:914: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
973if { (eval echo configure:974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
914 rm -rf conftest*
915 ac_cv_lbl_cc_ansi_prototypes=yes
916else
917 echo "configure: failed program was:" >&5
918 cat conftest.$ac_ext >&5
919 rm -rf conftest*
920 ac_cv_lbl_cc_ansi_prototypes=no
921fi
922rm -f conftest*
923fi
924
925 echo "$ac_t""$ac_cv_lbl_cc_ansi_prototypes" 1>&6
926 if test $ac_cv_lbl_cc_ansi_prototypes = no ; then
927 case "$target_os" in
928
929 hpux*)
930 echo $ac_n "checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)""... $ac_c" 1>&6
974 rm -rf conftest*
975 ac_cv_lbl_cc_ansi_prototypes=yes
976else
977 echo "configure: failed program was:" >&5
978 cat conftest.$ac_ext >&5
979 rm -rf conftest*
980 ac_cv_lbl_cc_ansi_prototypes=no
981fi
982rm -f conftest*
983fi
984
985 echo "$ac_t""$ac_cv_lbl_cc_ansi_prototypes" 1>&6
986 if test $ac_cv_lbl_cc_ansi_prototypes = no ; then
987 case "$target_os" in
988
989 hpux*)
990 echo $ac_n "checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)""... $ac_c" 1>&6
931echo "configure:932: checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)" >&5
991echo "configure:992: checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)" >&5
932 savedcflags="$CFLAGS"
933 CFLAGS="-Aa -D_HPUX_SOURCE $CFLAGS"
934 if eval "test \"`echo '$''{'ac_cv_lbl_cc_hpux_cc_aa'+set}'`\" = set"; then
935 echo $ac_n "(cached) $ac_c" 1>&6
936else
937 cat > conftest.$ac_ext <<EOF
992 savedcflags="$CFLAGS"
993 CFLAGS="-Aa -D_HPUX_SOURCE $CFLAGS"
994 if eval "test \"`echo '$''{'ac_cv_lbl_cc_hpux_cc_aa'+set}'`\" = set"; then
995 echo $ac_n "(cached) $ac_c" 1>&6
996else
997 cat > conftest.$ac_ext <<EOF
938#line 939 "configure"
998#line 999 "configure"
939#include "confdefs.h"
940#include <sys/types.h>
941int main() {
942int frob(int, char *)
943; return 0; }
944EOF
999#include "confdefs.h"
1000#include <sys/types.h>
1001int main() {
1002int frob(int, char *)
1003; return 0; }
1004EOF
945if { (eval echo configure:946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1005if { (eval echo configure:1006: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
946 rm -rf conftest*
947 ac_cv_lbl_cc_hpux_cc_aa=yes
948else
949 echo "configure: failed program was:" >&5
950 cat conftest.$ac_ext >&5
951 rm -rf conftest*
952 ac_cv_lbl_cc_hpux_cc_aa=no
953fi

--- 27 unchanged lines hidden (view full) ---

981 ;;
982
983 osf*)
984 V_CCOPT="$V_CCOPT -std1 -g3"
985 ;;
986
987 ultrix*)
988 echo $ac_n "checking that Ultrix $CC hacks const in prototypes""... $ac_c" 1>&6
1006 rm -rf conftest*
1007 ac_cv_lbl_cc_hpux_cc_aa=yes
1008else
1009 echo "configure: failed program was:" >&5
1010 cat conftest.$ac_ext >&5
1011 rm -rf conftest*
1012 ac_cv_lbl_cc_hpux_cc_aa=no
1013fi

--- 27 unchanged lines hidden (view full) ---

1041 ;;
1042
1043 osf*)
1044 V_CCOPT="$V_CCOPT -std1 -g3"
1045 ;;
1046
1047 ultrix*)
1048 echo $ac_n "checking that Ultrix $CC hacks const in prototypes""... $ac_c" 1>&6
989echo "configure:990: checking that Ultrix $CC hacks const in prototypes" >&5
1049echo "configure:1050: checking that Ultrix $CC hacks const in prototypes" >&5
990 if eval "test \"`echo '$''{'ac_cv_lbl_cc_const_proto'+set}'`\" = set"; then
991 echo $ac_n "(cached) $ac_c" 1>&6
992else
993 cat > conftest.$ac_ext <<EOF
1050 if eval "test \"`echo '$''{'ac_cv_lbl_cc_const_proto'+set}'`\" = set"; then
1051 echo $ac_n "(cached) $ac_c" 1>&6
1052else
1053 cat > conftest.$ac_ext <<EOF
994#line 995 "configure"
1054#line 1055 "configure"
995#include "confdefs.h"
996#include <sys/types.h>
997int main() {
998struct a { int b; };
999 void c(const struct a *)
1000; return 0; }
1001EOF
1055#include "confdefs.h"
1056#include <sys/types.h>
1057int main() {
1058struct a { int b; };
1059 void c(const struct a *)
1060; return 0; }
1061EOF
1002if { (eval echo configure:1003: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1062if { (eval echo configure:1063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1003 rm -rf conftest*
1004 ac_cv_lbl_cc_const_proto=yes
1005else
1006 echo "configure: failed program was:" >&5
1007 cat conftest.$ac_ext >&5
1008 rm -rf conftest*
1009 ac_cv_lbl_cc_const_proto=no
1010fi

--- 8 unchanged lines hidden (view full) ---

1019
1020 fi
1021 ;;
1022 esac
1023 fi
1024
1025
1026echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1063 rm -rf conftest*
1064 ac_cv_lbl_cc_const_proto=yes
1065else
1066 echo "configure: failed program was:" >&5
1067 cat conftest.$ac_ext >&5
1068 rm -rf conftest*
1069 ac_cv_lbl_cc_const_proto=no
1070fi

--- 8 unchanged lines hidden (view full) ---

1079
1080 fi
1081 ;;
1082 esac
1083 fi
1084
1085
1086echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1027echo "configure:1028: checking how to run the C preprocessor" >&5
1087echo "configure:1088: checking how to run the C preprocessor" >&5
1028# On Suns, sometimes $CPP names a directory.
1029if test -n "$CPP" && test -d "$CPP"; then
1030 CPP=
1031fi
1032if test -z "$CPP"; then
1033if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1034 echo $ac_n "(cached) $ac_c" 1>&6
1035else
1036 # This must be in double quotes, not single quotes, because CPP may get
1037 # substituted into the Makefile and "${CC-cc}" will confuse make.
1038 CPP="${CC-cc} -E"
1039 # On the NeXT, cc -E runs the code through the compiler's parser,
1040 # not just through cpp.
1041 cat > conftest.$ac_ext <<EOF
1088# On Suns, sometimes $CPP names a directory.
1089if test -n "$CPP" && test -d "$CPP"; then
1090 CPP=
1091fi
1092if test -z "$CPP"; then
1093if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1094 echo $ac_n "(cached) $ac_c" 1>&6
1095else
1096 # This must be in double quotes, not single quotes, because CPP may get
1097 # substituted into the Makefile and "${CC-cc}" will confuse make.
1098 CPP="${CC-cc} -E"
1099 # On the NeXT, cc -E runs the code through the compiler's parser,
1100 # not just through cpp.
1101 cat > conftest.$ac_ext <<EOF
1042#line 1043 "configure"
1102#line 1103 "configure"
1043#include "confdefs.h"
1044#include <assert.h>
1045Syntax Error
1046EOF
1047ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1103#include "confdefs.h"
1104#include <assert.h>
1105Syntax Error
1106EOF
1107ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1048{ (eval echo configure:1049: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1049ac_err=`grep -v '^ *+' conftest.out`
1108{ (eval echo configure:1109: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1109ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1050if test -z "$ac_err"; then
1051 :
1052else
1053 echo "$ac_err" >&5
1054 echo "configure: failed program was:" >&5
1055 cat conftest.$ac_ext >&5
1056 rm -rf conftest*
1057 CPP="${CC-cc} -E -traditional-cpp"
1058 cat > conftest.$ac_ext <<EOF
1110if test -z "$ac_err"; then
1111 :
1112else
1113 echo "$ac_err" >&5
1114 echo "configure: failed program was:" >&5
1115 cat conftest.$ac_ext >&5
1116 rm -rf conftest*
1117 CPP="${CC-cc} -E -traditional-cpp"
1118 cat > conftest.$ac_ext <<EOF
1059#line 1060 "configure"
1119#line 1120 "configure"
1060#include "confdefs.h"
1061#include <assert.h>
1062Syntax Error
1063EOF
1064ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1120#include "confdefs.h"
1121#include <assert.h>
1122Syntax Error
1123EOF
1124ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1065{ (eval echo configure:1066: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1066ac_err=`grep -v '^ *+' conftest.out`
1125{ (eval echo configure:1126: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1126ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1067if test -z "$ac_err"; then
1068 :
1069else
1070 echo "$ac_err" >&5
1071 echo "configure: failed program was:" >&5
1072 cat conftest.$ac_ext >&5
1073 rm -rf conftest*
1127if test -z "$ac_err"; then
1128 :
1129else
1130 echo "$ac_err" >&5
1131 echo "configure: failed program was:" >&5
1132 cat conftest.$ac_ext >&5
1133 rm -rf conftest*
1134 CPP="${CC-cc} -nologo -E"
1135 cat > conftest.$ac_ext <<EOF
1136#line 1137 "configure"
1137#include "confdefs.h"
1138#include <assert.h>
1139Syntax Error
1140EOF
1141ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1142{ (eval echo configure:1143: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1143ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1144if test -z "$ac_err"; then
1145 :
1146else
1147 echo "$ac_err" >&5
1148 echo "configure: failed program was:" >&5
1149 cat conftest.$ac_ext >&5
1150 rm -rf conftest*
1074 CPP=/lib/cpp
1075fi
1076rm -f conftest*
1077fi
1078rm -f conftest*
1151 CPP=/lib/cpp
1152fi
1153rm -f conftest*
1154fi
1155rm -f conftest*
1156fi
1157rm -f conftest*
1079 ac_cv_prog_CPP="$CPP"
1080fi
1081 CPP="$ac_cv_prog_CPP"
1082else
1083 ac_cv_prog_CPP="$CPP"
1084fi
1085echo "$ac_t""$CPP" 1>&6
1086
1087for ac_hdr in malloc.h sys/ioccom.h sys/sockio.h
1088do
1089ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1090echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1158 ac_cv_prog_CPP="$CPP"
1159fi
1160 CPP="$ac_cv_prog_CPP"
1161else
1162 ac_cv_prog_CPP="$CPP"
1163fi
1164echo "$ac_t""$CPP" 1>&6
1165
1166for ac_hdr in malloc.h sys/ioccom.h sys/sockio.h
1167do
1168ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1169echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1091echo "configure:1092: checking for $ac_hdr" >&5
1170echo "configure:1171: checking for $ac_hdr" >&5
1092if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1093 echo $ac_n "(cached) $ac_c" 1>&6
1094else
1095 cat > conftest.$ac_ext <<EOF
1171if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1172 echo $ac_n "(cached) $ac_c" 1>&6
1173else
1174 cat > conftest.$ac_ext <<EOF
1096#line 1097 "configure"
1175#line 1176 "configure"
1097#include "confdefs.h"
1098#include <$ac_hdr>
1099EOF
1100ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1176#include "confdefs.h"
1177#include <$ac_hdr>
1178EOF
1179ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1101{ (eval echo configure:1102: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1102ac_err=`grep -v '^ *+' conftest.out`
1180{ (eval echo configure:1181: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1181ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1103if test -z "$ac_err"; then
1104 rm -rf conftest*
1105 eval "ac_cv_header_$ac_safe=yes"
1106else
1107 echo "$ac_err" >&5
1108 echo "configure: failed program was:" >&5
1109 cat conftest.$ac_ext >&5
1110 rm -rf conftest*

--- 11 unchanged lines hidden (view full) ---

1122else
1123 echo "$ac_t""no" 1>&6
1124fi
1125done
1126
1127
1128if test "$GCC" = yes ; then
1129 echo $ac_n "checking for ANSI ioctl definitions""... $ac_c" 1>&6
1182if test -z "$ac_err"; then
1183 rm -rf conftest*
1184 eval "ac_cv_header_$ac_safe=yes"
1185else
1186 echo "$ac_err" >&5
1187 echo "configure: failed program was:" >&5
1188 cat conftest.$ac_ext >&5
1189 rm -rf conftest*

--- 11 unchanged lines hidden (view full) ---

1201else
1202 echo "$ac_t""no" 1>&6
1203fi
1204done
1205
1206
1207if test "$GCC" = yes ; then
1208 echo $ac_n "checking for ANSI ioctl definitions""... $ac_c" 1>&6
1130echo "configure:1131: checking for ANSI ioctl definitions" >&5
1209echo "configure:1210: checking for ANSI ioctl definitions" >&5
1131 if eval "test \"`echo '$''{'ac_cv_lbl_gcc_fixincludes'+set}'`\" = set"; then
1132 echo $ac_n "(cached) $ac_c" 1>&6
1133else
1134 cat > conftest.$ac_ext <<EOF
1210 if eval "test \"`echo '$''{'ac_cv_lbl_gcc_fixincludes'+set}'`\" = set"; then
1211 echo $ac_n "(cached) $ac_c" 1>&6
1212else
1213 cat > conftest.$ac_ext <<EOF
1135#line 1136 "configure"
1214#line 1215 "configure"
1136#include "confdefs.h"
1137/*
1138 * This generates a "duplicate case value" when fixincludes
1139 * has not be run.
1140 */
1141# include <sys/types.h>
1142# include <sys/time.h>
1143# include <sys/ioctl.h>
1144# ifdef HAVE_SYS_IOCCOM_H
1145# include <sys/ioccom.h>
1146# endif
1147int main() {
1148switch (0) {
1149 case _IO('A', 1):;
1150 case _IO('B', 1):;
1151 }
1152; return 0; }
1153EOF
1215#include "confdefs.h"
1216/*
1217 * This generates a "duplicate case value" when fixincludes
1218 * has not be run.
1219 */
1220# include <sys/types.h>
1221# include <sys/time.h>
1222# include <sys/ioctl.h>
1223# ifdef HAVE_SYS_IOCCOM_H
1224# include <sys/ioccom.h>
1225# endif
1226int main() {
1227switch (0) {
1228 case _IO('A', 1):;
1229 case _IO('B', 1):;
1230 }
1231; return 0; }
1232EOF
1154if { (eval echo configure:1155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1233if { (eval echo configure:1234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1155 rm -rf conftest*
1156 ac_cv_lbl_gcc_fixincludes=yes
1157else
1158 echo "configure: failed program was:" >&5
1159 cat conftest.$ac_ext >&5
1160 rm -rf conftest*
1161 ac_cv_lbl_gcc_fixincludes=no
1162fi

--- 6 unchanged lines hidden (view full) ---

1169 unset ac_cv_lbl_gcc_fixincludes
1170 { echo "configure: error: see the INSTALL for more info" 1>&2; exit 1; }
1171 fi
1172 fi
1173
1174for ac_func in ether_hostton strerror
1175do
1176echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1234 rm -rf conftest*
1235 ac_cv_lbl_gcc_fixincludes=yes
1236else
1237 echo "configure: failed program was:" >&5
1238 cat conftest.$ac_ext >&5
1239 rm -rf conftest*
1240 ac_cv_lbl_gcc_fixincludes=no
1241fi

--- 6 unchanged lines hidden (view full) ---

1248 unset ac_cv_lbl_gcc_fixincludes
1249 { echo "configure: error: see the INSTALL for more info" 1>&2; exit 1; }
1250 fi
1251 fi
1252
1253for ac_func in ether_hostton strerror
1254do
1255echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1177echo "configure:1178: checking for $ac_func" >&5
1256echo "configure:1257: checking for $ac_func" >&5
1178if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1179 echo $ac_n "(cached) $ac_c" 1>&6
1180else
1181 cat > conftest.$ac_ext <<EOF
1257if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1258 echo $ac_n "(cached) $ac_c" 1>&6
1259else
1260 cat > conftest.$ac_ext <<EOF
1182#line 1183 "configure"
1261#line 1262 "configure"
1183#include "confdefs.h"
1184/* System header to define __stub macros and hopefully few prototypes,
1185 which can conflict with char $ac_func(); below. */
1186#include <assert.h>
1187/* Override any gcc2 internal prototype to avoid an error. */
1188/* We use char because int might match the return type of a gcc2
1189 builtin and then its argument prototype would still apply. */
1190char $ac_func();

--- 6 unchanged lines hidden (view full) ---

1197#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1198choke me
1199#else
1200$ac_func();
1201#endif
1202
1203; return 0; }
1204EOF
1262#include "confdefs.h"
1263/* System header to define __stub macros and hopefully few prototypes,
1264 which can conflict with char $ac_func(); below. */
1265#include <assert.h>
1266/* Override any gcc2 internal prototype to avoid an error. */
1267/* We use char because int might match the return type of a gcc2
1268 builtin and then its argument prototype would still apply. */
1269char $ac_func();

--- 6 unchanged lines hidden (view full) ---

1276#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1277choke me
1278#else
1279$ac_func();
1280#endif
1281
1282; return 0; }
1283EOF
1205if { (eval echo configure:1206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1284if { (eval echo configure:1285: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1206 rm -rf conftest*
1207 eval "ac_cv_func_$ac_func=yes"
1208else
1209 echo "configure: failed program was:" >&5
1210 cat conftest.$ac_ext >&5
1211 rm -rf conftest*
1212 eval "ac_cv_func_$ac_func=no"
1213fi

--- 8 unchanged lines hidden (view full) ---

1222EOF
1223
1224else
1225 echo "$ac_t""no" 1>&6
1226fi
1227done
1228
1229
1285 rm -rf conftest*
1286 eval "ac_cv_func_$ac_func=yes"
1287else
1288 echo "configure: failed program was:" >&5
1289 cat conftest.$ac_ext >&5
1290 rm -rf conftest*
1291 eval "ac_cv_func_$ac_func=no"
1292fi

--- 8 unchanged lines hidden (view full) ---

1301EOF
1302
1303else
1304 echo "$ac_t""no" 1>&6
1305fi
1306done
1307
1308
1309echo $ac_n "checking if --disable-protochain option is specified""... $ac_c" 1>&6
1310echo "configure:1311: checking if --disable-protochain option is specified" >&5
1311# Check whether --enable-protochain or --disable-protochain was given.
1312if test "${enable_protochain+set}" = set; then
1313 enableval="$enable_protochain"
1314 :
1315fi
1316
1317case "x$enable_protochain" in
1318xyes) enable_protochain=enabled ;;
1319xno) enable_protochain=disabled ;;
1320x) enable_protochain=enabled ;;
1321esac
1322
1323if test "$enable_protochain" = "disabled"; then
1324 cat >> confdefs.h <<\EOF
1325#define NO_PROTOCHAIN 1
1326EOF
1327
1328fi
1329echo "$ac_t""${enable_protochain}" 1>&6
1330
1230# Check whether --with-pcap or --without-pcap was given.
1231if test "${with_pcap+set}" = set; then
1232 withval="$with_pcap"
1233 :
1234fi
1235
1236echo $ac_n "checking packet capture type""... $ac_c" 1>&6
1331# Check whether --with-pcap or --without-pcap was given.
1332if test "${with_pcap+set}" = set; then
1333 withval="$with_pcap"
1334 :
1335fi
1336
1337echo $ac_n "checking packet capture type""... $ac_c" 1>&6
1237echo "configure:1238: checking packet capture type" >&5
1338echo "configure:1339: checking packet capture type" >&5
1238if test ! -z "$with_pcap" ; then
1239 V_PCAP="$withval"
1240elif test -r /dev/bpf0 ; then
1241 V_PCAP=bpf
1242elif test -r /usr/include/net/pfilt.h ; then
1243 V_PCAP=pf
1244elif test -r /dev/enet ; then
1245 V_PCAP=enet

--- 13 unchanged lines hidden (view full) ---

1259 V_PCAP=enet
1260elif test -c /dev/nit ; then # check again in case not readable
1261 V_PCAP=snit
1262else
1263 V_PCAP=null
1264fi
1265echo "$ac_t""$V_PCAP" 1>&6
1266
1339if test ! -z "$with_pcap" ; then
1340 V_PCAP="$withval"
1341elif test -r /dev/bpf0 ; then
1342 V_PCAP=bpf
1343elif test -r /usr/include/net/pfilt.h ; then
1344 V_PCAP=pf
1345elif test -r /dev/enet ; then
1346 V_PCAP=enet

--- 13 unchanged lines hidden (view full) ---

1360 V_PCAP=enet
1361elif test -c /dev/nit ; then # check again in case not readable
1362 V_PCAP=snit
1363else
1364 V_PCAP=null
1365fi
1366echo "$ac_t""$V_PCAP" 1>&6
1367
1368echo $ac_n "checking if --enable-ipv6 option is specified""... $ac_c" 1>&6
1369echo "configure:1370: checking if --enable-ipv6 option is specified" >&5
1370# Check whether --enable-ipv6 or --disable-ipv6 was given.
1371if test "${enable_ipv6+set}" = set; then
1372 enableval="$enable_ipv6"
1373 :
1374fi
1375
1376if test "$enable_ipv6" = "yes"; then
1377 cat >> confdefs.h <<\EOF
1378#define INET6 1
1379EOF
1380
1381fi
1382echo "$ac_t""${enable_ipv6-no}" 1>&6
1383
1267case "$V_PCAP" in
1268
1269dlpi)
1270 for ac_hdr in sys/bufmod.h sys/dlpi_ext.h
1271do
1272ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1273echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1384case "$V_PCAP" in
1385
1386dlpi)
1387 for ac_hdr in sys/bufmod.h sys/dlpi_ext.h
1388do
1389ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1390echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1274echo "configure:1275: checking for $ac_hdr" >&5
1391echo "configure:1392: checking for $ac_hdr" >&5
1275if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1276 echo $ac_n "(cached) $ac_c" 1>&6
1277else
1278 cat > conftest.$ac_ext <<EOF
1392if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1393 echo $ac_n "(cached) $ac_c" 1>&6
1394else
1395 cat > conftest.$ac_ext <<EOF
1279#line 1280 "configure"
1396#line 1397 "configure"
1280#include "confdefs.h"
1281#include <$ac_hdr>
1282EOF
1283ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1397#include "confdefs.h"
1398#include <$ac_hdr>
1399EOF
1400ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1284{ (eval echo configure:1285: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1285ac_err=`grep -v '^ *+' conftest.out`
1401{ (eval echo configure:1402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1402ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1286if test -z "$ac_err"; then
1287 rm -rf conftest*
1288 eval "ac_cv_header_$ac_safe=yes"
1289else
1290 echo "$ac_err" >&5
1291 echo "configure: failed program was:" >&5
1292 cat conftest.$ac_ext >&5
1293 rm -rf conftest*

--- 9 unchanged lines hidden (view full) ---

1303EOF
1304
1305else
1306 echo "$ac_t""no" 1>&6
1307fi
1308done
1309
1310 echo $ac_n "checking for /dev/dlpi device""... $ac_c" 1>&6
1403if test -z "$ac_err"; then
1404 rm -rf conftest*
1405 eval "ac_cv_header_$ac_safe=yes"
1406else
1407 echo "$ac_err" >&5
1408 echo "configure: failed program was:" >&5
1409 cat conftest.$ac_ext >&5
1410 rm -rf conftest*

--- 9 unchanged lines hidden (view full) ---

1420EOF
1421
1422else
1423 echo "$ac_t""no" 1>&6
1424fi
1425done
1426
1427 echo $ac_n "checking for /dev/dlpi device""... $ac_c" 1>&6
1311echo "configure:1312: checking for /dev/dlpi device" >&5
1428echo "configure:1429: checking for /dev/dlpi device" >&5
1312 if test -c /dev/dlpi ; then
1313 echo "$ac_t""yes" 1>&6
1314 cat >> confdefs.h <<\EOF
1315#define HAVE_DEV_DLPI 1
1316EOF
1317
1318 else
1319 echo "$ac_t""no" 1>&6
1320 dir="/dev/dlpi"
1321 echo $ac_n "checking for $dir directory""... $ac_c" 1>&6
1429 if test -c /dev/dlpi ; then
1430 echo "$ac_t""yes" 1>&6
1431 cat >> confdefs.h <<\EOF
1432#define HAVE_DEV_DLPI 1
1433EOF
1434
1435 else
1436 echo "$ac_t""no" 1>&6
1437 dir="/dev/dlpi"
1438 echo $ac_n "checking for $dir directory""... $ac_c" 1>&6
1322echo "configure:1323: checking for $dir directory" >&5
1439echo "configure:1440: checking for $dir directory" >&5
1323 if test -d $dir ; then
1324 echo "$ac_t""yes" 1>&6
1325 cat >> confdefs.h <<EOF
1326#define PCAP_DEV_PREFIX "$dir"
1327EOF
1328
1329 else
1330 echo "$ac_t""no" 1>&6
1331 fi
1332 fi
1333 ;;
1334
1335linux)
1336 for ac_hdr in net/if_arp.h
1337do
1338ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1339echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1440 if test -d $dir ; then
1441 echo "$ac_t""yes" 1>&6
1442 cat >> confdefs.h <<EOF
1443#define PCAP_DEV_PREFIX "$dir"
1444EOF
1445
1446 else
1447 echo "$ac_t""no" 1>&6
1448 fi
1449 fi
1450 ;;
1451
1452linux)
1453 for ac_hdr in net/if_arp.h
1454do
1455ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1456echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1340echo "configure:1341: checking for $ac_hdr" >&5
1457echo "configure:1458: checking for $ac_hdr" >&5
1341if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1342 echo $ac_n "(cached) $ac_c" 1>&6
1343else
1344 cat > conftest.$ac_ext <<EOF
1458if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1459 echo $ac_n "(cached) $ac_c" 1>&6
1460else
1461 cat > conftest.$ac_ext <<EOF
1345#line 1346 "configure"
1462#line 1463 "configure"
1346#include "confdefs.h"
1347#include <$ac_hdr>
1348EOF
1349ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1463#include "confdefs.h"
1464#include <$ac_hdr>
1465EOF
1466ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1350{ (eval echo configure:1351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1351ac_err=`grep -v '^ *+' conftest.out`
1467{ (eval echo configure:1468: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1468ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1352if test -z "$ac_err"; then
1353 rm -rf conftest*
1354 eval "ac_cv_header_$ac_safe=yes"
1355else
1356 echo "$ac_err" >&5
1357 echo "configure: failed program was:" >&5
1358 cat conftest.$ac_ext >&5
1359 rm -rf conftest*

--- 9 unchanged lines hidden (view full) ---

1369EOF
1370
1371else
1372 echo "$ac_t""no" 1>&6
1373fi
1374done
1375
1376 echo $ac_n "checking Linux kernel version""... $ac_c" 1>&6
1469if test -z "$ac_err"; then
1470 rm -rf conftest*
1471 eval "ac_cv_header_$ac_safe=yes"
1472else
1473 echo "$ac_err" >&5
1474 echo "configure: failed program was:" >&5
1475 cat conftest.$ac_ext >&5
1476 rm -rf conftest*

--- 9 unchanged lines hidden (view full) ---

1486EOF
1487
1488else
1489 echo "$ac_t""no" 1>&6
1490fi
1491done
1492
1493 echo $ac_n "checking Linux kernel version""... $ac_c" 1>&6
1377echo "configure:1378: checking Linux kernel version" >&5
1494echo "configure:1495: checking Linux kernel version" >&5
1378 if eval "test \"`echo '$''{'ac_cv_linux_vers'+set}'`\" = set"; then
1379 echo $ac_n "(cached) $ac_c" 1>&6
1380else
1381 ac_cv_linux_vers=`uname -r 2>&1 | \
1382 sed -n -e '$s/.* //' -e '$s/\..*//p'`
1383fi
1384
1385 echo "$ac_t""$ac_cv_linux_vers" 1>&6

--- 24 unchanged lines hidden (view full) ---

1410 if test "$with_flex" = no ; then
1411 V_LEX=lex
1412 else
1413 for ac_prog in flex
1414do
1415# Extract the first word of "$ac_prog", so it can be a program name with args.
1416set dummy $ac_prog; ac_word=$2
1417echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1495 if eval "test \"`echo '$''{'ac_cv_linux_vers'+set}'`\" = set"; then
1496 echo $ac_n "(cached) $ac_c" 1>&6
1497else
1498 ac_cv_linux_vers=`uname -r 2>&1 | \
1499 sed -n -e '$s/.* //' -e '$s/\..*//p'`
1500fi
1501
1502 echo "$ac_t""$ac_cv_linux_vers" 1>&6

--- 24 unchanged lines hidden (view full) ---

1527 if test "$with_flex" = no ; then
1528 V_LEX=lex
1529 else
1530 for ac_prog in flex
1531do
1532# Extract the first word of "$ac_prog", so it can be a program name with args.
1533set dummy $ac_prog; ac_word=$2
1534echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1418echo "configure:1419: checking for $ac_word" >&5
1535echo "configure:1536: checking for $ac_word" >&5
1419if eval "test \"`echo '$''{'ac_cv_prog_V_LEX'+set}'`\" = set"; then
1420 echo $ac_n "(cached) $ac_c" 1>&6
1421else
1422 if test -n "$V_LEX"; then
1423 ac_cv_prog_V_LEX="$V_LEX" # Let the user override the test.
1424else
1536if eval "test \"`echo '$''{'ac_cv_prog_V_LEX'+set}'`\" = set"; then
1537 echo $ac_n "(cached) $ac_c" 1>&6
1538else
1539 if test -n "$V_LEX"; then
1540 ac_cv_prog_V_LEX="$V_LEX" # Let the user override the test.
1541else
1425 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1426 for ac_dir in $PATH; do
1542 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1543 ac_dummy="$PATH"
1544 for ac_dir in $ac_dummy; do
1427 test -z "$ac_dir" && ac_dir=.
1428 if test -f $ac_dir/$ac_word; then
1429 ac_cv_prog_V_LEX="$ac_prog"
1430 break
1431 fi
1432 done
1433 IFS="$ac_save_ifs"
1434fi

--- 8 unchanged lines hidden (view full) ---

1443test -n "$V_LEX" && break
1444done
1445test -n "$V_LEX" || V_LEX="lex"
1446
1447 fi
1448 if test "$V_LEX" = flex ; then
1449 # The -V flag was added in 2.4
1450 echo $ac_n "checking for flex 2.4 or higher""... $ac_c" 1>&6
1545 test -z "$ac_dir" && ac_dir=.
1546 if test -f $ac_dir/$ac_word; then
1547 ac_cv_prog_V_LEX="$ac_prog"
1548 break
1549 fi
1550 done
1551 IFS="$ac_save_ifs"
1552fi

--- 8 unchanged lines hidden (view full) ---

1561test -n "$V_LEX" && break
1562done
1563test -n "$V_LEX" || V_LEX="lex"
1564
1565 fi
1566 if test "$V_LEX" = flex ; then
1567 # The -V flag was added in 2.4
1568 echo $ac_n "checking for flex 2.4 or higher""... $ac_c" 1>&6
1451echo "configure:1452: checking for flex 2.4 or higher" >&5
1569echo "configure:1570: checking for flex 2.4 or higher" >&5
1452 if eval "test \"`echo '$''{'ac_cv_lbl_flex_v24'+set}'`\" = set"; then
1453 echo $ac_n "(cached) $ac_c" 1>&6
1454else
1455 if flex -V >/dev/null 2>&1; then
1456 ac_cv_lbl_flex_v24=yes
1457 else
1458 ac_cv_lbl_flex_v24=no
1459 fi

--- 9 unchanged lines hidden (view full) ---

1469 if test "$with_bison" = no ; then
1470 V_YACC=yacc
1471 else
1472 for ac_prog in bison
1473do
1474# Extract the first word of "$ac_prog", so it can be a program name with args.
1475set dummy $ac_prog; ac_word=$2
1476echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1570 if eval "test \"`echo '$''{'ac_cv_lbl_flex_v24'+set}'`\" = set"; then
1571 echo $ac_n "(cached) $ac_c" 1>&6
1572else
1573 if flex -V >/dev/null 2>&1; then
1574 ac_cv_lbl_flex_v24=yes
1575 else
1576 ac_cv_lbl_flex_v24=no
1577 fi

--- 9 unchanged lines hidden (view full) ---

1587 if test "$with_bison" = no ; then
1588 V_YACC=yacc
1589 else
1590 for ac_prog in bison
1591do
1592# Extract the first word of "$ac_prog", so it can be a program name with args.
1593set dummy $ac_prog; ac_word=$2
1594echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1477echo "configure:1478: checking for $ac_word" >&5
1595echo "configure:1596: checking for $ac_word" >&5
1478if eval "test \"`echo '$''{'ac_cv_prog_V_YACC'+set}'`\" = set"; then
1479 echo $ac_n "(cached) $ac_c" 1>&6
1480else
1481 if test -n "$V_YACC"; then
1482 ac_cv_prog_V_YACC="$V_YACC" # Let the user override the test.
1483else
1596if eval "test \"`echo '$''{'ac_cv_prog_V_YACC'+set}'`\" = set"; then
1597 echo $ac_n "(cached) $ac_c" 1>&6
1598else
1599 if test -n "$V_YACC"; then
1600 ac_cv_prog_V_YACC="$V_YACC" # Let the user override the test.
1601else
1484 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1485 for ac_dir in $PATH; do
1602 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1603 ac_dummy="$PATH"
1604 for ac_dir in $ac_dummy; do
1486 test -z "$ac_dir" && ac_dir=.
1487 if test -f $ac_dir/$ac_word; then
1488 ac_cv_prog_V_YACC="$ac_prog"
1489 break
1490 fi
1491 done
1492 IFS="$ac_save_ifs"
1493fi

--- 49 unchanged lines hidden (view full) ---

1543 cat >> confdefs.h <<\EOF
1544#define HAVE_HPUX10_20 1
1545EOF
1546
1547 ;;
1548
1549sinix*)
1550 echo $ac_n "checking if SINIX compiler defines sinix""... $ac_c" 1>&6
1605 test -z "$ac_dir" && ac_dir=.
1606 if test -f $ac_dir/$ac_word; then
1607 ac_cv_prog_V_YACC="$ac_prog"
1608 break
1609 fi
1610 done
1611 IFS="$ac_save_ifs"
1612fi

--- 49 unchanged lines hidden (view full) ---

1662 cat >> confdefs.h <<\EOF
1663#define HAVE_HPUX10_20 1
1664EOF
1665
1666 ;;
1667
1668sinix*)
1669 echo $ac_n "checking if SINIX compiler defines sinix""... $ac_c" 1>&6
1551echo "configure:1552: checking if SINIX compiler defines sinix" >&5
1670echo "configure:1671: checking if SINIX compiler defines sinix" >&5
1552 if eval "test \"`echo '$''{'ac_cv_cc_sinix_defined'+set}'`\" = set"; then
1553 echo $ac_n "(cached) $ac_c" 1>&6
1554else
1555 cat > conftest.$ac_ext <<EOF
1671 if eval "test \"`echo '$''{'ac_cv_cc_sinix_defined'+set}'`\" = set"; then
1672 echo $ac_n "(cached) $ac_c" 1>&6
1673else
1674 cat > conftest.$ac_ext <<EOF
1556#line 1557 "configure"
1675#line 1676 "configure"
1557#include "confdefs.h"
1558
1559int main() {
1560int i = sinix;
1561; return 0; }
1562EOF
1676#include "confdefs.h"
1677
1678int main() {
1679int i = sinix;
1680; return 0; }
1681EOF
1563if { (eval echo configure:1564: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1682if { (eval echo configure:1683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1564 rm -rf conftest*
1565 ac_cv_cc_sinix_defined=yes
1566else
1567 echo "configure: failed program was:" >&5
1568 cat conftest.$ac_ext >&5
1569 rm -rf conftest*
1570 ac_cv_cc_sinix_defined=no
1571fi

--- 21 unchanged lines hidden (view full) ---

1593 ;;
1594esac
1595
1596for ac_prog in ranlib
1597do
1598# Extract the first word of "$ac_prog", so it can be a program name with args.
1599set dummy $ac_prog; ac_word=$2
1600echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1683 rm -rf conftest*
1684 ac_cv_cc_sinix_defined=yes
1685else
1686 echo "configure: failed program was:" >&5
1687 cat conftest.$ac_ext >&5
1688 rm -rf conftest*
1689 ac_cv_cc_sinix_defined=no
1690fi

--- 21 unchanged lines hidden (view full) ---

1712 ;;
1713esac
1714
1715for ac_prog in ranlib
1716do
1717# Extract the first word of "$ac_prog", so it can be a program name with args.
1718set dummy $ac_prog; ac_word=$2
1719echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1601echo "configure:1602: checking for $ac_word" >&5
1720echo "configure:1721: checking for $ac_word" >&5
1602if eval "test \"`echo '$''{'ac_cv_prog_V_RANLIB'+set}'`\" = set"; then
1603 echo $ac_n "(cached) $ac_c" 1>&6
1604else
1605 if test -n "$V_RANLIB"; then
1606 ac_cv_prog_V_RANLIB="$V_RANLIB" # Let the user override the test.
1607else
1721if eval "test \"`echo '$''{'ac_cv_prog_V_RANLIB'+set}'`\" = set"; then
1722 echo $ac_n "(cached) $ac_c" 1>&6
1723else
1724 if test -n "$V_RANLIB"; then
1725 ac_cv_prog_V_RANLIB="$V_RANLIB" # Let the user override the test.
1726else
1608 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1609 for ac_dir in $PATH; do
1727 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1728 ac_dummy="$PATH"
1729 for ac_dir in $ac_dummy; do
1610 test -z "$ac_dir" && ac_dir=.
1611 if test -f $ac_dir/$ac_word; then
1612 ac_cv_prog_V_RANLIB="$ac_prog"
1613 break
1614 fi
1615 done
1616 IFS="$ac_save_ifs"
1617fi

--- 45 unchanged lines hidden (view full) ---

1663EOF
1664
1665 else
1666 echo "configure: warning: can't find $name" 1>&2
1667 fi
1668 fi
1669
1670echo $ac_n "checking if sockaddr struct has sa_len member""... $ac_c" 1>&6
1730 test -z "$ac_dir" && ac_dir=.
1731 if test -f $ac_dir/$ac_word; then
1732 ac_cv_prog_V_RANLIB="$ac_prog"
1733 break
1734 fi
1735 done
1736 IFS="$ac_save_ifs"
1737fi

--- 45 unchanged lines hidden (view full) ---

1783EOF
1784
1785 else
1786 echo "configure: warning: can't find $name" 1>&2
1787 fi
1788 fi
1789
1790echo $ac_n "checking if sockaddr struct has sa_len member""... $ac_c" 1>&6
1671echo "configure:1672: checking if sockaddr struct has sa_len member" >&5
1791echo "configure:1792: checking if sockaddr struct has sa_len member" >&5
1672 if eval "test \"`echo '$''{'ac_cv_lbl_sockaddr_has_sa_len'+set}'`\" = set"; then
1673 echo $ac_n "(cached) $ac_c" 1>&6
1674else
1675 cat > conftest.$ac_ext <<EOF
1792 if eval "test \"`echo '$''{'ac_cv_lbl_sockaddr_has_sa_len'+set}'`\" = set"; then
1793 echo $ac_n "(cached) $ac_c" 1>&6
1794else
1795 cat > conftest.$ac_ext <<EOF
1676#line 1677 "configure"
1796#line 1797 "configure"
1677#include "confdefs.h"
1678
1679# include <sys/types.h>
1680# include <sys/socket.h>
1681int main() {
1682u_int i = sizeof(((struct sockaddr *)0)->sa_len)
1683; return 0; }
1684EOF
1797#include "confdefs.h"
1798
1799# include <sys/types.h>
1800# include <sys/socket.h>
1801int main() {
1802u_int i = sizeof(((struct sockaddr *)0)->sa_len)
1803; return 0; }
1804EOF
1685if { (eval echo configure:1686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1805if { (eval echo configure:1806: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1686 rm -rf conftest*
1687 ac_cv_lbl_sockaddr_has_sa_len=yes
1688else
1689 echo "configure: failed program was:" >&5
1690 cat conftest.$ac_ext >&5
1691 rm -rf conftest*
1692 ac_cv_lbl_sockaddr_has_sa_len=no
1693fi

--- 4 unchanged lines hidden (view full) ---

1698 if test $ac_cv_lbl_sockaddr_has_sa_len = yes ; then
1699 cat >> confdefs.h <<\EOF
1700#define HAVE_SOCKADDR_SA_LEN 1
1701EOF
1702
1703 fi
1704
1705echo $ac_n "checking if unaligned accesses fail""... $ac_c" 1>&6
1806 rm -rf conftest*
1807 ac_cv_lbl_sockaddr_has_sa_len=yes
1808else
1809 echo "configure: failed program was:" >&5
1810 cat conftest.$ac_ext >&5
1811 rm -rf conftest*
1812 ac_cv_lbl_sockaddr_has_sa_len=no
1813fi

--- 4 unchanged lines hidden (view full) ---

1818 if test $ac_cv_lbl_sockaddr_has_sa_len = yes ; then
1819 cat >> confdefs.h <<\EOF
1820#define HAVE_SOCKADDR_SA_LEN 1
1821EOF
1822
1823 fi
1824
1825echo $ac_n "checking if unaligned accesses fail""... $ac_c" 1>&6
1706echo "configure:1707: checking if unaligned accesses fail" >&5
1826echo "configure:1827: checking if unaligned accesses fail" >&5
1707 if eval "test \"`echo '$''{'ac_cv_lbl_unaligned_fail'+set}'`\" = set"; then
1708 echo $ac_n "(cached) $ac_c" 1>&6
1709else
1710 case "$target_cpu" in
1711
1712 alpha|hp*|mips|sparc)
1713 ac_cv_lbl_unaligned_fail=yes
1714 ;;

--- 45 unchanged lines hidden (view full) ---

1760 echo "$ac_t""$ac_cv_lbl_unaligned_fail" 1>&6
1761 if test $ac_cv_lbl_unaligned_fail = yes ; then
1762 cat >> confdefs.h <<\EOF
1763#define LBL_ALIGN 1
1764EOF
1765
1766 fi
1767
1827 if eval "test \"`echo '$''{'ac_cv_lbl_unaligned_fail'+set}'`\" = set"; then
1828 echo $ac_n "(cached) $ac_c" 1>&6
1829else
1830 case "$target_cpu" in
1831
1832 alpha|hp*|mips|sparc)
1833 ac_cv_lbl_unaligned_fail=yes
1834 ;;

--- 45 unchanged lines hidden (view full) ---

1880 echo "$ac_t""$ac_cv_lbl_unaligned_fail" 1>&6
1881 if test $ac_cv_lbl_unaligned_fail = yes ; then
1882 cat >> confdefs.h <<\EOF
1883#define LBL_ALIGN 1
1884EOF
1885
1886 fi
1887
1768if test "${srcdir}" = "." ; then
1769 srcdirprefix=""
1770else
1771 srcdirprefix="./"
1772fi
1773
1774if test -r ${srcdirprefix}lbl/gnuc.h ; then
1888if test -r ${srcdir}/lbl/gnuc.h ; then
1775 rm -f gnuc.h
1889 rm -f gnuc.h
1776 ln -s ${srcdirprefix}lbl/gnuc.h gnuc.h
1890 ln -s ${srcdir}/lbl/gnuc.h gnuc.h
1777fi
1778
1891fi
1892
1779rm -f bpf_filter.c
1780ln -s ${srcdirprefix}bpf/net/bpf_filter.c bpf_filter.c
1781rm -f net
1893rm -f net
1782ln -s ${srcdirprefix}bpf/net net
1894ln -s ${srcdir}/bpf/net net
1783
1784
1785
1786
1787
1788
1789
1790
1791# Find a good install program. We prefer a C program (faster),
1792# so one script is as good as another. But avoid the broken or
1793# incompatible versions:
1794# SysV /etc/install, /usr/sbin/install
1795# SunOS /usr/etc/install
1796# IRIX /sbin/install
1797# AIX /bin/install
1895
1896
1897
1898
1899
1900
1901
1902
1903# Find a good install program. We prefer a C program (faster),
1904# so one script is as good as another. But avoid the broken or
1905# incompatible versions:
1906# SysV /etc/install, /usr/sbin/install
1907# SunOS /usr/etc/install
1908# IRIX /sbin/install
1909# AIX /bin/install
1910# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1798# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1799# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1800# ./install, which can be erroneously created by make from ./install.sh.
1801echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1911# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1912# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1913# ./install, which can be erroneously created by make from ./install.sh.
1914echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1802echo "configure:1803: checking for a BSD compatible install" >&5
1915echo "configure:1916: checking for a BSD compatible install" >&5
1803if test -z "$INSTALL"; then
1804if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1805 echo $ac_n "(cached) $ac_c" 1>&6
1806else
1916if test -z "$INSTALL"; then
1917if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1918 echo $ac_n "(cached) $ac_c" 1>&6
1919else
1807 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
1920 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
1808 for ac_dir in $PATH; do
1809 # Account for people who put trailing slashes in PATH elements.
1810 case "$ac_dir/" in
1811 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1812 *)
1813 # OSF1 and SCO ODT 3.0 have their own names for install.
1921 for ac_dir in $PATH; do
1922 # Account for people who put trailing slashes in PATH elements.
1923 case "$ac_dir/" in
1924 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1925 *)
1926 # OSF1 and SCO ODT 3.0 have their own names for install.
1814 for ac_prog in ginstall installbsd scoinst install; do
1927 # Don't use installbsd from OSF since it installs stuff as root
1928 # by default.
1929 for ac_prog in ginstall scoinst install; do
1815 if test -f $ac_dir/$ac_prog; then
1816 if test $ac_prog = install &&
1817 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1818 # AIX install. It has an incompatible calling convention.
1930 if test -f $ac_dir/$ac_prog; then
1931 if test $ac_prog = install &&
1932 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1933 # AIX install. It has an incompatible calling convention.
1819 # OSF/1 installbsd also uses dspmsg, but is usable.
1820 :
1821 else
1822 ac_cv_path_install="$ac_dir/$ac_prog -c"
1823 break 2
1824 fi
1825 fi
1826 done
1827 ;;

--- 13 unchanged lines hidden (view full) ---

1841 fi
1842fi
1843echo "$ac_t""$INSTALL" 1>&6
1844
1845# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1846# It thinks the first close brace ends the variable substitution.
1847test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1848
1934 :
1935 else
1936 ac_cv_path_install="$ac_dir/$ac_prog -c"
1937 break 2
1938 fi
1939 fi
1940 done
1941 ;;

--- 13 unchanged lines hidden (view full) ---

1955 fi
1956fi
1957echo "$ac_t""$INSTALL" 1>&6
1958
1959# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1960# It thinks the first close brace ends the variable substitution.
1961test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1962
1963test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1964
1849test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1850
1851
1852trap '' 1 2 15
1853cat > confcache <<\EOF
1854# This file is a shell script that caches the results of configure
1855# tests run on this system so they can be shared between configure
1856# scripts and configure runs. It is not useful on other systems.

--- 10 unchanged lines hidden (view full) ---

1867#
1868EOF
1869# The following way of writing the cache mishandles newlines in values,
1870# but we know of no workaround that is simple, portable, and efficient.
1871# So, don't put newlines in cache variables' values.
1872# Ultrix sh set writes to stderr and can't be redirected directly,
1873# and sets the high bit in the cache file unless we assign to the vars.
1874(set) 2>&1 |
1965test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1966
1967
1968trap '' 1 2 15
1969cat > confcache <<\EOF
1970# This file is a shell script that caches the results of configure
1971# tests run on this system so they can be shared between configure
1972# scripts and configure runs. It is not useful on other systems.

--- 10 unchanged lines hidden (view full) ---

1983#
1984EOF
1985# The following way of writing the cache mishandles newlines in values,
1986# but we know of no workaround that is simple, portable, and efficient.
1987# So, don't put newlines in cache variables' values.
1988# Ultrix sh set writes to stderr and can't be redirected directly,
1989# and sets the high bit in the cache file unless we assign to the vars.
1990(set) 2>&1 |
1875 case `(ac_space=' '; set) 2>&1` in
1991 case `(ac_space=' '; set | grep ac_space) 2>&1` in
1876 *ac_space=\ *)
1877 # `set' does not quote correctly, so add quotes (double-quote substitution
1878 # turns \\\\ into \\, and sed turns \\ into \).
1879 sed -n \
1880 -e "s/'/'\\\\''/g" \
1881 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1882 ;;
1883 *)

--- 62 unchanged lines hidden (view full) ---

1946ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1947for ac_option
1948do
1949 case "\$ac_option" in
1950 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1951 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1952 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1953 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1992 *ac_space=\ *)
1993 # `set' does not quote correctly, so add quotes (double-quote substitution
1994 # turns \\\\ into \\, and sed turns \\ into \).
1995 sed -n \
1996 -e "s/'/'\\\\''/g" \
1997 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1998 ;;
1999 *)

--- 62 unchanged lines hidden (view full) ---

2062ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2063for ac_option
2064do
2065 case "\$ac_option" in
2066 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2067 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2068 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2069 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1954 echo "$CONFIG_STATUS generated by autoconf version 2.12"
2070 echo "$CONFIG_STATUS generated by autoconf version 2.13"
1955 exit 0 ;;
1956 -help | --help | --hel | --he | --h)
1957 echo "\$ac_cs_usage"; exit 0 ;;
1958 *) echo "\$ac_cs_usage"; exit 1 ;;
1959 esac
1960done
1961
1962ac_given_srcdir=$srcdir
1963ac_given_INSTALL="$INSTALL"
1964
1965trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1966EOF
1967cat >> $CONFIG_STATUS <<EOF
1968
1969# Protect against being on the right side of a sed subst in config.status.
1970sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1971 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1972$ac_vpsub
1973$extrasub
2071 exit 0 ;;
2072 -help | --help | --hel | --he | --h)
2073 echo "\$ac_cs_usage"; exit 0 ;;
2074 *) echo "\$ac_cs_usage"; exit 1 ;;
2075 esac
2076done
2077
2078ac_given_srcdir=$srcdir
2079ac_given_INSTALL="$INSTALL"
2080
2081trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2082EOF
2083cat >> $CONFIG_STATUS <<EOF
2084
2085# Protect against being on the right side of a sed subst in config.status.
2086sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2087 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2088$ac_vpsub
2089$extrasub
2090s%@SHELL@%$SHELL%g
1974s%@CFLAGS@%$CFLAGS%g
1975s%@CPPFLAGS@%$CPPFLAGS%g
1976s%@CXXFLAGS@%$CXXFLAGS%g
2091s%@CFLAGS@%$CFLAGS%g
2092s%@CPPFLAGS@%$CPPFLAGS%g
2093s%@CXXFLAGS@%$CXXFLAGS%g
2094s%@FFLAGS@%$FFLAGS%g
1977s%@DEFS@%$DEFS%g
1978s%@LDFLAGS@%$LDFLAGS%g
1979s%@LIBS@%$LIBS%g
1980s%@exec_prefix@%$exec_prefix%g
1981s%@prefix@%$prefix%g
1982s%@program_transform_name@%$program_transform_name%g
1983s%@bindir@%$bindir%g
1984s%@sbindir@%$sbindir%g

--- 27 unchanged lines hidden (view full) ---

2012s%@CPP@%$CPP%g
2013s%@V_LEX@%$V_LEX%g
2014s%@V_YACC@%$V_YACC%g
2015s%@V_RANLIB@%$V_RANLIB%g
2016s%@V_CCOPT@%$V_CCOPT%g
2017s%@V_INCLS@%$V_INCLS%g
2018s%@V_PCAP@%$V_PCAP%g
2019s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2095s%@DEFS@%$DEFS%g
2096s%@LDFLAGS@%$LDFLAGS%g
2097s%@LIBS@%$LIBS%g
2098s%@exec_prefix@%$exec_prefix%g
2099s%@prefix@%$prefix%g
2100s%@program_transform_name@%$program_transform_name%g
2101s%@bindir@%$bindir%g
2102s%@sbindir@%$sbindir%g

--- 27 unchanged lines hidden (view full) ---

2130s%@CPP@%$CPP%g
2131s%@V_LEX@%$V_LEX%g
2132s%@V_YACC@%$V_YACC%g
2133s%@V_RANLIB@%$V_RANLIB%g
2134s%@V_CCOPT@%$V_CCOPT%g
2135s%@V_INCLS@%$V_INCLS%g
2136s%@V_PCAP@%$V_PCAP%g
2137s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2138s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2020s%@INSTALL_DATA@%$INSTALL_DATA%g
2021
2022CEOF
2023EOF
2024
2025cat >> $CONFIG_STATUS <<\EOF
2026
2027# Split the substitutions into bite-sized pieces for seds with

--- 110 unchanged lines hidden ---
2139s%@INSTALL_DATA@%$INSTALL_DATA%g
2140
2141CEOF
2142EOF
2143
2144cat >> $CONFIG_STATUS <<\EOF
2145
2146# Split the substitutions into bite-sized pieces for seds with

--- 110 unchanged lines hidden ---