]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-bashism.patch
- updated to 2.59; not officially announced one but better than broken 2.58
[packages/autoconf.git] / autoconf-bashism.patch
1 diff -Nru autoconf-2.58.orig/configure autoconf-2.58/configure
2 --- autoconf-2.58.orig/configure        2003-11-04 09:47:21.000000000 +0100
3 +++ autoconf-2.58/configure     2003-11-05 10:11:37.318275312 +0100
4 @@ -23,7 +23,7 @@
5  fi
6  
7  # Support unset when possible.
8 -if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
9 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10    as_unset=unset
11  else
12    as_unset=false
13 @@ -2180,7 +2180,7 @@
14  fi
15  
16  # Support unset when possible.
17 -if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
18 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
19    as_unset=unset
20  else
21    as_unset=false
22 diff -Nru autoconf-2.58.orig/tests/wrapper.in autoconf-2.58/tests/wrapper.in
23 --- autoconf-2.58.orig/tests/wrapper.in 2003-09-25 11:25:02.000000000 +0200
24 +++ autoconf-2.58/tests/wrapper.in      2003-11-05 10:11:53.217858208 +0100
25 @@ -15,7 +15,7 @@
26  fi
27  
28  # Support unset when possible.
29 -if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
30 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
31    as_unset=unset
32  else
33    as_unset=false
This page took 0.110632 seconds and 3 git commands to generate.