summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-16 14:20:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-16 14:20:48 +0000
commit8b82bc3b41790df78ddd87a86b84599fd84e6ac8 (patch)
tree60afa060af757f888941c93730e69fb3ccedb271 /testsuites/samples/configure.ac
parent2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8b82bc3b41790df78ddd87a86b84599fd84e6ac8.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/testsuites/samples/configure.ac b/testsuites/samples/configure.ac
index 3e7636b37e..98ba278280 100644
--- a/testsuites/samples/configure.ac
+++ b/testsuites/samples/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.60)
+AC_PREREQ(2.67)
AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([hello])
RTEMS_TOP([../..],[..])
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.10])
+AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE
RTEMS_ENABLE_CXX
@@ -55,9 +55,6 @@ AM_CONDITIONAL([CXXTESTS],[test $CXXTESTS = "yes"])
AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
AM_CONDITIONAL(MPTESTS,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
-#FIXME: We should use a feature based check
-AM_CONDITIONAL(LIBCHIP,[test "$RTEMS_BSP_FAMILY" != "posix"])
-
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
base_sp/Makefile