zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: another autoconf tweak
@ 2006-05-27 17:48 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-05-27 17:48 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-27 17:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-27 17:48 PATCH: another autoconf tweak Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).