Revert nonsense that happened to git master, but make configure
error out with an error message pointing people to the 0.10 branch.
This commit is contained in:
parent
9f163262f0
commit
1b3a68c10c
11
configure.ac
11
configure.ac
@ -27,6 +27,17 @@ AM_CONFIG_HEADER([config.h])
|
|||||||
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
dnl error out
|
||||||
|
AC_MSG_ERROR([
|
||||||
|
================================================================================
|
||||||
|
Development of gst-python for GStreamer 0.10 has switched to the 0.10
|
||||||
|
branch in git. Do: git checkout -b 0.10 origin/0.10
|
||||||
|
|
||||||
|
The master branch of gst-python is not used any longer for GStreamer 0.11/1.0.
|
||||||
|
Applications will need to be ported over to the new pygi bindings.
|
||||||
|
================================================================================
|
||||||
|
])
|
||||||
|
|
||||||
dnl use pretty build output with automake >= 1.11
|
dnl use pretty build output with automake >= 1.11
|
||||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
|
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
|
||||||
[AM_DEFAULT_VERBOSITY=1
|
[AM_DEFAULT_VERBOSITY=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user