Changeset 846027b in rtems


Ignore:
Timestamp:
10/31/00 21:19:08 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3174a7ed
Parents:
d60b3efa
Message:

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

  • configure.in: Switch to GNU-canonicalization.
  • Makefile.am: Reflect changes to configure.in.
  • acinclude.m4: Remove.
Location:
c/src
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    rd60b3efa r846027b  
     12000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.in: Switch to GNU-canonicalization.
     4        * Makefile.am: Reflect changes to configure.in.
     5        * acinclude.m4: Remove.
     6
    172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/Makefile.am

    rd60b3efa r846027b  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
     6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
    77
    88SUBDIRS = make @hst_subdirs@ wrapup tests
  • c/src/configure.in

    rd60b3efa r846027b  
    6060fi
    6161
    62 RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs)
     62AC_CONFIG_SUBDIRS($hst_subdirs)
    6363AC_SUBST(hst_subdirs)
    6464
    65 RTEMS_CONFIG_HOST_SUBDIRS(tests)
     65AC_CONFIG_SUBDIRS(wrapup tests)
    6666
    6767RTEMS_PROJECT_ROOT
    68 
    69 RTEMS_PROG_CC_FOR_TARGET
    70 RTEMS_CANONICALIZE_TOOLS
    7168
    7269# Explicitly list all Makefiles here
    7370AC_OUTPUT(
    7471Makefile
    75 wrapup/Makefile,,
     72,,
    7673test -d lib || mkdir lib
    7774)
    78 
    79 RTEMS_OUTPUT_HOST_SUBDIRS(RTEMS_HOST_SUBDIRS)
Note: See TracChangeset for help on using the changeset viewer.