* aclocal.m4: Add AC_PREREQ(2.12) as we now require autoconf 2.12.
authorEzra Peisach <epeisach@mit.edu>
Mon, 30 Dec 1996 18:46:11 +0000 (18:46 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 30 Dec 1996 18:46:11 +0000 (18:46 +0000)
[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

src/ChangeLog
src/aclocal.m4

index f35bf97646b7912502e5bd8882ed1f30d7d75307..63091fc945c38b86b512fe8e4a519bf364b738b3 100644 (file)
@@ -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
index 5b2776c244bfcb7d08511707b337c6f78c135bde..63555f90384bf5ad81e87a0455e02ba60a159ce0 100644 (file)
@@ -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