From 0f772813aab3cfa0e1c9845cd0c56f682b203410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 19 Jul 2012 15:44:32 +0200 Subject: Require autoconf-2.69. --- testsuites/configure.ac | 2 +- testsuites/fstests/configure.ac | 2 +- testsuites/libtests/configure.ac | 2 +- testsuites/mptests/configure.ac | 2 +- testsuites/psxtests/configure.ac | 2 +- testsuites/psxtmtests/configure.ac | 2 +- testsuites/samples/configure.ac | 2 +- testsuites/smptests/configure.ac | 2 +- testsuites/sptests/configure.ac | 2 +- testsuites/tmtests/configure.ac | 2 +- testsuites/tools/configure.ac | 2 +- testsuites/tools/generic/configure.ac | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'testsuites') diff --git a/testsuites/configure.ac b/testsuites/configure.ac index 1057aa50db..03623c9892 100644 --- a/testsuites/configure.ac +++ b/testsuites/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([PROBLEMS]) RTEMS_TOP([..],[]) diff --git a/testsuites/fstests/configure.ac b/testsuites/fstests/configure.ac index 8de509fb67..834000f5fd 100644 --- a/testsuites/fstests/configure.ac +++ b/testsuites/fstests/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-fstests], [_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([imfs_support]) diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac index 77c1e43611..67313a9ef9 100644 --- a/testsuites/libtests/configure.ac +++ b/testsuites/libtests/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([cpuuse]) AC_CONFIG_HEADER([config.h]) diff --git a/testsuites/mptests/configure.ac b/testsuites/mptests/configure.ac index 536fc8b361..13cd72ffd1 100644 --- a/testsuites/mptests/configure.ac +++ b/testsuites/mptests/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([mp01]) AC_CONFIG_HEADER([config.h]) diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac index 5ef06d5290..901037e5c8 100644 --- a/testsuites/psxtests/configure.ac +++ b/testsuites/psxtests/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([psx01]) AC_CONFIG_HEADER([config.h]) diff --git a/testsuites/psxtmtests/configure.ac b/testsuites/psxtmtests/configure.ac index 1bd34d8032..09164557aa 100644 --- a/testsuites/psxtmtests/configure.ac +++ b/testsuites/psxtmtests/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-psxtmtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([psxtmmutex02]) RTEMS_TOP([../..],[..]) diff --git a/testsuites/samples/configure.ac b/testsuites/samples/configure.ac index 87eb2c1b93..97e160e77a 100644 --- a/testsuites/samples/configure.ac +++ b/testsuites/samples/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([hello]) AC_CONFIG_HEADER([config.h]) diff --git a/testsuites/smptests/configure.ac b/testsuites/smptests/configure.ac index aad32ee81d..7ee7552c72 100644 --- a/testsuites/smptests/configure.ac +++ b/testsuites/smptests/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-smptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([smp01]) AC_CONFIG_HEADER([config.h]) diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index 2e385bbb1b..4a435f31b1 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([sp01]) AC_CONFIG_HEADER([config.h]) diff --git a/testsuites/tmtests/configure.ac b/testsuites/tmtests/configure.ac index 10656e1376..93246f2b4e 100644 --- a/testsuites/tmtests/configure.ac +++ b/testsuites/tmtests/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([tm01]) AC_CONFIG_HEADER([config.h]) diff --git a/testsuites/tools/configure.ac b/testsuites/tools/configure.ac index a63b5dbdbf..506203d76d 100644 --- a/testsuites/tools/configure.ac +++ b/testsuites/tools/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([generic]) RTEMS_TOP([../..],[..]) diff --git a/testsuites/tools/generic/configure.ac b/testsuites/tools/generic/configure.ac index 7c7597b304..b72cf8a7e0 100644 --- a/testsuites/tools/generic/configure.ac +++ b/testsuites/tools/generic/configure.ac @@ -1,6 +1,6 @@ ## Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-tests-tools-generic],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([sorttimes.in]) RTEMS_TOP(../../..) -- cgit v1.2.3