ooo-build r12163 - trunk



Author: jannieuw
Date: Tue Apr 15 08:48:16 2008
New Revision: 12163
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12163&view=rev

Log:
2008-04-15  Jan Nieuwenhuizen  <janneke gnu org>

	* autogen.sh (old_args): Quote arguments.  Fixes
	--with-lang="en-US de nl" etc.


Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Tue Apr 15 08:48:16 2008
@@ -13,7 +13,7 @@
 
 old_args=""
 if test "z$@" = "z" && test -f config.log; then
-    old_args=`grep '\$ ./configure' config.log | sed -e 's/.*configure //'`
+    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]