From 59b31ad972ed261dbaa2212ae47cd90bf0822e97 Mon Sep 17 00:00:00 2001 From: Jesse Thilo Date: Wed, 3 Mar 1999 15:45:06 +0000 Subject: [PATCH] Added support for non-ANSI compilers (ansi2knr). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b5aeb45c..4727ffd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- -AUTOMAKE_OPTIONS = 1.4 +AUTOMAKE_OPTIONS = 1.4 ansi2knr bin_PROGRAMS = bison -- 2.47.2