This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
tags and config.in when srcdir!=builddir
- To: automake at gnu dot org
- Subject: tags and config.in when srcdir!=builddir
- From: Kevin Ryde <user42 at zip dot com dot au>
- Date: 19 Aug 2000 08:18:28 +1000
Using a recent cvs automake, I tried "make TAGS" in a separate object
directory, but the etags command got config.in without a $(srcdir)
path. Perhaps the @CONFIG@ in tags.am should be in the list that gets
uniquified and checked for needing $(srcdir). The same might apply to
$(LISP) there too, but I haven't tried that.
Actually, etags by default doesn't match anything in a config.in
containing only #undefs, so this isn't important, it's just to get the
target to go through. Maybe tags on the generated config.h would be
more use. Or maybe not.