SOURCES: zsh-autoconf.patch (NEW) - zsh-autoconf.spec: fix for aut...

qrczak qrczak at pld-linux.org
Sun Aug 13 22:21:23 CEST 2006


Author: qrczak                       Date: Sun Aug 13 20:21:23 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- zsh-autoconf.spec: fix for autoconf 2.60

---- Files affected:
SOURCES:
   zsh-autoconf.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/zsh-autoconf.patch
diff -u /dev/null SOURCES/zsh-autoconf.patch:1.1
--- /dev/null	Sun Aug 13 22:21:23 2006
+++ SOURCES/zsh-autoconf.patch	Sun Aug 13 22:21:18 2006
@@ -0,0 +1,15 @@
+--- zsh-4.3.2/Src/mkmakemod.sh~	2005-08-09 11:55:18.000000000 +0200
++++ zsh-4.3.2/Src/mkmakemod.sh	2006-08-13 22:06:12.000000000 +0200
+@@ -111,9 +111,10 @@
+     sed -e '/^#/d' -e 's/ .*/ /' -e 's/^name=/ /'`"
+     module_list="${bin_mods}${dyn_mods}"
+ 
+-    # check both 2.13 and 2.50 syntax
++    # check 2.13, 2.50 and 2.60 syntaxes
+     if grep '%@D@%D%' config.status >/dev/null ||
+-       grep ', at D@,D,' config.status >/dev/null; then
++       grep ', at D@,D,' config.status >/dev/null ||
++       grep ', at D@,|#_!!_#|D,' config.status >/dev/null; then
+ 	is_dynamic=true
+     else
+ 	is_dynamic=false
================================================================


More information about the pld-cvs-commit mailing list