Home | History | Annotate | Download | only in main

Lines Matching full:tmpdir

647 AC_ARG_WITH(tmpdir,
648 [ --with-tmpdir=PATH Specify path for temporary files],
649 tmpdir="$withval",
650 tmpdir="/tmp")
651 AC_DEFINE_UNQUOTED(VG_TMPDIR, "$tmpdir", [Temporary files directory])