summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2002-09-03 09:17:44 +0000
committerAkim Demaille <akim@epita.fr>2002-09-03 09:17:44 +0000
commitb2888aa57e670163fc09a5ff930c52e434371769 (patch)
tree9a7073ea5b0627603f342f75dbde1651d42b3f35 /Makefile.am
parentbc0408326fc2886fa65799d41638651dee1f6738 (diff)
downloadautoconf-b2888aa57e670163fc09a5ff930c52e434371769.tar.gz
* configure.ac: Bump to 2.53d.
* Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake as of today, on Automake's team suggestion.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4ce92a59..94a4f0cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-AUTOMAKE_OPTIONS = check-news 1.6 dist-bzip2 readme-alpha
+AUTOMAKE_OPTIONS = check-news 1.6c dist-bzip2 readme-alpha
# bin/ and tests/ must be run first, as they build the tests executables
# (tests/autom4te etc.), that we happen to use here.