Perhaps it would be better to stop using autoconf entirely. Nobody seems to complain about Make.pl files, so perhaps that's the way to go.
/ Per Hedbor ()
Previous text:
2004-01-26 21:08: Subject: Re: Pike @ Debian
What's the point of a .m4-file with support for multiple pike versions (which would require an elaborate system to add macros, and support for having the same macro in different versions) instead of multiple files?
One could of course have a pike.m4 along with a AC_PIKE_INIT() or so with only 'include(/usr/include/pike/VERSION/aclocal.m4)' as it's body. Where version is taken from the arguments, and some code in the beginning to select a suitable one (as in, the one that is called when running pike --version) as default.
That's not very meaningful, though.
/ Per Hedbor ()