Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
0df46599
Commit
0df46599
authored
Aug 26, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./bootstrap: dropped the dependency on gettext 0.11.5. Now 0.10.4 is OK.
parent
b69c9ce1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
HACKING
HACKING
+2
-2
Makefile.am
Makefile.am
+1
-1
bootstrap
bootstrap
+8
-3
No files found.
HACKING
View file @
0df46599
$Id: HACKING,v 1.
1 2002/08/25 23:18:04
sam Exp $
$Id: HACKING,v 1.
2 2002/08/26 09:38:19
sam Exp $
Hacking vlc
===========
...
...
@@ -7,7 +7,7 @@ You will need the following tools if you plan to use the CVS version of vlc:
- autoconf version 2.13 or later
- automake version 1.4 or later
- gettext version 0.1
1.5
or later
- gettext version 0.1
0.4
or later
After retrieving the CVS tree, you need to run the bootstrap script to
generate all the files needed to build vlc. You can then run configure.
...
...
Makefile.am
View file @
0df46599
...
...
@@ -3,4 +3,4 @@ SUBDIRS = src include modules mozilla extras \
ACLOCAL_AMFLAGS
=
-I
m4
EXTRA_DIST
=
config.rpath mkinstalldirs
config.rpath
EXTRA_DIST
=
config.rpath mkinstalldirs
bootstrap
View file @
0df46599
#! /bin/sh
## bootstrap.sh file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.
2 2002/08/26 01:01:13
sam Exp $
## $Id: bootstrap,v 1.
3 2002/08/26 09:38:20
sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
...
...
@@ -29,13 +29,18 @@ done
###
### classic stuff
###
rm
-f
aclocal.m4 configure config.guess config.log config.sub ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh configure.in~ Makefile.am~
rm
-f
aclocal.m4 configure config.guess config.log config.sub ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh configure.in~ Makefile.am~
ChangeLog~ po/ChangeLog~
aclocal
autoheader
gettextize
--force
--intl
--copy
--no-changelog
# run gettextize and then fix its cruft
gettextize
--force
--intl
--copy
--no-changelog
||
gettextize
--force
--copy
test
-f
configure.in~
&&
mv
configure.in~ configure.in
test
-f
Makefile.am~
&&
mv
Makefile.am~ Makefile.am
test
-f
ChangeLog~
&&
mv
ChangeLog~ ChangeLog
test
-f
po/ChangeLog~
&&
mv
po/ChangeLog~ po/ChangeLog
automake
--foreign
--add-missing
--copy
autoconf
aclocal
-I
m4
...
...
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