Am Freitag, den 07.04.2006, 12:02 +0200 schrieb Alexandre Julliard: > > [EMAIL PROTECTED]:~/wine.cvs/bin$ etags --version > > Exuberant Ctags 5.5.4, Copyright (C) 1996-2003 Darren Hiebert > > Compiled: Aug 13 2004, 05:14:24 > > Addresses: <[EMAIL PROTECTED]>, > > http://ctags.sourceforge.net > > Optional compiled features: +wildcards, +regex > > The makefile currently assumes Emacs etags, since that's what I use ;-)
I have no idea, how configure can be modified to detect the correct ETAGS_OPTIONS > > [EMAIL PROTECTED]:~/wine.cvs/bin$ file ~/wine.cvs/src > > /home/detlef/wine.cvs/src: symbolic link to `/_v/src/wine-git' > You probably want find -L then. "-L" => Invalid Option. "find path -name '*.[c|h]'" and "find path/ -name '*.[c|h]'" produce the same output here, but for a symlink, only "find symlink/ -name '*.[c|h]'" works. My find is: GNU find Version 4.1.20 -- By By ... ... Detlef