public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* [patch] Fix to PR #75
@ 2001-06-05  9:17 Ralf Corsepius
  0 siblings, 0 replies; only message in thread
From: Ralf Corsepius @ 2001-06-05  9:17 UTC (permalink / raw)
  To: sourcenav

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

Hi,

The patch below is supposed to fix the problem I had filed to the
sourcenav bug database eariler today (PR #57).

It changes the "m4parser" to be more selective on files to be
treated as "m4".

Ralf

-- 
Ralf Corsepius 
Forschungsinstitut fuer Anwendungsorientierte Wissensverarbeitung
(FAW)
Helmholtzstr. 16, 89081 Ulm, Germany     Tel: +49/731/501-8690
mailto:corsepiu@faw.uni-ulm.de           FAX: +49/731/501-999  
http://www.faw.uni-ulm.de
sourcenav-010412-sn_prop.cfg.in.diff


[-- Attachment #2: sourcenav-010412-sn_prop.cfg.in.diff --]
[-- Type: text/x-diff, Size: 667 bytes --]

--- sourcenav-010412.orig/snavigator/etc/sn_prop.cfg.in	Sat Dec  2 03:18:26 2000
+++ sourcenav-010412/snavigator/etc/sn_prop.cfg.in	Tue Jun  5 15:28:43 2001
@@ -252,12 +252,12 @@
 
 # m4 configuration files
 
-set use_m4parser 0
+set use_m4parser 1
 
 if {$use_m4parser} {
 
 sn_add_parser m4 \
-        -suffix {*.m4 *.in *.am} \
+        -suffix {*.m4 *configure.in *configure.ac} \
         -brow_cmd $sn_path(bindir)/m4browser \
 	-high_cmd $sn_path(bindir)/m4browser
 
@@ -273,7 +273,7 @@
 }
 
 if {! $use_m4parser} {
-    append other_ext " *.m4 *.in *.am"
+    append other_ext " *.m4 *configure.in *configure.ac"
 }
 
 sn_add_parser others -suffix $other_ext

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

only message in thread, other threads:[~2001-06-05  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-05  9:17 [patch] Fix to PR #75 Ralf Corsepius

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 read-only IMAP folder(s) and NNTP newsgroup(s).