From 3202e6518250e4da69a70aa06f980c16bc6a2e14 Mon Sep 17 00:00:00 2001 From: Jesse Thilo Date: Wed, 30 Dec 1998 05:23:22 +0000 Subject: [PATCH] Require Automake 1.3 or later. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index e4c17038..d3230585 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*- +AUTOMAKE_OPTIONS = 1.3 + #names of parser files PFILE = bison.simple PFILE1 = bison.hairy -- 2.47.2