[Rt-commit] r11947 - rt/branches/3.8-TESTING
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Apr 28 22:52:06 EDT 2008
Author: sunnavy
Date: Mon Apr 28 22:52:06 2008
New Revision: 11947
Modified:
rt/branches/3.8-TESTING/aclocal.m4
Log:
make relative layout to be default
Modified: rt/branches/3.8-TESTING/aclocal.m4
==============================================================================
--- rt/branches/3.8-TESTING/aclocal.m4 (original)
+++ rt/branches/3.8-TESTING/aclocal.m4 Mon Apr 28 22:52:06 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