>>> "kanzeon" == kanzeon  <[EMAIL PROTECTED]> writes:

 kanzeon> I'm a beginner in autotools, and I known the existence
 kanzeon> of AM_ETAGSFLAGS and ETAGSFLAGS. But I don't known how
 kanzeon> to set it from the configure.in file to add the
 kanzeon> '--members' option to etags in all directories of my
 kanzeon> project.

  AC_SUBST([AM_ETAGSFLAGS], [--members])

But beware that --members is not supported by all etags implementations.
-- 
Alexandre Duret-Lutz



Reply via email to