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
eb28b62d
Commit
eb28b62d
authored
Dec 26, 2002
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check for the presence of arguments (--help ?) before rebuilding everything.
parent
14b46dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
bootstrap
bootstrap
+8
-1
No files found.
bootstrap
View file @
eb28b62d
#! /bin/sh
## bootstrap file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.3
7 2002/12/25 22:36:14 sam
Exp $
## $Id: bootstrap,v 1.3
8 2002/12/26 10:55:35 massiot
Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
if
test
x
$#
!=
x0
;
then
echo
"Usage: ./bootstrap"
echo
" Calls automake, autoconf, autoheader, autopoint and other auto* to build"
echo
" Makefiles."
exit
1
fi
###
### Get a sane environment, just in case
###
...
...
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