[Rt-commit] r12345 - rt/branches/3.8-TESTING
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu May 15 08:22:23 EDT 2008
Author: sunnavy
Date: Thu May 15 08:22:22 2008
New Revision: 12345
Modified:
rt/branches/3.8-TESTING/aclocal.m4
Log:
make relative be default layout
Modified: rt/branches/3.8-TESTING/aclocal.m4
==============================================================================
--- rt/branches/3.8-TESTING/aclocal.m4 (original)
+++ rt/branches/3.8-TESTING/aclocal.m4 Thu May 15 08:22:22 2008
@@ -30,7 +30,7 @@
LAYOUT=$enableval)
if test "x$LAYOUT" = "x"; then
- LAYOUT="RT3"
+ LAYOUT="relative"
fi
RT_LAYOUT($srcdir/config.layout, $LAYOUT)
AC_MSG_CHECKING(for chosen layout)
More information about the Rt-commit
mailing list