summaryrefslogtreecommitdiffstats
path: root/source/m4
Commit message (Collapse)AuthorAgeFilesLines
* r23094: Update the iconv detection to handle cross-compiles better. If we areJames Peach2007-10-101-16/+0
| | | | | cross-compiling, we accept the first iconv library that we find (with a warning).
* r22441: Add automatic dependency tracking. The dependency generation isJames Peach2007-10-108-0/+1218
toolchain independent, but since there's no portable method for doing makefile includes, we can actually use the dependencies with GNU make. It's easy to add this for other makes, but I don't have any to test. This also moves as much m4 as possible into the m4 directory where no-one has to look at it. AFAICT, there's no way to hide depcomp in there too, which is unfortunate.