From owner-cvs-all Fri Aug 25 7:36:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE8F137B42C; Fri, 25 Aug 2000 07:36:39 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA59982; Fri, 25 Aug 2000 07:36:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200008251436.HAA59982@freefall.freebsd.org> From: Steve Price Date: Fri, 25 Aug 2000 07:36:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autoconf/patches patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/08/25 07:36:39 PDT Modified files: devel/autoconf/patches patch-ag Log: m4(1) was stripping the [] to leave *.Cc in my previous fix and this was causing problems with a few ports determining that .c was the suffix for executables. The fix is to expand it to '*.c | *.C' so that m4(1) doesn't try to outsmart us. Noticed by: George W. Dinolt Revision Changes Path 1.2 +1 -1 ports/devel/autoconf/patches/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message