From 76aeaa1b96c4fb89a2bb7c7f5fbbf6917b547c3b Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 26 Sep 2002 12:48:04 +0000 Subject: [PATCH] use AM_YFLAGS since YFLAGS is a user variable --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9ac24ff..0be229e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ # For MS-DOS, add "-DMS_DOS" to DEFS. See the directory MISC/MSDOS for # additional info. -YFLAGS = -d +AM_YFLAGS = -d ACLOCAL_AMFLAGS = -I m4 help2man = @HELP2MAN@ m4 = @M4@ -- 2.50.1