I was reading through the GNU Make manual's directory-variable guidelines,
and I noticed that it calls out Autoconf 2.70 as having support for
@runstatedir@ (nominally @localstatedir@/run or /var/run).

For reference, I was looking at:
https://www.gnu.org/software/make/manual/html_node/Directory-Variables.html
in the 'runstatedir' section.

I'm working on a project right now that that wants to use @runstatedir@ for
storing some unix-domain sockets, and I'd love to be able to control the
location via autotools.

The catch is that I can't find Autoconf 2.70 anywhere! 2.69 seems like it's
the most recent release everywhere that I can find (except for the Git
repo).

Where can I find the 2.70 release? Is GNU Make's documentation wrong and
2.70 doesn't exist? If that's true, will it ever exist?

-Nick
_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to