Changeset be0a79f for configure


Ignore:
Timestamp:
Jun 21, 2003, 1:54:20 PM (21 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:
0c502e9
Parents:
5639bf2
Message:
Started work making owl build without zephyr.  Long way left to go though.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r884c272 rbe0a79f  
    13801380else
    13811381  echo "$ac_t""no" 1>&6
    1382 { echo "configure: error: No zephyr library found." 1>&2; exit 1; }
    13831382fi
    13841383
    13851384echo $ac_n "checking for ZInitLocationInfo in -lzephyr""... $ac_c" 1>&6
    1386 echo "configure:1387: checking for ZInitLocationInfo in -lzephyr" >&5
     1385echo "configure:1386: checking for ZInitLocationInfo in -lzephyr" >&5
    13871386ac_lib_var=`echo zephyr'_'ZInitLocationInfo | sed 'y%./+-%__p_%'`
    13881387if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13921391LIBS="-lzephyr  $LIBS"
    13931392cat > conftest.$ac_ext <<EOF
    1394 #line 1395 "configure"
     1393#line 1394 "configure"
    13951394#include "confdefs.h"
    13961395/* Override any gcc2 internal prototype to avoid an error.  */
     
    14031402; return 0; }
    14041403EOF
    1405 if { (eval echo configure:1406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1404if { (eval echo configure:1405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14061405  rm -rf conftest*
    14071406  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14301429do
    14311430echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1432 echo "configure:1433: checking for $ac_func" >&5
     1431echo "configure:1432: checking for $ac_func" >&5
    14331432if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    14341433  echo $ac_n "(cached) $ac_c" 1>&6
    14351434else
    14361435  cat > conftest.$ac_ext <<EOF
    1437 #line 1438 "configure"
     1436#line 1437 "configure"
    14381437#include "confdefs.h"
    14391438/* System header to define __stub macros and hopefully few prototypes,
     
    14581457; return 0; }
    14591458EOF
    1460 if { (eval echo configure:1461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1459if { (eval echo configure:1460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14611460  rm -rf conftest*
    14621461  eval "ac_cv_func_$ac_func=yes"
     
    14841483
    14851484echo $ac_n "checking for des_ecb_encrypt prototype""... $ac_c" 1>&6
    1486 echo "configure:1487: checking for des_ecb_encrypt prototype" >&5
     1485echo "configure:1486: checking for des_ecb_encrypt prototype" >&5
    14871486cat > conftest.$ac_ext <<EOF
    1488 #line 1489 "configure"
     1487#line 1488 "configure"
    14891488#include "confdefs.h"
    14901489#include <des.h>
     
    14941493; return 0; }
    14951494EOF
    1496 if { (eval echo configure:1497: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1495if { (eval echo configure:1496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14971496  rm -rf conftest*
    14981497  ac_cv_des_ecb_encrypt_proto=no
     
    15141513
    15151514echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1516 echo "configure:1517: checking how to run the C preprocessor" >&5
     1515echo "configure:1516: checking how to run the C preprocessor" >&5
    15171516# On Suns, sometimes $CPP names a directory.
    15181517if test -n "$CPP" && test -d "$CPP"; then
     
    15291528  # not just through cpp.
    15301529  cat > conftest.$ac_ext <<EOF
    1531 #line 1532 "configure"
     1530#line 1531 "configure"
    15321531#include "confdefs.h"
    15331532#include <assert.h>
     
    15351534EOF
    15361535ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1537 { (eval echo configure:1538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1536{ (eval echo configure:1537: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15381537ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15391538if test -z "$ac_err"; then
     
    15461545  CPP="${CC-cc} -E -traditional-cpp"
    15471546  cat > conftest.$ac_ext <<EOF
    1548 #line 1549 "configure"
     1547#line 1548 "configure"
    15491548#include "confdefs.h"
    15501549#include <assert.h>
     
    15521551EOF
    15531552ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1554 { (eval echo configure:1555: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1553{ (eval echo configure:1554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15551554ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15561555if test -z "$ac_err"; then
     
    15631562  CPP="${CC-cc} -nologo -E"
    15641563  cat > conftest.$ac_ext <<EOF
    1565 #line 1566 "configure"
     1564#line 1565 "configure"
    15661565#include "confdefs.h"
    15671566#include <assert.h>
     
    15691568EOF
    15701569ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1571 { (eval echo configure:1572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1570{ (eval echo configure:1571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15721571ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15731572if test -z "$ac_err"; then
     
    15941593
    15951594echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1596 echo "configure:1597: checking for ANSI C header files" >&5
     1595echo "configure:1596: checking for ANSI C header files" >&5
    15971596if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    15981597  echo $ac_n "(cached) $ac_c" 1>&6
    15991598else
    16001599  cat > conftest.$ac_ext <<EOF
    1601 #line 1602 "configure"
     1600#line 1601 "configure"
    16021601#include "confdefs.h"
    16031602#include <stdlib.h>
     
    16071606EOF
    16081607ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1609 { (eval echo configure:1610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1608{ (eval echo configure:1609: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    16101609ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    16111610if test -z "$ac_err"; then
     
    16241623  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    16251624cat > conftest.$ac_ext <<EOF
    1626 #line 1627 "configure"
     1625#line 1626 "configure"
    16271626#include "confdefs.h"
    16281627#include <string.h>
     
    16421641  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    16431642cat > conftest.$ac_ext <<EOF
    1644 #line 1645 "configure"
     1643#line 1644 "configure"
    16451644#include "confdefs.h"
    16461645#include <stdlib.h>
     
    16631662else
    16641663  cat > conftest.$ac_ext <<EOF
    1665 #line 1666 "configure"
     1664#line 1665 "configure"
    16661665#include "confdefs.h"
    16671666#include <ctype.h>
     
    16741673
    16751674EOF
    1676 if { (eval echo configure:1677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1675if { (eval echo configure:1676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    16771676then
    16781677  :
     
    16981697
    16991698echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
    1700 echo "configure:1701: checking for sys/wait.h that is POSIX.1 compatible" >&5
     1699echo "configure:1700: checking for sys/wait.h that is POSIX.1 compatible" >&5
    17011700if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    17021701  echo $ac_n "(cached) $ac_c" 1>&6
    17031702else
    17041703  cat > conftest.$ac_ext <<EOF
    1705 #line 1706 "configure"
     1704#line 1705 "configure"
    17061705#include "confdefs.h"
    17071706#include <sys/types.h>
     
    17191718; return 0; }
    17201719EOF
    1721 if { (eval echo configure:1722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1720if { (eval echo configure:1721: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17221721  rm -rf conftest*
    17231722  ac_cv_header_sys_wait_h=yes
     
    17431742ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    17441743echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1745 echo "configure:1746: checking for $ac_hdr" >&5
     1744echo "configure:1745: checking for $ac_hdr" >&5
    17461745if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    17471746  echo $ac_n "(cached) $ac_c" 1>&6
    17481747else
    17491748  cat > conftest.$ac_ext <<EOF
    1750 #line 1751 "configure"
     1749#line 1750 "configure"
    17511750#include "confdefs.h"
    17521751#include <$ac_hdr>
    17531752EOF
    17541753ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1755 { (eval echo configure:1756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1754{ (eval echo configure:1755: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    17561755ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    17571756if test -z "$ac_err"; then
     
    17851784
    17861785echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6
    1787 echo "configure:1788: checking for the perl xsubpp precompiler" >&5
     1786echo "configure:1787: checking for the perl xsubpp precompiler" >&5
    17881787XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
    17891788if test -n "${XSUBPPDIR}"; then
     
    18001799ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'`
    18011800echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6
    1802 echo "configure:1803: checking for /usr/share/terminfo" >&5
     1801echo "configure:1802: checking for /usr/share/terminfo" >&5
    18031802if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    18041803  echo $ac_n "(cached) $ac_c" 1>&6
     
    18251824ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'`
    18261825echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6
    1827 echo "configure:1828: checking for /usr/share/lib/terminfo" >&5
     1826echo "configure:1827: checking for /usr/share/lib/terminfo" >&5
    18281827if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    18291828  echo $ac_n "(cached) $ac_c" 1>&6
     
    18861885# ./install, which can be erroneously created by make from ./install.sh.
    18871886echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1888 echo "configure:1889: checking for a BSD compatible install" >&5
     1887echo "configure:1888: checking for a BSD compatible install" >&5
    18891888if test -z "$INSTALL"; then
    18901889if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
Note: See TracChangeset for help on using the changeset viewer.