mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
small fix
Original commit message from CVS: small fix
This commit is contained in:
parent
9275ce0e15
commit
3e59c1e5fb
1 changed files with 4 additions and 0 deletions
|
@ -31,9 +31,13 @@ version_check "automake" "$AUTOMAKE" "ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 |
|
||||||
version_check "libtool" "" "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1
|
version_check "libtool" "" "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1
|
||||||
version_check "pkg-config" "" "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1
|
version_check "pkg-config" "" "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1
|
||||||
|
|
||||||
|
die_check $DIE
|
||||||
|
|
||||||
autoconf_2.52d_check || DIE=1
|
autoconf_2.52d_check || DIE=1
|
||||||
aclocal_check || DIE=1
|
aclocal_check || DIE=1
|
||||||
|
|
||||||
|
die_check $DIE
|
||||||
|
|
||||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG'
|
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG'
|
||||||
# if no arguments specified then this will be printed
|
# if no arguments specified then this will be printed
|
||||||
if test -z "$*"; then
|
if test -z "$*"; then
|
||||||
|
|
Loading…
Reference in a new issue