[suggestion] new target GTAGS.

2000-12-06 Thread Shigio Yamaguchi
Hello, How about adding new target 'GTAGS' that means GLOBAL's tag to automake? GNU GLOBAL is a source code tag system that works the same way across diverse environments. It supports C, C++, Yacc and Java source code. [simple usage] % cd /usr/sr

Re: bug: depcomp misplaced

2000-12-06 Thread Derek R. Price
"Derek R. Price" wrote: > 2) In the case of $config_aux_dir, I removed all the switches on '.' and '' and > replaced three with a switch on a new variable $config_aux_dir_set_in_configure_in > (yeah, I know that's a little long, but it sure is easy to interpret) which is set > when AC_CONFIG_AUX

Re: bug: depcomp misplaced

2000-12-06 Thread Derek R. Price
Okay, I fixed this as well as all the special casing of '.' that the code is littered with FIXME comments about. I've included ChangeLog entries in the patch as well as a new test case, but here's a bit more detail: 1) In the @require_file_paths case (since it only subbed $relative_dir for '.',