summaryrefslogtreecommitdiffstats
path: root/scripts/aclocal.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 19:35:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 19:35:56 +0000
commit213c518bd1156e73a26b90151ce622514fa20d5d (patch)
tree673d8f1f8946c5c0b381e3913c876336834cdac6 /scripts/aclocal.m4
parentRegnenerated following update from Ralf. (diff)
downloadrtems-213c518bd1156e73a26b90151ce622514fa20d5d.tar.bz2
Patch generated from scripts-19991025-0.tar.gz from
Ralf Corsepius <corsepiu@faw.uni-ulm.de>: Most significant changes: * Names for rpms changed again * gccnewlib.rpm split into 3 rpms, one for chill, gcj, gcc (includes c/c++/f77/objc), simultaneously built from a common *.spec. * small patches with major impact to gcc and newlib (Those fixes mentioned to Ian, ie. libobjc/libchill are built, multilibing works) * gcc patch against gcc-2.95.2 (Should also apply to gcc-2.95.1 without major problems) * Buildroot removed from */*spec.in * New: rpm Group: "rtems" (rpm -q -g rtems reports all RTEMS packages)
Diffstat (limited to 'scripts/aclocal.m4')
-rw-r--r--scripts/aclocal.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/aclocal.m4 b/scripts/aclocal.m4
index c5e88eb66d..9f8add8f0d 100644
--- a/scripts/aclocal.m4
+++ b/scripts/aclocal.m4
@@ -1,4 +1,4 @@
-dnl aclocal.m4 generated automatically by aclocal 1.4a
+dnl aclocal.m4 generated automatically by aclocal 1.4
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
@@ -21,8 +21,6 @@ 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]