projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a7216
)
* aclocal.m4: Require autoconf 2.52 or later
author
Ken Raeburn
<raeburn@mit.edu>
Sat, 24 Aug 2002 02:43:03 +0000
(
02:43
+0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Sat, 24 Aug 2002 02:43:03 +0000
(
02:43
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14764
dc483132
-0cff-0310-8789-
dd5450dbe970
src/ChangeLog
patch
|
blob
|
history
src/aclocal.m4
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d48b03b700bfb93e120c91f399bef0e3709558b4..00bf6fa164b024a0dc8198c643dc376f3ea339e4 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2002-08-23 Ken Raeburn <raeburn@mit.edu>
+
+ * aclocal.m4: Require autoconf 2.52 or later.
+
2002-07-17 Ken Raeburn <raeburn@mit.edu>
* configure.in: Don't make a Makefile in util/dyn.
diff --git
a/src/aclocal.m4
b/src/aclocal.m4
index 76e0e60018707802ea5779c4678ba45b84b13907..21e308dc0e572ee10c649d17ec3d2e897b96f49b 100644
(file)
--- a/
src/aclocal.m4
+++ b/
src/aclocal.m4
@@
-1,4
+1,4
@@
-AC_PREREQ(2.
13
)
+AC_PREREQ(2.
52
)
dnl
dnl Figure out the top of the source and build trees. We depend on localdir
dnl being a relative pathname; we could make it general later, but for now