Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
1b4f18fd
Commit
1b4f18fd
authored
Nov 02, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: automake 1.11 needs a recent autoconf
parent
03c9cf61
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+16
-2
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
No files found.
extras/contrib/src/contrib-src.mak
View file @
1b4f18fd
...
@@ -299,16 +299,30 @@ CLEAN_FILE += .libtool
...
@@ -299,16 +299,30 @@ CLEAN_FILE += .libtool
endif
endif
# ***************************************************************************
# ***************************************************************************
# auto
make
# auto
tools
# ***************************************************************************
# ***************************************************************************
autoconf-$(AUTOCONF_VERSION).tar.bz2
:
$(WGET)
$(AUTOCONF_URL)
autoconf
:
autoconf-$(AUTOCONF_VERSION).tar.bz2
$(EXTRACT_BZ2)
.autoconf
:
autoconf
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.autoconf
CLEAN_PKG
+=
autoconf
DISTCLEAN_PKG
+=
autoconf-
$(AUTOCONF_VERSION)
.tar.bz2
automake-$(AUTOMAKE_VERSION).tar.gz
:
automake-$(AUTOMAKE_VERSION).tar.gz
:
$(WGET)
$(AUTOMAKE_URL)
$(WGET)
$(AUTOMAKE_URL)
automake
:
automake-$(AUTOMAKE_VERSION).tar.gz
automake
:
automake-$(AUTOMAKE_VERSION).tar.gz
$(EXTRACT_GZ)
$(EXTRACT_GZ)
.automake
:
automake
.automake
:
automake
.autoconf
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
touch
$@
...
...
extras/contrib/src/packages.mak
View file @
1b4f18fd
...
@@ -38,6 +38,8 @@ CMAKE_VERSION=2.6.4
...
@@ -38,6 +38,8 @@ CMAKE_VERSION=2.6.4
CMAKE_URL
=
http://www.cmake.org/files/v2.6/cmake-
$(CMAKE_VERSION)
.tar.gz
CMAKE_URL
=
http://www.cmake.org/files/v2.6/cmake-
$(CMAKE_VERSION)
.tar.gz
LIBTOOL_VERSION
=
2.2.10
LIBTOOL_VERSION
=
2.2.10
LIBTOOL_URL
=
$(GNU)
/libtool/libtool-
$(LIBTOOL_VERSION)
.tar.gz
LIBTOOL_URL
=
$(GNU)
/libtool/libtool-
$(LIBTOOL_VERSION)
.tar.gz
AUTOCONF_VERSION
=
2.68
AUTOCONF_URL
=
$(GNU)
/autoconf/autoconf-
$(AUTOCONF_VERSION)
.tar.bz2
AUTOMAKE_VERSION
=
1.11.1
AUTOMAKE_VERSION
=
1.11.1
AUTOMAKE_URL
=
$(GNU)
/automake/automake-
$(AUTOMAKE_VERSION)
.tar.gz
AUTOMAKE_URL
=
$(GNU)
/automake/automake-
$(AUTOMAKE_VERSION)
.tar.gz
PKGCFG_VERSION
=
0.23
PKGCFG_VERSION
=
0.23
...
...
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