diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:23:03 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:23:03 +0000 |
commit | 40c0a67edc2a95d10498581c3b509ce48341c690 (patch) | |
tree | 86432ba5e5c1c4af68f3e951b3374a4bbf988247 /CHANGES | |
parent | 741aa714833b9bb1e9afaaf5124d3f5c60b5e49c (diff) |
- Document CONFIGURE_ARGS changes for GNU_CONFIGURE on the syntax for
CONFIGURE_TARGET
PR: 126524
Notes
Notes:
svn path=/head/; revision=218939
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |