autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: etags flags


From: Alexandre Duret-Lutz
Subject: Re: etags flags
Date: Sun, 24 Aug 2003 21:46:07 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

>>> "kanzeon" == kanzeon  <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]