Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Thibault Saunier
gst-plugins-good
Commits
8d0d93bc
Commit
8d0d93bc
authored
Jun 28, 2010
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump automake requirement to 1.10 and autoconf to 2.60
For maintainability reasons and $(builddir). See #622944.
parent
cf8dddd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
autogen.sh
autogen.sh
+4
-5
configure.ac
configure.ac
+2
-2
No files found.
autogen.sh
View file @
8d0d93bc
...
...
@@ -36,10 +36,10 @@ autogen_options $@
printf
"+ check for build tools"
if
test
!
-z
"
$NOCHECK
"
;
then
echo
" skipped"
;
else
echo
;
fi
version_check
"autoconf"
"
$AUTOCONF
autoconf autoconf
-2.54 autoconf-2.53 autoconf-2.52
"
\
"ftp://ftp.gnu.org/pub/gnu/autoconf/"
2
52
||
DIE
=
1
version_check
"automake"
"
$AUTOMAKE
automake automake-1.11 automake-1.10
automake-1.9 automake-1.7 automake-1.6 automake-1.5
"
\
"ftp://ftp.gnu.org/pub/gnu/automake/"
1
7
||
DIE
=
1
version_check
"autoconf"
"
$AUTOCONF
autoconf autoconf
270 autoconf269 autoconf268 autoconf267 autoconf266 autoconf265 autoconf264 autoconf263 autoconf262 autoconf261 autoconf260
"
\
"ftp://ftp.gnu.org/pub/gnu/autoconf/"
2
60
||
DIE
=
1
version_check
"automake"
"
$AUTOMAKE
automake automake-1.11 automake-1.10"
\
"ftp://ftp.gnu.org/pub/gnu/automake/"
1
10
||
DIE
=
1
version_check
"autopoint"
"autopoint"
\
"ftp://ftp.gnu.org/pub/gnu/gettext/"
0 17
||
DIE
=
1
version_check
"libtoolize"
"
$LIBTOOLIZE
libtoolize glibtoolize"
\
...
...
@@ -49,7 +49,6 @@ version_check "pkg-config" "" \
die_check
$DIE
autoconf_2_52d_check
||
DIE
=
1
aclocal_check
||
DIE
=
1
autoheader_check
||
DIE
=
1
...
...
configure.ac
View file @
8d0d93bc
AC_PREREQ(2.
52
)
AC_PREREQ(2.
60
)
dnl please read gstreamer/docs/random/autotools before changing this file
...
...
@@ -12,7 +12,7 @@ AC_INIT(GStreamer Good Plug-ins, 0.10.23.2,
AG_GST_INIT
dnl initialize automake
AM_INIT_AUTOMAKE([-Wno-portability])
AM_INIT_AUTOMAKE([-Wno-portability
1.10
])
dnl define PACKAGE_VERSION_* variables
AS_VERSION
...
...
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