ooo-build r13273 - trunk



Author: pmladek
Date: Thu Jul 17 12:50:37 2008
New Revision: 13273
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13273&view=rev

Log:
2008-07-17  Petr Mladek  <pmladek suse cz>

	* configure.in: enable the split sources for > dev300-m21 by default



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Jul 17 12:50:37 2008
@@ -465,8 +465,12 @@
 AC_MSG_RESULT([$MWS])
 AC_SUBST(MWS)
 
+AC_MSG_CHECKING([for split sources])
 SPLIT=$with_split
+test -z "$SPLIT" && echo $CVSTAG | grep -q "dev300" && test `echo $CVSTAG | sed 's|dev300-m||'` -gt 21 && SPLIT=yes
+AC_MSG_RESULT([${SPLIT:-no}])
 AC_SUBST(SPLIT)
+
 PIECE=$with_piece
 AC_SUBST(PIECE)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]