Autoconf licence question…I’ve been poking around with autoconf, since it seems fairly popular amongst software distribution. Amongst GPLd software at least. And it looks like it does what I want. However, I’m a little confused about the implications of using autoconf for a non-GPL project. I’m intending to start a project soon for which the ultimate distribution mechanism is currently unknown[0]. I don’t want to make a choice now that forces it to be GPLd.
The configure scripts that autoconf makes include a GPL licence reference, suggesting that they must be released under the GPL. Which doesn’t make a lot of sense without some source code to go with them….
So, my question: if I’m using a configure script for building is my work considered my own work or a derivative work? I assume the intention is that it is my own work, but its not clear to me that this is the case. Anyone got any pointers to previous discussions of this issue?
[0] I know the zealots will say that all software should be released under the GPL – and in some ways I’m inclined to agree, but right now I don’t want to commit one way or another.
15 comments