ooo-build r12214 - trunk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12214 - trunk
- Date: Fri, 18 Apr 2008 09:01:17 +0100 (BST)
Author: tml
Date: Fri Apr 18 08:01:17 2008
New Revision: 12214
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12214&view=rev
Log:
2008-04-18 Tor Lillqvist <tml novell com>
* autogen.sh: Use $* instead of $@ in test as we don't want
expansion to separate words here.
Modified:
trunk/ChangeLog
trunk/autogen.sh
Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh (original)
+++ trunk/autogen.sh Fri Apr 18 08:01:17 2008
@@ -12,7 +12,7 @@
fi
old_args=""
-if test "z$@" = "z" && test -f config.log; then
+if test "z$*" = "z" && 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]