summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68302
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-07-19 15:44:32 +0200
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-07-19 15:44:32 +0200
commit0f772813aab3cfa0e1c9845cd0c56f682b203410 (patch)
tree1e7995d84fa312a169b96e2ab3d66d063027739b /c/src/lib/libbsp/m68k/gen68302
parentUpdate from automake-1.12.2. (diff)
downloadrtems-0f772813aab3cfa0e1c9845cd0c56f682b203410.tar.bz2
Require autoconf-2.69.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68302')
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68302/configure.ac b/c/src/lib/libbsp/m68k/gen68302/configure.ac
index e74424a803..a51faaa2bd 100644
--- a/c/src/lib/libbsp/m68k/gen68302/configure.ac
+++ b/c/src/lib/libbsp/m68k/gen68302/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-lib-libbsp-m68k-gen68302],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)