summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/aclocal.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 13:30:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 13:30:15 +0000
commit473b4e58d02392ff231f894ed5fd42a21323ed6d (patch)
tree958bc1fb93635d25f83cda74fbcc69104749ac75 /tools/cpu/sh/aclocal.m4
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to fix bug report (diff)
downloadrtems-473b4e58d02392ff231f894ed5fd42a21323ed6d.tar.bz2
Regenerated.
Diffstat (limited to 'tools/cpu/sh/aclocal.m4')
-rw-r--r--tools/cpu/sh/aclocal.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/cpu/sh/aclocal.m4 b/tools/cpu/sh/aclocal.m4
index 417d59f161..b76c75c0cb 100644
--- a/tools/cpu/sh/aclocal.m4
+++ b/tools/cpu/sh/aclocal.m4
@@ -1,4 +1,4 @@
-dnl aclocal.m4 generated automatically by aclocal 1.4
+dnl aclocal.m4 generated automatically by aclocal 1.4a
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
@@ -96,6 +96,8 @@ dnl AM_INIT_AUTOMAKE(package,version, [no-define])
AC_DEFUN(AM_INIT_AUTOMAKE,
[AC_REQUIRE([AC_PROG_INSTALL])
+dnl We require 2.13 because we rely on SHELL being computed by configure.
+AC_PREREQ([2.13])
PACKAGE=[$1]
AC_SUBST(PACKAGE)
VERSION=[$2]