|
|
|
|
|
by ArbitraryLimits
4507 days ago
|
|
I'm positive that I've seen configure scripts that try to check whether they, themselves, are out of date, and regenerate themselves if so. That's the only time I've seen an error about autoconf version skew. To be fair, I've only actually seen this on scripts I was writing - never seen it happen to something that passed make dist. |
|
I don't quite remember what the default is if you don't include AM_MAINTAINER_MODE in your configure.ac. So yes, you could have indeed seen that happen, but there are ways to make it not happen.