Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
537cf3aa
Commit
537cf3aa
authored
Oct 03, 2002
by
Sam Hocevar
Browse files
* ./bootstrap: fixed a bug I introduced yesterday that caused automake
version detection not to work properly.
parent
4f2beec2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bootstrap
View file @
537cf3aa
#! /bin/sh
## bootstrap file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.1
6
2002/10/0
2 16:02:43
sam Exp $
## $Id: bootstrap,v 1.1
7
2002/10/0
3 08:44:11
sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
...
...
@@ -211,7 +211,7 @@ else
else
if
automake
--version
>
/dev/null 2>&1
then
amvers
=
`
echo
$am
vers
|
sed
-e
'1s/[^0-9]*//'
-e
q
`
amvers
=
`
automake
--
vers
ion
|
sed
-e
'1s/[^0-9]*//'
-e
q
`
case
$amvers
in
1.6|1.6.0|1.6.1
)
AUTOMAKESUCKS
=
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