Changeset dbaca2a7 in rtems


Ignore:
Timestamp:
07/22/02 09:22:54 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
deec7a2
Parents:
ac7c680
Message:

2002-07-22 Ralf Corsepius <corsepiu@…>

  • acinclude.m4: Add test "$multilib" != "yes".
  • config-ml.in: Remove.
Location:
c/src
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    rac7c680 rdbaca2a7  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * acinclude.m4: Add test "$multilib" != "yes".
     4        * config-ml.in: Remove.
     5
    162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/acinclude.m4

    rac7c680 rdbaca2a7  
    1010AC_CONFIG_COMMANDS_POST(
    1111[
     12if test "$multilib" != "yes"; then
    1213 ac_sub_sourcedir=$2
    1314 ac_sub_builddir=$1
     
    107108  done
    108109fi
     110fi
    109111])
    110112])
Note: See TracChangeset for help on using the changeset viewer.