Changeset 3ac8e590 in rtems


Ignore:
Timestamp:
10/04/99 16:58:20 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4f021c0
Parents:
95ba459
Message:

This file was not updated in a recent patch from Ralf Corsepius.

Location:
c/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/configure

    r95ba459 r3ac8e590  
    2323ac_help="$ac_help
    2424  --enable-rdbg                        enable remote debugger"
    25 ac_help="$ac_help
    26   --enable-cxx                         enable C++ support,
    27                                        and build the rtems++ library"
    28 ac_help="$ac_help
    29   --enable-gcc28                       enable use of gcc 2.8.x features"
    3025ac_help="$ac_help
    3126  --enable-libcdir=directory           set the directory for the C library"
     
    565560
    566561echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6
    567 echo "configure:568: checking for RTEMS Version" >&5
     562echo "configure:563: checking for RTEMS Version" >&5
    568563if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then
    569564RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \
     
    596591ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
    597592
    598 
    599 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    600 echo "configure:601: checking whether ${MAKE-make} sets \${MAKE}" >&5
    601 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    602 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    603   echo $ac_n "(cached) $ac_c" 1>&6
    604 else
    605   cat > conftestmake <<\EOF
    606 all:
    607         @echo 'ac_maketemp="${MAKE}"'
    608 EOF
    609 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    610 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
    611 if test -n "$ac_maketemp"; then
    612   eval ac_cv_prog_make_${ac_make}_set=yes
    613 else
    614   eval ac_cv_prog_make_${ac_make}_set=no
    615 fi
    616 rm -f conftestmake
    617 fi
    618 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    619   echo "$ac_t""yes" 1>&6
    620   SET_MAKE=
    621 else
    622   echo "$ac_t""no" 1>&6
    623   SET_MAKE="MAKE=${MAKE-make}"
    624 fi
    625593
    626594
     
    653621
    654622echo $ac_n "checking host system type""... $ac_c" 1>&6
    655 echo "configure:656: checking host system type" >&5
     623echo "configure:624: checking host system type" >&5
    656624
    657625host_alias=$host
     
    674642
    675643echo $ac_n "checking target system type""... $ac_c" 1>&6
    676 echo "configure:677: checking target system type" >&5
     644echo "configure:645: checking target system type" >&5
    677645
    678646target_alias=$target
     
    692660
    693661echo $ac_n "checking build system type""... $ac_c" 1>&6
    694 echo "configure:695: checking build system type" >&5
     662echo "configure:663: checking build system type" >&5
    695663
    696664build_alias=$build
     
    715683
    716684echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
    717 echo "configure:718: checking rtems target cpu" >&5
     685echo "configure:686: checking rtems target cpu" >&5
    718686case "${target}" in
    719687  # hpux unix port should go here
     
    740708echo "$ac_t""$RTEMS_CPU" 1>&6
    741709
    742 
     710AM_INIT_AUTOMAKE(rtems-c-src-lib,RTEMS_VERSION,no)
    743711echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    744 echo "configure:745: checking whether to enable maintainer-specific portions of Makefiles" >&5
     712echo "configure:713: checking whether to enable maintainer-specific portions of Makefiles" >&5
    745713    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    746714if test "${enable_maintainer_mode+set}" = set; then
     
    808776
    809777
    810 # Check whether --enable-cxx or --disable-cxx was given.
    811 if test "${enable_cxx+set}" = set; then
    812   enableval="$enable_cxx"
    813   case "${enableval}" in
    814   yes) RTEMS_HAS_CPLUSPLUS=yes ;;
    815   no) RTEMS_HAS_CPLUSPLUS=no   ;;
    816   *)  { echo "configure: error: bad value ${enableval} for enable-cxx option" 1>&2; exit 1; } ;;
    817 esac
    818 else
    819   RTEMS_HAS_CPLUSPLUS=no
    820 fi
    821 
    822 
    823 
    824 # Check whether --enable-gcc28 or --disable-gcc28 was given.
    825 if test "${enable_gcc28+set}" = set; then
    826   enableval="$enable_gcc28"
    827   case "${enableval}" in
    828   yes) RTEMS_USE_GCC272=no ;;
    829   no) RTEMS_USE_GCC272=yes ;;
    830   *)  { echo "configure: error: bad value ${enableval} for gcc-28 option" 1>&2; exit 1; } ;;
    831 esac
    832 else
    833   RTEMS_USE_GCC272=no
    834 fi
    835 
    836 
    837 
    838778# Check whether --enable-libcdir or --disable-libcdir was given.
    839779if test "${enable_libcdir+set}" = set; then
     
    884824
    885825echo $ac_n "checking for RTEMS_BSP""... $ac_c" 1>&6
    886 echo "configure:887: checking for RTEMS_BSP" >&5
     826echo "configure:827: checking for RTEMS_BSP" >&5
    887827if eval "test \"`echo '$''{'rtems_cv_RTEMS_BSP'+set}'`\" = set"; then
    888828  echo $ac_n "(cached) $ac_c" 1>&6
     
    899839
    900840
    901 # Find a good install program.  We prefer a C program (faster),
    902 # so one script is as good as another.  But avoid the broken or
    903 # incompatible versions:
    904 # SysV /etc/install, /usr/sbin/install
    905 # SunOS /usr/etc/install
    906 # IRIX /sbin/install
    907 # AIX /bin/install
    908 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    909 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
    910 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    911 # ./install, which can be erroneously created by make from ./install.sh.
    912 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    913 echo "configure:914: checking for a BSD compatible install" >&5
    914 if test -z "$INSTALL"; then
    915 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    916   echo $ac_n "(cached) $ac_c" 1>&6
    917 else
    918     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
    919   for ac_dir in $PATH; do
    920     # Account for people who put trailing slashes in PATH elements.
    921     case "$ac_dir/" in
    922     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
    923     *)
    924       # OSF1 and SCO ODT 3.0 have their own names for install.
    925       # Don't use installbsd from OSF since it installs stuff as root
    926       # by default.
    927       for ac_prog in ginstall scoinst install; do
    928         if test -f $ac_dir/$ac_prog; then
    929           if test $ac_prog = install &&
    930             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    931             # AIX install.  It has an incompatible calling convention.
    932             :
    933           else
    934             ac_cv_path_install="$ac_dir/$ac_prog -c"
    935             break 2
    936           fi
    937         fi
    938       done
    939       ;;
    940     esac
    941   done
    942   IFS="$ac_save_IFS"
    943 
    944 fi
    945   if test "${ac_cv_path_install+set}" = set; then
    946     INSTALL="$ac_cv_path_install"
    947   else
    948     # As a last resort, use the slow shell script.  We don't cache a
    949     # path for INSTALL within a source directory, because that will
    950     # break other packages using the cache if that directory is
    951     # removed, or if the path is relative.
    952     INSTALL="$ac_install_sh"
    953   fi
    954 fi
    955 echo "$ac_t""$INSTALL" 1>&6
    956 
    957 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
    958 # It thinks the first close brace ends the variable substitution.
    959 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    960 
    961 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    962 
    963 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    964 
    965 
    966841
    967842
    968843# Is this a supported CPU?
    969844echo $ac_n "checking if cpu $RTEMS_CPU is supported""... $ac_c" 1>&6
    970 echo "configure:971: checking if cpu $RTEMS_CPU is supported" >&5
     845echo "configure:846: checking if cpu $RTEMS_CPU is supported" >&5
    971846if test -d "$srcdir/$RTEMS_TOPdir/c/src/exec/score/cpu/$RTEMS_CPU"; then
    972847  echo "$ac_t""yes" 1>&6
     
    1029904set dummy $ac_prog; ac_word=$2
    1030905echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1031 echo "configure:1032: checking for $ac_word" >&5
     906echo "configure:907: checking for $ac_word" >&5
    1032907if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then
    1033908  echo $ac_n "(cached) $ac_c" 1>&6
     
    1073948
    1074949echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1075 echo "configure:1076: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     950echo "configure:951: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    1076951
    1077952ac_ext=c
     
    1084959cat > conftest.$ac_ext << EOF
    1085960
    1086 #line 1087 "configure"
     961#line 962 "configure"
    1087962#include "confdefs.h"
    1088963
    1089964main(){return(0);}
    1090965EOF
    1091 if { (eval echo configure:1092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     966if { (eval echo configure:967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    1092967  ac_cv_prog_cc_works=yes
    1093968  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1115990fi
    1116991echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1117 echo "configure:1118: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     992echo "configure:993: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    1118993echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    1119994cross_compiling=$ac_cv_prog_cc_cross
    1120995
    1121996echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1122 echo "configure:1123: checking whether we are using GNU C" >&5
     997echo "configure:998: checking whether we are using GNU C" >&5
    1123998if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    1124999  echo $ac_n "(cached) $ac_c" 1>&6
     
    11291004#endif
    11301005EOF
    1131 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1132: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1006if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1007: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    11321007  ac_cv_prog_gcc=yes
    11331008else
     
    11441019  CFLAGS=
    11451020  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1146 echo "configure:1147: checking whether ${CC-cc} accepts -g" >&5
     1021echo "configure:1022: checking whether ${CC-cc} accepts -g" >&5
    11471022if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    11481023  echo $ac_n "(cached) $ac_c" 1>&6
     
    11861061
    11871062echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6
    1188 echo "configure:1189: checking whether $CC_FOR_TARGET accepts -specs" >&5
     1063echo "configure:1064: checking whether $CC_FOR_TARGET accepts -specs" >&5
    11891064if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then
    11901065  echo $ac_n "(cached) $ac_c" 1>&6
     
    12071082
    12081083echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6
    1209 echo "configure:1210: checking whether $CC_FOR_TARGET accepts --pipe" >&5
     1084echo "configure:1085: checking whether $CC_FOR_TARGET accepts --pipe" >&5
    12101085if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then
    12111086  echo $ac_n "(cached) $ac_c" 1>&6
     
    12481123 
    12491124echo $ac_n "checking target's ar""... $ac_c" 1>&6
    1250 echo "configure:1251: checking target's ar" >&5
     1125echo "configure:1126: checking target's ar" >&5
    12511126if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
    12521127  echo $ac_n "(cached) $ac_c" 1>&6
     
    12811156    # intends
    12821157    echo $ac_n "checking whether environment variable AR_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1283 echo "configure:1284: checking whether environment variable AR_FOR_TARGET is an absolute path" >&5
     1158echo "configure:1159: checking whether environment variable AR_FOR_TARGET is an absolute path" >&5
    12841159    case "$AR_FOR_TARGET" in
    12851160    /*) # valid
     
    12981173set dummy "$program_prefix"ar; ac_word=$2
    12991174echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1300 echo "configure:1301: checking for $ac_word" >&5
     1175echo "configure:1176: checking for $ac_word" >&5
    13011176if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
    13021177  echo $ac_n "(cached) $ac_c" 1>&6
     
    13351210 
    13361211echo $ac_n "checking target's as""... $ac_c" 1>&6
    1337 echo "configure:1338: checking target's as" >&5
     1212echo "configure:1213: checking target's as" >&5
    13381213if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
    13391214  echo $ac_n "(cached) $ac_c" 1>&6
     
    13681243    # intends
    13691244    echo $ac_n "checking whether environment variable AS_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1370 echo "configure:1371: checking whether environment variable AS_FOR_TARGET is an absolute path" >&5
     1245echo "configure:1246: checking whether environment variable AS_FOR_TARGET is an absolute path" >&5
    13711246    case "$AS_FOR_TARGET" in
    13721247    /*) # valid
     
    13851260set dummy "$program_prefix"as; ac_word=$2
    13861261echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1387 echo "configure:1388: checking for $ac_word" >&5
     1262echo "configure:1263: checking for $ac_word" >&5
    13881263if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
    13891264  echo $ac_n "(cached) $ac_c" 1>&6
     
    14221297 
    14231298echo $ac_n "checking target's ld""... $ac_c" 1>&6
    1424 echo "configure:1425: checking target's ld" >&5
     1299echo "configure:1300: checking target's ld" >&5
    14251300if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
    14261301  echo $ac_n "(cached) $ac_c" 1>&6
     
    14551330    # intends
    14561331    echo $ac_n "checking whether environment variable LD_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1457 echo "configure:1458: checking whether environment variable LD_FOR_TARGET is an absolute path" >&5
     1332echo "configure:1333: checking whether environment variable LD_FOR_TARGET is an absolute path" >&5
    14581333    case "$LD_FOR_TARGET" in
    14591334    /*) # valid
     
    14721347set dummy "$program_prefix"ld; ac_word=$2
    14731348echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1474 echo "configure:1475: checking for $ac_word" >&5
     1349echo "configure:1350: checking for $ac_word" >&5
    14751350if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
    14761351  echo $ac_n "(cached) $ac_c" 1>&6
     
    15091384 
    15101385echo $ac_n "checking target's nm""... $ac_c" 1>&6
    1511 echo "configure:1512: checking target's nm" >&5
     1386echo "configure:1387: checking target's nm" >&5
    15121387if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
    15131388  echo $ac_n "(cached) $ac_c" 1>&6
     
    15421417    # intends
    15431418    echo $ac_n "checking whether environment variable NM_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1544 echo "configure:1545: checking whether environment variable NM_FOR_TARGET is an absolute path" >&5
     1419echo "configure:1420: checking whether environment variable NM_FOR_TARGET is an absolute path" >&5
    15451420    case "$NM_FOR_TARGET" in
    15461421    /*) # valid
     
    15591434set dummy "$program_prefix"nm; ac_word=$2
    15601435echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1561 echo "configure:1562: checking for $ac_word" >&5
     1436echo "configure:1437: checking for $ac_word" >&5
    15621437if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
    15631438  echo $ac_n "(cached) $ac_c" 1>&6
     
    15971472 
    15981473echo $ac_n "checking target's ranlib""... $ac_c" 1>&6
    1599 echo "configure:1600: checking target's ranlib" >&5
     1474echo "configure:1475: checking target's ranlib" >&5
    16001475if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
    16011476  echo $ac_n "(cached) $ac_c" 1>&6
     
    16301505    # intends
    16311506    echo $ac_n "checking whether environment variable RANLIB_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1632 echo "configure:1633: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&5
     1507echo "configure:1508: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&5
    16331508    case "$RANLIB_FOR_TARGET" in
    16341509    /*) # valid
     
    16471522set dummy "$program_prefix"ranlib; ac_word=$2
    16481523echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1649 echo "configure:1650: checking for $ac_word" >&5
     1524echo "configure:1525: checking for $ac_word" >&5
    16501525if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
    16511526  echo $ac_n "(cached) $ac_c" 1>&6
     
    16861561   
    16871562echo $ac_n "checking whether $AR_FOR_TARGET -s works""... $ac_c" 1>&6
    1688 echo "configure:1689: checking whether $AR_FOR_TARGET -s works" >&5
     1563echo "configure:1564: checking whether $AR_FOR_TARGET -s works" >&5
    16891564if eval "test \"`echo '$''{'rtems_cv_AR_FOR_TARGET_S'+set}'`\" = set"; then
    16901565  echo $ac_n "(cached) $ac_c" 1>&6
     
    16951570{ return b; }
    16961571EOF
    1697 if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:1698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
    1698   && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:1699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
     1572if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:1573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
     1573  && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:1574: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
    16991574  && test -s conftest.a ; \
    17001575then
     
    17211596 
    17221597echo $ac_n "checking target's objcopy""... $ac_c" 1>&6
    1723 echo "configure:1724: checking target's objcopy" >&5
     1598echo "configure:1599: checking target's objcopy" >&5
    17241599if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then
    17251600  echo $ac_n "(cached) $ac_c" 1>&6
     
    17541629    # intends
    17551630    echo $ac_n "checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1756 echo "configure:1757: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&5
     1631echo "configure:1632: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&5
    17571632    case "$OBJCOPY_FOR_TARGET" in
    17581633    /*) # valid
     
    17711646set dummy "$program_prefix"objcopy; ac_word=$2
    17721647echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1773 echo "configure:1774: checking for $ac_word" >&5
     1648echo "configure:1649: checking for $ac_word" >&5
    17741649if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then
    17751650  echo $ac_n "(cached) $ac_c" 1>&6
     
    18081683 
    18091684echo $ac_n "checking target's size""... $ac_c" 1>&6
    1810 echo "configure:1811: checking target's size" >&5
     1685echo "configure:1686: checking target's size" >&5
    18111686if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then
    18121687  echo $ac_n "(cached) $ac_c" 1>&6
     
    18411716    # intends
    18421717    echo $ac_n "checking whether environment variable SIZE_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1843 echo "configure:1844: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&5
     1718echo "configure:1719: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&5
    18441719    case "$SIZE_FOR_TARGET" in
    18451720    /*) # valid
     
    18581733set dummy "$program_prefix"size; ac_word=$2
    18591734echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1860 echo "configure:1861: checking for $ac_word" >&5
     1735echo "configure:1736: checking for $ac_word" >&5
    18611736if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then
    18621737  echo $ac_n "(cached) $ac_c" 1>&6
     
    18951770 
    18961771echo $ac_n "checking target's strip""... $ac_c" 1>&6
    1897 echo "configure:1898: checking target's strip" >&5
     1772echo "configure:1773: checking target's strip" >&5
    18981773if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
    18991774  echo $ac_n "(cached) $ac_c" 1>&6
     
    19281803    # intends
    19291804    echo $ac_n "checking whether environment variable STRIP_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1930 echo "configure:1931: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&5
     1805echo "configure:1806: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&5
    19311806    case "$STRIP_FOR_TARGET" in
    19321807    /*) # valid
     
    19451820set dummy "$program_prefix"strip; ac_word=$2
    19461821echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1947 echo "configure:1948: checking for $ac_word" >&5
     1822echo "configure:1823: checking for $ac_word" >&5
    19481823if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
    19491824  echo $ac_n "(cached) $ac_c" 1>&6
     
    19841859 if test "${target_cpu}" = "i386"; then
    19851860    echo $ac_n "checking for 16 bit mode assembler support""... $ac_c" 1>&6
    1986 echo "configure:1987: checking for 16 bit mode assembler support" >&5
     1861echo "configure:1862: checking for 16 bit mode assembler support" >&5
    19871862if eval "test \"`echo '$''{'rtems_cv_prog_gas_code16'+set}'`\" = set"; then
    19881863  echo $ac_n "(cached) $ac_c" 1>&6
     
    19941869         lgdt 0
    19951870EOF
    1996       if { ac_try='$AS_FOR_TARGET -o conftest.o conftest.s'; { (eval echo configure:1997: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
     1871      if { ac_try='$AS_FOR_TARGET -o conftest.o conftest.s'; { (eval echo configure:1872: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
    19971872        rtems_cv_prog_gas_code16=yes
    19981873      else
     
    20171892
    20181893echo $ac_n "checking for make/custom/$RTEMS_BSP.cfg""... $ac_c" 1>&6
    2019 echo "configure:2020: checking for make/custom/$RTEMS_BSP.cfg" >&5
     1894echo "configure:1895: checking for make/custom/$RTEMS_BSP.cfg" >&5
    20201895if test -r "$srcdir/$RTEMS_TOPdir/make/custom/$RTEMS_BSP.cfg"; then
    20211896  echo "$ac_t""yes" 1>&6
     
    20251900
    20261901echo $ac_n "checking whether BSP supports multiprocessing""... $ac_c" 1>&6
    2027 echo "configure:2028: checking whether BSP supports multiprocessing" >&5
     1902echo "configure:1903: checking whether BSP supports multiprocessing" >&5
    20281903if eval "test \"`echo '$''{'rtems_cv_HAS_MP'+set}'`\" = set"; then
    20291904  echo $ac_n "(cached) $ac_c" 1>&6
     
    20491924
    20501925echo $ac_n "checking whether BSP supports networking""... $ac_c" 1>&6
    2051 echo "configure:2052: checking whether BSP supports networking" >&5
     1926echo "configure:1927: checking whether BSP supports networking" >&5
    20521927if eval "test \"`echo '$''{'rtems_cv_HAS_NETWORKING'+set}'`\" = set"; then
    20531928  echo $ac_n "(cached) $ac_c" 1>&6
     
    21101985  if test "$RTEMS_HAS_RDBG" = "yes"; then
    21111986    echo $ac_n "checking whether BSP supports librdbg""... $ac_c" 1>&6
    2112 echo "configure:2113: checking whether BSP supports librdbg" >&5
     1987echo "configure:1988: checking whether BSP supports librdbg" >&5
    21131988if eval "test \"`echo '$''{'rtems_cv_HAS_RDBG'+set}'`\" = set"; then
    21141989  echo $ac_n "(cached) $ac_c" 1>&6
     
    23172192
    23182193ac_given_srcdir=$srcdir
    2319 ac_given_INSTALL="$INSTALL"
    23202194
    23212195trap 'rm -fr `echo "Makefile
     
    23632237s%@mandir@%$mandir%g
    23642238s%@RTEMS_TOPdir@%$RTEMS_TOPdir%g
    2365 s%@SET_MAKE@%$SET_MAKE%g
    23662239s%@host@%$host%g
    23672240s%@host_alias@%$host_alias%g
     
    23892262s%@RTEMS_HAS_HWAPI@%$RTEMS_HAS_HWAPI%g
    23902263s%@RTEMS_BSP@%$RTEMS_BSP%g
    2391 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
    2392 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    2393 s%@INSTALL_DATA@%$INSTALL_DATA%g
    23942264s%@RTEMS_HOST@%$RTEMS_HOST%g
    23952265s%@PROJECT_ROOT@%$PROJECT_ROOT%g
     
    25122382  esac
    25132383
    2514   case "$ac_given_INSTALL" in
    2515   [/$]*) INSTALL="$ac_given_INSTALL" ;;
    2516   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    2517   esac
    25182384
    25192385  echo creating "$ac_file"
     
    25312397s%@srcdir@%$srcdir%g
    25322398s%@top_srcdir@%$top_srcdir%g
    2533 s%@INSTALL@%$INSTALL%g
    25342399" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
    25352400fi; done
     
    26272492        ac_sub_cache_file="$ac_dots$cache_file" ;;
    26282493      esac
    2629   case "$ac_given_INSTALL" in
    2630         [/$]*) INSTALL="$ac_given_INSTALL" ;;
    2631         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    2632         esac
    26332494
    26342495      echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
  • c/src/lib/configure.in

    r95ba459 r3ac8e590  
    11dnl Process this file with autoconf to produce a configure script.
    22dnl
    3 dnl  $Id$
     3dnl $Id$
    44
    55AC_PREREQ(2.13)
     
    88AC_CONFIG_AUX_DIR(../../..)
    99
    10 AC_PROG_MAKE_SET
    1110RTEMS_CANONICAL_TARGET_CPU
    12 
     11AM_INIT_AUTOMAKE(rtems-c-src-lib,RTEMS_VERSION,no)
    1312AM_MAINTAINER_MODE
    1413
     
    1615RTEMS_ENABLE_NETWORKING
    1716RTEMS_ENABLE_RDBG
    18 RTEMS_ENABLE_CXX
    19 RTEMS_ENABLE_GCC28
    2017RTEMS_ENABLE_LIBCDIR
    2118RTEMS_ENABLE_BARE
     
    2320
    2421RTEMS_ENV_RTEMSBSP
    25 
    26 AC_PROG_INSTALL
    2722
    2823RTEMS_CHECK_CPU
Note: See TracChangeset for help on using the changeset viewer.