Changeset 846027b in rtems
- Timestamp:
- 10/31/00 21:19:08 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3174a7ed
- Parents:
- d60b3efa
- Location:
- c/src
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
rd60b3efa r846027b 1 2000-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 1 7 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/Makefile.am
rd60b3efa r846027b 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = make @hst_subdirs@ wrapup tests -
c/src/configure.in
rd60b3efa r846027b 60 60 fi 61 61 62 RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs)62 AC_CONFIG_SUBDIRS($hst_subdirs) 63 63 AC_SUBST(hst_subdirs) 64 64 65 RTEMS_CONFIG_HOST_SUBDIRS(tests)65 AC_CONFIG_SUBDIRS(wrapup tests) 66 66 67 67 RTEMS_PROJECT_ROOT 68 69 RTEMS_PROG_CC_FOR_TARGET70 RTEMS_CANONICALIZE_TOOLS71 68 72 69 # Explicitly list all Makefiles here 73 70 AC_OUTPUT( 74 71 Makefile 75 wrapup/Makefile,,72 ,, 76 73 test -d lib || mkdir lib 77 74 ) 78 79 RTEMS_OUTPUT_HOST_SUBDIRS(RTEMS_HOST_SUBDIRS)
Note: See TracChangeset
for help on using the changeset viewer.