summaryrefslogtreecommitdiff
path: root/regress/ignore-tools
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-02-12New test to verify that the USE_GNU_TOOLS mechanism works while buildinggavan2-0/+56
a different GNU tool. For now, this test fails if flex or bison are already installed. This is suboptimal, but the alternatives (choosing a different PKG_DBDIR and LOCALBASE) are difficult to implement at the individual test level.