summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-03-16 20:04:26 +0000
committerjbj <devnull@localhost>1999-03-16 20:04:26 +0000
commitca9dc63de974d1335dce533d310ffbb11812fce0 (patch)
tree469a0c5fca0d4af44d115ec546262ef0b5623e7b /aclocal.m4
parent776dc9c2581c54e7ebb9980ca01401956e4f81b0 (diff)
downloadrpm-ca9dc63de974d1335dce533d310ffbb11812fce0.tar.gz
Fix newSpec in "rpm -q --specfile --specedit"
CVS patchset: 2892 CVS date: 1999/03/16 20:04:26
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 704371a16..064de272c 100644
--- a/aclocal.m4
+++ b/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
@@ -21,6 +21,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]