Changeset 965c49b2 in rtems


Ignore:
Timestamp:
10/29/02 16:40:03 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1c883771
Parents:
ae3b0d7
Message:

2002-10-29 Ralf Corsepius <corsepiu@…>

  • aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/aclocal/multilib.m4

    rae3b0d7 r965c49b2  
    1616AM_CONDITIONAL(MULTILIB,test x"${multilib}" = x"yes")
    1717])
    18 
    19 AC_DEFUN([RTEMS_ENABLE_MULTILIB_MASTER],
    20 [
    21 AC_REQUIRE([RTEMS_ENABLE_MULTILIB])
    22 
    23 dnl We may get other options which we don't document:
    24 dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
    25 
    26 if test "[$]{srcdir}" = "."; then
    27   if test "[$]{with_target_subdir}" != "."; then
    28     multilib_basedir="[$]{srcdir}/[$]{with_multisrctop}../ifelse([$2],,,[$2])"
    29   else
    30     multilib_basedir="[$]{srcdir}/[$]{with_multisrctop}ifelse([$2],,,[$2])"
    31   fi
    32 else
    33   multilib_basedir="[$]{srcdir}/ifelse([$2],,,[$2])"
    34 fi
    35 AC_SUBST(multilib_basedir)
    36 
    37 if test "${multilib}" = "yes"; then
    38   multilib_arg="--enable-multilib"
    39 else
    40   multilib_arg=
    41 fi
    42 
    43 AC_OUTPUT_COMMANDS(
    44 [case " $CONFIG_FILES " in
    45  *" ]m4_if([$1],,Makefile,[$1])[ "*)
    46     ac_file=]m4_if([$1],,Makefile,[$1])[ . ${multilib_basedir}/config-ml.in
    47 esac],
    48 [
    49   srcdir=${srcdir}
    50   host=${host}
    51   target=${target}
    52   with_multisrctop="${with_multisrctop}"
    53   with_target_subdir="${with_target_subdir}"
    54   with_multisubdir="${with_multisubdir}"
    55   ac_configure_args="${multilib_arg} ${ac_configure_args}"
    56   CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
    57   multilib_basedir=${multilib_basedir}
    58   CC="${CC}"])
    59 ])
  • cpukit/configure.ac

    rae3b0d7 r965c49b2  
    8484AM_CONDITIONAL(LIBRPC,[test "$LIBRPC" = "yes"])
    8585
    86 AC_ARG_ENABLE([ada],[enable ada support])
     86AC_ARG_ENABLE([ada],
     87[AC_HELP_STRING([--enable-ada],[enable ada support])],
     88[case "${enable_ada}" in
     89  yes) ;;
     90  no) ;;
     91  *)  AC_MSG_ERROR([bad value ${enable_ada} for --enable-ada]) ;;
     92esac],[enable_ada=no])
     93
    8794AS_IF([test x"$enable_ada" = x"yes"],[
    8895  AS_IF([test x"$HAS_POSIX_API" = x"yes"],[
Note: See TracChangeset for help on using the changeset viewer.