gst/gstevent.*: add string representations for event types
[platform/upstream/gstreamer.git] / idiottest.mak
index 444a5f3..45c96ae 100644 (file)
@@ -1,14 +1,14 @@
-# Idiot test to stop the installing of versions with plugin srcdir enabled
+# Idiot test to stop the installing of versions with plugin builddir enabled
 install-exec-local:
-if PLUGINS_USE_SRCDIR
-       @echo "*** ERROR: Cannot install:" 2>&1
-       @echo "GStreamer was configured using the --enable-plugin-srcdir option." 2>&1
+if PLUGINS_USE_BUILDDIR
+       @echo "*** ERROR: Cannot install:"
+       @echo "GStreamer was configured using the --enable-plugin-builddir option."
        @echo
-       @echo "This option is for development purposes only: binaries built with" 2>&1
+       @echo "This option is for development purposes only: binaries built with"
        @echo "it should be used with code in the build tree only.  To build an"
-       @echo "installable version, use ./configure without the --enable-plugin-srcdir"
-       @echo "option.  Note that the autogen.sh script supplies the plugin srcdir"
-       @echo "option automatically - it cannot be used to configure installable builds"
+       @echo "installable version, use ./configure without the --enable-plugin-builddir"
+       @echo "option.  Note that the autogen.sh script supplies the plugin builddir"
+       @echo "option automatically - it cannot be used to configure installable builds."
        @echo
        @/bin/false
 endif