2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
	changes.
This commit is contained in:
Ralf Corsepius
2002-11-20 01:12:53 +00:00
parent 4f210c043c
commit 3f4382fe0e
8 changed files with 20 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
changes.
2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Unconditionally check for CXX (Hack to bug in

View File

@@ -28,7 +28,6 @@ AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
clock/Makefile
@@ -39,5 +38,3 @@ startup/Makefile
timer/Makefile
wrapup/Makefile])
AC_OUTPUT
RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)