summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-12-30 18:46:11 +0000
committerEzra Peisach <epeisach@mit.edu>1996-12-30 18:46:11 +0000
commit2f62f39a31d6e2343fdaaf43a65866373a2ffbc2 (patch)
tree2e40cde666aa56cc2c2c9fd932d9cc94a2acb929 /src
parentce9708475b646adfc783552d21e874f7a9745a4e (diff)
downloadkrb5-2f62f39a31d6e2343fdaaf43a65866373a2ffbc2.tar.gz
krb5-2f62f39a31d6e2343fdaaf43a65866373a2ffbc2.tar.xz
krb5-2f62f39a31d6e2343fdaaf43a65866373a2ffbc2.zip
* aclocal.m4: Add AC_PREREQ(2.12) as we now require autoconf 2.12.
[krb5-build/289] This will prevent future screwups of people using their own installed version of autoconf with our tree... (we are now using stock autoconf-2.12... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9708 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/aclocal.m41
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f35bf9764..63091fc94 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 30 13:39:46 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * aclocal.m4: Add AC_PREREQ(2.12) as we now require autoconf 2.12.
+ [krb5-build/289]
+
Tue Dec 24 16:08:05 1996 Tom Yu <tlyu@mit.edu>
* aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): Fix to deal with the
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 5b2776c24..63555f903 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1,3 +1,4 @@
+AC_PREREQ(2.12)
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