* aclocal.m4: Require autoconf-2.53, since 2.52 generates
authorTom Yu <tlyu@mit.edu>
Tue, 1 Apr 2003 03:41:54 +0000 (03:41 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 1 Apr 2003 03:41:54 +0000 (03:41 +0000)
configure scripts that NetBSD /bin/sh doesn't like.

ticket: 1384
status: open
target_version: 1.3
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15310 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index 748197a638b6c07645e14c5c53ad4a9494690dca..6a8e51dc1ef1b9da165f012c2304d0220eb5973c 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-31  Tom Yu  <tlyu@mit.edu>
+
+       * aclocal.m4: Require autoconf-2.53, since 2.52 generates
+       configure scripts that NetBSD /bin/sh doesn't like.
+
 2003-03-18  Alexandra Ellwood  <lxs@mit.edu>
 
     * aclocal.m4: Define KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9
index 808cd5f501eca7cd20cd3f9abc77180d6f1b5c75..b83f1d43152bca8fd39900f7fd7175b6621e4e6a 100644 (file)
@@ -1,4 +1,4 @@
-AC_PREREQ(2.52)
+AC_PREREQ(2.53)
 AC_COPYRIGHT([Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 Massachusetts Institute of Technology.
 ])