diff options
author | jbj <devnull@localhost> | 1999-02-16 03:07:24 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-02-16 03:07:24 +0000 |
commit | 7b495d4b7c22a7d66fa76289c3900905eef9e623 (patch) | |
tree | 83bb4a58e6df52be076b8d9c4ec2d35f91eac762 /aclocal.m4 | |
parent | 1556aeb600b7d9344faf5990b6f57d78f4a8a46c (diff) | |
download | rpm-7b495d4b7c22a7d66fa76289c3900905eef9e623.tar.gz rpm-7b495d4b7c22a7d66fa76289c3900905eef9e623.tar.bz2 rpm-7b495d4b7c22a7d66fa76289c3900905eef9e623.zip |
Update to automake 1.4a.
CVS patchset: 2797
CVS date: 1999/02/16 03:07:24
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
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] |