From: Jesse Thilo Date: Wed, 30 Dec 1998 05:23:22 +0000 (+0000) Subject: Require Automake 1.3 or later. X-Git-Tag: GNU_1_26~16 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/3202e6518250e4da69a70aa06f980c16bc6a2e14 Require Automake 1.3 or later. --- 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