On Feb 7, 2008 11:40 AM, Jules Colding <[EMAIL PROTECTED]> wrote:
> I'm trying to find the autoconf variable that would expand to "/var".
> Which one might that be?
Typically that would be --localstatedir, which your script and
Makefiles see as ${localstatedir}.
Note that ./configure defaults this to ${prefix}/var, but if you're
building a binary package for a distribution you'd use
--localstatedir=/var.
HTH
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf