So I was reading through the (excellent) documentation for GNU Make, and I noticed something that might be a bug - or maybe misleading?
The Makefile Conventions section has this page on 'variables for installation directories' ( https://www.gnu.org/software/make/manual/html_node/Directory-Variables.html), which talks about $(prefix), $(DESTDIR), and friends. Near the middle of the page there's an entry for 'runstatedir', which is listed as existing in Autoconf 2.70 and higher. The catch is that there doesn't seem to be an Autoconf 2.70 anywhere that I can find. Looks like there hasn't been an Autoconf release in 6 years. Is autoconf dead? Would it make sense to remove the reference from the Make manual? -Nick _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make