diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-12-28 17:57:49 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-12-28 17:57:49 +0000 |
commit | 66e7a4d523fa521108309a89daa8644e01eaab90 (patch) | |
tree | 0b170cc7154712ce1eaaa4de4a24150a3aa95886 /config/ChangeLog | |
parent | 43be203f2db898cbddd01b9acf85f42875504678 (diff) | |
download | gdb-66e7a4d523fa521108309a89daa8644e01eaab90.zip gdb-66e7a4d523fa521108309a89daa8644e01eaab90.tar.gz gdb-66e7a4d523fa521108309a89daa8644e01eaab90.tar.bz2 |
* acx.m4: Name cache variables properly.
(NCN_STRICT_CHECK_TOOL): If program is not found and
value-if-not-found is empty, use ${ncn_tool_prefix}$2 or $2,
depending on whether build != host or not.
(NCN_STRICT_CHECK_TARGET_TOOL): Ditto, with the target prefix.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index dd742ba..15c7c3e 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,11 @@ +2002-12-28 Alexandre Oliva <aoliva@redhat.com> + + * acx.m4: Name cache variables properly. + (NCN_STRICT_CHECK_TOOL): If program is not found and + value-if-not-found is empty, use ${ncn_tool_prefix}$2 or $2, + depending on whether build != host or not. + (NCN_STRICT_CHECK_TARGET_TOOL): Ditto, with the target prefix. + 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org> * acx.m4: New. |