public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [cbootimage PATCH 1/2] autogen.sh: allow spaced in configure arguments
@ 2013-08-23 18:56 Stephen Warren
       [not found] ` <1377284162-7700-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Warren @ 2013-08-23 18:56 UTC (permalink / raw)
  To: swarren-3lzwWm7+Weoh9ZMKESR00Q
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Using "$@" (rather than #@) quotes any arguments if required. This is
useful if you want to run ./autogen.sh CFLAGS="-ggdb -O0".

Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 autogen.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index e925023..530783b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,4 @@
 #!/bin/sh -e
 
 autoreconf --install --symlink
-./configure $@
-
+./configure "$@"
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-26 20:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-23 18:56 [cbootimage PATCH 1/2] autogen.sh: allow spaced in configure arguments Stephen Warren
     [not found] ` <1377284162-7700-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-08-23 18:56   ` [cbootimage PATCH 2/2] crypto: produce consistent hash for zero-length data Stephen Warren
     [not found]     ` <1377284162-7700-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-08-26  8:01       ` Thierry Reding
2013-08-26  7:52   ` [cbootimage PATCH 1/2] autogen.sh: allow spaced in configure arguments Thierry Reding
2013-08-26 20:20     ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox