summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/configure.ac')
-rw-r--r--testsuites/samples/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/samples/configure.ac b/testsuites/samples/configure.ac
index 266b4a63c2..be3953acd0 100644
--- a/testsuites/samples/configure.ac
+++ b/testsuites/samples/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([hello])
RTEMS_TOP([../..],[..])
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
RTEMS_ENABLE_CXX