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
5973b28e
Commit
5973b28e
authored
Jul 02, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bootstrap: Workaround for an automake1.6 issue. Not a big deal, the code
is actually nicer this way.
parent
b7940e0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
bootstrap
bootstrap
+5
-2
No files found.
bootstrap
View file @
5973b28e
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.5
8 2003/07/02 11:21:2
6 sam Exp $
## $Id: bootstrap,v 1.5
9 2003/07/02 13:32:1
6 sam Exp $
##
## Authors: Sam Hocevar <sam@zoy.org>
...
...
@@ -128,9 +128,12 @@ EOF
all: all-
${
mod
}
all-
${
mod
}
:
if BUILD_MOZILLA
if
\$
(VLC_CONFIG) --target plugin | grep "
${
dir
}
/lib
${
mod
}
_plugin" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
_plugin
\$
(LIBEXT); fi
\\
if
\$
(VLC_CONFIG) --target builtin | grep "
${
dir
}
/lib
${
mod
}
\\
.a" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
.a; fi
else
if
\$
(VLC_CONFIG) --target plugin | grep "
${
dir
}
/lib
${
mod
}
_plugin" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
_plugin
\$
(LIBEXT); fi
\\
if
\$
(VLC_CONFIG) --target builtin | grep "
${
dir
}
/lib
${
mod
}
\\
.a" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
.a; fi
\\
if BUILD_MOZILLA
if
\$
(VLC_CONFIG) --target builtin pic | grep "
${
dir
}
/lib
${
mod
}
_pic
\\
.a" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
_pic.a; fi
endif
...
...
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