Changeset 2e0fd427 in rtems for aclocal/multilib.m4


Ignore:
Timestamp:
11/02/00 15:44:04 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a314d3b4
Parents:
8262fda
Message:

2000-11-02 Ralf Corsepius <corsepiu@…>

  • aclocal/*: Replace with contents of macros/*.m4
  • macros/: Remove.
  • aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
  • Makefile.am: Reflect changes to aclocal/ and macros/.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aclocal/multilib.m4

    r8262fda r2e0fd427  
    2323dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
    2424
    25 test -z "[$]{with_target_subdir}" && with_target_subdir=.
    26 
    2725if test "[$]{srcdir}" = "."; then
    2826  if test "[$]{with_target_subdir}" != "."; then
     
    4341
    4442AC_OUTPUT_COMMANDS(
    45   if test -n "$CONFIG_FILES"; do
    46     $ac_file" = ifelse([$1],,Makefile,[$1]) \
     43  if test -n "$CONFIG_FILES"; then
     44    ac_file=[]ifelse([$1],,Makefile,[$1]) \
    4745    . ${multilib_basedir}/../config-ml.in
    48   fi,
     46  fi,[
    4947  srcdir=${srcdir}
    5048  host=${host}
    5149  target=${target}
    52 #  with_multisrctop="${with_multisrctop}"
    53 #  with_target_subdir="${with_target_subdir}"
     50  with_multisrctop="${with_multisrctop}"
     51  with_target_subdir="${with_target_subdir}"
    5452  with_multisubdir="${with_multisubdir}"
    5553  ac_configure_args="${multilib_arg} ${ac_configure_args}"
    5654  CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
    5755  multilib_basedir=${multilib_basedir}
    58   CC="${CC}")
     56  CC="${CC}"])
    5957])
Note: See TracChangeset for help on using the changeset viewer.