Revision 18714,
662 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18713,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # Idiot test to stop the installing of versions with plugin builddir enabled |
---|
2 | install-exec-local: |
---|
3 | if PLUGINS_USE_BUILDDIR |
---|
4 | @echo "*** ERROR: Cannot install:" |
---|
5 | @echo "GStreamer was configured using the --enable-plugin-builddir option." |
---|
6 | @echo |
---|
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." |
---|
12 | @echo |
---|
13 | @/bin/false |
---|
14 | endif |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.