~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/pandora-plugin

  • Committer: lbieber
  • Date: 2010-10-06 05:45:27 UTC
  • mfrom: (1814.1.4 build)
  • Revision ID: lbieber@orisndriz08-20101006054527-gj7uzuuyptrc7dsb
Merge Shrews - Add options to the GPB files that will be used by protoc when generating Java source files.
Merge Andrew - fix bug 654568: Pandora --enable/disable message for plugins incorrect
Merge Andrew - fix bug 653707: drizzle --shutdown reading table information

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
  ])
239
239
AC_ARG_ENABLE([%(name_with_dashes)s-plugin],[
240
240
dnl indented wierd to make the help output correct
241
 
AS_HELP_STRING([--enable-%(name_with_dashes)s-plugin],[Build %(title)s. @<:@default=%(default_yesno)s@:>@])
242
 
AS_HELP_STRING([--disable-%(name_with_dashes)s-plugin],[Disable building %(title)s])
 
241
AS_HELP_STRING([--enable-%(name_with_dashes)s-plugin],[Enable loading %(title)s by default. @<:@default=%(default_yesno)s@:>@])
 
242
AS_HELP_STRING([--disable-%(name_with_dashes)s-plugin],[Disable loading %(title)s by default.])
243
243
  ],
244
244
  [enable_%(name)s_plugin="$enableval"],
245
245
  [enable_%(name)s_plugin=%(default_yesno)s])