/[public]/psiconv/trunk/configure
ViewVC logotype

Diff of /psiconv/trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2 Revision 15
25 --disable-html-docs Disable generation of HTML 3.2 docs (default: on)" 25 --disable-html-docs Disable generation of HTML 3.2 docs (default: on)"
26ac_help="$ac_help 26ac_help="$ac_help
27 --enable-html4-docs Enable generation of HTML 4 docs (default: off)" 27 --enable-html4-docs Enable generation of HTML 4 docs (default: off)"
28ac_help="$ac_help 28ac_help="$ac_help
29 --enable-ascii-docs Enable generation of ASCII docs (default: off)" 29 --enable-ascii-docs Enable generation of ASCII docs (default: off)"
30ac_help="$ac_help
31 --enable-rtf-docs Enable generation of RTF docs (default: off)"
30 32
31# Initialize some variables set by options. 33# Initialize some variables set by options.
32# The variables have the same names as the options, with 34# The variables have the same names as the options, with
33# dashes changed to underlines. 35# dashes changed to underlines.
34build=NONE 36build=NONE
566# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 568# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
567# AFS /usr/afsws/bin/install, which mishandles nonexistent args 569# AFS /usr/afsws/bin/install, which mishandles nonexistent args
568# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 570# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
569# ./install, which can be erroneously created by make from ./install.sh. 571# ./install, which can be erroneously created by make from ./install.sh.
570echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 572echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
571echo "configure:572: checking for a BSD compatible install" >&5 573echo "configure:574: checking for a BSD compatible install" >&5
572if test -z "$INSTALL"; then 574if test -z "$INSTALL"; then
573if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 575if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
574 echo $ac_n "(cached) $ac_c" 1>&6 576 echo $ac_n "(cached) $ac_c" 1>&6
575else 577else
576 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 578 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
619test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 621test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
620 622
621test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 623test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
622 624
623echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 625echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
624echo "configure:625: checking whether build environment is sane" >&5 626echo "configure:627: checking whether build environment is sane" >&5
625# Just in case 627# Just in case
626sleep 1 628sleep 1
627echo timestamp > conftestfile 629echo timestamp > conftestfile
628# Do `set' in a subshell so we don't clobber the current shell's 630# Do `set' in a subshell so we don't clobber the current shell's
629# arguments. Must try -L first in case configure is actually a 631# arguments. Must try -L first in case configure is actually a
676 678
677# sed with no file args requires a program. 679# sed with no file args requires a program.
678test "$program_transform_name" = "" && program_transform_name="s,x,x," 680test "$program_transform_name" = "" && program_transform_name="s,x,x,"
679 681
680echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 682echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
681echo "configure:682: checking whether ${MAKE-make} sets \${MAKE}" >&5 683echo "configure:684: checking whether ${MAKE-make} sets \${MAKE}" >&5
682set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 684set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
683if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 685if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
684 echo $ac_n "(cached) $ac_c" 1>&6 686 echo $ac_n "(cached) $ac_c" 1>&6
685else 687else
686 cat > conftestmake <<\EOF 688 cat > conftestmake <<\EOF
705fi 707fi
706 708
707 709
708PACKAGE=psiconv 710PACKAGE=psiconv
709 711
710VERSION=0.5.0 712VERSION=0.5.0a
711 713
712if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 714if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
713 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 715 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
714fi 716fi
715cat >> confdefs.h <<EOF 717cat >> confdefs.h <<EOF
722 724
723 725
724 726
725missing_dir=`cd $ac_aux_dir && pwd` 727missing_dir=`cd $ac_aux_dir && pwd`
726echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 728echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
727echo "configure:728: checking for working aclocal" >&5 729echo "configure:730: checking for working aclocal" >&5
728# Run test in a subshell; some versions of sh will print an error if 730# Run test in a subshell; some versions of sh will print an error if
729# an executable is not found, even if stderr is redirected. 731# an executable is not found, even if stderr is redirected.
730# Redirect stdin to placate older versions of autoconf. Sigh. 732# Redirect stdin to placate older versions of autoconf. Sigh.
731if (aclocal --version) < /dev/null > /dev/null 2>&1; then 733if (aclocal --version) < /dev/null > /dev/null 2>&1; then
732 ACLOCAL=aclocal 734 ACLOCAL=aclocal
735 ACLOCAL="$missing_dir/missing aclocal" 737 ACLOCAL="$missing_dir/missing aclocal"
736 echo "$ac_t""missing" 1>&6 738 echo "$ac_t""missing" 1>&6
737fi 739fi
738 740
739echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 741echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
740echo "configure:741: checking for working autoconf" >&5 742echo "configure:743: checking for working autoconf" >&5
741# Run test in a subshell; some versions of sh will print an error if 743# Run test in a subshell; some versions of sh will print an error if
742# an executable is not found, even if stderr is redirected. 744# an executable is not found, even if stderr is redirected.
743# Redirect stdin to placate older versions of autoconf. Sigh. 745# Redirect stdin to placate older versions of autoconf. Sigh.
744if (autoconf --version) < /dev/null > /dev/null 2>&1; then 746if (autoconf --version) < /dev/null > /dev/null 2>&1; then
745 AUTOCONF=autoconf 747 AUTOCONF=autoconf
748 AUTOCONF="$missing_dir/missing autoconf" 750 AUTOCONF="$missing_dir/missing autoconf"
749 echo "$ac_t""missing" 1>&6 751 echo "$ac_t""missing" 1>&6
750fi 752fi
751 753
752echo $ac_n "checking for working automake""... $ac_c" 1>&6 754echo $ac_n "checking for working automake""... $ac_c" 1>&6
753echo "configure:754: checking for working automake" >&5 755echo "configure:756: checking for working automake" >&5
754# Run test in a subshell; some versions of sh will print an error if 756# Run test in a subshell; some versions of sh will print an error if
755# an executable is not found, even if stderr is redirected. 757# an executable is not found, even if stderr is redirected.
756# Redirect stdin to placate older versions of autoconf. Sigh. 758# Redirect stdin to placate older versions of autoconf. Sigh.
757if (automake --version) < /dev/null > /dev/null 2>&1; then 759if (automake --version) < /dev/null > /dev/null 2>&1; then
758 AUTOMAKE=automake 760 AUTOMAKE=automake
761 AUTOMAKE="$missing_dir/missing automake" 763 AUTOMAKE="$missing_dir/missing automake"
762 echo "$ac_t""missing" 1>&6 764 echo "$ac_t""missing" 1>&6
763fi 765fi
764 766
765echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 767echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
766echo "configure:767: checking for working autoheader" >&5 768echo "configure:769: checking for working autoheader" >&5
767# Run test in a subshell; some versions of sh will print an error if 769# Run test in a subshell; some versions of sh will print an error if
768# an executable is not found, even if stderr is redirected. 770# an executable is not found, even if stderr is redirected.
769# Redirect stdin to placate older versions of autoconf. Sigh. 771# Redirect stdin to placate older versions of autoconf. Sigh.
770if (autoheader --version) < /dev/null > /dev/null 2>&1; then 772if (autoheader --version) < /dev/null > /dev/null 2>&1; then
771 AUTOHEADER=autoheader 773 AUTOHEADER=autoheader
774 AUTOHEADER="$missing_dir/missing autoheader" 776 AUTOHEADER="$missing_dir/missing autoheader"
775 echo "$ac_t""missing" 1>&6 777 echo "$ac_t""missing" 1>&6
776fi 778fi
777 779
778echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 780echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
779echo "configure:780: checking for working makeinfo" >&5 781echo "configure:782: checking for working makeinfo" >&5
780# Run test in a subshell; some versions of sh will print an error if 782# Run test in a subshell; some versions of sh will print an error if
781# an executable is not found, even if stderr is redirected. 783# an executable is not found, even if stderr is redirected.
782# Redirect stdin to placate older versions of autoconf. Sigh. 784# Redirect stdin to placate older versions of autoconf. Sigh.
783if (makeinfo --version) < /dev/null > /dev/null 2>&1; then 785if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
784 MAKEINFO=makeinfo 786 MAKEINFO=makeinfo
868if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 870if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
869else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 871else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
870fi 872fi
871 873
872echo $ac_n "checking host system type""... $ac_c" 1>&6 874echo $ac_n "checking host system type""... $ac_c" 1>&6
873echo "configure:874: checking host system type" >&5 875echo "configure:876: checking host system type" >&5
874 876
875host_alias=$host 877host_alias=$host
876case "$host_alias" in 878case "$host_alias" in
877NONE) 879NONE)
878 case $nonopt in 880 case $nonopt in
889host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 891host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
890host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 892host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
891echo "$ac_t""$host" 1>&6 893echo "$ac_t""$host" 1>&6
892 894
893echo $ac_n "checking build system type""... $ac_c" 1>&6 895echo $ac_n "checking build system type""... $ac_c" 1>&6
894echo "configure:895: checking build system type" >&5 896echo "configure:897: checking build system type" >&5
895 897
896build_alias=$build 898build_alias=$build
897case "$build_alias" in 899case "$build_alias" in
898NONE) 900NONE)
899 case $nonopt in 901 case $nonopt in
909echo "$ac_t""$build" 1>&6 911echo "$ac_t""$build" 1>&6
910 912
911# Extract the first word of "ranlib", so it can be a program name with args. 913# Extract the first word of "ranlib", so it can be a program name with args.
912set dummy ranlib; ac_word=$2 914set dummy ranlib; ac_word=$2
913echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 915echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
914echo "configure:915: checking for $ac_word" >&5 916echo "configure:917: checking for $ac_word" >&5
915if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 917if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
916 echo $ac_n "(cached) $ac_c" 1>&6 918 echo $ac_n "(cached) $ac_c" 1>&6
917else 919else
918 if test -n "$RANLIB"; then 920 if test -n "$RANLIB"; then
919 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 921 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
939fi 941fi
940 942
941# Extract the first word of "gcc", so it can be a program name with args. 943# Extract the first word of "gcc", so it can be a program name with args.
942set dummy gcc; ac_word=$2 944set dummy gcc; ac_word=$2
943echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 945echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
944echo "configure:945: checking for $ac_word" >&5 946echo "configure:947: checking for $ac_word" >&5
945if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 947if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
946 echo $ac_n "(cached) $ac_c" 1>&6 948 echo $ac_n "(cached) $ac_c" 1>&6
947else 949else
948 if test -n "$CC"; then 950 if test -n "$CC"; then
949 ac_cv_prog_CC="$CC" # Let the user override the test. 951 ac_cv_prog_CC="$CC" # Let the user override the test.
969 971
970if test -z "$CC"; then 972if test -z "$CC"; then
971 # Extract the first word of "cc", so it can be a program name with args. 973 # Extract the first word of "cc", so it can be a program name with args.
972set dummy cc; ac_word=$2 974set dummy cc; ac_word=$2
973echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 975echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
974echo "configure:975: checking for $ac_word" >&5 976echo "configure:977: checking for $ac_word" >&5
975if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 977if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
976 echo $ac_n "(cached) $ac_c" 1>&6 978 echo $ac_n "(cached) $ac_c" 1>&6
977else 979else
978 if test -n "$CC"; then 980 if test -n "$CC"; then
979 ac_cv_prog_CC="$CC" # Let the user override the test. 981 ac_cv_prog_CC="$CC" # Let the user override the test.
1020 case "`uname -s`" in 1022 case "`uname -s`" in
1021 *win32* | *WIN32*) 1023 *win32* | *WIN32*)
1022 # Extract the first word of "cl", so it can be a program name with args. 1024 # Extract the first word of "cl", so it can be a program name with args.
1023set dummy cl; ac_word=$2 1025set dummy cl; ac_word=$2
1024echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1026echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1025echo "configure:1026: checking for $ac_word" >&5 1027echo "configure:1028: checking for $ac_word" >&5
1026if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1028if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1027 echo $ac_n "(cached) $ac_c" 1>&6 1029 echo $ac_n "(cached) $ac_c" 1>&6
1028else 1030else
1029 if test -n "$CC"; then 1031 if test -n "$CC"; then
1030 ac_cv_prog_CC="$CC" # Let the user override the test. 1032 ac_cv_prog_CC="$CC" # Let the user override the test.
1052 fi 1054 fi
1053 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 1055 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1054fi 1056fi
1055 1057
1056echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1058echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1057echo "configure:1058: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1059echo "configure:1060: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1058 1060
1059ac_ext=c 1061ac_ext=c
1060# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1062# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1061ac_cpp='$CPP $CPPFLAGS' 1063ac_cpp='$CPP $CPPFLAGS'
1062ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1064ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1063ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1065ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1064cross_compiling=$ac_cv_prog_cc_cross 1066cross_compiling=$ac_cv_prog_cc_cross
1065 1067
1066cat > conftest.$ac_ext << EOF 1068cat > conftest.$ac_ext << EOF
1067 1069
1068#line 1069 "configure" 1070#line 1071 "configure"
1069#include "confdefs.h" 1071#include "confdefs.h"
1070 1072
1071main(){return(0);} 1073main(){return(0);}
1072EOF 1074EOF
1073if { (eval echo configure:1074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1075if { (eval echo configure:1076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1074 ac_cv_prog_cc_works=yes 1076 ac_cv_prog_cc_works=yes
1075 # If we can't run a trivial program, we are probably using a cross compiler. 1077 # If we can't run a trivial program, we are probably using a cross compiler.
1076 if (./conftest; exit) 2>/dev/null; then 1078 if (./conftest; exit) 2>/dev/null; then
1077 ac_cv_prog_cc_cross=no 1079 ac_cv_prog_cc_cross=no
1078 else 1080 else
1094echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 1096echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1095if test $ac_cv_prog_cc_works = no; then 1097if test $ac_cv_prog_cc_works = no; then
1096 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 1098 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1097fi 1099fi
1098echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1100echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1099echo "configure:1100: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1101echo "configure:1102: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1100echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1102echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1101cross_compiling=$ac_cv_prog_cc_cross 1103cross_compiling=$ac_cv_prog_cc_cross
1102 1104
1103echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1105echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1104echo "configure:1105: checking whether we are using GNU C" >&5 1106echo "configure:1107: checking whether we are using GNU C" >&5
1105if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1107if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1106 echo $ac_n "(cached) $ac_c" 1>&6 1108 echo $ac_n "(cached) $ac_c" 1>&6
1107else 1109else
1108 cat > conftest.c <<EOF 1110 cat > conftest.c <<EOF
1109#ifdef __GNUC__ 1111#ifdef __GNUC__
1110 yes; 1112 yes;
1111#endif 1113#endif
1112EOF 1114EOF
1113if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1114: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1115if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1114 ac_cv_prog_gcc=yes 1116 ac_cv_prog_gcc=yes
1115else 1117else
1116 ac_cv_prog_gcc=no 1118 ac_cv_prog_gcc=no
1117fi 1119fi
1118fi 1120fi
1127 1129
1128ac_test_CFLAGS="${CFLAGS+set}" 1130ac_test_CFLAGS="${CFLAGS+set}"
1129ac_save_CFLAGS="$CFLAGS" 1131ac_save_CFLAGS="$CFLAGS"
1130CFLAGS= 1132CFLAGS=
1131echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1133echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1132echo "configure:1133: checking whether ${CC-cc} accepts -g" >&5 1134echo "configure:1135: checking whether ${CC-cc} accepts -g" >&5
1133if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1135if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1134 echo $ac_n "(cached) $ac_c" 1>&6 1136 echo $ac_n "(cached) $ac_c" 1>&6
1135else 1137else
1136 echo 'void f(){}' > conftest.c 1138 echo 'void f(){}' > conftest.c
1137if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 1139if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1170 1172
1171ac_prog=ld 1173ac_prog=ld
1172if test "$ac_cv_prog_gcc" = yes; then 1174if test "$ac_cv_prog_gcc" = yes; then
1173 # Check if gcc -print-prog-name=ld gives a path. 1175 # Check if gcc -print-prog-name=ld gives a path.
1174 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1176 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1175echo "configure:1176: checking for ld used by GCC" >&5 1177echo "configure:1178: checking for ld used by GCC" >&5
1176 ac_prog=`($CC -print-prog-name=ld) 2>&5` 1178 ac_prog=`($CC -print-prog-name=ld) 2>&5`
1177 case "$ac_prog" in 1179 case "$ac_prog" in
1178 # Accept absolute paths. 1180 # Accept absolute paths.
1179 [\\/]* | [A-Za-z]:[\\/]*) 1181 [\\/]* | [A-Za-z]:[\\/]*)
1180 re_direlt='/[^/][^/]*/\.\./' 1182 re_direlt='/[^/][^/]*/\.\./'
1194 with_gnu_ld=unknown 1196 with_gnu_ld=unknown
1195 ;; 1197 ;;
1196 esac 1198 esac
1197elif test "$with_gnu_ld" = yes; then 1199elif test "$with_gnu_ld" = yes; then
1198 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1200 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1199echo "configure:1200: checking for GNU ld" >&5 1201echo "configure:1202: checking for GNU ld" >&5
1200else 1202else
1201 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1203 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1202echo "configure:1203: checking for non-GNU ld" >&5 1204echo "configure:1205: checking for non-GNU ld" >&5
1203fi 1205fi
1204if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then 1206if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1205 echo $ac_n "(cached) $ac_c" 1>&6 1207 echo $ac_n "(cached) $ac_c" 1>&6
1206else 1208else
1207 if test -z "$LD"; then 1209 if test -z "$LD"; then
1233 echo "$ac_t""no" 1>&6 1235 echo "$ac_t""no" 1>&6
1234fi 1236fi
1235test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1237test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1236 1238
1237echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1239echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1238echo "configure:1239: checking if the linker ($LD) is GNU ld" >&5 1240echo "configure:1241: checking if the linker ($LD) is GNU ld" >&5
1239if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then 1241if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1240 echo $ac_n "(cached) $ac_c" 1>&6 1242 echo $ac_n "(cached) $ac_c" 1>&6
1241else 1243else
1242 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 1244 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1243if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 1245if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1249 1251
1250echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6 1252echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1251 1253
1252 1254
1253echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1255echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1254echo "configure:1255: checking for BSD-compatible nm" >&5 1256echo "configure:1257: checking for BSD-compatible nm" >&5
1255if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then 1257if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1256 echo $ac_n "(cached) $ac_c" 1>&6 1258 echo $ac_n "(cached) $ac_c" 1>&6
1257else 1259else
1258 if test -n "$NM"; then 1260 if test -n "$NM"; then
1259 # Let the user override the test. 1261 # Let the user override the test.
1286NM="$ac_cv_path_NM" 1288NM="$ac_cv_path_NM"
1287echo "$ac_t""$NM" 1>&6 1289echo "$ac_t""$NM" 1>&6
1288 1290
1289 1291
1290echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1292echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1291echo "configure:1292: checking whether ln -s works" >&5 1293echo "configure:1294: checking whether ln -s works" >&5
1292if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1294if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1293 echo $ac_n "(cached) $ac_c" 1>&6 1295 echo $ac_n "(cached) $ac_c" 1>&6
1294else 1296else
1295 rm -f conftestdata 1297 rm -f conftestdata
1296if ln -s X conftestdata 2>/dev/null 1298if ln -s X conftestdata 2>/dev/null
1330# Some flags need to be propagated to the compiler or linker for good 1332# Some flags need to be propagated to the compiler or linker for good
1331# libtool support. 1333# libtool support.
1332case "$host" in 1334case "$host" in
1333*-*-irix6*) 1335*-*-irix6*)
1334 # Find out which ABI we are using. 1336 # Find out which ABI we are using.
1335 echo '#line 1336 "configure"' > conftest.$ac_ext 1337 echo '#line 1338 "configure"' > conftest.$ac_ext
1336 if { (eval echo configure:1337: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1338 if { (eval echo configure:1339: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1337 case "`/usr/bin/file conftest.o`" in 1339 case "`/usr/bin/file conftest.o`" in
1338 *32-bit*) 1340 *32-bit*)
1339 LD="${LD-ld} -32" 1341 LD="${LD-ld} -32"
1340 ;; 1342 ;;
1341 *N32*) 1343 *N32*)
1352*-*-sco3.2v5*) 1354*-*-sco3.2v5*)
1353 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 1355 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1354 SAVE_CFLAGS="$CFLAGS" 1356 SAVE_CFLAGS="$CFLAGS"
1355 CFLAGS="$CFLAGS -belf" 1357 CFLAGS="$CFLAGS -belf"
1356 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 1358 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
1357echo "configure:1358: checking whether the C compiler needs -belf" >&5 1359echo "configure:1360: checking whether the C compiler needs -belf" >&5
1358if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 1360if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
1359 echo $ac_n "(cached) $ac_c" 1>&6 1361 echo $ac_n "(cached) $ac_c" 1>&6
1360else 1362else
1361 cat > conftest.$ac_ext <<EOF 1363 cat > conftest.$ac_ext <<EOF
1362#line 1363 "configure" 1364#line 1365 "configure"
1363#include "confdefs.h" 1365#include "confdefs.h"
1364 1366
1365int main() { 1367int main() {
1366 1368
1367; return 0; } 1369; return 0; }
1368EOF 1370EOF
1369if { (eval echo configure:1370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1371if { (eval echo configure:1372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1370 rm -rf conftest* 1372 rm -rf conftest*
1371 lt_cv_cc_needs_belf=yes 1373 lt_cv_cc_needs_belf=yes
1372else 1374else
1373 echo "configure: failed program was:" >&5 1375 echo "configure: failed program was:" >&5
1374 cat conftest.$ac_ext >&5 1376 cat conftest.$ac_ext >&5
1468exec 5>>./config.log 1470exec 5>>./config.log
1469 1471
1470 1472
1471 1473
1472echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1474echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1473echo "configure:1474: checking how to run the C preprocessor" >&5 1475echo "configure:1476: checking how to run the C preprocessor" >&5
1474# On Suns, sometimes $CPP names a directory. 1476# On Suns, sometimes $CPP names a directory.
1475if test -n "$CPP" && test -d "$CPP"; then 1477if test -n "$CPP" && test -d "$CPP"; then
1476 CPP= 1478 CPP=
1477fi 1479fi
1478if test -z "$CPP"; then 1480if test -z "$CPP"; then
1483 # substituted into the Makefile and "${CC-cc}" will confuse make. 1485 # substituted into the Makefile and "${CC-cc}" will confuse make.
1484 CPP="${CC-cc} -E" 1486 CPP="${CC-cc} -E"
1485 # On the NeXT, cc -E runs the code through the compiler's parser, 1487 # On the NeXT, cc -E runs the code through the compiler's parser,
1486 # not just through cpp. 1488 # not just through cpp.
1487 cat > conftest.$ac_ext <<EOF 1489 cat > conftest.$ac_ext <<EOF
1488#line 1489 "configure" 1490#line 1491 "configure"
1489#include "confdefs.h" 1491#include "confdefs.h"
1490#include <assert.h> 1492#include <assert.h>
1491Syntax Error 1493Syntax Error
1492EOF 1494EOF
1493ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1495ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1494{ (eval echo configure:1495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1496{ (eval echo configure:1497: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1495ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1497ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1496if test -z "$ac_err"; then 1498if test -z "$ac_err"; then
1497 : 1499 :
1498else 1500else
1499 echo "$ac_err" >&5 1501 echo "$ac_err" >&5
1500 echo "configure: failed program was:" >&5 1502 echo "configure: failed program was:" >&5
1501 cat conftest.$ac_ext >&5 1503 cat conftest.$ac_ext >&5
1502 rm -rf conftest* 1504 rm -rf conftest*
1503 CPP="${CC-cc} -E -traditional-cpp" 1505 CPP="${CC-cc} -E -traditional-cpp"
1504 cat > conftest.$ac_ext <<EOF 1506 cat > conftest.$ac_ext <<EOF
1505#line 1506 "configure" 1507#line 1508 "configure"
1506#include "confdefs.h" 1508#include "confdefs.h"
1507#include <assert.h> 1509#include <assert.h>
1508Syntax Error 1510Syntax Error
1509EOF 1511EOF
1510ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1512ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1511{ (eval echo configure:1512: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1513{ (eval echo configure:1514: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1512ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1514ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1513if test -z "$ac_err"; then 1515if test -z "$ac_err"; then
1514 : 1516 :
1515else 1517else
1516 echo "$ac_err" >&5 1518 echo "$ac_err" >&5
1517 echo "configure: failed program was:" >&5 1519 echo "configure: failed program was:" >&5
1518 cat conftest.$ac_ext >&5 1520 cat conftest.$ac_ext >&5
1519 rm -rf conftest* 1521 rm -rf conftest*
1520 CPP="${CC-cc} -nologo -E" 1522 CPP="${CC-cc} -nologo -E"
1521 cat > conftest.$ac_ext <<EOF 1523 cat > conftest.$ac_ext <<EOF
1522#line 1523 "configure" 1524#line 1525 "configure"
1523#include "confdefs.h" 1525#include "confdefs.h"
1524#include <assert.h> 1526#include <assert.h>
1525Syntax Error 1527Syntax Error
1526EOF 1528EOF
1527ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1529ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1528{ (eval echo configure:1529: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1530{ (eval echo configure:1531: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1529ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1531ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1530if test -z "$ac_err"; then 1532if test -z "$ac_err"; then
1531 : 1533 :
1532else 1534else
1533 echo "$ac_err" >&5 1535 echo "$ac_err" >&5
1548 ac_cv_prog_CPP="$CPP" 1550 ac_cv_prog_CPP="$CPP"
1549fi 1551fi
1550echo "$ac_t""$CPP" 1>&6 1552echo "$ac_t""$CPP" 1>&6
1551 1553
1552echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1554echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1553echo "configure:1554: checking for ANSI C header files" >&5 1555echo "configure:1556: checking for ANSI C header files" >&5
1554if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1556if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1555 echo $ac_n "(cached) $ac_c" 1>&6 1557 echo $ac_n "(cached) $ac_c" 1>&6
1556else 1558else
1557 cat > conftest.$ac_ext <<EOF 1559 cat > conftest.$ac_ext <<EOF
1558#line 1559 "configure" 1560#line 1561 "configure"
1559#include "confdefs.h" 1561#include "confdefs.h"
1560#include <stdlib.h> 1562#include <stdlib.h>
1561#include <stdarg.h> 1563#include <stdarg.h>
1562#include <string.h> 1564#include <string.h>
1563#include <float.h> 1565#include <float.h>
1564EOF 1566EOF
1565ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1567ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1566{ (eval echo configure:1567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1568{ (eval echo configure:1569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1567ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1569ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1568if test -z "$ac_err"; then 1570if test -z "$ac_err"; then
1569 rm -rf conftest* 1571 rm -rf conftest*
1570 ac_cv_header_stdc=yes 1572 ac_cv_header_stdc=yes
1571else 1573else
1578rm -f conftest* 1580rm -f conftest*
1579 1581
1580if test $ac_cv_header_stdc = yes; then 1582if test $ac_cv_header_stdc = yes; then
1581 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1583 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1582cat > conftest.$ac_ext <<EOF 1584cat > conftest.$ac_ext <<EOF
1583#line 1584 "configure" 1585#line 1586 "configure"
1584#include "confdefs.h" 1586#include "confdefs.h"
1585#include <string.h> 1587#include <string.h>
1586EOF 1588EOF
1587if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1589if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1588 egrep "memchr" >/dev/null 2>&1; then 1590 egrep "memchr" >/dev/null 2>&1; then
1596fi 1598fi
1597 1599
1598if test $ac_cv_header_stdc = yes; then 1600if test $ac_cv_header_stdc = yes; then
1599 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1601 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1600cat > conftest.$ac_ext <<EOF 1602cat > conftest.$ac_ext <<EOF
1601#line 1602 "configure" 1603#line 1604 "configure"
1602#include "confdefs.h" 1604#include "confdefs.h"
1603#include <stdlib.h> 1605#include <stdlib.h>
1604EOF 1606EOF
1605if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1607if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1606 egrep "free" >/dev/null 2>&1; then 1608 egrep "free" >/dev/null 2>&1; then
1617 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 1619 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1618if test "$cross_compiling" = yes; then 1620if test "$cross_compiling" = yes; then
1619 : 1621 :
1620else 1622else
1621 cat > conftest.$ac_ext <<EOF 1623 cat > conftest.$ac_ext <<EOF
1622#line 1623 "configure" 1624#line 1625 "configure"
1623#include "confdefs.h" 1625#include "confdefs.h"
1624#include <ctype.h> 1626#include <ctype.h>
1625#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 1627#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1626#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 1628#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1627#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 1629#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1628int main () { int i; for (i = 0; i < 256; i++) 1630int main () { int i; for (i = 0; i < 256; i++)
1629if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 1631if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1630exit (0); } 1632exit (0); }
1631 1633
1632EOF 1634EOF
1633if { (eval echo configure:1634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1635if { (eval echo configure:1636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1634then 1636then
1635 : 1637 :
1636else 1638else
1637 echo "configure: failed program was:" >&5 1639 echo "configure: failed program was:" >&5
1638 cat conftest.$ac_ext >&5 1640 cat conftest.$ac_ext >&5
1655 1657
1656for ac_hdr in unistd.h 1658for ac_hdr in unistd.h
1657do 1659do
1658ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1660ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1659echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1661echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1660echo "configure:1661: checking for $ac_hdr" >&5 1662echo "configure:1663: checking for $ac_hdr" >&5
1661if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1663if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1662 echo $ac_n "(cached) $ac_c" 1>&6 1664 echo $ac_n "(cached) $ac_c" 1>&6
1663else 1665else
1664 cat > conftest.$ac_ext <<EOF 1666 cat > conftest.$ac_ext <<EOF
1665#line 1666 "configure" 1667#line 1668 "configure"
1666#include "confdefs.h" 1668#include "confdefs.h"
1667#include <$ac_hdr> 1669#include <$ac_hdr>
1668EOF 1670EOF
1669ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1671ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1670{ (eval echo configure:1671: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1672{ (eval echo configure:1673: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1671ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1673ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1672if test -z "$ac_err"; then 1674if test -z "$ac_err"; then
1673 rm -rf conftest* 1675 rm -rf conftest*
1674 eval "ac_cv_header_$ac_safe=yes" 1676 eval "ac_cv_header_$ac_safe=yes"
1675else 1677else
1693fi 1695fi
1694done 1696done
1695 1697
1696 1698
1697echo $ac_n "checking for working const""... $ac_c" 1>&6 1699echo $ac_n "checking for working const""... $ac_c" 1>&6
1698echo "configure:1699: checking for working const" >&5 1700echo "configure:1701: checking for working const" >&5
1699if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1701if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1700 echo $ac_n "(cached) $ac_c" 1>&6 1702 echo $ac_n "(cached) $ac_c" 1>&6
1701else 1703else
1702 cat > conftest.$ac_ext <<EOF 1704 cat > conftest.$ac_ext <<EOF
1703#line 1704 "configure" 1705#line 1706 "configure"
1704#include "confdefs.h" 1706#include "confdefs.h"
1705 1707
1706int main() { 1708int main() {
1707 1709
1708/* Ultrix mips cc rejects this. */ 1710/* Ultrix mips cc rejects this. */
1747 const int foo = 10; 1749 const int foo = 10;
1748} 1750}
1749 1751
1750; return 0; } 1752; return 0; }
1751EOF 1753EOF
1752if { (eval echo configure:1753: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1754if { (eval echo configure:1755: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1753 rm -rf conftest* 1755 rm -rf conftest*
1754 ac_cv_c_const=yes 1756 ac_cv_c_const=yes
1755else 1757else
1756 echo "configure: failed program was:" >&5 1758 echo "configure: failed program was:" >&5
1757 cat conftest.$ac_ext >&5 1759 cat conftest.$ac_ext >&5
1768EOF 1770EOF
1769 1771
1770fi 1772fi
1771 1773
1772echo $ac_n "checking for size_t""... $ac_c" 1>&6 1774echo $ac_n "checking for size_t""... $ac_c" 1>&6
1773echo "configure:1774: checking for size_t" >&5 1775echo "configure:1776: checking for size_t" >&5
1774if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 1776if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
1775 echo $ac_n "(cached) $ac_c" 1>&6 1777 echo $ac_n "(cached) $ac_c" 1>&6
1776else 1778else
1777 cat > conftest.$ac_ext <<EOF 1779 cat > conftest.$ac_ext <<EOF
1778#line 1779 "configure" 1780#line 1781 "configure"
1779#include "confdefs.h" 1781#include "confdefs.h"
1780#include <sys/types.h> 1782#include <sys/types.h>
1781#if STDC_HEADERS 1783#if STDC_HEADERS
1782#include <stdlib.h> 1784#include <stdlib.h>
1783#include <stddef.h> 1785#include <stddef.h>
1803fi 1805fi
1804 1806
1805 1807
1806 1808
1807echo $ac_n "checking size of char""... $ac_c" 1>&6 1809echo $ac_n "checking size of char""... $ac_c" 1>&6
1808echo "configure:1809: checking size of char" >&5 1810echo "configure:1811: checking size of char" >&5
1809if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 1811if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
1810 echo $ac_n "(cached) $ac_c" 1>&6 1812 echo $ac_n "(cached) $ac_c" 1>&6
1811else 1813else
1812 if test "$cross_compiling" = yes; then 1814 if test "$cross_compiling" = yes; then
1813 ac_cv_sizeof_char=1 1815 ac_cv_sizeof_char=1
1814else 1816else
1815 cat > conftest.$ac_ext <<EOF 1817 cat > conftest.$ac_ext <<EOF
1816#line 1817 "configure" 1818#line 1819 "configure"
1817#include "confdefs.h" 1819#include "confdefs.h"
1818#include <stdio.h> 1820#include <stdio.h>
1819main() 1821main()
1820{ 1822{
1821 FILE *f=fopen("conftestval", "w"); 1823 FILE *f=fopen("conftestval", "w");
1822 if (!f) exit(1); 1824 if (!f) exit(1);
1823 fprintf(f, "%d\n", sizeof(char)); 1825 fprintf(f, "%d\n", sizeof(char));
1824 exit(0); 1826 exit(0);
1825} 1827}
1826EOF 1828EOF
1827if { (eval echo configure:1828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1829if { (eval echo configure:1830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1828then 1830then
1829 ac_cv_sizeof_char=`cat conftestval` 1831 ac_cv_sizeof_char=`cat conftestval`
1830else 1832else
1831 echo "configure: failed program was:" >&5 1833 echo "configure: failed program was:" >&5
1832 cat conftest.$ac_ext >&5 1834 cat conftest.$ac_ext >&5
1842#define SIZEOF_CHAR $ac_cv_sizeof_char 1844#define SIZEOF_CHAR $ac_cv_sizeof_char
1843EOF 1845EOF
1844 1846
1845 1847
1846echo $ac_n "checking size of short""... $ac_c" 1>&6 1848echo $ac_n "checking size of short""... $ac_c" 1>&6
1847echo "configure:1848: checking size of short" >&5 1849echo "configure:1850: checking size of short" >&5
1848if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 1850if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
1849 echo $ac_n "(cached) $ac_c" 1>&6 1851 echo $ac_n "(cached) $ac_c" 1>&6
1850else 1852else
1851 if test "$cross_compiling" = yes; then 1853 if test "$cross_compiling" = yes; then
1852 ac_cv_sizeof_short=1 1854 ac_cv_sizeof_short=1
1853else 1855else
1854 cat > conftest.$ac_ext <<EOF 1856 cat > conftest.$ac_ext <<EOF
1855#line 1856 "configure" 1857#line 1858 "configure"
1856#include "confdefs.h" 1858#include "confdefs.h"
1857#include <stdio.h> 1859#include <stdio.h>
1858main() 1860main()
1859{ 1861{
1860 FILE *f=fopen("conftestval", "w"); 1862 FILE *f=fopen("conftestval", "w");
1861 if (!f) exit(1); 1863 if (!f) exit(1);
1862 fprintf(f, "%d\n", sizeof(short)); 1864 fprintf(f, "%d\n", sizeof(short));
1863 exit(0); 1865 exit(0);
1864} 1866}
1865EOF 1867EOF
1866if { (eval echo configure:1867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1868if { (eval echo configure:1869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1867then 1869then
1868 ac_cv_sizeof_short=`cat conftestval` 1870 ac_cv_sizeof_short=`cat conftestval`
1869else 1871else
1870 echo "configure: failed program was:" >&5 1872 echo "configure: failed program was:" >&5
1871 cat conftest.$ac_ext >&5 1873 cat conftest.$ac_ext >&5
1881#define SIZEOF_SHORT $ac_cv_sizeof_short 1883#define SIZEOF_SHORT $ac_cv_sizeof_short
1882EOF 1884EOF
1883 1885
1884 1886
1885echo $ac_n "checking size of int""... $ac_c" 1>&6 1887echo $ac_n "checking size of int""... $ac_c" 1>&6
1886echo "configure:1887: checking size of int" >&5 1888echo "configure:1889: checking size of int" >&5
1887if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 1889if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
1888 echo $ac_n "(cached) $ac_c" 1>&6 1890 echo $ac_n "(cached) $ac_c" 1>&6
1889else 1891else
1890 if test "$cross_compiling" = yes; then 1892 if test "$cross_compiling" = yes; then
1891 ac_cv_sizeof_int=2 1893 ac_cv_sizeof_int=2
1892else 1894else
1893 cat > conftest.$ac_ext <<EOF 1895 cat > conftest.$ac_ext <<EOF
1894#line 1895 "configure" 1896#line 1897 "configure"
1895#include "confdefs.h" 1897#include "confdefs.h"
1896#include <stdio.h> 1898#include <stdio.h>
1897main() 1899main()
1898{ 1900{
1899 FILE *f=fopen("conftestval", "w"); 1901 FILE *f=fopen("conftestval", "w");
1900 if (!f) exit(1); 1902 if (!f) exit(1);
1901 fprintf(f, "%d\n", sizeof(int)); 1903 fprintf(f, "%d\n", sizeof(int));
1902 exit(0); 1904 exit(0);
1903} 1905}
1904EOF 1906EOF
1905if { (eval echo configure:1906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1907if { (eval echo configure:1908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1906then 1908then
1907 ac_cv_sizeof_int=`cat conftestval` 1909 ac_cv_sizeof_int=`cat conftestval`
1908else 1910else
1909 echo "configure: failed program was:" >&5 1911 echo "configure: failed program was:" >&5
1910 cat conftest.$ac_ext >&5 1912 cat conftest.$ac_ext >&5
1920#define SIZEOF_INT $ac_cv_sizeof_int 1922#define SIZEOF_INT $ac_cv_sizeof_int
1921EOF 1923EOF
1922 1924
1923 1925
1924echo $ac_n "checking size of long""... $ac_c" 1>&6 1926echo $ac_n "checking size of long""... $ac_c" 1>&6
1925echo "configure:1926: checking size of long" >&5 1927echo "configure:1928: checking size of long" >&5
1926if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 1928if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
1927 echo $ac_n "(cached) $ac_c" 1>&6 1929 echo $ac_n "(cached) $ac_c" 1>&6
1928else 1930else
1929 if test "$cross_compiling" = yes; then 1931 if test "$cross_compiling" = yes; then
1930 ac_cv_sizeof_long=4 1932 ac_cv_sizeof_long=4
1931else 1933else
1932 cat > conftest.$ac_ext <<EOF 1934 cat > conftest.$ac_ext <<EOF
1933#line 1934 "configure" 1935#line 1936 "configure"
1934#include "confdefs.h" 1936#include "confdefs.h"
1935#include <stdio.h> 1937#include <stdio.h>
1936main() 1938main()
1937{ 1939{
1938 FILE *f=fopen("conftestval", "w"); 1940 FILE *f=fopen("conftestval", "w");
1939 if (!f) exit(1); 1941 if (!f) exit(1);
1940 fprintf(f, "%d\n", sizeof(long)); 1942 fprintf(f, "%d\n", sizeof(long));
1941 exit(0); 1943 exit(0);
1942} 1944}
1943EOF 1945EOF
1944if { (eval echo configure:1945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1946if { (eval echo configure:1947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1945then 1947then
1946 ac_cv_sizeof_long=`cat conftestval` 1948 ac_cv_sizeof_long=`cat conftestval`
1947else 1949else
1948 echo "configure: failed program was:" >&5 1950 echo "configure: failed program was:" >&5
1949 cat conftest.$ac_ext >&5 1951 cat conftest.$ac_ext >&5
1960EOF 1962EOF
1961 1963
1962 1964
1963 1965
1964echo $ac_n "checking for an 8 bit integer type""... $ac_c" 1>&6 1966echo $ac_n "checking for an 8 bit integer type""... $ac_c" 1>&6
1965echo "configure:1966: checking for an 8 bit integer type" >&5 1967echo "configure:1968: checking for an 8 bit integer type" >&5
1966if test $ac_cv_sizeof_char -ge 1 ; then 1968if test $ac_cv_sizeof_char -ge 1 ; then
1967 INT_8_BIT=char 1969 INT_8_BIT=char
1968 echo "$ac_t""char" 1>&6 1970 echo "$ac_t""char" 1>&6
1969elif test $ac_cv_sizeof_short -ge 1 ; then 1971elif test $ac_cv_sizeof_short -ge 1 ; then
1970 INT_8_BIT=short 1972 INT_8_BIT=short
1978else 1980else
1979 { echo "configure: error: No integer type of at least 8 bits found" 1>&2; exit 1; } 1981 { echo "configure: error: No integer type of at least 8 bits found" 1>&2; exit 1; }
1980fi 1982fi
1981 1983
1982echo $ac_n "checking for a 16 bit integer type""... $ac_c" 1>&6 1984echo $ac_n "checking for a 16 bit integer type""... $ac_c" 1>&6
1983echo "configure:1984: checking for a 16 bit integer type" >&5 1985echo "configure:1986: checking for a 16 bit integer type" >&5
1984if test $ac_cv_sizeof_char -ge 2 ; then 1986if test $ac_cv_sizeof_char -ge 2 ; then
1985 INT_16_BIT=char 1987 INT_16_BIT=char
1986 echo "$ac_t""char" 1>&6 1988 echo "$ac_t""char" 1>&6
1987elif test $ac_cv_sizeof_short -ge 2 ; then 1989elif test $ac_cv_sizeof_short -ge 2 ; then
1988 INT_16_BIT=short 1990 INT_16_BIT=short
1996else 1998else
1997 { echo "configure: error: No integer type of at least 16 bits found" 1>&2; exit 1; } 1999 { echo "configure: error: No integer type of at least 16 bits found" 1>&2; exit 1; }
1998fi 2000fi
1999 2001
2000echo $ac_n "checking for a 32 bit integer type""... $ac_c" 1>&6 2002echo $ac_n "checking for a 32 bit integer type""... $ac_c" 1>&6
2001echo "configure:2002: checking for a 32 bit integer type" >&5 2003echo "configure:2004: checking for a 32 bit integer type" >&5
2002if test $ac_cv_sizeof_char -ge 4 ; then 2004if test $ac_cv_sizeof_char -ge 4 ; then
2003 INT_32_BIT=char 2005 INT_32_BIT=char
2004 echo "$ac_t""char" 1>&6 2006 echo "$ac_t""char" 1>&6
2005elif test $ac_cv_sizeof_short -ge 4 ; then 2007elif test $ac_cv_sizeof_short -ge 4 ; then
2006 INT_32_BIT=short 2008 INT_32_BIT=short
2018 2020
2019 2021
2020 2022
2021 2023
2022echo $ac_n "checking for vprintf""... $ac_c" 1>&6 2024echo $ac_n "checking for vprintf""... $ac_c" 1>&6
2023echo "configure:2024: checking for vprintf" >&5 2025echo "configure:2026: checking for vprintf" >&5
2024if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 2026if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
2025 echo $ac_n "(cached) $ac_c" 1>&6 2027 echo $ac_n "(cached) $ac_c" 1>&6
2026else 2028else
2027 cat > conftest.$ac_ext <<EOF 2029 cat > conftest.$ac_ext <<EOF
2028#line 2029 "configure" 2030#line 2031 "configure"
2029#include "confdefs.h" 2031#include "confdefs.h"
2030/* System header to define __stub macros and hopefully few prototypes, 2032/* System header to define __stub macros and hopefully few prototypes,
2031 which can conflict with char vprintf(); below. */ 2033 which can conflict with char vprintf(); below. */
2032#include <assert.h> 2034#include <assert.h>
2033/* Override any gcc2 internal prototype to avoid an error. */ 2035/* Override any gcc2 internal prototype to avoid an error. */
2046vprintf(); 2048vprintf();
2047#endif 2049#endif
2048 2050
2049; return 0; } 2051; return 0; }
2050EOF 2052EOF
2051if { (eval echo configure:2052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2053if { (eval echo configure:2054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2052 rm -rf conftest* 2054 rm -rf conftest*
2053 eval "ac_cv_func_vprintf=yes" 2055 eval "ac_cv_func_vprintf=yes"
2054else 2056else
2055 echo "configure: failed program was:" >&5 2057 echo "configure: failed program was:" >&5
2056 cat conftest.$ac_ext >&5 2058 cat conftest.$ac_ext >&5
2070 echo "$ac_t""no" 1>&6 2072 echo "$ac_t""no" 1>&6
2071fi 2073fi
2072 2074
2073if test "$ac_cv_func_vprintf" != yes; then 2075if test "$ac_cv_func_vprintf" != yes; then
2074echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 2076echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
2075echo "configure:2076: checking for _doprnt" >&5 2077echo "configure:2078: checking for _doprnt" >&5
2076if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 2078if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
2077 echo $ac_n "(cached) $ac_c" 1>&6 2079 echo $ac_n "(cached) $ac_c" 1>&6
2078else 2080else
2079 cat > conftest.$ac_ext <<EOF 2081 cat > conftest.$ac_ext <<EOF
2080#line 2081 "configure" 2082#line 2083 "configure"
2081#include "confdefs.h" 2083#include "confdefs.h"
2082/* System header to define __stub macros and hopefully few prototypes, 2084/* System header to define __stub macros and hopefully few prototypes,
2083 which can conflict with char _doprnt(); below. */ 2085 which can conflict with char _doprnt(); below. */
2084#include <assert.h> 2086#include <assert.h>
2085/* Override any gcc2 internal prototype to avoid an error. */ 2087/* Override any gcc2 internal prototype to avoid an error. */
2098_doprnt(); 2100_doprnt();
2099#endif 2101#endif
2100 2102
2101; return 0; } 2103; return 0; }
2102EOF 2104EOF
2103if { (eval echo configure:2104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2105if { (eval echo configure:2106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2104 rm -rf conftest* 2106 rm -rf conftest*
2105 eval "ac_cv_func__doprnt=yes" 2107 eval "ac_cv_func__doprnt=yes"
2106else 2108else
2107 echo "configure: failed program was:" >&5 2109 echo "configure: failed program was:" >&5
2108 cat conftest.$ac_ext >&5 2110 cat conftest.$ac_ext >&5
2125fi 2127fi
2126 2128
2127for ac_func in strdup 2129for ac_func in strdup
2128do 2130do
2129echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2131echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2130echo "configure:2131: checking for $ac_func" >&5 2132echo "configure:2133: checking for $ac_func" >&5
2131if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2133if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2132 echo $ac_n "(cached) $ac_c" 1>&6 2134 echo $ac_n "(cached) $ac_c" 1>&6
2133else 2135else
2134 cat > conftest.$ac_ext <<EOF 2136 cat > conftest.$ac_ext <<EOF
2135#line 2136 "configure" 2137#line 2138 "configure"
2136#include "confdefs.h" 2138#include "confdefs.h"
2137/* System header to define __stub macros and hopefully few prototypes, 2139/* System header to define __stub macros and hopefully few prototypes,
2138 which can conflict with char $ac_func(); below. */ 2140 which can conflict with char $ac_func(); below. */
2139#include <assert.h> 2141#include <assert.h>
2140/* Override any gcc2 internal prototype to avoid an error. */ 2142/* Override any gcc2 internal prototype to avoid an error. */
2153$ac_func(); 2155$ac_func();
2154#endif 2156#endif
2155 2157
2156; return 0; } 2158; return 0; }
2157EOF 2159EOF
2158if { (eval echo configure:2159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2160if { (eval echo configure:2161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2159 rm -rf conftest* 2161 rm -rf conftest*
2160 eval "ac_cv_func_$ac_func=yes" 2162 eval "ac_cv_func_$ac_func=yes"
2161else 2163else
2162 echo "configure: failed program was:" >&5 2164 echo "configure: failed program was:" >&5
2163 cat conftest.$ac_ext >&5 2165 cat conftest.$ac_ext >&5
2180done 2182done
2181 2183
2182for ac_func in strdup 2184for ac_func in strdup
2183do 2185do
2184echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2186echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2185echo "configure:2186: checking for $ac_func" >&5 2187echo "configure:2188: checking for $ac_func" >&5
2186if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2188if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2187 echo $ac_n "(cached) $ac_c" 1>&6 2189 echo $ac_n "(cached) $ac_c" 1>&6
2188else 2190else
2189 cat > conftest.$ac_ext <<EOF 2191 cat > conftest.$ac_ext <<EOF
2190#line 2191 "configure" 2192#line 2193 "configure"
2191#include "confdefs.h" 2193#include "confdefs.h"
2192/* System header to define __stub macros and hopefully few prototypes, 2194/* System header to define __stub macros and hopefully few prototypes,
2193 which can conflict with char $ac_func(); below. */ 2195 which can conflict with char $ac_func(); below. */
2194#include <assert.h> 2196#include <assert.h>
2195/* Override any gcc2 internal prototype to avoid an error. */ 2197/* Override any gcc2 internal prototype to avoid an error. */
2208$ac_func(); 2210$ac_func();
2209#endif 2211#endif
2210 2212
2211; return 0; } 2213; return 0; }
2212EOF 2214EOF
2213if { (eval echo configure:2214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2215if { (eval echo configure:2216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2214 rm -rf conftest* 2216 rm -rf conftest*
2215 eval "ac_cv_func_$ac_func=yes" 2217 eval "ac_cv_func_$ac_func=yes"
2216else 2218else
2217 echo "configure: failed program was:" >&5 2219 echo "configure: failed program was:" >&5
2218 cat conftest.$ac_ext >&5 2220 cat conftest.$ac_ext >&5
2299 ASCIIDOCS_TRUE= 2301 ASCIIDOCS_TRUE=
2300 ASCIIDOCS_FALSE='#' 2302 ASCIIDOCS_FALSE='#'
2301else 2303else
2302 ASCIIDOCS_TRUE='#' 2304 ASCIIDOCS_TRUE='#'
2303 ASCIIDOCS_FALSE= 2305 ASCIIDOCS_FALSE=
2306fi
2307
2308# Check whether --enable-rtf-docs or --disable-rtf-docs was given.
2309if test "${enable_rtf_docs+set}" = set; then
2310 enableval="$enable_rtf_docs"
2311 case "${enableval}" in
2312 yes) rtfdocs=true ;;
2313 no) rtfdocs=false ;;
2314 *) { echo "configure: error: bad value ${enableval} for --enable-rtf-docs" 1>&2; exit 1; } ;;
2315esac
2316else
2317 rtfdocs=false
2318fi
2319
2320
2321
2322if test x$rtfdocs = xtrue; then
2323 RTFDOCS_TRUE=
2324 RTFDOCS_FALSE='#'
2325else
2326 RTFDOCS_TRUE='#'
2327 RTFDOCS_FALSE=
2304fi 2328fi
2305 2329
2306trap '' 1 2 15 2330trap '' 1 2 15
2307cat > confcache <<\EOF 2331cat > confcache <<\EOF
2308# This file is a shell script that caches the results of configure 2332# This file is a shell script that caches the results of configure
2472s%@HTMLDOCS_FALSE@%$HTMLDOCS_FALSE%g 2496s%@HTMLDOCS_FALSE@%$HTMLDOCS_FALSE%g
2473s%@HTML4DOCS_TRUE@%$HTML4DOCS_TRUE%g 2497s%@HTML4DOCS_TRUE@%$HTML4DOCS_TRUE%g
2474s%@HTML4DOCS_FALSE@%$HTML4DOCS_FALSE%g 2498s%@HTML4DOCS_FALSE@%$HTML4DOCS_FALSE%g
2475s%@ASCIIDOCS_TRUE@%$ASCIIDOCS_TRUE%g 2499s%@ASCIIDOCS_TRUE@%$ASCIIDOCS_TRUE%g
2476s%@ASCIIDOCS_FALSE@%$ASCIIDOCS_FALSE%g 2500s%@ASCIIDOCS_FALSE@%$ASCIIDOCS_FALSE%g
2501s%@RTFDOCS_TRUE@%$RTFDOCS_TRUE%g
2502s%@RTFDOCS_FALSE@%$RTFDOCS_FALSE%g
2477 2503
2478CEOF 2504CEOF
2479EOF 2505EOF
2480 2506
2481cat >> $CONFIG_STATUS <<\EOF 2507cat >> $CONFIG_STATUS <<\EOF

Legend:
Removed from v.2  
changed lines
  Added in v.15

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26