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
e3366e79
Commit
e3366e79
authored
Aug 28, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./bootstrap: fixed a shell error (replaced "if `foo`" with "if foo").
parent
03fe761e
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 @
e3366e79
#! /bin/sh
## bootstrap.sh file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.
8 2002/08/28 12:50:13
sam Exp $
## $Id: bootstrap,v 1.
9 2002/08/28 13:38:14
sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
...
...
@@ -33,7 +33,7 @@ set -x
rm
-f
aclocal.m4 configure config.guess config.log config.sub ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh
# Check for gettext
if
`
which gettextize
>
/dev/null 2>&1
`
if
which gettextize
>
/dev/null 2>&1
then
if
expr
`
gettextize
--version
|
sed
-e
'1s/[^0-9]*//'
-e
q
`
\
'>'
0.11.3
>
/dev/null 2>&1
...
...
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