RT 4.0.22
[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 (test "x$plugindir" = "xNONE" || test "x$plugindir" = "x") && plugindir=${prefix}/plugins
8 libdir=${prefix}/lib
9 datadir=${prefix}/share
10 htmldir=/var/www/freeside/rt
11 (test "x$fontdir" = "xNONE" || test "x$fontdir" = "x") && fontdir=${datadir}/fonts
12 (test "x$lexdir" = "xNONE" || test "x$lexdir" = "x") && lexdir=${datadir}/po
13 (test "x$manualdir" = "xNONE" || test "x$manualdir" = "x") && manualdir=${prefix}/docs
14 localstatedir=${prefix}/var
15 (test "x$logfiledir" = "xNONE" || test "x$logfiledir" = "x") && logfiledir=${localstatedir}/log
16 (test "x$masonstatedir" = "xNONE" || test "x$masonstatedir" = "x") && masonstatedir=/usr/local/etc/freeside/masondata
17 (test "x$sessionstatedir" = "xNONE" || test "x$sessionstatedir" = "x") && sessionstatedir=${localstatedir}/session_data
18 (test "x$customdir" = "xNONE" || test "x$customdir" = "x") && customdir=${prefix}/local
19 (test "x$custometcdir" = "xNONE" || test "x$custometcdir" = "x") && custometcdir=${customdir}/etc
20 (test "x$customhtmldir" = "xNONE" || test "x$customhtmldir" = "x") && customhtmldir=${customdir}/html
21 (test "x$customlexdir" = "xNONE" || test "x$customlexdir" = "x") && customlexdir=${customdir}/po
22 (test "x$customlibdir" = "xNONE" || test "x$customlibdir" = "x") && customlibdir=${customdir}/lib
23 (test "x$customplugindir" = "xNONE" || test "x$customplugindir" = "x") && customplugindir=${customdir}/plugins