Changeset 2d5748f in rtems


Ignore:
Timestamp:
10/26/00 12:59:48 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b507814
Parents:
c05edee
Message:

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

  • configure.in: Remove bogus cfg_subdirs.
  • Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libcsupport/Makefile.am

    rc05edee r2d5748f  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
     6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
    77
    88SUBDIRS = include libc
  • c/src/lib/ChangeLog

    rc05edee r2d5748f  
     1
     22000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     3
     4        * configure.in: Remove bogus cfg_subdirs.
     5        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
     6        Switch to GNU canonicalization.
    17   
    282000-10-24      Joel Sherrill <joel@OARcorp.com>
  • c/src/lib/Makefile.am

    rc05edee r2d5748f  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
     6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
    77
    88SUBDIRS = include libc
  • c/src/lib/configure.in

    rc05edee r2d5748f  
    3333AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
    3434
    35 AC_CONFIG_SUBDIRS($cfg_subdirs)
    36 
    3735# Explicitly list all Makefiles here
    3836AC_OUTPUT(
  • cpukit/libcsupport/Makefile.am

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