~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/plugins.m4

  • Committer: Monty Taylor
  • Date: 2008-12-23 09:16:57 UTC
  • mto: (722.2.17 devel)
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: mordred@inaugust.com-20081223091657-r3skfaymaobk706r
I _think_ I've got the plug.in triggering rebuild thing going on right.

Show diffs side-by-side

added added

removed removed

Lines of Context:
804
804
AC_DEFUN([_DRIZZLE_INCLUDE_LIST],[
805
805
 ifelse([$1], [], [], [
806
806
  m4_define([__mysql_include__],[$1])
807
 
  dnl sinclude($1) causes an overly large amount of re-aclocaling... looks
808
 
  dnl like an automake bug to me - a ${srcdir} where there really should be a 
809
 
  dnl ${top_srcdir}
810
 
  builtin([include],$1)
 
807
  m4_sinclude($1)
811
808
  m4_undefine([__mysql_include__])
812
809
  _DRIZZLE_INCLUDE_LIST(m4_shift($@))
813
810
  drizzle_plugin_files="\${top_srcdir}/$1 ${drizzle_plugin_files}"