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
4d0e2b16
Commit
4d0e2b16
authored
Nov 04, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./bootstrap: automake 1.7 is OK to bootstrap vlc.
parent
141414b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
18 deletions
+23
-18
bootstrap
bootstrap
+23
-18
No files found.
bootstrap
View file @
4d0e2b16
#! /bin/sh
## bootstrap file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.2
2 2002/11/04 15:04:44
sam Exp $
## $Id: bootstrap,v 1.2
3 2002/11/04 18:27:30
sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
...
...
@@ -199,28 +199,33 @@ fi
# Check for automake
amvers
=
"none"
if
automake-1.
6
--version
>
/dev/null 2>&1
if
automake-1.
7
--version
>
/dev/null 2>&1
then
amvers
=
"-1.6"
if
expr
"
`
automake-1.6
--version
|
sed
-e
'1s/[^0-9]*//'
-e
q
`
"
"<="
"1.6.1"
>
/dev/null 2>&1
then
AUTOMAKESUCKS
=
yes
fi
amvers
=
"-1.7"
else
if
automake-1.
5
--version
>
/dev/null 2>&1
if
automake-1.
6
--version
>
/dev/null 2>&1
then
amvers
=
"-1.5"
amvers
=
"-1.6"
if
expr
"
`
automake-1.6
--version
|
sed
-e
'1s/[^0-9]*//'
-e
q
`
"
"<="
"1.6.1"
>
/dev/null 2>&1
then
AUTOMAKESUCKS
=
yes
fi
else
if
automake
--version
>
/dev/null 2>&1
if
automake
-1.5
--version
>
/dev/null 2>&1
then
amvers
=
`
automake
--version
|
sed
-e
'1s/[^0-9]*//'
-e
q
`
case
$amvers
in
1.6|1.6.0|1.6.1
)
AUTOMAKESUCKS
=
yes
;;
esac
if
expr
"
$amvers
"
"<"
"1.5"
>
/dev/null 2>&1
then
amvers
=
"none"
else
amvers
=
""
amvers
=
"-1.5"
else
if
automake
--version
>
/dev/null 2>&1
then
amvers
=
`
automake
--version
|
sed
-e
'1s/[^0-9]*//'
-e
q
`
case
$amvers
in
1.6|1.6.0|1.6.1
)
AUTOMAKESUCKS
=
yes
;;
esac
if
expr
"
$amvers
"
"<"
"1.5"
>
/dev/null 2>&1
then
amvers
=
"none"
else
amvers
=
""
fi
fi
fi
fi
...
...
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