Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
42551ffd
Commit
42551ffd
authored
Sep 11, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tools: add m4
parent
9b01e561
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
extras/tools/bootstrap
extras/tools/bootstrap
+1
-0
extras/tools/packages.mak
extras/tools/packages.mak
+3
-0
extras/tools/tools.mak
extras/tools/tools.mak
+17
-0
No files found.
extras/tools/bootstrap
View file @
42551ffd
...
@@ -56,6 +56,7 @@ fi
...
@@ -56,6 +56,7 @@ fi
check autoconf 2.67
check autoconf 2.67
check automake 1.11
check automake 1.11
check m4
check libtool 2.2
check libtool 2.2
check pkg-config
check pkg-config
check cmake
check cmake
...
...
extras/tools/packages.mak
View file @
42551ffd
...
@@ -16,6 +16,9 @@ AUTOCONF_URL=$(GNU)/autoconf/autoconf-$(AUTOCONF_VERSION).tar.bz2
...
@@ -16,6 +16,9 @@ AUTOCONF_URL=$(GNU)/autoconf/autoconf-$(AUTOCONF_VERSION).tar.bz2
AUTOMAKE_VERSION
=
1.11.2
AUTOMAKE_VERSION
=
1.11.2
AUTOMAKE_URL
=
$(GNU)
/automake/automake-
$(AUTOMAKE_VERSION)
.tar.gz
AUTOMAKE_URL
=
$(GNU)
/automake/automake-
$(AUTOMAKE_VERSION)
.tar.gz
M4_VERSION
=
1.4.16
M4_URL
=
$(GNU)
/m4/m4-
$(M4_VERSION)
.tar.gz
PKGCFG_VERSION
=
0.27.1-1
PKGCFG_VERSION
=
0.27.1-1
#PKGCFG_URL=http://downloads.videolan.org/pub/videolan/testing/contrib/pkg-config-$(PKGCFG_VERSION).tar.gz
#PKGCFG_URL=http://downloads.videolan.org/pub/videolan/testing/contrib/pkg-config-$(PKGCFG_VERSION).tar.gz
PKGCFG_URL
=
http://sourceforge.net/projects/pkgconfiglite/files/
$(PKGCFG_VERSION)
/pkg-config-lite-
$(PKGCFG_VERSION)
.tar.gz/download
PKGCFG_URL
=
http://sourceforge.net/projects/pkgconfiglite/files/
$(PKGCFG_VERSION)
/pkg-config-lite-
$(PKGCFG_VERSION)
.tar.gz/download
...
...
extras/tools/tools.mak
View file @
42551ffd
...
@@ -162,6 +162,23 @@ CLEAN_FILE += .automake
...
@@ -162,6 +162,23 @@ CLEAN_FILE += .automake
CLEAN_PKG
+=
automake
CLEAN_PKG
+=
automake
DISTCLEAN_PKG
+=
automake-
$(AUTOMAKE_VERSION)
.tar.gz
DISTCLEAN_PKG
+=
automake-
$(AUTOMAKE_VERSION)
.tar.gz
# m4
m4-$(M4_VERSION).tar.gz
:
$(
call
download,
$(M4_URL)
)
m4
:
m4-$(M4_VERSION).tar.gz
$(UNPACK)
$(MOVE)
.m4
:
m4 .autoconf
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.m4
CLEAN_PKG
+=
m4
DISTCLEAN_PKG
+=
m4-
$(M4_VERSION)
.tar.gz
# pkg-config
# pkg-config
pkg-config-$(PKGCFG_VERSION).tar.gz
:
pkg-config-$(PKGCFG_VERSION).tar.gz
:
...
...
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