autoconf-patches
[Top][All Lists]
Advanced

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

Re: Site Macro Directory


From: Mark D. Roth
Subject: Re: Site Macro Directory
Date: Wed, 17 Jul 2002 08:24:26 -0500
User-agent: Mutt/1.2.5i

On Wed Jul 17 10:30 2002 +0200, Akim Demaille wrote:
> I don't understand well the point of the
> 
> args: --site-macro-subdir m4sugar
> 
> stuff.  Could you detail please?

Sure.  The configure script adds a single site macro directory, but
you had suggested that there be different directories for autoconf,
autotest, etc.  So the idea of --site-macro-subdir is that each tool
will use a seperate subdirectory of the site macro directory.

For example, the autoconf language definition in autom4te.cfg includes
"--site-macro-subdir autoconf".  So, if the site macro directory is:

  /usr/local/share/autoconf/site_macros

then autoconf will search:

  /usr/local/share/autoconf/site_macros/autoconf

Likewise, the autotest language definition in autom4te.cfg includes
"--site-macro-subdir autotest", so autotest will search:

  /usr/local/share/autoconf/site_macros/autotest

Just as with --include-envvar, the --site-macro-subdir option is not
intended to be used from the command line; it's only really useful in
autom4te.cfg.

Does this make sense?

-- 
Mark D. Roth <address@hidden>
http://www.feep.net/~roth/



reply via email to

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