Re: Which variable expands to /var?

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

 



On Feb 7, 2008 11:40 AM, Jules Colding <colding@xxxxxxxxxxx> 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
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux