Changeset b7232e6f in rtems


Ignore:
Timestamp:
10/11/01 16:38:20 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cae8bc9
Parents:
fc40d5d4
Message:

2001-10-09 Ralf Corsepius <corsepiu@…>

  • configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS.
Location:
tools/cpu
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/cpu/ChangeLog

    rfc40d5d4 rb7232e6f  
     12001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS.
     4
    152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • tools/cpu/configure.in

    rfc40d5d4 rb7232e6f  
    33dnl  $Id$
    44
     5AC_PREREQ(2.52)
    56AC_INIT(generic)
    67RTEMS_TOP(../..)
     
    1819
    1920AC_CONFIG_SUBDIRS(generic)
    20 if test -d $srcdir/$RTEMS_CPU; then
    21 AC_CONFIG_SUBDIRS($RTEMS_CPU)
    22 fi
     21RTEMS_CPU_SUBDIRS
    2322
    2423# Explicitly list all Makefiles here
Note: See TracChangeset for help on using the changeset viewer.