2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
	Add AM_CONDITIONAL(HAS_MP).
	* wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
	* configure.ac: Remove AM_CONDITIONAL(HAS_MP).
	* aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
	aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
	aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
	aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
	(Deprecated by autoconf 2.59).
This commit is contained in:
Ralf Corsepius
2004-02-02 18:13:10 +00:00
parent 2a85ea232e
commit 477180fa73
11 changed files with 21 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ endif
SRCS += $(wildcard $(PROJECT_LIB)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT))
if HAS_MP
SRCS += ../libchip/shmdr/shmdr$(LIB_VARIANT).rel
SRCS += ../libchip/shmdr$(LIB_VARIANT).rel
endif
all-local: $(TMPINSTALL_FILES)