Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
750c81c7
Commit
750c81c7
authored
Jul 01, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 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
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bootstrap
bootstrap
+2
-2
No files found.
bootstrap
View file @
750c81c7
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.5
6 2003/07/01 16:25:24
sam Exp $
## $Id: bootstrap,v 1.5
7 2003/07/01 17:28: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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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