mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -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
11 lines
448 B
Bash
11 lines
448 B
Bash
--- autoheader.sh.orig 2000-02-27 16:18:10 UTC
|
|
+++ autoheader.sh
|
|
@@ -194,7 +194,7 @@ if test -n "$syms"; then
|
|
# Some fgrep's have limits on the number of lines that can be in the
|
|
# pattern on the command line, so use a temporary file containing the
|
|
# pattern.
|
|
- (fgrep_tmp=${TMPDIR-/tmp}/autoh$$
|
|
+ (fgrep_tmp=`mktemp ${TMPDIR-/tmp}/autoh.XXXXXXXXXX` || exit 1
|
|
trap "rm -f $fgrep_tmp; exit 1" 1 2 15
|
|
cat > $fgrep_tmp <<EOF
|
|
$syms
|