ooo-build r12231 - branches/ooo-build-2-4



Author: hmth
Date: Sun Apr 20 19:05:34 2008
New Revision: 12231
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12231&view=rev

Log:
2008-04-20  Hanno Meyer-Thurow  <h mth web de>
	* ChangeLog: fix some whitespace
	* autogen.sh: apply fix from trunk:

	2008-04-19  Loiseleur Michel  <mloiseleur linagora com>
	* autogen.sh: line 15, replace "x$*" = "x" by $# -eq 0 in order to
	avoid a silly warning.


Modified:
   branches/ooo-build-2-4/ChangeLog
   branches/ooo-build-2-4/autogen.sh

Modified: branches/ooo-build-2-4/autogen.sh
==============================================================================
--- branches/ooo-build-2-4/autogen.sh	(original)
+++ branches/ooo-build-2-4/autogen.sh	Sun Apr 20 19:05:34 2008
@@ -12,7 +12,7 @@
 fi
 
 old_args=""
-if test "z$*" = "z" && test -f config.log; then
+if test $# -eq 0 && test -f config.log; then
     old_args=`grep '\$ ./configure' config.log | sed -e 's/.*configure //' -e 's/=\(\([^"-]\|-[-]\)*\)\( \|$\)/="\1" /g'`
     echo "re-using arguments from last configure: $old_args";
 fi



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