Require autoconf-2.69.

This commit is contained in:
Ralf Corsépius
2012-07-19 15:44:32 +02:00
parent c0456d7f0d
commit 0f772813aa
145 changed files with 145 additions and 145 deletions

View File

@@ -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([..],[])

View File

@@ -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])

View File

@@ -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])

View File

@@ -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])

View File

@@ -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])

View File

@@ -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([../..],[..])

View File

@@ -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])

View File

@@ -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])

View File

@@ -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])

View File

@@ -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])

View File

@@ -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([../..],[..])

View File

@@ -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(../../..)