From 40c0a67edc2a95d10498581c3b509ce48341c690 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Thu, 21 Aug 2008 06:23:03 +0000 Subject: [PATCH] - Document CONFIGURE_ARGS changes for GNU_CONFIGURE on the syntax for CONFIGURE_TARGET PR: 126524 --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index ed07fb191025..73c2e641e887 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,13 @@ in the release notes. All ports committers are allowed to commit to this file. +20080821: +AUTHOR: rafan@FreeBSD.org + + * CONFIGURE_ARGS is updated to use correct syntax for newer autoconf + on the configure target. Individual ports no longer need to change + CONFIGURE_TARGET to have the '--build=' prefix. + 20080721: AUTHOR: pav@FreeBSD.org