This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

tags and config.in when srcdir!=builddir


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]