Changeset 09489b89 for configure


Ignore:
Timestamp:
Jul 2, 2003, 6:15:24 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:
373b7e7
Parents:
7c9c847
Message:
First pass at making owl build without zephyr
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    re016fc2 r09489b89  
    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
     
    15131512
    15141513echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1515 echo "configure:1516: checking how to run the C preprocessor" >&5
     1514echo "configure:1515: checking how to run the C preprocessor" >&5
    15161515# On Suns, sometimes $CPP names a directory.
    15171516if test -n "$CPP" && test -d "$CPP"; then
     
    15281527  # not just through cpp.
    15291528  cat > conftest.$ac_ext <<EOF
    1530 #line 1531 "configure"
     1529#line 1530 "configure"
    15311530#include "confdefs.h"
    15321531#include <assert.h>
     
    15341533EOF
    15351534ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1536 { (eval echo configure:1537: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1535{ (eval echo configure:1536: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15371536ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15381537if test -z "$ac_err"; then
     
    15451544  CPP="${CC-cc} -E -traditional-cpp"
    15461545  cat > conftest.$ac_ext <<EOF
    1547 #line 1548 "configure"
     1546#line 1547 "configure"
    15481547#include "confdefs.h"
    15491548#include <assert.h>
     
    15511550EOF
    15521551ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1553 { (eval echo configure:1554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1552{ (eval echo configure:1553: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15541553ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15551554if test -z "$ac_err"; then
     
    15621561  CPP="${CC-cc} -nologo -E"
    15631562  cat > conftest.$ac_ext <<EOF
    1564 #line 1565 "configure"
     1563#line 1564 "configure"
    15651564#include "confdefs.h"
    15661565#include <assert.h>
     
    15681567EOF
    15691568ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1570 { (eval echo configure:1571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1569{ (eval echo configure:1570: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15711570ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15721571if test -z "$ac_err"; then
     
    15931592
    15941593echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1595 echo "configure:1596: checking for ANSI C header files" >&5
     1594echo "configure:1595: checking for ANSI C header files" >&5
    15961595if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    15971596  echo $ac_n "(cached) $ac_c" 1>&6
    15981597else
    15991598  cat > conftest.$ac_ext <<EOF
    1600 #line 1601 "configure"
     1599#line 1600 "configure"
    16011600#include "confdefs.h"
    16021601#include <stdlib.h>
     
    16061605EOF
    16071606ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1608 { (eval echo configure:1609: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1607{ (eval echo configure:1608: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    16091608ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    16101609if test -z "$ac_err"; then
     
    16231622  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    16241623cat > conftest.$ac_ext <<EOF
    1625 #line 1626 "configure"
     1624#line 1625 "configure"
    16261625#include "confdefs.h"
    16271626#include <string.h>
     
    16411640  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    16421641cat > conftest.$ac_ext <<EOF
    1643 #line 1644 "configure"
     1642#line 1643 "configure"
    16441643#include "confdefs.h"
    16451644#include <stdlib.h>
     
    16621661else
    16631662  cat > conftest.$ac_ext <<EOF
    1664 #line 1665 "configure"
     1663#line 1664 "configure"
    16651664#include "confdefs.h"
    16661665#include <ctype.h>
     
    16731672
    16741673EOF
    1675 if { (eval echo configure:1676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1674if { (eval echo configure:1675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    16761675then
    16771676  :
     
    16971696
    16981697echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
    1699 echo "configure:1700: checking for sys/wait.h that is POSIX.1 compatible" >&5
     1698echo "configure:1699: checking for sys/wait.h that is POSIX.1 compatible" >&5
    17001699if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    17011700  echo $ac_n "(cached) $ac_c" 1>&6
    17021701else
    17031702  cat > conftest.$ac_ext <<EOF
    1704 #line 1705 "configure"
     1703#line 1704 "configure"
    17051704#include "confdefs.h"
    17061705#include <sys/types.h>
     
    17181717; return 0; }
    17191718EOF
    1720 if { (eval echo configure:1721: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1719if { (eval echo configure:1720: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17211720  rm -rf conftest*
    17221721  ac_cv_header_sys_wait_h=yes
     
    17421741ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    17431742echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1744 echo "configure:1745: checking for $ac_hdr" >&5
     1743echo "configure:1744: checking for $ac_hdr" >&5
    17451744if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    17461745  echo $ac_n "(cached) $ac_c" 1>&6
    17471746else
    17481747  cat > conftest.$ac_ext <<EOF
    1749 #line 1750 "configure"
     1748#line 1749 "configure"
    17501749#include "confdefs.h"
    17511750#include <$ac_hdr>
    17521751EOF
    17531752ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1754 { (eval echo configure:1755: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1753{ (eval echo configure:1754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    17551754ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    17561755if test -z "$ac_err"; then
     
    17841783
    17851784echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6
    1786 echo "configure:1787: checking for the perl xsubpp precompiler" >&5
     1785echo "configure:1786: checking for the perl xsubpp precompiler" >&5
    17871786XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
    17881787if test -n "${XSUBPPDIR}"; then
     
    17991798ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'`
    18001799echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6
    1801 echo "configure:1802: checking for /usr/share/terminfo" >&5
     1800echo "configure:1801: checking for /usr/share/terminfo" >&5
    18021801if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    18031802  echo $ac_n "(cached) $ac_c" 1>&6
     
    18241823ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'`
    18251824echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6
    1826 echo "configure:1827: checking for /usr/share/lib/terminfo" >&5
     1825echo "configure:1826: checking for /usr/share/lib/terminfo" >&5
    18271826if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    18281827  echo $ac_n "(cached) $ac_c" 1>&6
     
    18851884# ./install, which can be erroneously created by make from ./install.sh.
    18861885echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1887 echo "configure:1888: checking for a BSD compatible install" >&5
     1886echo "configure:1887: checking for a BSD compatible install" >&5
    18881887if test -z "$INSTALL"; then
    18891888if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
Note: See TracChangeset for help on using the changeset viewer.