projects
/
platform
/
upstream
/
gst-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ff510
)
non-gnu fix
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 11 Dec 2002 17:08:10 +0000
(17:08 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 11 Dec 2002 17:08:10 +0000
(17:08 +0000)
Original commit message from CVS:
non-gnu fix
gst-autogen.sh
patch
|
blob
|
history
diff --git
a/gst-autogen.sh
b/gst-autogen.sh
index 07225a5449a857f945f5d3b02b2ff3f37883bca8..d8fecc631e0d43f12966866418b363468fe4bef5 100644
(file)
--- a/
gst-autogen.sh
+++ b/
gst-autogen.sh
@@
-198,7
+198,7
@@
die_check ()
autogen_options ()
{
- if test
`getopt --version | cut -d' ' -f2` != "
(enhanced)"; then
+ if test
"x`getopt --version | cut -d' ' -f2`" != "x
(enhanced)"; then
echo "- non-gnu getopt(1) detected, not running getopt on autogen command-line options"
return 0
fi