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
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
524PACKAGE=gperf
525
521echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
526echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
522echo "configure:523: checking whether ${MAKE-make} sets \${MAKE}" >&5
527echo "configure:528: 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

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

551# SysV /etc/install, /usr/sbin/install
552# SunOS /usr/etc/install
553# IRIX /sbin/install
554# AIX /bin/install
555# AFS /usr/afsws/bin/install, which mishandles nonexistent args
556# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
557# ./install, which can be erroneously created by make from ./install.sh.
558echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
528set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
529if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
530 echo $ac_n "(cached) $ac_c" 1>&6
531else
532 cat > conftestmake <<\EOF
533all:
534 @echo 'ac_maketemp="${MAKE}"'
535EOF

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

556# SysV /etc/install, /usr/sbin/install
557# SunOS /usr/etc/install
558# IRIX /sbin/install
559# AIX /bin/install
560# AFS /usr/afsws/bin/install, which mishandles nonexistent args
561# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
562# ./install, which can be erroneously created by make from ./install.sh.
563echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
559echo "configure:560: checking for a BSD compatible install" >&5
564echo "configure:565: checking for a BSD compatible install" >&5
560if test -z "$INSTALL"; then
561if eval "test \"`echo '$''{'cl_cv_path_install'+set}'`\" = set"; then
562 echo $ac_n "(cached) $ac_c" 1>&6
563else
564 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
565 for ac_dir in $PATH; do
566 # Account for people who put trailing slashes in PATH elements.
567 case "$ac_dir/" in

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

576 # OSF/1 installbsd also uses dspmsg, but is usable.
577 :
578 else
579 if test $ac_prog = installbsd &&
580 grep src/bos $ac_dir/$ac_prog >/dev/null 2>&1; then
581 # AIX installbsd doesn't work without option "-g".
582 :
583 else
565if test -z "$INSTALL"; then
566if eval "test \"`echo '$''{'cl_cv_path_install'+set}'`\" = set"; then
567 echo $ac_n "(cached) $ac_c" 1>&6
568else
569 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
570 for ac_dir in $PATH; do
571 # Account for people who put trailing slashes in PATH elements.
572 case "$ac_dir/" in

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

581 # OSF/1 installbsd also uses dspmsg, but is usable.
582 :
583 else
584 if test $ac_prog = installbsd &&
585 grep src/bos $ac_dir/$ac_prog >/dev/null 2>&1; then
586 # AIX installbsd doesn't work without option "-g".
587 :
588 else
584 ac_cv_path_install="$ac_dir/$ac_prog -c"
589 cl_cv_path_install="$ac_dir/$ac_prog -c"
585 break 2
586 fi
587 fi
588 fi
589 done
590 ;;
591 esac
592 done

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

626#
627EOF
628# The following way of writing the cache mishandles newlines in values,
629# but we know of no workaround that is simple, portable, and efficient.
630# So, don't put newlines in cache variables' values.
631# Ultrix sh set writes to stderr and can't be redirected directly,
632# and sets the high bit in the cache file unless we assign to the vars.
633(set) 2>&1 |
590 break 2
591 fi
592 fi
593 fi
594 done
595 ;;
596 esac
597 done

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

631#
632EOF
633# The following way of writing the cache mishandles newlines in values,
634# but we know of no workaround that is simple, portable, and efficient.
635# So, don't put newlines in cache variables' values.
636# Ultrix sh set writes to stderr and can't be redirected directly,
637# and sets the high bit in the cache file unless we assign to the vars.
638(set) 2>&1 |
634 case `(ac_space=' '; set) 2>&1` in
639 case `(ac_space=' '; set | grep ac_space) 2>&1` in
635 *ac_space=\ *)
636 # `set' does not quote correctly, so add quotes (double-quote substitution
637 # turns \\\\ into \\, and sed turns \\ into \).
638 sed -n \
639 -e "s/'/'\\\\''/g" \
640 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
641 ;;
642 *)

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

705ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
706for ac_option
707do
708 case "\$ac_option" in
709 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
710 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
711 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
712 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
640 *ac_space=\ *)
641 # `set' does not quote correctly, so add quotes (double-quote substitution
642 # turns \\\\ into \\, and sed turns \\ into \).
643 sed -n \
644 -e "s/'/'\\\\''/g" \
645 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
646 ;;
647 *)

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

710ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
711for ac_option
712do
713 case "\$ac_option" in
714 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
715 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
716 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
717 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
713 echo "$CONFIG_STATUS generated by autoconf version 2.12"
718 echo "$CONFIG_STATUS generated by autoconf version 2.13"
714 exit 0 ;;
715 -help | --help | --hel | --he | --h)
716 echo "\$ac_cs_usage"; exit 0 ;;
717 *) echo "\$ac_cs_usage"; exit 1 ;;
718 esac
719done
720
721ac_given_srcdir=$srcdir
722
723trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
724EOF
725cat >> $CONFIG_STATUS <<EOF
726
727# Protect against being on the right side of a sed subst in config.status.
728sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
729 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
730$ac_vpsub
731$extrasub
719 exit 0 ;;
720 -help | --help | --hel | --he | --h)
721 echo "\$ac_cs_usage"; exit 0 ;;
722 *) echo "\$ac_cs_usage"; exit 1 ;;
723 esac
724done
725
726ac_given_srcdir=$srcdir
727
728trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
729EOF
730cat >> $CONFIG_STATUS <<EOF
731
732# Protect against being on the right side of a sed subst in config.status.
733sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
734 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
735$ac_vpsub
736$extrasub
737s%@SHELL@%$SHELL%g
732s%@CFLAGS@%$CFLAGS%g
733s%@CPPFLAGS@%$CPPFLAGS%g
734s%@CXXFLAGS@%$CXXFLAGS%g
738s%@CFLAGS@%$CFLAGS%g
739s%@CPPFLAGS@%$CPPFLAGS%g
740s%@CXXFLAGS@%$CXXFLAGS%g
741s%@FFLAGS@%$FFLAGS%g
735s%@DEFS@%$DEFS%g
736s%@LDFLAGS@%$LDFLAGS%g
737s%@LIBS@%$LIBS%g
738s%@exec_prefix@%$exec_prefix%g
739s%@prefix@%$prefix%g
740s%@program_transform_name@%$program_transform_name%g
741s%@bindir@%$bindir%g
742s%@sbindir@%$sbindir%g
743s%@libexecdir@%$libexecdir%g
744s%@datadir@%$datadir%g
745s%@sysconfdir@%$sysconfdir%g
746s%@sharedstatedir@%$sharedstatedir%g
747s%@localstatedir@%$localstatedir%g
748s%@libdir@%$libdir%g
749s%@includedir@%$includedir%g
750s%@oldincludedir@%$oldincludedir%g
751s%@infodir@%$infodir%g
752s%@mandir@%$mandir%g
742s%@DEFS@%$DEFS%g
743s%@LDFLAGS@%$LDFLAGS%g
744s%@LIBS@%$LIBS%g
745s%@exec_prefix@%$exec_prefix%g
746s%@prefix@%$prefix%g
747s%@program_transform_name@%$program_transform_name%g
748s%@bindir@%$bindir%g
749s%@sbindir@%$sbindir%g
750s%@libexecdir@%$libexecdir%g
751s%@datadir@%$datadir%g
752s%@sysconfdir@%$sysconfdir%g
753s%@sharedstatedir@%$sharedstatedir%g
754s%@localstatedir@%$localstatedir%g
755s%@libdir@%$libdir%g
756s%@includedir@%$includedir%g
757s%@oldincludedir@%$oldincludedir%g
758s%@infodir@%$infodir%g
759s%@mandir@%$mandir%g
760s%@PACKAGE@%$PACKAGE%g
753s%@SET_MAKE@%$SET_MAKE%g
754s%@INSTALL@%$INSTALL%g
755s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
756s%@INSTALL_DATA@%$INSTALL_DATA%g
757
758CEOF
759EOF
760

--- 103 unchanged lines hidden ---
761s%@SET_MAKE@%$SET_MAKE%g
762s%@INSTALL@%$INSTALL%g
763s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
764s%@INSTALL_DATA@%$INSTALL_DATA%g
765
766CEOF
767EOF
768

--- 103 unchanged lines hidden ---