Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
750c81c7
Commit
750c81c7
authored
Jul 01, 2003
by
Sam Hocevar
Browse files
* bootstrap: Fixed detection of older automake version that advertise
themselves as 1.[0-5]-* instead of 1.[0-5].*.
parent
9f3b1f13
Changes
1
Hide whitespace changes
Inline
Side-by-side
bootstrap
View file @
750c81c7
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.5
6
2003/07/01 1
6
:2
5:24
sam Exp $
## $Id: bootstrap,v 1.5
7
2003/07/01 1
7
:2
8:50
sam Exp $
##
## Authors: Sam Hocevar <sam@zoy.org>
...
...
@@ -305,7 +305,7 @@ elif automake-1.5 --version >/dev/null 2>&1; then
elif
automake
--version
>
/dev/null 2>&1
;
then
amvers
=
""
case
"
`
automake
--version
|
sed
-e
'1s/[^0-9]*//'
-e
q
`
"
in
0|0.
*
|
1|1.[01234]|1.[01234]
.
*
)
0|0.
*
|
1|1.[01234]|1.[01234]
[-.]
*
)
amvers
=
"none"
;;
1.5|1.5.
*
)
INSTALLSUCKS
=
yes
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment