]> git.pld-linux.org Git - packages/zsh.git/blob - zsh-autoconf.patch
- rel 1
[packages/zsh.git] / zsh-autoconf.patch
1 --- zsh-4.3.2/Src/mkmakemod.sh~ 2005-08-09 11:55:18.000000000 +0200
2 +++ zsh-4.3.2/Src/mkmakemod.sh  2006-08-13 22:06:12.000000000 +0200
3 @@ -111,9 +111,10 @@
4      sed -e '/^#/d' -e 's/ .*/ /' -e 's/^name=/ /'`"
5      module_list="${bin_mods}${dyn_mods}"
6  
7 -    # check both 2.13 and 2.50 syntax
8 +    # check 2.13, 2.50 and 2.60 syntaxes
9      if grep '%@D@%D%' config.status >/dev/null ||
10 -       grep ',@D@,D,' config.status >/dev/null; then
11 +       grep ',@D@,D,' config.status >/dev/null ||
12 +       grep ',@D@,|#_!!_#|D,' config.status >/dev/null; then
13         is_dynamic=true
14      else
15         is_dynamic=false
This page took 0.049993 seconds and 3 git commands to generate.