Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/configure

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

revision 1.5 by ura, Sun Jan 16 06:37:12 2000 UTC revision 1.6 by ura, Sun Jan 16 06:46:03 2000 UTC
# Line 752  case $hosttype in Line 752  case $hosttype in
752        fi        fi
753        ;;        ;;
754      *)      *)
755        { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }        echo "configure: warning: "This system is not supported.  But continuing..."" 1>&2
756        ;;        ;;
757      esac      esac
758      ;;      ;;
# Line 775  case $hosttype in Line 775  case $hosttype in
775        fi        fi
776        ;;        ;;
777      *)      *)
778        { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }        echo "configure: warning: "This system is not supported.  But continuing..."" 1>&2
779        ;;        ;;
780      esac      esac
781      ;;      ;;
# Line 797  case $hosttype in Line 797  case $hosttype in
797        ;;        ;;
798      esac      esac
799      ;;      ;;
800    "AIX")
801        if test $CC = gcc; then
802          CDEBUGFLAGS=-O2
803        else
804          CDEBUGFLAGS=-O
805        fi
806        CCOPTIONS="-DSYSV"
807        CPP=/usr/lib/cpp
808        ;;
809  *)  *)
810      { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }      echo "configure: warning: "This system is not supported.  But continuing..."" 1>&2
811      ;;      ;;
812  esac  esac
813  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
814  echo "configure:806: checking how to run the C preprocessor" >&5  echo "configure:815: checking how to run the C preprocessor" >&5
815  # On Suns, sometimes $CPP names a directory.  # On Suns, sometimes $CPP names a directory.
816  if test -n "$CPP" && test -d "$CPP"; then  if test -n "$CPP" && test -d "$CPP"; then
817    CPP=    CPP=
# Line 817  else Line 826  else
826    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
827    # not just through cpp.    # not just through cpp.
828    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
829  #line 821 "configure"  #line 830 "configure"
830  #include "confdefs.h"  #include "confdefs.h"
831  #include <assert.h>  #include <assert.h>
832  Syntax Error  Syntax Error
833  EOF  EOF
834  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
835  { (eval echo configure:827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:836: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
836  ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out`
837  if test -z "$ac_err"; then  if test -z "$ac_err"; then
838    :    :
# Line 834  else Line 843  else
843    rm -rf conftest*    rm -rf conftest*
844    CPP="${CC-cc} -E -traditional-cpp"    CPP="${CC-cc} -E -traditional-cpp"
845    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
846  #line 838 "configure"  #line 847 "configure"
847  #include "confdefs.h"  #include "confdefs.h"
848  #include <assert.h>  #include <assert.h>
849  Syntax Error  Syntax Error
850  EOF  EOF
851  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
852  { (eval echo configure:844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:853: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
853  ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out`
854  if test -z "$ac_err"; then  if test -z "$ac_err"; then
855    :    :
# Line 868  do Line 877  do
877  # Extract the first word of "$ac_prog", so it can be a program name with args.  # Extract the first word of "$ac_prog", so it can be a program name with args.
878  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
879  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
880  echo "configure:872: checking for $ac_word" >&5  echo "configure:881: checking for $ac_word" >&5
881  if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
882    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
883  else  else
# Line 900  test -n "$YACC" || YACC="yacc" Line 909  test -n "$YACC" || YACC="yacc"
909  # Extract the first word of "flex", so it can be a program name with args.  # Extract the first word of "flex", so it can be a program name with args.
910  set dummy flex; ac_word=$2  set dummy flex; ac_word=$2
911  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
912  echo "configure:904: checking for $ac_word" >&5  echo "configure:913: checking for $ac_word" >&5
913  if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
914    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
915  else  else
# Line 933  then Line 942  then
942    *) ac_lib=l ;;    *) ac_lib=l ;;
943    esac    esac
944    echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6    echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
945  echo "configure:937: checking for yywrap in -l$ac_lib" >&5  echo "configure:946: checking for yywrap in -l$ac_lib" >&5
946  ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`  ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
947  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
948    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 941  else Line 950  else
950    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
951  LIBS="-l$ac_lib  $LIBS"  LIBS="-l$ac_lib  $LIBS"
952  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
953  #line 945 "configure"  #line 954 "configure"
954  #include "confdefs.h"  #include "confdefs.h"
955  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
956  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
# Line 952  int main() { Line 961  int main() {
961  yywrap()  yywrap()
962  ; return 0; }  ; return 0; }
963  EOF  EOF
964  if { (eval echo configure:956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
965    rm -rf conftest*    rm -rf conftest*
966    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
967  else  else
# Line 1004  ac_configure=$ac_aux_dir/configure # Thi Line 1013  ac_configure=$ac_aux_dir/configure # Thi
1013  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1014  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
1015  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1016  echo "configure:1008: checking for a BSD compatible install" >&5  echo "configure:1017: checking for a BSD compatible install" >&5
1017  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
1018  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1019    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1054  test -z "$INSTALL_PROGRAM" && INSTALL_PR Line 1063  test -z "$INSTALL_PROGRAM" && INSTALL_PR
1063  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1064    
1065  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1066  echo "configure:1058: checking whether ln -s works" >&5  echo "configure:1067: checking whether ln -s works" >&5
1067  if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1068    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1069  else  else
# Line 1075  else Line 1084  else
1084  fi  fi
1085    
1086  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1087  echo "configure:1079: checking whether ${MAKE-make} sets \${MAKE}" >&5  echo "configure:1088: checking whether ${MAKE-make} sets \${MAKE}" >&5
1088  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
1089  if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
1090    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1104  fi Line 1113  fi
1113  # Extract the first word of "ranlib", so it can be a program name with args.  # Extract the first word of "ranlib", so it can be a program name with args.
1114  set dummy ranlib; ac_word=$2  set dummy ranlib; ac_word=$2
1115  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1116  echo "configure:1108: checking for $ac_word" >&5  echo "configure:1117: checking for $ac_word" >&5
1117  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1118    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1119  else  else
# Line 1134  fi Line 1143  fi
1143    
1144    
1145  echo $ac_n "checking for main in -lFS""... $ac_c" 1>&6  echo $ac_n "checking for main in -lFS""... $ac_c" 1>&6
1146  echo "configure:1138: checking for main in -lFS" >&5  echo "configure:1147: checking for main in -lFS" >&5
1147  ac_lib_var=`echo FS'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo FS'_'main | sed 'y%./+-%__p_%'`
1148  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1149    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1142  else Line 1151  else
1151    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1152  LIBS="-lFS  $LIBS"  LIBS="-lFS  $LIBS"
1153  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1154  #line 1146 "configure"  #line 1155 "configure"
1155  #include "confdefs.h"  #include "confdefs.h"
1156    
1157  int main() {  int main() {
1158  main()  main()
1159  ; return 0; }  ; return 0; }
1160  EOF  EOF
1161  if { (eval echo configure:1153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1162    rm -rf conftest*    rm -rf conftest*
1163    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1164  else  else
# Line 1177  else Line 1186  else
1186  fi  fi
1187    
1188  echo $ac_n "checking for main in -lFresco""... $ac_c" 1>&6  echo $ac_n "checking for main in -lFresco""... $ac_c" 1>&6
1189  echo "configure:1181: checking for main in -lFresco" >&5  echo "configure:1190: checking for main in -lFresco" >&5
1190  ac_lib_var=`echo Fresco'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Fresco'_'main | sed 'y%./+-%__p_%'`
1191  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1192    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1185  else Line 1194  else
1194    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1195  LIBS="-lFresco  $LIBS"  LIBS="-lFresco  $LIBS"
1196  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1197  #line 1189 "configure"  #line 1198 "configure"
1198  #include "confdefs.h"  #include "confdefs.h"
1199    
1200  int main() {  int main() {
1201  main()  main()
1202  ; return 0; }  ; return 0; }
1203  EOF  EOF
1204  if { (eval echo configure:1196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1205    rm -rf conftest*    rm -rf conftest*
1206    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1207  else  else
# Line 1220  else Line 1229  else
1229  fi  fi
1230    
1231  echo $ac_n "checking for main in -lICE""... $ac_c" 1>&6  echo $ac_n "checking for main in -lICE""... $ac_c" 1>&6
1232  echo "configure:1224: checking for main in -lICE" >&5  echo "configure:1233: checking for main in -lICE" >&5
1233  ac_lib_var=`echo ICE'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo ICE'_'main | sed 'y%./+-%__p_%'`
1234  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1235    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1228  else Line 1237  else
1237    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1238  LIBS="-lICE  $LIBS"  LIBS="-lICE  $LIBS"
1239  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1240  #line 1232 "configure"  #line 1241 "configure"
1241  #include "confdefs.h"  #include "confdefs.h"
1242    
1243  int main() {  int main() {
1244  main()  main()
1245  ; return 0; }  ; return 0; }
1246  EOF  EOF
1247  if { (eval echo configure:1239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1248    rm -rf conftest*    rm -rf conftest*
1249    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1250  else  else
# Line 1263  else Line 1272  else
1272  fi  fi
1273    
1274  echo $ac_n "checking for main in -lPEX5""... $ac_c" 1>&6  echo $ac_n "checking for main in -lPEX5""... $ac_c" 1>&6
1275  echo "configure:1267: checking for main in -lPEX5" >&5  echo "configure:1276: checking for main in -lPEX5" >&5
1276  ac_lib_var=`echo PEX5'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo PEX5'_'main | sed 'y%./+-%__p_%'`
1277  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1278    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1271  else Line 1280  else
1280    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1281  LIBS="-lPEX5  $LIBS"  LIBS="-lPEX5  $LIBS"
1282  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1283  #line 1275 "configure"  #line 1284 "configure"
1284  #include "confdefs.h"  #include "confdefs.h"
1285    
1286  int main() {  int main() {
1287  main()  main()
1288  ; return 0; }  ; return 0; }
1289  EOF  EOF
1290  if { (eval echo configure:1282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1291    rm -rf conftest*    rm -rf conftest*
1292    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1293  else  else
# Line 1306  else Line 1315  else
1315  fi  fi
1316    
1317  echo $ac_n "checking for main in -lSM""... $ac_c" 1>&6  echo $ac_n "checking for main in -lSM""... $ac_c" 1>&6
1318  echo "configure:1310: checking for main in -lSM" >&5  echo "configure:1319: checking for main in -lSM" >&5
1319  ac_lib_var=`echo SM'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo SM'_'main | sed 'y%./+-%__p_%'`
1320  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1321    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1314  else Line 1323  else
1323    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1324  LIBS="-lSM  $LIBS"  LIBS="-lSM  $LIBS"
1325  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1326  #line 1318 "configure"  #line 1327 "configure"
1327  #include "confdefs.h"  #include "confdefs.h"
1328    
1329  int main() {  int main() {
1330  main()  main()
1331  ; return 0; }  ; return 0; }
1332  EOF  EOF
1333  if { (eval echo configure:1325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1334    rm -rf conftest*    rm -rf conftest*
1335    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1336  else  else
# Line 1349  else Line 1358  else
1358  fi  fi
1359    
1360  echo $ac_n "checking for main in -lX11""... $ac_c" 1>&6  echo $ac_n "checking for main in -lX11""... $ac_c" 1>&6
1361  echo "configure:1353: checking for main in -lX11" >&5  echo "configure:1362: checking for main in -lX11" >&5
1362  ac_lib_var=`echo X11'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo X11'_'main | sed 'y%./+-%__p_%'`
1363  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1364    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1357  else Line 1366  else
1366    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1367  LIBS="-lX11  $LIBS"  LIBS="-lX11  $LIBS"
1368  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1369  #line 1361 "configure"  #line 1370 "configure"
1370  #include "confdefs.h"  #include "confdefs.h"
1371    
1372  int main() {  int main() {
1373  main()  main()
1374  ; return 0; }  ; return 0; }
1375  EOF  EOF
1376  if { (eval echo configure:1368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1377    rm -rf conftest*    rm -rf conftest*
1378    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1379  else  else
# Line 1392  else Line 1401  else
1401  fi  fi
1402    
1403  echo $ac_n "checking for main in -lXIE""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXIE""... $ac_c" 1>&6
1404  echo "configure:1396: checking for main in -lXIE" >&5  echo "configure:1405: checking for main in -lXIE" >&5
1405  ac_lib_var=`echo XIE'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo XIE'_'main | sed 'y%./+-%__p_%'`
1406  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1407    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1400  else Line 1409  else
1409    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1410  LIBS="-lXIE  $LIBS"  LIBS="-lXIE  $LIBS"
1411  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1412  #line 1404 "configure"  #line 1413 "configure"
1413  #include "confdefs.h"  #include "confdefs.h"
1414    
1415  int main() {  int main() {
1416  main()  main()
1417  ; return 0; }  ; return 0; }
1418  EOF  EOF
1419  if { (eval echo configure:1411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1420    rm -rf conftest*    rm -rf conftest*
1421    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1422  else  else
# Line 1435  else Line 1444  else
1444  fi  fi
1445    
1446  echo $ac_n "checking for main in -lXau""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXau""... $ac_c" 1>&6
1447  echo "configure:1439: checking for main in -lXau" >&5  echo "configure:1448: checking for main in -lXau" >&5
1448  ac_lib_var=`echo Xau'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xau'_'main | sed 'y%./+-%__p_%'`
1449  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1450    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1443  else Line 1452  else
1452    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1453  LIBS="-lXau  $LIBS"  LIBS="-lXau  $LIBS"
1454  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1455  #line 1447 "configure"  #line 1456 "configure"
1456  #include "confdefs.h"  #include "confdefs.h"
1457    
1458  int main() {  int main() {
1459  main()  main()
1460  ; return 0; }  ; return 0; }
1461  EOF  EOF
1462  if { (eval echo configure:1454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1463    rm -rf conftest*    rm -rf conftest*
1464    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1465  else  else
# Line 1478  else Line 1487  else
1487  fi  fi
1488    
1489  echo $ac_n "checking for main in -lXaw""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXaw""... $ac_c" 1>&6
1490  echo "configure:1482: checking for main in -lXaw" >&5  echo "configure:1491: checking for main in -lXaw" >&5
1491  ac_lib_var=`echo Xaw'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xaw'_'main | sed 'y%./+-%__p_%'`
1492  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1493    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1486  else Line 1495  else
1495    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1496  LIBS="-lXaw  $LIBS"  LIBS="-lXaw  $LIBS"
1497  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1498  #line 1490 "configure"  #line 1499 "configure"
1499  #include "confdefs.h"  #include "confdefs.h"
1500    
1501  int main() {  int main() {
1502  main()  main()
1503  ; return 0; }  ; return 0; }
1504  EOF  EOF
1505  if { (eval echo configure:1497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1506    rm -rf conftest*    rm -rf conftest*
1507    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1508  else  else
# Line 1521  else Line 1530  else
1530  fi  fi
1531    
1532  echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6
1533  echo "configure:1525: checking for main in -lXbsd" >&5  echo "configure:1534: checking for main in -lXbsd" >&5
1534  ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'`
1535  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1536    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1529  else Line 1538  else
1538    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1539  LIBS="-lXbsd  $LIBS"  LIBS="-lXbsd  $LIBS"
1540  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1541  #line 1533 "configure"  #line 1542 "configure"
1542  #include "confdefs.h"  #include "confdefs.h"
1543    
1544  int main() {  int main() {
1545  main()  main()
1546  ; return 0; }  ; return 0; }
1547  EOF  EOF
1548  if { (eval echo configure:1540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1549    rm -rf conftest*    rm -rf conftest*
1550    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1551  else  else
# Line 1564  else Line 1573  else
1573  fi  fi
1574    
1575  echo $ac_n "checking for main in -lXdmcp""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXdmcp""... $ac_c" 1>&6
1576  echo "configure:1568: checking for main in -lXdmcp" >&5  echo "configure:1577: checking for main in -lXdmcp" >&5
1577  ac_lib_var=`echo Xdmcp'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xdmcp'_'main | sed 'y%./+-%__p_%'`
1578  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1579    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1572  else Line 1581  else
1581    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1582  LIBS="-lXdmcp  $LIBS"  LIBS="-lXdmcp  $LIBS"
1583  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1584  #line 1576 "configure"  #line 1585 "configure"
1585  #include "confdefs.h"  #include "confdefs.h"
1586    
1587  int main() {  int main() {
1588  main()  main()
1589  ; return 0; }  ; return 0; }
1590  EOF  EOF
1591  if { (eval echo configure:1583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1592    rm -rf conftest*    rm -rf conftest*
1593    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1594  else  else
# Line 1607  else Line 1616  else
1616  fi  fi
1617    
1618  echo $ac_n "checking for main in -lXext""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXext""... $ac_c" 1>&6
1619  echo "configure:1611: checking for main in -lXext" >&5  echo "configure:1620: checking for main in -lXext" >&5
1620  ac_lib_var=`echo Xext'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xext'_'main | sed 'y%./+-%__p_%'`
1621  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1622    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1615  else Line 1624  else
1624    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1625  LIBS="-lXext  $LIBS"  LIBS="-lXext  $LIBS"
1626  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1627  #line 1619 "configure"  #line 1628 "configure"
1628  #include "confdefs.h"  #include "confdefs.h"
1629    
1630  int main() {  int main() {
1631  main()  main()
1632  ; return 0; }  ; return 0; }
1633  EOF  EOF
1634  if { (eval echo configure:1626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1635    rm -rf conftest*    rm -rf conftest*
1636    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1637  else  else
# Line 1650  else Line 1659  else
1659  fi  fi
1660    
1661  echo $ac_n "checking for main in -lXi""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXi""... $ac_c" 1>&6
1662  echo "configure:1654: checking for main in -lXi" >&5  echo "configure:1663: checking for main in -lXi" >&5
1663  ac_lib_var=`echo Xi'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xi'_'main | sed 'y%./+-%__p_%'`
1664  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1665    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1658  else Line 1667  else
1667    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1668  LIBS="-lXi  $LIBS"  LIBS="-lXi  $LIBS"
1669  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1670  #line 1662 "configure"  #line 1671 "configure"
1671  #include "confdefs.h"  #include "confdefs.h"
1672    
1673  int main() {  int main() {
1674  main()  main()
1675  ; return 0; }  ; return 0; }
1676  EOF  EOF
1677  if { (eval echo configure:1669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1678    rm -rf conftest*    rm -rf conftest*
1679    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1680  else  else
# Line 1693  else Line 1702  else
1702  fi  fi
1703    
1704  echo $ac_n "checking for main in -lXmu""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXmu""... $ac_c" 1>&6
1705  echo "configure:1697: checking for main in -lXmu" >&5  echo "configure:1706: checking for main in -lXmu" >&5
1706  ac_lib_var=`echo Xmu'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xmu'_'main | sed 'y%./+-%__p_%'`
1707  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1708    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1701  else Line 1710  else
1710    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1711  LIBS="-lXmu  $LIBS"  LIBS="-lXmu  $LIBS"
1712  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1713  #line 1705 "configure"  #line 1714 "configure"
1714  #include "confdefs.h"  #include "confdefs.h"
1715    
1716  int main() {  int main() {
1717  main()  main()
1718  ; return 0; }  ; return 0; }
1719  EOF  EOF
1720  if { (eval echo configure:1712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1721    rm -rf conftest*    rm -rf conftest*
1722    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1723  else  else
# Line 1736  else Line 1745  else
1745  fi  fi
1746    
1747  echo $ac_n "checking for main in -lXt""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXt""... $ac_c" 1>&6
1748  echo "configure:1740: checking for main in -lXt" >&5  echo "configure:1749: checking for main in -lXt" >&5
1749  ac_lib_var=`echo Xt'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xt'_'main | sed 'y%./+-%__p_%'`
1750  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1751    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1744  else Line 1753  else
1753    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1754  LIBS="-lXt  $LIBS"  LIBS="-lXt  $LIBS"
1755  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1756  #line 1748 "configure"  #line 1757 "configure"
1757  #include "confdefs.h"  #include "confdefs.h"
1758    
1759  int main() {  int main() {
1760  main()  main()
1761  ; return 0; }  ; return 0; }
1762  EOF  EOF
1763  if { (eval echo configure:1755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1764    rm -rf conftest*    rm -rf conftest*
1765    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1766  else  else
# Line 1779  else Line 1788  else
1788  fi  fi
1789    
1790  echo $ac_n "checking for main in -lXtf""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXtf""... $ac_c" 1>&6
1791  echo "configure:1783: checking for main in -lXtf" >&5  echo "configure:1792: checking for main in -lXtf" >&5
1792  ac_lib_var=`echo Xtf'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xtf'_'main | sed 'y%./+-%__p_%'`
1793  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1794    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1787  else Line 1796  else
1796    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1797  LIBS="-lXtf  $LIBS"  LIBS="-lXtf  $LIBS"
1798  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1799  #line 1791 "configure"  #line 1800 "configure"
1800  #include "confdefs.h"  #include "confdefs.h"
1801    
1802  int main() {  int main() {
1803  main()  main()
1804  ; return 0; }  ; return 0; }
1805  EOF  EOF
1806  if { (eval echo configure:1798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1807    rm -rf conftest*    rm -rf conftest*
1808    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1809  else  else
# Line 1822  else Line 1831  else
1831  fi  fi
1832    
1833  echo $ac_n "checking for main in -lXtst""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXtst""... $ac_c" 1>&6
1834  echo "configure:1826: checking for main in -lXtst" >&5  echo "configure:1835: checking for main in -lXtst" >&5
1835  ac_lib_var=`echo Xtst'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xtst'_'main | sed 'y%./+-%__p_%'`
1836  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1837    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1830  else Line 1839  else
1839    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1840  LIBS="-lXtst  $LIBS"  LIBS="-lXtst  $LIBS"
1841  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1842  #line 1834 "configure"  #line 1843 "configure"
1843  #include "confdefs.h"  #include "confdefs.h"
1844    
1845  int main() {  int main() {
1846  main()  main()
1847  ; return 0; }  ; return 0; }
1848  EOF  EOF
1849  if { (eval echo configure:1841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1850    rm -rf conftest*    rm -rf conftest*
1851    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1852  else  else
# Line 1865  else Line 1874  else
1874  fi  fi
1875    
1876  echo $ac_n "checking for main in -lcurses""... $ac_c" 1>&6  echo $ac_n "checking for main in -lcurses""... $ac_c" 1>&6
1877  echo "configure:1869: checking for main in -lcurses" >&5  echo "configure:1878: checking for main in -lcurses" >&5
1878  ac_lib_var=`echo curses'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo curses'_'main | sed 'y%./+-%__p_%'`
1879  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1880    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1873  else Line 1882  else
1882    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1883  LIBS="-lcurses  $LIBS"  LIBS="-lcurses  $LIBS"
1884  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1885  #line 1877 "configure"  #line 1886 "configure"
1886  #include "confdefs.h"  #include "confdefs.h"
1887    
1888  int main() {  int main() {
1889  main()  main()
1890  ; return 0; }  ; return 0; }
1891  EOF  EOF
1892  if { (eval echo configure:1884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1893    rm -rf conftest*    rm -rf conftest*
1894    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1895  else  else
# Line 1908  else Line 1917  else
1917  fi  fi
1918    
1919  echo $ac_n "checking for main in -lfl""... $ac_c" 1>&6  echo $ac_n "checking for main in -lfl""... $ac_c" 1>&6
1920  echo "configure:1912: checking for main in -lfl" >&5  echo "configure:1921: checking for main in -lfl" >&5
1921  ac_lib_var=`echo fl'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo fl'_'main | sed 'y%./+-%__p_%'`
1922  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1923    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1916  else Line 1925  else
1925    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1926  LIBS="-lfl  $LIBS"  LIBS="-lfl  $LIBS"
1927  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1928  #line 1920 "configure"  #line 1929 "configure"
1929  #include "confdefs.h"  #include "confdefs.h"
1930    
1931  int main() {  int main() {
1932  main()  main()
1933  ; return 0; }  ; return 0; }
1934  EOF  EOF
1935  if { (eval echo configure:1927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1936    rm -rf conftest*    rm -rf conftest*
1937    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1938  else  else
# Line 1951  else Line 1960  else
1960  fi  fi
1961    
1962  echo $ac_n "checking for main in -lfont""... $ac_c" 1>&6  echo $ac_n "checking for main in -lfont""... $ac_c" 1>&6
1963  echo "configure:1955: checking for main in -lfont" >&5  echo "configure:1964: checking for main in -lfont" >&5
1964  ac_lib_var=`echo font'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo font'_'main | sed 'y%./+-%__p_%'`
1965  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1966    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1959  else Line 1968  else
1968    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1969  LIBS="-lfont  $LIBS"  LIBS="-lfont  $LIBS"
1970  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1971  #line 1963 "configure"  #line 1972 "configure"
1972  #include "confdefs.h"  #include "confdefs.h"
1973    
1974  int main() {  int main() {
1975  main()  main()
1976  ; return 0; }  ; return 0; }
1977  EOF  EOF
1978  if { (eval echo configure:1970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1979    rm -rf conftest*    rm -rf conftest*
1980    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1981  else  else
# Line 1994  else Line 2003  else
2003  fi  fi
2004    
2005  echo $ac_n "checking for main in -loldX""... $ac_c" 1>&6  echo $ac_n "checking for main in -loldX""... $ac_c" 1>&6
2006  echo "configure:1998: checking for main in -loldX" >&5  echo "configure:2007: checking for main in -loldX" >&5
2007  ac_lib_var=`echo oldX'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo oldX'_'main | sed 'y%./+-%__p_%'`
2008  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2009    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2002  else Line 2011  else
2011    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2012  LIBS="-loldX  $LIBS"  LIBS="-loldX  $LIBS"
2013  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2014  #line 2006 "configure"  #line 2015 "configure"
2015  #include "confdefs.h"  #include "confdefs.h"
2016    
2017  int main() {  int main() {
2018  main()  main()
2019  ; return 0; }  ; return 0; }
2020  EOF  EOF
2021  if { (eval echo configure:2013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2022    rm -rf conftest*    rm -rf conftest*
2023    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2024  else  else
# Line 2037  else Line 2046  else
2046  fi  fi
2047    
2048  echo $ac_n "checking for main in -lphigs""... $ac_c" 1>&6  echo $ac_n "checking for main in -lphigs""... $ac_c" 1>&6
2049  echo "configure:2041: checking for main in -lphigs" >&5  echo "configure:2050: checking for main in -lphigs" >&5
2050  ac_lib_var=`echo phigs'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo phigs'_'main | sed 'y%./+-%__p_%'`
2051  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2052    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2045  else Line 2054  else
2054    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2055  LIBS="-lphigs  $LIBS"  LIBS="-lphigs  $LIBS"
2056  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2057  #line 2049 "configure"  #line 2058 "configure"
2058  #include "confdefs.h"  #include "confdefs.h"
2059    
2060  int main() {  int main() {
2061  main()  main()
2062  ; return 0; }  ; return 0; }
2063  EOF  EOF
2064  if { (eval echo configure:2056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2065    rm -rf conftest*    rm -rf conftest*
2066    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2067  else  else
# Line 2080  else Line 2089  else
2089  fi  fi
2090    
2091  echo $ac_n "checking for main in -lxpg4""... $ac_c" 1>&6  echo $ac_n "checking for main in -lxpg4""... $ac_c" 1>&6
2092  echo "configure:2084: checking for main in -lxpg4" >&5  echo "configure:2093: checking for main in -lxpg4" >&5
2093  ac_lib_var=`echo xpg4'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo xpg4'_'main | sed 'y%./+-%__p_%'`
2094  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2095    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2088  else Line 2097  else
2097    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2098  LIBS="-lxpg4  $LIBS"  LIBS="-lxpg4  $LIBS"
2099  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2100  #line 2092 "configure"  #line 2101 "configure"
2101  #include "confdefs.h"  #include "confdefs.h"
2102    
2103  int main() {  int main() {
2104  main()  main()
2105  ; return 0; }  ; return 0; }
2106  EOF  EOF
2107  if { (eval echo configure:2099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2108    rm -rf conftest*    rm -rf conftest*
2109    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2110  else  else
# Line 2124  fi Line 2133  fi
2133    
2134    
2135  echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6  echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
2136  echo "configure:2128: checking for main in -lcrypt" >&5  echo "configure:2137: checking for main in -lcrypt" >&5
2137  ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
2138  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2139    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2132  else Line 2141  else
2141    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2142  LIBS="-lcrypt  $LIBS"  LIBS="-lcrypt  $LIBS"
2143  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2144  #line 2136 "configure"  #line 2145 "configure"
2145  #include "confdefs.h"  #include "confdefs.h"
2146    
2147  int main() {  int main() {
2148  main()  main()
2149  ; return 0; }  ; return 0; }
2150  EOF  EOF
2151  if { (eval echo configure:2143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2152    rm -rf conftest*    rm -rf conftest*
2153    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2154  else  else
# Line 2167  else Line 2176  else
2176  fi  fi
2177    
2178  echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6  echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
2179  echo "configure:2171: checking for main in -lsocket" >&5  echo "configure:2180: checking for main in -lsocket" >&5
2180  ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
2181  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2182    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2175  else Line 2184  else
2184    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2185  LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
2186  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2187  #line 2179 "configure"  #line 2188 "configure"
2188  #include "confdefs.h"  #include "confdefs.h"
2189    
2190  int main() {  int main() {
2191  main()  main()
2192  ; return 0; }  ; return 0; }
2193  EOF  EOF
2194  if { (eval echo configure:2186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2195    rm -rf conftest*    rm -rf conftest*
2196    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2197  else  else
# Line 2210  else Line 2219  else
2219  fi  fi
2220    
2221  echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6  echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
2222  echo "configure:2214: checking for main in -lnsl" >&5  echo "configure:2223: checking for main in -lnsl" >&5
2223  ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
2224  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2225    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2218  else Line 2227  else
2227    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2228  LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
2229  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2230  #line 2222 "configure"  #line 2231 "configure"
2231  #include "confdefs.h"  #include "confdefs.h"
2232    
2233  int main() {  int main() {
2234  main()  main()
2235  ; return 0; }  ; return 0; }
2236  EOF  EOF
2237  if { (eval echo configure:2229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2238    rm -rf conftest*    rm -rf conftest*
2239    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2240  else  else
# Line 2258  fi Line 2267  fi
2267  # Uses ac_ vars as temps to allow command line to override cache and checks.  # Uses ac_ vars as temps to allow command line to override cache and checks.
2268  # --without-x overrides everything else, but does not touch the cache.  # --without-x overrides everything else, but does not touch the cache.
2269  echo $ac_n "checking for X""... $ac_c" 1>&6  echo $ac_n "checking for X""... $ac_c" 1>&6
2270  echo "configure:2262: checking for X" >&5  echo "configure:2271: checking for X" >&5
2271    
2272  # Check whether --with-x or --without-x was given.  # Check whether --with-x or --without-x was given.
2273  if test "${with_x+set}" = set; then  if test "${with_x+set}" = set; then
# Line 2320  if test "$ac_x_includes" = NO; then Line 2329  if test "$ac_x_includes" = NO; then
2329    
2330    # First, try using that file with no special directory specified.    # First, try using that file with no special directory specified.
2331  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2332  #line 2324 "configure"  #line 2333 "configure"
2333  #include "confdefs.h"  #include "confdefs.h"
2334  #include <$x_direct_test_include>  #include <$x_direct_test_include>
2335  EOF  EOF
2336  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2337  { (eval echo configure:2329: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2338: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2338  ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out`
2339  if test -z "$ac_err"; then  if test -z "$ac_err"; then
2340    rm -rf conftest*    rm -rf conftest*
# Line 2394  if test "$ac_x_libraries" = NO; then Line 2403  if test "$ac_x_libraries" = NO; then
2403    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2404    LIBS="-l$x_direct_test_library $LIBS"    LIBS="-l$x_direct_test_library $LIBS"
2405  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2406  #line 2398 "configure"  #line 2407 "configure"
2407  #include "confdefs.h"  #include "confdefs.h"
2408    
2409  int main() {  int main() {
2410  ${x_direct_test_function}()  ${x_direct_test_function}()
2411  ; return 0; }  ; return 0; }
2412  EOF  EOF
2413  if { (eval echo configure:2405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2414    rm -rf conftest*    rm -rf conftest*
2415    LIBS="$ac_save_LIBS"    LIBS="$ac_save_LIBS"
2416  # We can link X programs with no special library path.  # We can link X programs with no special library path.
# Line 2488  else Line 2497  else
2497  fi  fi
2498    
2499  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2500  echo "configure:2492: checking for ANSI C header files" >&5  echo "configure:2501: checking for ANSI C header files" >&5
2501  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2502    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2503  else  else
2504    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2505  #line 2497 "configure"  #line 2506 "configure"
2506  #include "confdefs.h"  #include "confdefs.h"
2507  #include <stdlib.h>  #include <stdlib.h>
2508  #include <stdarg.h>  #include <stdarg.h>
# Line 2501  else Line 2510  else
2510  #include <float.h>  #include <float.h>
2511  EOF  EOF
2512  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2513  { (eval echo configure:2505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2514: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2514  ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out`
2515  if test -z "$ac_err"; then  if test -z "$ac_err"; then
2516    rm -rf conftest*    rm -rf conftest*
# Line 2518  rm -f conftest* Line 2527  rm -f conftest*
2527  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
2528    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2529  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2530  #line 2522 "configure"  #line 2531 "configure"
2531  #include "confdefs.h"  #include "confdefs.h"
2532  #include <string.h>  #include <string.h>
2533  EOF  EOF
# Line 2536  fi Line 2545  fi
2545  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
2546    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2547  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2548  #line 2540 "configure"  #line 2549 "configure"
2549  #include "confdefs.h"  #include "confdefs.h"
2550  #include <stdlib.h>  #include <stdlib.h>
2551  EOF  EOF
# Line 2557  if test "$cross_compiling" = yes; then Line 2566  if test "$cross_compiling" = yes; then
2566    :    :
2567  else  else
2568    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2569  #line 2561 "configure"  #line 2570 "configure"
2570  #include "confdefs.h"  #include "confdefs.h"
2571  #include <ctype.h>  #include <ctype.h>
2572  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# Line 2568  if (XOR (islower (i), ISLOWER (i)) || to Line 2577  if (XOR (islower (i), ISLOWER (i)) || to
2577  exit (0); }  exit (0); }
2578    
2579  EOF  EOF
2580  if { (eval echo configure:2572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  if { (eval echo configure:2581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
2581  then  then
2582    :    :
2583  else  else
# Line 2592  EOF Line 2601  EOF
2601  fi  fi
2602    
2603  echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6  echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
2604  echo "configure:2596: checking for sys/wait.h that is POSIX.1 compatible" >&5  echo "configure:2605: checking for sys/wait.h that is POSIX.1 compatible" >&5
2605  if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
2606    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2607  else  else
2608    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2609  #line 2601 "configure"  #line 2610 "configure"
2610  #include "confdefs.h"  #include "confdefs.h"
2611  #include <sys/types.h>  #include <sys/types.h>
2612  #include <sys/wait.h>  #include <sys/wait.h>
# Line 2613  wait (&s); Line 2622  wait (&s);
2622  s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;  s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
2623  ; return 0; }  ; return 0; }
2624  EOF  EOF
2625  if { (eval echo configure:2617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:2626: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2626    rm -rf conftest*    rm -rf conftest*
2627    ac_cv_header_sys_wait_h=yes    ac_cv_header_sys_wait_h=yes
2628  else  else
# Line 2637  for ac_hdr in fcntl.h limits.h malloc.h Line 2646  for ac_hdr in fcntl.h limits.h malloc.h
2646  do  do
2647  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2648  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2649  echo "configure:2641: checking for $ac_hdr" >&5  echo "configure:2650: checking for $ac_hdr" >&5
2650  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2651    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2652  else  else
2653    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2654  #line 2646 "configure"  #line 2655 "configure"
2655  #include "confdefs.h"  #include "confdefs.h"
2656  #include <$ac_hdr>  #include <$ac_hdr>
2657  EOF  EOF
2658  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2659  { (eval echo configure:2651: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2660  ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out`
2661  if test -z "$ac_err"; then  if test -z "$ac_err"; then
2662    rm -rf conftest*    rm -rf conftest*
# Line 2675  done Line 2684  done
2684    
2685    
2686  echo $ac_n "checking for mode_t""... $ac_c" 1>&6  echo $ac_n "checking for mode_t""... $ac_c" 1>&6
2687  echo "configure:2679: checking for mode_t" >&5  echo "configure:2688: checking for mode_t" >&5
2688  if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
2689    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2690  else  else
2691    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2692  #line 2684 "configure"  #line 2693 "configure"
2693  #include "confdefs.h"  #include "confdefs.h"
2694  #include <sys/types.h>  #include <sys/types.h>
2695  #if STDC_HEADERS  #if STDC_HEADERS
# Line 2708  EOF Line 2717  EOF
2717  fi  fi
2718    
2719  echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6  echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
2720  echo "configure:2712: checking whether time.h and sys/time.h may both be included" >&5  echo "configure:2721: checking whether time.h and sys/time.h may both be included" >&5
2721  if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
2722    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2723  else  else
2724    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2725  #line 2717 "configure"  #line 2726 "configure"
2726  #include "confdefs.h"  #include "confdefs.h"
2727  #include <sys/types.h>  #include <sys/types.h>
2728  #include <sys/time.h>  #include <sys/time.h>
# Line 2722  int main() { Line 2731  int main() {
2731  struct tm *tp;  struct tm *tp;
2732  ; return 0; }  ; return 0; }
2733  EOF  EOF
2734  if { (eval echo configure:2726: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:2735: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2735    rm -rf conftest*    rm -rf conftest*
2736    ac_cv_header_time=yes    ac_cv_header_time=yes
2737  else  else
# Line 2745  fi Line 2754  fi
2754    
2755  if test $ac_cv_prog_gcc = yes; then  if test $ac_cv_prog_gcc = yes; then
2756      echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6      echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
2757  echo "configure:2749: checking whether ${CC-cc} needs -traditional" >&5  echo "configure:2758: checking whether ${CC-cc} needs -traditional" >&5
2758  if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
2759    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2760  else  else
2761      ac_pattern="Autoconf.*'x'"      ac_pattern="Autoconf.*'x'"
2762    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2763  #line 2755 "configure"  #line 2764 "configure"
2764  #include "confdefs.h"  #include "confdefs.h"
2765  #include <sgtty.h>  #include <sgtty.h>
2766  Autoconf TIOCGETP  Autoconf TIOCGETP
# Line 2769  rm -f conftest* Line 2778  rm -f conftest*
2778    
2779    if test $ac_cv_prog_gcc_traditional = no; then    if test $ac_cv_prog_gcc_traditional = no; then
2780      cat > conftest.$ac_ext <<EOF      cat > conftest.$ac_ext <<EOF
2781  #line 2773 "configure"  #line 2782 "configure"
2782  #include "confdefs.h"  #include "confdefs.h"
2783  #include <termio.h>  #include <termio.h>
2784  Autoconf TCGETA  Autoconf TCGETA
# Line 2791  echo "$ac_t""$ac_cv_prog_gcc_traditional Line 2800  echo "$ac_t""$ac_cv_prog_gcc_traditional
2800  fi  fi
2801    
2802  echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6  echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
2803  echo "configure:2795: checking for 8-bit clean memcmp" >&5  echo "configure:2804: checking for 8-bit clean memcmp" >&5
2804  if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
2805    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2806  else  else
# Line 2799  else Line 2808  else
2808    ac_cv_func_memcmp_clean=no    ac_cv_func_memcmp_clean=no
2809  else  else
2810    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2811  #line 2803 "configure"  #line 2812 "configure"
2812  #include "confdefs.h"  #include "confdefs.h"
2813    
2814  main()  main()
# Line 2809  main() Line 2818  main()
2818  }  }
2819    
2820  EOF  EOF
2821  if { (eval echo configure:2813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  if { (eval echo configure:2822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
2822  then  then
2823    ac_cv_func_memcmp_clean=yes    ac_cv_func_memcmp_clean=yes
2824  else  else
# Line 2827  echo "$ac_t""$ac_cv_func_memcmp_clean" 1 Line 2836  echo "$ac_t""$ac_cv_func_memcmp_clean" 1
2836  test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.o"  test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.o"
2837    
2838  echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6  echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
2839  echo "configure:2831: checking return type of signal handlers" >&5  echo "configure:2840: checking return type of signal handlers" >&5
2840  if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
2841    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2842  else  else
2843    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2844  #line 2836 "configure"  #line 2845 "configure"
2845  #include "confdefs.h"  #include "confdefs.h"
2846  #include <sys/types.h>  #include <sys/types.h>
2847  #include <signal.h>  #include <signal.h>
# Line 2849  int main() { Line 2858  int main() {
2858  int i;  int i;
2859  ; return 0; }  ; return 0; }
2860  EOF  EOF
2861  if { (eval echo configure:2853: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:2862: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2862    rm -rf conftest*    rm -rf conftest*
2863    ac_cv_type_signal=void    ac_cv_type_signal=void
2864  else  else
# Line 2868  EOF Line 2877  EOF
2877    
2878    
2879  echo $ac_n "checking for wait3 that fills in rusage""... $ac_c" 1>&6  echo $ac_n "checking for wait3 that fills in rusage""... $ac_c" 1>&6
2880  echo "configure:2872: checking for wait3 that fills in rusage" >&5  echo "configure:2881: checking for wait3 that fills in rusage" >&5
2881  if eval "test \"`echo '$''{'ac_cv_func_wait3_rusage'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_wait3_rusage'+set}'`\" = set"; then
2882    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2883  else  else
# Line 2876  else Line 2885  else
2885    ac_cv_func_wait3_rusage=no    ac_cv_func_wait3_rusage=no
2886  else  else
2887    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2888  #line 2880 "configure"  #line 2889 "configure"
2889  #include "confdefs.h"  #include "confdefs.h"
2890  #include <sys/types.h>  #include <sys/types.h>
2891  #include <sys/time.h>  #include <sys/time.h>
# Line 2907  main() { Line 2916  main() {
2916    }    }
2917  }  }
2918  EOF  EOF
2919  if { (eval echo configure:2911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  if { (eval echo configure:2920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
2920  then  then
2921    ac_cv_func_wait3_rusage=yes    ac_cv_func_wait3_rusage=yes
2922  else  else
# Line 2932  fi Line 2941  fi
2941  for ac_func in gethostname mkdir select socket strtol  for ac_func in gethostname mkdir select socket strtol
2942  do  do
2943  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2944  echo "configure:2936: checking for $ac_func" >&5  echo "configure:2945: checking for $ac_func" >&5
2945  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2946    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2947  else  else
2948    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2949  #line 2941 "configure"  #line 2950 "configure"
2950  #include "confdefs.h"  #include "confdefs.h"
2951  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
2952      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 2960  $ac_func(); Line 2969  $ac_func();
2969    
2970  ; return 0; }  ; return 0; }
2971  EOF  EOF
2972  if { (eval echo configure:2964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2973    rm -rf conftest*    rm -rf conftest*
2974    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
2975  else  else

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26