no maintainer, use shellcommands_withdomain instead
[freeside.git] / rt / config.pld
1 (test "x$prefix" = "xNONE" || test "x$prefix" = "x") && prefix=/opt/rt3
2 (test "x$exec_prefix" = "xNONE" || test "x$exec_prefix" = "x") && exec_prefix=${prefix}
3 bindir=${exec_prefix}/bin
4 sbindir=${exec_prefix}/sbin
5 sysconfdir=${prefix}/etc
6 mandir=${prefix}/man
7 libdir=${prefix}/lib
8 datadir=${prefix}/share
9 (test "x$htmldir" = "xNONE" || test "x$htmldir" = "x") && htmldir=${datadir}/html
10 (test "x$manualdir" = "xNONE" || test "x$manualdir" = "x") && manualdir=${datadir}/doc
11 localstatedir=${prefix}/var
12 (test "x$logfiledir" = "xNONE" || test "x$logfiledir" = "x") && logfiledir=${localstatedir}/log
13 (test "x$masonstatedir" = "xNONE" || test "x$masonstatedir" = "x") && masonstatedir=${localstatedir}/mason_data
14 (test "x$sessionstatedir" = "xNONE" || test "x$sessionstatedir" = "x") && sessionstatedir=${localstatedir}/session_data
15 (test "x$customdir" = "xNONE" || test "x$customdir" = "x") && customdir=${prefix}/local
16 (test "x$custometcdir" = "xNONE" || test "x$custometcdir" = "x") && custometcdir=${customdir}/etc
17 (test "x$customhtmldir" = "xNONE" || test "x$customhtmldir" = "x") && customhtmldir=${customdir}/html
18 (test "x$customlexdir" = "xNONE" || test "x$customlexdir" = "x") && customlexdir=${customdir}/po
19 (test "x$customlibdir" = "xNONE" || test "x$customlibdir" = "x") && customlibdir=${customdir}/lib