| author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-04-07 23:01:12 (GMT) |
|---|---|---|
| committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-04-07 23:03:03 (GMT) |
| commit | 1b3a68c10c85ce950c6d1b058cf4504fe7c018dd (patch) (side-by-side diff) | |
| tree | 7eb3cd4eb9d19add72fa4b93539a4f435552e735 | |
| parent | 9f163262f02a0a33544ff6941e58b983184220c8 (diff) | |
| download | gst-python-master.zip gst-python-master.tar.gz | |
error out with an error message pointing people to the 0.10 branch.
| -rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 545779f..61bbbd4 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,17 @@ AM_CONFIG_HEADER([config.h]) dnl AM_MAINTAINER_MODE only provides the option to configure to enable it 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 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])], [AM_DEFAULT_VERBOSITY=1 |
