1 # Idiot test to stop the installing of versions with plugin builddir enabled
3 if PLUGINS_USE_BUILDDIR
4 @echo "*** ERROR: Cannot install:"
5 @echo "GStreamer was configured using the --enable-plugin-builddir option."
7 @echo "This option is for development purposes only: binaries built with"
8 @echo "it should be used with code in the build tree only. To build an"
9 @echo "installable version, use ./configure without the --enable-plugin-builddir"
10 @echo "option. Note that the autogen.sh script supplies the plugin builddir"
11 @echo "option automatically - it cannot be used to configure installable builds."