Changeset c59952d4 in rtems


Ignore:
Timestamp:
10/27/00 13:29:06 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
dd943f6
Parents:
dc94a8dc
Message:

2000-10-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
  • configure.in: Replace AC_CONFIG_SUBDIRS with RTEMS_CONFIG_BUILD_SUBDIRS.
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/tools/ChangeLog

    rdc94a8dc rc59952d4  
     12000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
     4        Switch to GNU canonicalization.
     5        * configure.in: Replace AC_CONFIG_SUBDIRS with
     6        RTEMS_CONFIG_BUILD_SUBDIRS.
     7
    182000-08-10      Joel Sherrill <joel@OARcorp.com>
    29
  • c/src/tests/tools/Makefile.am

    rdc94a8dc rc59952d4  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
     6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
    77
    88SUBDIRS = @subdirs@
  • c/src/tests/tools/configure.in

    rdc94a8dc rc59952d4  
    1515AC_SUBST(program_prefix)
    1616
    17 AC_CONFIG_SUBDIRS(generic)
     17RTEMS_CONFIG_BUILD_SUBDIRS(generic)
    1818if test -d $srcdir/$RTEMS_CPU; then
    1919AC_CONFIG_SUBDIRS($RTEMS_CPU)
     
    2222# Explicitly list all Makefiles here
    2323AC_OUTPUT(Makefile)
     24
     25RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)
  • testsuites/tools/ChangeLog

    rdc94a8dc rc59952d4  
     12000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
     4        Switch to GNU canonicalization.
     5        * configure.in: Replace AC_CONFIG_SUBDIRS with
     6        RTEMS_CONFIG_BUILD_SUBDIRS.
     7
    182000-08-10      Joel Sherrill <joel@OARcorp.com>
    29
  • testsuites/tools/Makefile.am

    rdc94a8dc rc59952d4  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
     6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
    77
    88SUBDIRS = @subdirs@
Note: See TracChangeset for help on using the changeset viewer.