mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -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
10 lines
352 B
Text
10 lines
352 B
Text
--- bin/autoreconf.in.orig 2012-04-24 22:00:28 UTC
|
|
+++ bin/autoreconf.in
|
|
@@ -692,6 +692,7 @@ parse_args;
|
|
|
|
# Autoreconf all the given configure.ac. Unless `--no-recursive' is passed,
|
|
# AC_CONFIG_SUBDIRS will be traversed in &autoreconf_current_directory.
|
|
+$ENV{'AUTOCONF'} = $autoconf;
|
|
$ENV{'AUTOM4TE'} = $autom4te;
|
|
for my $directory (@ARGV)
|
|
{
|