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

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

581#
582EOF
583# The following way of writing the cache mishandles newlines in values,
584# but we know of no workaround that is simple, portable, and efficient.
585# So, don't put newlines in cache variables' values.
586# Ultrix sh set writes to stderr and can't be redirected directly,
587# and sets the high bit in the cache file unless we assign to the vars.
588(set) 2>&1 |
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

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

584#
585EOF
586# The following way of writing the cache mishandles newlines in values,
587# but we know of no workaround that is simple, portable, and efficient.
588# So, don't put newlines in cache variables' values.
589# Ultrix sh set writes to stderr and can't be redirected directly,
590# and sets the high bit in the cache file unless we assign to the vars.
591(set) 2>&1 |
589 case `(ac_space=' '; set) 2>&1` in
592 case `(ac_space=' '; set | grep ac_space) 2>&1` in
590 *ac_space=\ *)
591 # `set' does not quote correctly, so add quotes (double-quote substitution
592 # turns \\\\ into \\, and sed turns \\ into \).
593 sed -n \
594 -e "s/'/'\\\\''/g" \
595 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
596 ;;
597 *)

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

660ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
661for ac_option
662do
663 case "\$ac_option" in
664 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
665 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
666 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
667 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
593 *ac_space=\ *)
594 # `set' does not quote correctly, so add quotes (double-quote substitution
595 # turns \\\\ into \\, and sed turns \\ into \).
596 sed -n \
597 -e "s/'/'\\\\''/g" \
598 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
599 ;;
600 *)

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

663ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
664for ac_option
665do
666 case "\$ac_option" in
667 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
668 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
669 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
670 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
668 echo "$CONFIG_STATUS generated by autoconf version 2.12"
671 echo "$CONFIG_STATUS generated by autoconf version 2.13"
669 exit 0 ;;
670 -help | --help | --hel | --he | --h)
671 echo "\$ac_cs_usage"; exit 0 ;;
672 *) echo "\$ac_cs_usage"; exit 1 ;;
673 esac
674done
675
676ac_given_srcdir=$srcdir
677
678trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
679EOF
680cat >> $CONFIG_STATUS <<EOF
681
682# Protect against being on the right side of a sed subst in config.status.
683sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
684 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
685$ac_vpsub
686$extrasub
672 exit 0 ;;
673 -help | --help | --hel | --he | --h)
674 echo "\$ac_cs_usage"; exit 0 ;;
675 *) echo "\$ac_cs_usage"; exit 1 ;;
676 esac
677done
678
679ac_given_srcdir=$srcdir
680
681trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
682EOF
683cat >> $CONFIG_STATUS <<EOF
684
685# Protect against being on the right side of a sed subst in config.status.
686sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
687 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
688$ac_vpsub
689$extrasub
690s%@SHELL@%$SHELL%g
687s%@CFLAGS@%$CFLAGS%g
688s%@CPPFLAGS@%$CPPFLAGS%g
689s%@CXXFLAGS@%$CXXFLAGS%g
691s%@CFLAGS@%$CFLAGS%g
692s%@CPPFLAGS@%$CPPFLAGS%g
693s%@CXXFLAGS@%$CXXFLAGS%g
694s%@FFLAGS@%$FFLAGS%g
690s%@DEFS@%$DEFS%g
691s%@LDFLAGS@%$LDFLAGS%g
692s%@LIBS@%$LIBS%g
693s%@exec_prefix@%$exec_prefix%g
694s%@prefix@%$prefix%g
695s%@program_transform_name@%$program_transform_name%g
696s%@bindir@%$bindir%g
697s%@sbindir@%$sbindir%g

--- 212 unchanged lines hidden ---
695s%@DEFS@%$DEFS%g
696s%@LDFLAGS@%$LDFLAGS%g
697s%@LIBS@%$LIBS%g
698s%@exec_prefix@%$exec_prefix%g
699s%@prefix@%$prefix%g
700s%@program_transform_name@%$program_transform_name%g
701s%@bindir@%$bindir%g
702s%@sbindir@%$sbindir%g

--- 212 unchanged lines hidden ---