Change plugin-srcdir msg stuff near the end of configure.base to
authorRichard Boulton <richard@tartarus.org>
Thu, 28 Jun 2001 10:57:39 +0000 (10:57 +0000)
committerRichard Boulton <richard@tartarus.org>
Thu, 28 Jun 2001 10:57:39 +0000 (10:57 +0000)
Original commit message from CVS:
Change plugin-srcdir msg stuff near the end of configure.base to
-builddir.

configure.base

index 9f7edb7..b54aaa1 100644 (file)
@@ -1072,14 +1072,14 @@ dnl ##################################################
 
 infomessages=
 
-if test "x$PLUGINS_USE_SRCDIR" = xyes; then
+if test "x$PLUGINS_USE_BUILDDIR" = xyes; then
   infomessages="$infomessages
-*** Warning: You have configured using the --enable-plugin-srcdir option.
+*** Warning: You have configured using the --enable-plugin-builddir option.
 
 This option is for development purposes only: binaries built with
 it should be used with code in the build tree only.  To build an
-installable version, use ./configure without the --enable-plugin-srcdir
-option.  Note that the autogen.sh script supplies the plugin srcdir
+installable version, use ./configure without the --enable-plugin-builddir
+option.  Note that the autogen.sh script supplies the plugin builddir
 option automatically - it cannot be used to configure installable builds.
 
 "