summaryrefslogtreecommitdiff
path: root/devel/autoconf213/files/patch-autohader.sh
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-12 23:27:58 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-12 23:27:58 +0000
commitaf98f686b0a39f37e6918c942cb82ad7eb586ac7 (patch)
tree7603b4eebdce6bff64627a9fd6af2a0ffd41a0da /devel/autoconf213/files/patch-autohader.sh
parentUpdate to 0.12. (diff)
Renamed patch files so I can tell what they do.
Changed $(INSTALL) to $(INSTALL_SCRIPT) in Makefile.in for the scripts.
Notes
Notes: svn path=/head/; revision=67914
Diffstat (limited to 'devel/autoconf213/files/patch-autohader.sh')
-rw-r--r--devel/autoconf213/files/patch-autohader.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/autoconf213/files/patch-autohader.sh b/devel/autoconf213/files/patch-autohader.sh
new file mode 100644
index 000000000000..87e6102e3ba9
--- /dev/null
+++ b/devel/autoconf213/files/patch-autohader.sh
@@ -0,0 +1,11 @@
+--- autoheader.sh.orig Mon Nov 22 21:50:45 1999
++++ autoheader.sh Mon Nov 22 21:52:02 1999
+@@ -194,7 +194,7 @@
+ # 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