2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
	* configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
	Force autoconf-2.67, automake-1.11.1.
This commit is contained in:
Ralf Corsepius
2010-08-16 14:20:48 +00:00
parent a218508230
commit 8b82bc3b41
3 changed files with 8 additions and 10 deletions

View File

@@ -4,19 +4,15 @@
MANAGERS = io message semaphore
if LIBCHIP
rtems_tests_PROGRAMS = fileio
fileio_SOURCES = init.c system.h
dist_rtems_tests_DATA = fileio.doc
endif
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
if LIBCHIP
fileio_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
LINK_OBJS = $(fileio_OBJECTS) $(fileio_LDADD)
@@ -25,6 +21,5 @@ LINK_LIBS = $(fileio_LDLIBS)
fileio$(EXEEXT): $(fileio_OBJECTS) $(fileio_DEPENDENCIES)
@rm -f fileio$(EXEEXT)
$(make-exe)
endif
include $(top_srcdir)/../automake/local.am