mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
- Rename autoconf 2.13 port directory, package, and command all to autoconf2.13 just like ports like perl and python. - Let USES=autoreconf run gtkdocize if necessary. - Rewrite autoconf-wrapper and rename it autoconf-switch to reflect better what it does. - Delete patch-bison. It has been reverted upstream. - Add a patch to let autoreconf set the AUTOCONF environment variable so subprocesses like automake use the correct version. - Make building of info files optional. - Address portlint, portclippy, portfmt issues in devel/autoconf*. PR: 259556, 263970
4 lines
282 B
Text
4 lines
282 B
Text
This port installs a wrapper script for each tool included with autoconf.
|
|
The script will run the version of autoconf specified in the environment
|
|
variable DEFAULT_AUTOCONF. If DEFAULT_AUTOCONF is empty or unset it will run
|
|
the most recent version of autoconf currently installed.
|