Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: another autoconf tweak
- X-seq: zsh-workers 22466
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: another autoconf tweak
- Date: Sat, 27 May 2006 13:48:01 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
config.status is different too.
Index: Src/mkmakemod.sh
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/mkmakemod.sh,v
retrieving revision 1.14
diff -u -r1.14 mkmakemod.sh
--- Src/mkmakemod.sh 9 Aug 2005 10:02:44 -0000 1.14
+++ Src/mkmakemod.sh 27 May 2006 17:47:16 -0000
@@ -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 ',@D@,D,' config.status >/dev/null; then
+ grep ',@D@,D,' config.status >/dev/null ||
+ grep ',@D@,|#_!!_#|D,' config.status >/dev/null; then
is_dynamic=true
else
is_dynamic=false
Messages sorted by:
Reverse Date,
Date,
Thread,
Author