2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: Cleanup comments.
This commit is contained in:
Joel Sherrill
2000-09-06 13:24:26 +00:00
parent 278495b042
commit 9c48256494
2 changed files with 4 additions and 5 deletions
+4
View File
@@ -1,4 +1,8 @@
2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Cleanup comments.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/Makefile.am: Include compile.am
-5
View File
@@ -30,11 +30,6 @@ RTEMS_CHECK_NETWORKING(RTEMS_BSP)
AM_CONDITIONAL(UNIX,test x"$RTEMS_CPU" = x"unix")
AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
# find all the CPU dependent library Makefiles
# AC_CONFIG_SUBDIRS(libcpu)
# AC_CONFIG_SUBDIRS(libbsp)
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
AC_CONFIG_SUBDIRS($cfg_subdirs)