Deleted Added
full compact
configure (58551) configure (67064)
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

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

44includedir='${prefix}/include'
45oldincludedir='/usr/include'
46infodir='${prefix}/info'
47mandir='${prefix}/man'
48
49# Initialize some other variables.
50subdirs=
51MFLAGS= MAKEFLAGS=
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

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

44includedir='${prefix}/include'
45oldincludedir='/usr/include'
46infodir='${prefix}/info'
47mandir='${prefix}/man'
48
49# Initialize some other variables.
50subdirs=
51MFLAGS= MAKEFLAGS=
52SHELL=${CONFIG_SHELL-/bin/sh}
52# Maximum number of lines to put in a shell here document.
53ac_max_here_lines=12
54
55ac_prev=
56for ac_option
57do
58
59 # If the previous option needs an argument, assign it.

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

327 ac_prev=target ;;
328 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
329 target="$ac_optarg" ;;
330
331 -v | -verbose | --verbose | --verbos | --verbo | --verb)
332 verbose=yes ;;
333
334 -version | --version | --versio | --versi | --vers)
53# Maximum number of lines to put in a shell here document.
54ac_max_here_lines=12
55
56ac_prev=
57for ac_option
58do
59
60 # If the previous option needs an argument, assign it.

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

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

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

497 echo "creating cache $cache_file"
498 > $cache_file
499fi
500
501ac_ext=c
502# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
503ac_cpp='$CPP $CPPFLAGS'
504ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
337 exit 0 ;;
338
339 -with-* | --with-*)
340 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
341 # Reject names that are not valid shell variable names.
342 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
343 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
344 fi

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

498 echo "creating cache $cache_file"
499 > $cache_file
500fi
501
502ac_ext=c
503# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
504ac_cpp='$CPP $CPPFLAGS'
505ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
505ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
506ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
506cross_compiling=$ac_cv_prog_cc_cross
507
507cross_compiling=$ac_cv_prog_cc_cross
508
509ac_exeext=
510ac_objext=o
508if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
509 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
510 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
511 ac_n= ac_c='
512' ac_t=' '
513 else
514 ac_n=-n ac_c= ac_t=
515 fi
516else
517 ac_n= ac_c='\c' ac_t=
518fi
519
520
521echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
511if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
512 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
513 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
514 ac_n= ac_c='
515' ac_t=' '
516 else
517 ac_n=-n ac_c= ac_t=
518 fi
519else
520 ac_n= ac_c='\c' ac_t=
521fi
522
523
524echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
522echo "configure:523: checking whether ${MAKE-make} sets \${MAKE}" >&5
525echo "configure:526: checking whether ${MAKE-make} sets \${MAKE}" >&5
523set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
524if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
525 echo $ac_n "(cached) $ac_c" 1>&6
526else
527 cat > conftestmake <<\EOF
528all:
529 @echo 'ac_maketemp="${MAKE}"'
530EOF

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

543else
544 echo "$ac_t""no" 1>&6
545 SET_MAKE="MAKE=${MAKE-make}"
546fi
547
548# Extract the first word of "gcc", so it can be a program name with args.
549set dummy gcc; ac_word=$2
550echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
526set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
527if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
528 echo $ac_n "(cached) $ac_c" 1>&6
529else
530 cat > conftestmake <<\EOF
531all:
532 @echo 'ac_maketemp="${MAKE}"'
533EOF

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

546else
547 echo "$ac_t""no" 1>&6
548 SET_MAKE="MAKE=${MAKE-make}"
549fi
550
551# Extract the first word of "gcc", so it can be a program name with args.
552set dummy gcc; ac_word=$2
553echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
551echo "configure:552: checking for $ac_word" >&5
554echo "configure:555: checking for $ac_word" >&5
552if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
553 echo $ac_n "(cached) $ac_c" 1>&6
554else
555 if test -n "$CC"; then
556 ac_cv_prog_CC="$CC" # Let the user override the test.
557else
555if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
556 echo $ac_n "(cached) $ac_c" 1>&6
557else
558 if test -n "$CC"; then
559 ac_cv_prog_CC="$CC" # Let the user override the test.
560else
558 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
559 for ac_dir in $PATH; do
561 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
562 ac_dummy="$PATH"
563 for ac_dir in $ac_dummy; do
560 test -z "$ac_dir" && ac_dir=.
561 if test -f $ac_dir/$ac_word; then
562 ac_cv_prog_CC="gcc"
563 break
564 fi
565 done
566 IFS="$ac_save_ifs"
567fi

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

