/[global]/global/libutil/conf.c
ViewVC logotype

Diff of /global/libutil/conf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by shigio, Sun Nov 28 01:04:58 2004 UTC revision 1.38 by shigio, Fri Feb 18 11:07:18 2005 UTC
# Line 319  openconf() Line 319  openconf()
319                  char *path;                  char *path;
320    
321                  /*                  /*
                  * Some GNU/Linux has gctags as '/usr/bin/gctags', that is  
                  * different from GLOBAL's one.  
322                   * usable search in BINDIR at first.                   * usable search in BINDIR at first.
323                   */                   */
324  #if defined(_WIN32) || defined(__DJGPP__)  #if defined(_WIN32) || defined(__DJGPP__)
325                  path = "gctags.exe";                  path = "gtags-parser.exe";
326  #else  #else
327                  path = usable("gctags");                  path = usable("gtags-parser");
328                  if (!path)                  if (!path)
329                          path = "gctags";                          path = "gtags-parser";
330  #endif /* _WIN32 */  #endif /* _WIN32 */
331                  strbuf_puts(sb, ":GTAGS=");                  strbuf_puts(sb, ":GTAGS=");
332                  strbuf_puts(sb, path);                  strbuf_puts(sb, path);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26