forked from Imagelibrary/rtems
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add libmisc and libchip to the GNU canonicalized subdirectories.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: add libmisc and libchip to the GNU canonicalized
|
||||
subdirectories.
|
||||
|
||||
2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am, acinclude.m4, configure.in: Introduce GNU
|
||||
|
||||
@@ -34,11 +34,11 @@ fi
|
||||
cfg_subdirs="$cfg_subdirs lib"
|
||||
cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp"
|
||||
hst_subdirs="libfs"
|
||||
cfg_subdirs2="libmisc"
|
||||
hst_subdirs="$hst_subdirs libmisc"
|
||||
|
||||
if test "$RTEMS_CPU" != "unix"; then
|
||||
## HACK: Suppress libchip for unix
|
||||
cfg_subdirs2="$cfg_subdirs2 libchip"
|
||||
hst_subdirs="$hst_subdirs libchip"
|
||||
fi
|
||||
|
||||
if test "$HAS_NETWORKING" = "yes"; then
|
||||
|
||||
Reference in New Issue
Block a user