572else
573 echo "$ac_t""no" 1>&6
574fi
575
576if test -z "$CC"; then
577 # Extract the first word of "cc", so it can be a program name with args.
578set dummy cc; ac_word=$2
579echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
564 test -z "$ac_dir" && ac_dir=.
565 if test -f $ac_dir/$ac_word; then
566 ac_cv_prog_CC="gcc"
567 break
568 fi
569 done
570 IFS="$ac_save_ifs"
571fi

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

576else
577 echo "$ac_t""no" 1>&6
578fi
579
580if test -z "$CC"; then
581 # Extract the first word of "cc", so it can be a program name with args.
582set dummy cc; ac_word=$2
583echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
580echo "configure:581: checking for $ac_word" >&5
584echo "configure:585: checking for $ac_word" >&5
581if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
582 echo $ac_n "(cached) $ac_c" 1>&6
583else
584 if test -n "$CC"; then
585 ac_cv_prog_CC="$CC" # Let the user override the test.
586else
585if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
586 echo $ac_n "(cached) $ac_c" 1>&6
587else
588 if test -n "$CC"; then
589 ac_cv_prog_CC="$CC" # Let the user override the test.
590else
587 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
591 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
588 ac_prog_rejected=no
592 ac_prog_rejected=no
589 for ac_dir in $PATH; do
593 ac_dummy="$PATH"
594 for ac_dir in $ac_dummy; do
590 test -z "$ac_dir" && ac_dir=.
591 if test -f $ac_dir/$ac_word; then
592 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
593 ac_prog_rejected=yes
594 continue
595 fi
596 ac_cv_prog_CC="cc"
597 break

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

616fi
617CC="$ac_cv_prog_CC"
618if test -n "$CC"; then
619 echo "$ac_t""$CC" 1>&6
620else
621 echo "$ac_t""no" 1>&6
622fi
623
595 test -z "$ac_dir" && ac_dir=.
596 if test -f $ac_dir/$ac_word; then
597 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
598 ac_prog_rejected=yes
599 continue
600 fi
601 ac_cv_prog_CC="cc"
602 break

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

