ooo-build r12229 - trunk



Author: mloiseleur
Date: Sat Apr 19 14:03:36 2008
New Revision: 12229
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12229&view=rev

Log:
mini fix to the start point

Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Sat Apr 19 14:03:36 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]