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