Changeset f9c43ae for configure


Ignore:
Timestamp:
Sep 21, 2002, 7:52:22 PM (22 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
bde7714
Parents:
1583c90
Message:
Fixed up the normal scrolling code.  Now it should always
  land on a message, but it's still not optimal.
Added the variable 'smartstrip' which will strip kerberos
  instances out for the 'reply' command.
Added -R/usr/athena/lib to the build for Athena
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r6794f72 rf9c43ae  
    763763echo "configure:764: checking for /usr/athena/lib" >&5
    764764if test -d /usr/athena/lib; then
    765         LDFLAGS=-L/usr/athena/lib\ ${LDFLAGS}
     765        LDFLAGS=-L/usr/athena/lib\ -R/usr/athena/lib\ ${LDFLAGS}
    766766        echo "$ac_t""yes" 1>&6
    767767else
     
    769769fi
    770770
    771 
    772 
    773 
    774 
    775 
    776771echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6
    777 echo "configure:778: checking for initscr in -lncurses" >&5
     772echo "configure:773: checking for initscr in -lncurses" >&5
    778773ac_lib_var=`echo ncurses'_'initscr | sed 'y%./+-%__p_%'`
    779774if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    783778LIBS="-lncurses  $LIBS"
    784779cat > conftest.$ac_ext <<EOF
    785 #line 786 "configure"
     780#line 781 "configure"
    786781#include "confdefs.h"
    787782/* Override any gcc2 internal prototype to avoid an error.  */
     
    794789; return 0; }
    795790EOF
    796 if { (eval echo configure:797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     791if { (eval echo configure:792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    797792  rm -rf conftest*
    798793  eval "ac_cv_lib_$ac_lib_var=yes"
     
    820815  echo "$ac_t""no" 1>&6
    821816echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6
    822 echo "configure:823: checking for initscr in -lcurses" >&5
     817echo "configure:818: checking for initscr in -lcurses" >&5
    823818ac_lib_var=`echo curses'_'initscr | sed 'y%./+-%__p_%'`
    824819if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    828823LIBS="-lcurses  $LIBS"
    829824cat > conftest.$ac_ext <<EOF
    830 #line 831 "configure"
     825#line 826 "configure"
    831826#include "confdefs.h"
    832827/* Override any gcc2 internal prototype to avoid an error.  */
     
    839834; return 0; }
    840835EOF
    841 if { (eval echo configure:842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     836if { (eval echo configure:837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    842837  rm -rf conftest*
    843838  eval "ac_cv_lib_$ac_lib_var=yes"
     
    870865
    871866echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
    872 echo "configure:873: checking for com_err in -lcom_err" >&5
     867echo "configure:868: checking for com_err in -lcom_err" >&5
    873868ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
    874869if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    878873LIBS="-lcom_err  $LIBS"
    879874cat > conftest.$ac_ext <<EOF
    880 #line 881 "configure"
     875#line 876 "configure"
    881876#include "confdefs.h"
    882877/* Override any gcc2 internal prototype to avoid an error.  */
     
    889884; return 0; }
    890885EOF
    891 if { (eval echo configure:892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     886if { (eval echo configure:887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    892887  rm -rf conftest*
    893888  eval "ac_cv_lib_$ac_lib_var=yes"
     
    917912
    918913echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    919 echo "configure:920: checking for gethostbyname in -lnsl" >&5
     914echo "configure:915: checking for gethostbyname in -lnsl" >&5
    920915ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    921916if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    925920LIBS="-lnsl  $LIBS"
    926921cat > conftest.$ac_ext <<EOF
    927 #line 928 "configure"
     922#line 923 "configure"
    928923#include "confdefs.h"
    929924/* Override any gcc2 internal prototype to avoid an error.  */
     
    936931; return 0; }
    937932EOF
    938 if { (eval echo configure:939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     933if { (eval echo configure:934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    939934  rm -rf conftest*
    940935  eval "ac_cv_lib_$ac_lib_var=yes"
     
    964959
    965960echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
    966 echo "configure:967: checking for socket in -lsocket" >&5
     961echo "configure:962: checking for socket in -lsocket" >&5
    967962ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
    968963if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    972967LIBS="-lsocket  $LIBS"
    973968cat > conftest.$ac_ext <<EOF
    974 #line 975 "configure"
     969#line 970 "configure"
    975970#include "confdefs.h"
    976971/* Override any gcc2 internal prototype to avoid an error.  */
     
    983978; return 0; }
    984979EOF
    985 if { (eval echo configure:986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     980if { (eval echo configure:981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    986981  rm -rf conftest*
    987982  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10111006
    10121007echo $ac_n "checking for krb5_derive_key in -lk5crypto""... $ac_c" 1>&6
    1013 echo "configure:1014: checking for krb5_derive_key in -lk5crypto" >&5
     1008echo "configure:1009: checking for krb5_derive_key in -lk5crypto" >&5
    10141009ac_lib_var=`echo k5crypto'_'krb5_derive_key | sed 'y%./+-%__p_%'`
    10151010if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10191014LIBS="-lk5crypto  $LIBS"
    10201015cat > conftest.$ac_ext <<EOF
    1021 #line 1022 "configure"
     1016#line 1017 "configure"
    10221017#include "confdefs.h"
    10231018/* Override any gcc2 internal prototype to avoid an error.  */
     
    10301025; return 0; }
    10311026EOF
    1032 if { (eval echo configure:1033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1027if { (eval echo configure:1028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10331028  rm -rf conftest*
    10341029  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10581053
    10591054echo $ac_n "checking for des425_req_act_vno in -ldes425""... $ac_c" 1>&6
    1060 echo "configure:1061: checking for des425_req_act_vno in -ldes425" >&5
     1055echo "configure:1056: checking for des425_req_act_vno in -ldes425" >&5
    10611056ac_lib_var=`echo des425'_'des425_req_act_vno | sed 'y%./+-%__p_%'`
    10621057if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10661061LIBS="-ldes425  $LIBS"
    10671062cat > conftest.$ac_ext <<EOF
    1068 #line 1069 "configure"
     1063#line 1064 "configure"
    10691064#include "confdefs.h"
    10701065/* Override any gcc2 internal prototype to avoid an error.  */
     
    10771072; return 0; }
    10781073EOF
    1079 if { (eval echo configure:1080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1074if { (eval echo configure:1075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10801075  rm -rf conftest*
    10811076  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11051100
    11061101echo $ac_n "checking for krb5_get_credentials in -lkrb5""... $ac_c" 1>&6
    1107 echo "configure:1108: checking for krb5_get_credentials in -lkrb5" >&5
     1102echo "configure:1103: checking for krb5_get_credentials in -lkrb5" >&5
    11081103ac_lib_var=`echo krb5'_'krb5_get_credentials | sed 'y%./+-%__p_%'`
    11091104if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11131108LIBS="-lkrb5  $LIBS"
    11141109cat > conftest.$ac_ext <<EOF
    1115 #line 1116 "configure"
     1110#line 1111 "configure"
    11161111#include "confdefs.h"
    11171112/* Override any gcc2 internal prototype to avoid an error.  */
     
    11241119; return 0; }
    11251120EOF
    1126 if { (eval echo configure:1127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1121if { (eval echo configure:1122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11271122  rm -rf conftest*
    11281123  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11521147
    11531148echo $ac_n "checking for krb_sendauth in -lkrb4""... $ac_c" 1>&6
    1154 echo "configure:1155: checking for krb_sendauth in -lkrb4" >&5
     1149echo "configure:1150: checking for krb_sendauth in -lkrb4" >&5
    11551150ac_lib_var=`echo krb4'_'krb_sendauth | sed 'y%./+-%__p_%'`
    11561151if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11601155LIBS="-lkrb4  $LIBS"
    11611156cat > conftest.$ac_ext <<EOF
    1162 #line 1163 "configure"
     1157#line 1158 "configure"
    11631158#include "confdefs.h"
    11641159/* Override any gcc2 internal prototype to avoid an error.  */
     
    11711166; return 0; }
    11721167EOF
    1173 if { (eval echo configure:1174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1168if { (eval echo configure:1169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11741169  rm -rf conftest*
    11751170  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11991194
    12001195echo $ac_n "checking for ZGetSender in -lzephyr""... $ac_c" 1>&6
    1201 echo "configure:1202: checking for ZGetSender in -lzephyr" >&5
     1196echo "configure:1197: checking for ZGetSender in -lzephyr" >&5
    12021197ac_lib_var=`echo zephyr'_'ZGetSender | sed 'y%./+-%__p_%'`
    12031198if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12071202LIBS="-lzephyr  $LIBS"
    12081203cat > conftest.$ac_ext <<EOF
    1209 #line 1210 "configure"
     1204#line 1205 "configure"
    12101205#include "confdefs.h"
    12111206/* Override any gcc2 internal prototype to avoid an error.  */
     
    12181213; return 0; }
    12191214EOF
    1220 if { (eval echo configure:1221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1215if { (eval echo configure:1216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12211216  rm -rf conftest*
    12221217  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12471242
    12481243echo $ac_n "checking for ZInitLocationInfo in -lzephyr""... $ac_c" 1>&6
    1249 echo "configure:1250: checking for ZInitLocationInfo in -lzephyr" >&5
     1244echo "configure:1245: checking for ZInitLocationInfo in -lzephyr" >&5
    12501245ac_lib_var=`echo zephyr'_'ZInitLocationInfo | sed 'y%./+-%__p_%'`
    12511246if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12551250LIBS="-lzephyr  $LIBS"
    12561251cat > conftest.$ac_ext <<EOF
    1257 #line 1258 "configure"
     1252#line 1253 "configure"
    12581253#include "confdefs.h"
    12591254/* Override any gcc2 internal prototype to avoid an error.  */
     
    12661261; return 0; }
    12671262EOF
    1268 if { (eval echo configure:1269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1263if { (eval echo configure:1264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12691264  rm -rf conftest*
    12701265  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12911286
    12921287echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1293 echo "configure:1294: checking how to run the C preprocessor" >&5
     1288echo "configure:1289: checking how to run the C preprocessor" >&5
    12941289# On Suns, sometimes $CPP names a directory.
    12951290if test -n "$CPP" && test -d "$CPP"; then
     
    13061301  # not just through cpp.
    13071302  cat > conftest.$ac_ext <<EOF
    1308 #line 1309 "configure"
     1303#line 1304 "configure"
    13091304#include "confdefs.h"
    13101305#include <assert.h>
     
    13121307EOF
    13131308ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1314 { (eval echo configure:1315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1309{ (eval echo configure:1310: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13151310ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13161311if test -z "$ac_err"; then
     
    13231318  CPP="${CC-cc} -E -traditional-cpp"
    13241319  cat > conftest.$ac_ext <<EOF
    1325 #line 1326 "configure"
     1320#line 1321 "configure"
    13261321#include "confdefs.h"
    13271322#include <assert.h>
     
    13291324EOF
    13301325ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1331 { (eval echo configure:1332: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1326{ (eval echo configure:1327: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13321327ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13331328if test -z "$ac_err"; then
     
    13401335  CPP="${CC-cc} -nologo -E"
    13411336  cat > conftest.$ac_ext <<EOF
    1342 #line 1343 "configure"
     1337#line 1338 "configure"
    13431338#include "confdefs.h"
    13441339#include <assert.h>
     
    13461341EOF
    13471342ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1348 { (eval echo configure:1349: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1343{ (eval echo configure:1344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13491344ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13501345if test -z "$ac_err"; then
     
    13711366
    13721367echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1373 echo "configure:1374: checking for ANSI C header files" >&5
     1368echo "configure:1369: checking for ANSI C header files" >&5
    13741369if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    13751370  echo $ac_n "(cached) $ac_c" 1>&6
    13761371else
    13771372  cat > conftest.$ac_ext <<EOF
    1378 #line 1379 "configure"
     1373#line 1374 "configure"
    13791374#include "confdefs.h"
    13801375#include <stdlib.h>
     
    13841379EOF
    13851380ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1386 { (eval echo configure:1387: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1381{ (eval echo configure:1382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13871382ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13881383if test -z "$ac_err"; then
     
    14011396  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    14021397cat > conftest.$ac_ext <<EOF
    1403 #line 1404 "configure"
     1398#line 1399 "configure"
    14041399#include "confdefs.h"
    14051400#include <string.h>
     
    14191414  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    14201415cat > conftest.$ac_ext <<EOF
    1421 #line 1422 "configure"
     1416#line 1417 "configure"
    14221417#include "confdefs.h"
    14231418#include <stdlib.h>
     
    14401435else
    14411436  cat > conftest.$ac_ext <<EOF
    1442 #line 1443 "configure"
     1437#line 1438 "configure"
    14431438#include "confdefs.h"
    14441439#include <ctype.h>
     
    14511446
    14521447EOF
    1453 if { (eval echo configure:1454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1448if { (eval echo configure:1449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    14541449then
    14551450  :
     
    14751470
    14761471echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
    1477 echo "configure:1478: checking for sys/wait.h that is POSIX.1 compatible" >&5
     1472echo "configure:1473: checking for sys/wait.h that is POSIX.1 compatible" >&5
    14781473if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    14791474  echo $ac_n "(cached) $ac_c" 1>&6
    14801475else
    14811476  cat > conftest.$ac_ext <<EOF
    1482 #line 1483 "configure"
     1477#line 1478 "configure"
    14831478#include "confdefs.h"
    14841479#include <sys/types.h>
     
    14961491; return 0; }
    14971492EOF
    1498 if { (eval echo configure:1499: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1493if { (eval echo configure:1494: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14991494  rm -rf conftest*
    15001495  ac_cv_header_sys_wait_h=yes
     
    15201515ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    15211516echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1522 echo "configure:1523: checking for $ac_hdr" >&5
     1517echo "configure:1518: checking for $ac_hdr" >&5
    15231518if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    15241519  echo $ac_n "(cached) $ac_c" 1>&6
    15251520else
    15261521  cat > conftest.$ac_ext <<EOF
    1527 #line 1528 "configure"
     1522#line 1523 "configure"
    15281523#include "confdefs.h"
    15291524#include <$ac_hdr>
    15301525EOF
    15311526ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1532 { (eval echo configure:1533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1527{ (eval echo configure:1528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15331528ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15341529if test -z "$ac_err"; then
     
    15621557
    15631558echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6
    1564 echo "configure:1565: checking for the perl xsubpp precompiler" >&5
     1559echo "configure:1560: checking for the perl xsubpp precompiler" >&5
    15651560XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
    15661561if test -n "${XSUBPPDIR}"; then
     
    15771572ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'`
    15781573echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6
    1579 echo "configure:1580: checking for /usr/share/terminfo" >&5
     1574echo "configure:1575: checking for /usr/share/terminfo" >&5
    15801575if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    15811576  echo $ac_n "(cached) $ac_c" 1>&6
     
    16021597ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'`
    16031598echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6
    1604 echo "configure:1605: checking for /usr/share/lib/terminfo" >&5
     1599echo "configure:1600: checking for /usr/share/lib/terminfo" >&5
    16051600if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    16061601  echo $ac_n "(cached) $ac_c" 1>&6
Note: See TracChangeset for help on using the changeset viewer.