621fi
622CC="$ac_cv_prog_CC"
623if test -n "$CC"; then
624 echo "$ac_t""$CC" 1>&6
625else
626 echo "$ac_t""no" 1>&6
627fi
628
629 if test -z "$CC"; then
630 case "`uname -s`" in
631 *win32* | *WIN32*)
632 # Extract the first word of "cl", so it can be a program name with args.
633set dummy cl; ac_word=$2
634echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
635echo "configure:636: checking for $ac_word" >&5
636if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
637 echo $ac_n "(cached) $ac_c" 1>&6
638else
639 if test -n "$CC"; then
640 ac_cv_prog_CC="$CC" # Let the user override the test.
641else
642 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
643 ac_dummy="$PATH"
644 for ac_dir in $ac_dummy; do
645 test -z "$ac_dir" && ac_dir=.
646 if test -f $ac_dir/$ac_word; then
647 ac_cv_prog_CC="cl"
648 break
649 fi
650 done
651 IFS="$ac_save_ifs"
652fi
653fi
654CC="$ac_cv_prog_CC"
655if test -n "$CC"; then
656 echo "$ac_t""$CC" 1>&6
657else
658 echo "$ac_t""no" 1>&6
659fi
660 ;;
661 esac
662 fi
624 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
625fi
626
627echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
663 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
664fi
665
666echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
628echo "configure:629: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
667echo "configure:668: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
629
630ac_ext=c
631# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
632ac_cpp='$CPP $CPPFLAGS'
633ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
668
669ac_ext=c
670# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
671ac_cpp='$CPP $CPPFLAGS'
672ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
634ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
673ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
635cross_compiling=$ac_cv_prog_cc_cross
636
674cross_compiling=$ac_cv_prog_cc_cross
675
637cat > conftest.$ac_ext <638#line 639 "configure"
676cat > conftest.$ac_ext << EOF
677
678#line 679 "configure"
639#include "confdefs.h"
679#include "confdefs.h"
680
640main(){return(0);}
641EOF
681main(){return(0);}
682EOF
642if { (eval echo configure:643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
683if { (eval echo configure:684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
643 ac_cv_prog_cc_works=yes
644 # If we can't run a trivial program, we are probably using a cross compiler.
645 if (./conftest; exit) 2>/dev/null; then
646 ac_cv_prog_cc_cross=no
647 else
648 ac_cv_prog_cc_cross=yes
649 fi
650else
651 echo "configure: failed program was:" >&5
652 cat conftest.$ac_ext >&5
653 ac_cv_prog_cc_works=no
654fi
655rm -fr conftest*
684 ac_cv_prog_cc_works=yes
685 # If we can't run a trivial program, we are probably using a cross compiler.
686 if (./conftest; exit) 2>/dev/null; then
687 ac_cv_prog_cc_cross=no
688 else
689 ac_cv_prog_cc_cross=yes
690 fi
691else
692 echo "configure: failed program was:" >&5
693 cat conftest.$ac_ext >&5
694 ac_cv_prog_cc_works=no
695fi
696rm -fr conftest*
697ac_ext=c
698# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
699ac_cpp='$CPP $CPPFLAGS'
700ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
701ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
702cross_compiling=$ac_cv_prog_cc_cross
656
657echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
658if test $ac_cv_prog_cc_works = no; then
659 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
660fi
661echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
703
704echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
705if test $ac_cv_prog_cc_works = no; then
706 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
707fi
708echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
662echo "configure:663: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
709echo "configure:710: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
663echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
664cross_compiling=$ac_cv_prog_cc_cross
665
666echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
710echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
711cross_compiling=$ac_cv_prog_cc_cross
712
713echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
667echo "configure:668: checking whether we are using GNU C" >&5
714echo "configure:715: checking whether we are using GNU C" >&5
668if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
669 echo $ac_n "(cached) $ac_c" 1>&6
670else
671 cat > conftest.c <<EOF
672#ifdef __GNUC__
673 yes;
674#endif
675EOF
715if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
716 echo $ac_n "(cached) $ac_c" 1>&6
717else
718 cat > conftest.c <<EOF
719#ifdef __GNUC__
720 yes;
721#endif
722EOF
676if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:677: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
723if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:724: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
677 ac_cv_prog_gcc=yes
678else
679 ac_cv_prog_gcc=no
680fi
681fi
682
683echo "$ac_t""$ac_cv_prog_gcc" 1>&6
684
685if test $ac_cv_prog_gcc = yes; then
686 GCC=yes
724 ac_cv_prog_gcc=yes
725else
726 ac_cv_prog_gcc=no
727fi
728fi
729
730echo "$ac_t""$ac_cv_prog_gcc" 1>&6
731
732if test $ac_cv_prog_gcc = yes; then
733 GCC=yes
687 ac_test_CFLAGS="${CFLAGS+set}"
688 ac_save_CFLAGS="$CFLAGS"
689 CFLAGS=
690 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
691echo "configure:692: checking whether ${CC-cc} accepts -g" >&5
734else
735 GCC=
736fi
737
738ac_test_CFLAGS="${CFLAGS+set}"
739ac_save_CFLAGS="$CFLAGS"
740CFLAGS=
741echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
742echo "configure:743: checking whether ${CC-cc} accepts -g" >&5
692if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
693 echo $ac_n "(cached) $ac_c" 1>&6
694else
695 echo 'void f(){}' > conftest.c
696if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
697 ac_cv_prog_cc_g=yes
698else
699 ac_cv_prog_cc_g=no
700fi
701rm -f conftest*
702
703fi
704
705echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
743if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
744 echo $ac_n "(cached) $ac_c" 1>&6
745else
746 echo 'void f(){}' > conftest.c
747if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
748 ac_cv_prog_cc_g=yes
749else
750 ac_cv_prog_cc_g=no
751fi
752rm -f conftest*
753
754fi
755
756echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
706 if test "$ac_test_CFLAGS" = set; then
707 CFLAGS="$ac_save_CFLAGS"
708 elif test $ac_cv_prog_cc_g = yes; then
757if test "$ac_test_CFLAGS" = set; then
758 CFLAGS="$ac_save_CFLAGS"
759elif test $ac_cv_prog_cc_g = yes; then
760 if test "$GCC" = yes; then
709 CFLAGS="-g -O2"
710 else
761 CFLAGS="-g -O2"
762 else
711 CFLAGS="-O2"
763 CFLAGS="-g"
712 fi
713else
764 fi
765else
714 GCC=
715 test "${CFLAGS+set}" = set || CFLAGS="-g"
766 if test "$GCC" = yes; then
767 CFLAGS="-O2"
768 else
769 CFLAGS=
770 fi
716fi
717
718 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
771fi
772
773 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
719echo "configure:720: checking how to run the C preprocessor" >&5
774echo "configure:775: checking how to run the C preprocessor" >&5
720# On Suns, sometimes $CPP names a directory.
721if test -n "$CPP" && test -d "$CPP"; then
722 CPP=
723fi
724if test -z "$CPP"; then
725if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
726 echo $ac_n "(cached) $ac_c" 1>&6
727else
728 # This must be in double quotes, not single quotes, because CPP may get
729 # substituted into the Makefile and "${CC-cc}" will confuse make.
730 CPP="${CC-cc} -E"
731 # On the NeXT, cc -E runs the code through the compiler's parser,
732 # not just through cpp.
733 cat > conftest.$ac_ext <<EOF
775# On Suns, sometimes $CPP names a directory.
776if test -n "$CPP" && test -d "$CPP"; then
777 CPP=
778fi
779if test -z "$CPP"; then
780if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
781 echo $ac_n "(cached) $ac_c" 1>&6
782else
783 # This must be in double quotes, not single quotes, because CPP may get
784 # substituted into the Makefile and "${CC-cc}" will confuse make.
785 CPP="${CC-cc} -E"
786 # On the NeXT, cc -E runs the code through the compiler's parser,
787 # not just through cpp.
788 cat > conftest.$ac_ext <<EOF
734#line 735 "configure"
789#line 790 "configure"
735#include "confdefs.h"
736#include <assert.h>
737Syntax Error
738EOF
739ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
790#include "confdefs.h"
791#include <assert.h>
792Syntax Error
793EOF
794ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
740{ (eval echo configure:741: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
741ac_err=`grep -v '^ *+' conftest.out`
795{ (eval echo configure:796: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
796ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
742if test -z "$ac_err"; then
743 :
744else
745 echo "$ac_err" >&5
746 echo "configure: failed program was:" >&5
747 cat conftest.$ac_ext >&5
748 rm -rf conftest*
749 CPP="${CC-cc} -E -traditional-cpp"
750 cat > conftest.$ac_ext <<EOF
797if test -z "$ac_err"; then
798 :
799else
800 echo "$ac_err" >&5
801 echo "configure: failed program was:" >&5
802 cat conftest.$ac_ext >&5
803 rm -rf conftest*
804 CPP="${CC-cc} -E -traditional-cpp"
805 cat > conftest.$ac_ext <<EOF
751#line 752 "configure"
806#line 807 "configure"
752#include "confdefs.h"
753#include <assert.h>
754Syntax Error
755EOF
756ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
807#include "confdefs.h"
808#include <assert.h>
809Syntax Error
810EOF
811ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
757{ (eval echo configure:758: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
758ac_err=`grep -v '^ *+' conftest.out`
812{ (eval echo configure:813: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
813ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
759if test -z "$ac_err"; then
760 :
761else
762 echo "$ac_err" >&5
763 echo "configure: failed program was:" >&5
764 cat conftest.$ac_ext >&5
765 rm -rf conftest*
814if test -z "$ac_err"; then
815 :
816else
817 echo "$ac_err" >&5
818 echo "configure: failed program was:" >&5
819 cat conftest.$ac_ext >&5
820 rm -rf conftest*
821 CPP="${CC-cc} -nologo -E"
822 cat > conftest.$ac_ext <<EOF
823#line 824 "configure"
824#include "confdefs.h"
825#include <assert.h>
826Syntax Error
827EOF
828ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
829{ (eval echo configure:830: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
830ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
831if test -z "$ac_err"; then
832 :
833else
834 echo "$ac_err" >&5
835 echo "configure: failed program was:" >&5
836 cat conftest.$ac_ext >&5
837 rm -rf conftest*
766 CPP=/lib/cpp
767fi
768rm -f conftest*
769fi
770rm -f conftest*
838 CPP=/lib/cpp
839fi
840rm -f conftest*
841fi
842rm -f conftest*
843fi
844rm -f conftest*
771 ac_cv_prog_CPP="$CPP"
772fi
773 CPP="$ac_cv_prog_CPP"
774else
775 ac_cv_prog_CPP="$CPP"
776fi
777echo "$ac_t""$CPP" 1>&6
778
845 ac_cv_prog_CPP="$CPP"
846fi
847 CPP="$ac_cv_prog_CPP"
848else
849 ac_cv_prog_CPP="$CPP"
850fi
851echo "$ac_t""$CPP" 1>&6
852
779 for ac_prog in $CCC c++ g++ gcc CC cxx cc++
853 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
780do
781# Extract the first word of "$ac_prog", so it can be a program name with args.
782set dummy $ac_prog; ac_word=$2
783echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
854do
855# Extract the first word of "$ac_prog", so it can be a program name with args.
856set dummy $ac_prog; ac_word=$2
857echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
784echo "configure:785: checking for $ac_word" >&5
858echo "configure:859: checking for $ac_word" >&5
785if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
786 echo $ac_n "(cached) $ac_c" 1>&6
787else
788 if test -n "$CXX"; then
789 ac_cv_prog_CXX="$CXX" # Let the user override the test.
790else
859if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
860 echo $ac_n "(cached) $ac_c" 1>&6
861else
862 if test -n "$CXX"; then
863 ac_cv_prog_CXX="$CXX" # Let the user override the test.
864else
791 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
792 for ac_dir in $PATH; do
865 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
866 ac_dummy="$PATH"
867 for ac_dir in $ac_dummy; do
793 test -z "$ac_dir" && ac_dir=.
794 if test -f $ac_dir/$ac_word; then
795 ac_cv_prog_CXX="$ac_prog"
796 break
797 fi
798 done
799 IFS="$ac_save_ifs"
800fi

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

807fi
808
809test -n "$CXX" && break
810done
811test -n "$CXX" || CXX="gcc"
812
813
814echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
868 test -z "$ac_dir" && ac_dir=.
869 if test -f $ac_dir/$ac_word; then
870 ac_cv_prog_CXX="$ac_prog"
871 break
872 fi
873 done
874 IFS="$ac_save_ifs"
875fi

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

882fi
883
884test -n "$CXX" && break
885done
886test -n "$CXX" || CXX="gcc"
887
888
889echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
815echo "configure:816: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
890echo "configure:891: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
816
817ac_ext=C
818# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
819ac_cpp='$CXXCPP $CPPFLAGS'
820ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
891
892ac_ext=C
893# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
894ac_cpp='$CXXCPP $CPPFLAGS'
895ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
821ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
896ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
822cross_compiling=$ac_cv_prog_cxx_cross
823
897cross_compiling=$ac_cv_prog_cxx_cross
898
824cat > conftest.$ac_ext <825#line 826 "configure"
899cat > conftest.$ac_ext << EOF
900
901#line 902 "configure"
826#include "confdefs.h"
902#include "confdefs.h"
827main(){return(0);}
903
904int main(){return(0);}
828EOF
905EOF
829if { (eval echo configure:830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
906if { (eval echo configure:907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
830 ac_cv_prog_cxx_works=yes
831 # If we can't run a trivial program, we are probably using a cross compiler.
832 if (./conftest; exit) 2>/dev/null; then
833 ac_cv_prog_cxx_cross=no
834 else
835 ac_cv_prog_cxx_cross=yes
836 fi
837else
838 echo "configure: failed program was:" >&5
839 cat conftest.$ac_ext >&5
840 ac_cv_prog_cxx_works=no
841fi
842rm -fr conftest*
843ac_ext=c
844# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
845ac_cpp='$CPP $CPPFLAGS'
846ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
907 ac_cv_prog_cxx_works=yes
908 # If we can't run a trivial program, we are probably using a cross compiler.
909 if (./conftest; exit) 2>/dev/null; then
910 ac_cv_prog_cxx_cross=no
911 else
912 ac_cv_prog_cxx_cross=yes
913 fi
914else
915 echo "configure: failed program was:" >&5
916 cat conftest.$ac_ext >&5
917 ac_cv_prog_cxx_works=no
918fi
919rm -fr conftest*
920ac_ext=c
921# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
922ac_cpp='$CPP $CPPFLAGS'
923ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
847ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
924ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
848cross_compiling=$ac_cv_prog_cc_cross
849
850echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
851if test $ac_cv_prog_cxx_works = no; then
852 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
853fi
854echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
925cross_compiling=$ac_cv_prog_cc_cross
926
927echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
928if test $ac_cv_prog_cxx_works = no; then
929 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
930fi
931echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
855echo "configure:856: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
932echo "configure:933: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
856echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
857cross_compiling=$ac_cv_prog_cxx_cross
858
859echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
933echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
934cross_compiling=$ac_cv_prog_cxx_cross
935
936echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
860echo "configure:861: checking whether we are using GNU C++" >&5
937echo "configure:938: checking whether we are using GNU C++" >&5
861if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
862 echo $ac_n "(cached) $ac_c" 1>&6
863else
864 cat > conftest.C <<EOF
865#ifdef __GNUC__
866 yes;
867#endif
868EOF
938if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
939 echo $ac_n "(cached) $ac_c" 1>&6
940else
941 cat > conftest.C <<EOF
942#ifdef __GNUC__
943 yes;
944#endif
945EOF
869if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:870: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
946if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:947: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
870 ac_cv_prog_gxx=yes
871else
872 ac_cv_prog_gxx=no
873fi
874fi
875
876echo "$ac_t""$ac_cv_prog_gxx" 1>&6
877
878if test $ac_cv_prog_gxx = yes; then
879 GXX=yes
947 ac_cv_prog_gxx=yes
948else
949 ac_cv_prog_gxx=no
950fi
951fi
952
953echo "$ac_t""$ac_cv_prog_gxx" 1>&6
954
955if test $ac_cv_prog_gxx = yes; then
956 GXX=yes
880 ac_test_CXXFLAGS="${CXXFLAGS+set}"
881 ac_save_CXXFLAGS="$CXXFLAGS"
882 CXXFLAGS=
883 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
884echo "configure:885: checking whether ${CXX-g++} accepts -g" >&5
957else
958 GXX=
959fi
960
961ac_test_CXXFLAGS="${CXXFLAGS+set}"
962ac_save_CXXFLAGS="$CXXFLAGS"
963CXXFLAGS=
964echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
965echo "configure:966: checking whether ${CXX-g++} accepts -g" >&5
885if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
886 echo $ac_n "(cached) $ac_c" 1>&6
887else
888 echo 'void f(){}' > conftest.cc
889if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
890 ac_cv_prog_cxx_g=yes
891else
892 ac_cv_prog_cxx_g=no
893fi
894rm -f conftest*
895
896fi
897
898echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
966if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
967 echo $ac_n "(cached) $ac_c" 1>&6
968else
969 echo 'void f(){}' > conftest.cc
970if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
971 ac_cv_prog_cxx_g=yes
972else
973 ac_cv_prog_cxx_g=no
974fi
975rm -f conftest*
976
977fi
978
979echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
899 if test "$ac_test_CXXFLAGS" = set; then
900 CXXFLAGS="$ac_save_CXXFLAGS"
901 elif test $ac_cv_prog_cxx_g = yes; then
980if test "$ac_test_CXXFLAGS" = set; then
981 CXXFLAGS="$ac_save_CXXFLAGS"
982elif test $ac_cv_prog_cxx_g = yes; then
983 if test "$GXX" = yes; then
902 CXXFLAGS="-g -O2"
903 else
984 CXXFLAGS="-g -O2"
985 else
904 CXXFLAGS="-O2"
986 CXXFLAGS="-g"
905 fi
906else
987 fi
988else
907 GXX=
908 test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
989 if test "$GXX" = yes; then
990 CXXFLAGS="-O2"
991 else
992 CXXFLAGS=
993 fi
909fi
910
911 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
994fi
995
996 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
912echo "configure:913: checking how to run the C++ preprocessor" >&5
997echo "configure:998: checking how to run the C++ preprocessor" >&5
913if test -z "$CXXCPP"; then
914if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
915 echo $ac_n "(cached) $ac_c" 1>&6
916else
917 ac_ext=C
918# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
919ac_cpp='$CXXCPP $CPPFLAGS'
920ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
998if test -z "$CXXCPP"; then
999if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
1000 echo $ac_n "(cached) $ac_c" 1>&6
1001else
1002 ac_ext=C
1003# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1004ac_cpp='$CXXCPP $CPPFLAGS'
1005ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
921ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1006ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
922cross_compiling=$ac_cv_prog_cxx_cross
923 CXXCPP="${CXX-g++} -E"
924 cat > conftest.$ac_ext <<EOF
1007cross_compiling=$ac_cv_prog_cxx_cross
1008 CXXCPP="${CXX-g++} -E"
1009 cat > conftest.$ac_ext <<EOF
925#line 926 "configure"
1010#line 1011 "configure"
926#include "confdefs.h"
927#include <stdlib.h>
928EOF
929ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1011#include "confdefs.h"
1012#include <stdlib.h>
1013EOF
1014ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
930{ (eval echo configure:931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
931ac_err=`grep -v '^ *+' conftest.out`
1015{ (eval echo configure:1016: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1016ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
932if test -z "$ac_err"; then
933 :
934else
935 echo "$ac_err" >&5
936 echo "configure: failed program was:" >&5
937 cat conftest.$ac_ext >&5
938 rm -rf conftest*
939 CXXCPP=/lib/cpp
940fi
941rm -f conftest*
942 ac_cv_prog_CXXCPP="$CXXCPP"
943ac_ext=c
944# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
945ac_cpp='$CPP $CPPFLAGS'
946ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1017if test -z "$ac_err"; then
1018 :
1019else
1020 echo "$ac_err" >&5
1021 echo "configure: failed program was:" >&5
1022 cat conftest.$ac_ext >&5
1023 rm -rf conftest*
1024 CXXCPP=/lib/cpp
1025fi
1026rm -f conftest*
1027 ac_cv_prog_CXXCPP="$CXXCPP"
1028ac_ext=c
1029# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1030ac_cpp='$CPP $CPPFLAGS'
1031ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
947ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1032ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
948cross_compiling=$ac_cv_prog_cc_cross
949fi
950fi
951CXXCPP="$ac_cv_prog_CXXCPP"
952echo "$ac_t""$CXXCPP" 1>&6
953
954 # Extract the first word of "ranlib", so it can be a program name with args.
955set dummy ranlib; ac_word=$2
956echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1033cross_compiling=$ac_cv_prog_cc_cross
1034fi
1035fi
1036CXXCPP="$ac_cv_prog_CXXCPP"
1037echo "$ac_t""$CXXCPP" 1>&6
1038
1039 # Extract the first word of "ranlib", so it can be a program name with args.
1040set dummy ranlib; ac_word=$2
1041echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
957echo "configure:958: checking for $ac_word" >&5
1042echo "configure:1043: checking for $ac_word" >&5
958if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
959 echo $ac_n "(cached) $ac_c" 1>&6
960else
961 if test -n "$RANLIB"; then
962 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
963else
1043if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1044 echo $ac_n "(cached) $ac_c" 1>&6
1045else
1046 if test -n "$RANLIB"; then
1047 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1048else
964 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
965 for ac_dir in $PATH; do
1049 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1050 ac_dummy="$PATH"
1051 for ac_dir in $ac_dummy; do
966 test -z "$ac_dir" && ac_dir=.
967 if test -f $ac_dir/$ac_word; then
968 ac_cv_prog_RANLIB="ranlib"
969 break
970 fi
971 done
972 IFS="$ac_save_ifs"
973 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB="true"

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

986# SysV /etc/install, /usr/sbin/install
987# SunOS /usr/etc/install
988# IRIX /sbin/install
989# AIX /bin/install
990# AFS /usr/afsws/bin/install, which mishandles nonexistent args
991# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
992# ./install, which can be erroneously created by make from ./install.sh.
993echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1052 test -z "$ac_dir" && ac_dir=.
1053 if test -f $ac_dir/$ac_word; then
1054 ac_cv_prog_RANLIB="ranlib"
1055 break
1056 fi
1057 done
1058 IFS="$ac_save_ifs"
1059 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB="true"

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

1072# SysV /etc/install, /usr/sbin/install
1073# SunOS /usr/etc/install
1074# IRIX /sbin/install
1075# AIX /bin/install
1076# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1077# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1078# ./install, which can be erroneously created by make from ./install.sh.
1079echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
994echo "configure:995: checking for a BSD compatible install" >&5
1080echo "configure:1081: checking for a BSD compatible install" >&5
995if test -z "$INSTALL"; then
996if eval "test \"`echo '$''{'cl_cv_path_install'+set}'`\" = set"; then
997 echo $ac_n "(cached) $ac_c" 1>&6
998else
999 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1000 for ac_dir in $PATH; do
1001 # Account for people who put trailing slashes in PATH elements.
1002 case "$ac_dir/" in

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

1011 # OSF/1 installbsd also uses dspmsg, but is usable.
1012 :
1013 else
1014 if test $ac_prog = installbsd &&
1015 grep src/bos $ac_dir/$ac_prog >/dev/null 2>&1; then
1016 # AIX installbsd doesn't work without option "-g".
1017 :
1018 else
1081if test -z "$INSTALL"; then
1082if eval "test \"`echo '$''{'cl_cv_path_install'+set}'`\" = set"; then
1083 echo $ac_n "(cached) $ac_c" 1>&6
1084else
1085 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1086 for ac_dir in $PATH; do
1087 # Account for people who put trailing slashes in PATH elements.
1088 case "$ac_dir/" in

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

1097 # OSF/1 installbsd also uses dspmsg, but is usable.
1098 :
1099 else
1100 if test $ac_prog = installbsd &&
1101 grep src/bos $ac_dir/$ac_prog >/dev/null 2>&1; then
1102 # AIX installbsd doesn't work without option "-g".
1103 :
1104 else
1019 ac_cv_path_install="$ac_dir/$ac_prog -c"
1105 cl_cv_path_install="$ac_dir/$ac_prog -c"
1020 break 2
1021 fi
1022 fi
1023 fi
1024 done
1025 ;;
1026 esac
1027 done

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

1061#
1062EOF
1063# The following way of writing the cache mishandles newlines in values,
1064# but we know of no workaround that is simple, portable, and efficient.
1065# So, don't put newlines in cache variables' values.
1066# Ultrix sh set writes to stderr and can't be redirected directly,
1067# and sets the high bit in the cache file unless we assign to the vars.
1068(set) 2>&1 |
1106 break 2
1107 fi
1108 fi
1109 fi
1110 done
1111 ;;
1112 esac
1113 done

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

1147#
1148EOF
1149# The following way of writing the cache mishandles newlines in values,
1150# but we know of no workaround that is simple, portable, and efficient.
1151# So, don't put newlines in cache variables' values.
1152# Ultrix sh set writes to stderr and can't be redirected directly,
1153# and sets the high bit in the cache file unless we assign to the vars.
1154(set) 2>&1 |
1069 case `(ac_space=' '; set) 2>&1` in
1155 case `(ac_space=' '; set | grep ac_space) 2>&1` in
1070 *ac_space=\ *)
1071 # `set' does not quote correctly, so add quotes (double-quote substitution
1072 # turns \\\\ into \\, and sed turns \\ into \).
1073 sed -n \
1074 -e "s/'/'\\\\''/g" \
1075 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1076 ;;
1077 *)

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

1140ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1141for ac_option
1142do
1143 case "\$ac_option" in
1144 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1145 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1146 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1147 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1156 *ac_space=\ *)
1157 # `set' does not quote correctly, so add quotes (double-quote substitution
1158 # turns \\\\ into \\, and sed turns \\ into \).
1159 sed -n \
1160 -e "s/'/'\\\\''/g" \
1161 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1162 ;;
1163 *)

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

1226ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1227for ac_option
1228do
1229 case "\$ac_option" in
1230 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1231 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1232 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1233 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1148 echo "$CONFIG_STATUS generated by autoconf version 2.12"
1234 echo "$CONFIG_STATUS generated by autoconf version 2.13"
1149 exit 0 ;;
1150 -help | --help | --hel | --he | --h)
1151 echo "\$ac_cs_usage"; exit 0 ;;
1152 *) echo "\$ac_cs_usage"; exit 1 ;;
1153 esac
1154done
1155
1156ac_given_srcdir=$srcdir
1157
1158trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1159EOF
1160cat >> $CONFIG_STATUS <<EOF
1161
1162# Protect against being on the right side of a sed subst in config.status.
1163sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1164 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1165$ac_vpsub
1166$extrasub
1235 exit 0 ;;
1236 -help | --help | --hel | --he | --h)
1237 echo "\$ac_cs_usage"; exit 0 ;;
1238 *) echo "\$ac_cs_usage"; exit 1 ;;
1239 esac
1240done
1241
1242ac_given_srcdir=$srcdir
1243
1244trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1245EOF
1246cat >> $CONFIG_STATUS <<EOF
1247
1248# Protect against being on the right side of a sed subst in config.status.
1249sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1250 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1251$ac_vpsub
1252$extrasub
1253s%@SHELL@%$SHELL%g
1167s%@CFLAGS@%$CFLAGS%g
1168s%@CPPFLAGS@%$CPPFLAGS%g
1169s%@CXXFLAGS@%$CXXFLAGS%g
1254s%@CFLAGS@%$CFLAGS%g
1255s%@CPPFLAGS@%$CPPFLAGS%g
1256s%@CXXFLAGS@%$CXXFLAGS%g
1257s%@FFLAGS@%$FFLAGS%g
1170s%@DEFS@%$DEFS%g
1171s%@LDFLAGS@%$LDFLAGS%g
1172s%@LIBS@%$LIBS%g
1173s%@exec_prefix@%$exec_prefix%g
1174s%@prefix@%$prefix%g
1175s%@program_transform_name@%$program_transform_name%g
1176s%@bindir@%$bindir%g
1177s%@sbindir@%$sbindir%g

--- 126 unchanged lines hidden ---
1258s%@DEFS@%$DEFS%g
1259s%@LDFLAGS@%$LDFLAGS%g
1260s%@LIBS@%$LIBS%g
1261s%@exec_prefix@%$exec_prefix%g
1262s%@prefix@%$prefix%g
1263s%@program_transform_name@%$program_transform_name%g
1264s%@bindir@%$bindir%g
1265s%@sbindir@%$sbindir%g

--- 126 unchanged lines hidden ---