~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_plugins.m4

  • Committer: Monty Taylor
  • Date: 2010-12-27 19:58:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101227195809-1k7a4ge19l3u1o1h
Updated pandora-build files to version 0.171

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl  Copyright (C) 2009 Sun Microsystems
2
 
dnl This file is free software; Sun Microsystems
 
1
dnl  Copyright (C) 2009 Sun Microsystems, Inc.
 
2
dnl This file is free software; Sun Microsystems, Inc.
3
3
dnl gives unlimited permission to copy and/or distribute it,
4
4
dnl with or without modifications, as long as this notice is preserved.
5
5
dnl--------------------------------------------------------------------
24
24
 
25
25
  dnl Add code here to read set plugin lists and  set drizzled_default_plugin_list
26
26
  pandora_builtin_list=`echo $pandora_builtin_list | sed 's/, *$//'`
27
 
  AS_IF([test "x$pandora_builtin_list" = "x"], pandora_builtin_list="NULL")
 
27
  pandora_builtin_symbols_list=`echo $pandora_builtin_symbols_list | sed 's/, *$//'`
 
28
  pandora_builtin_load_list=`echo $pandora_builtin_load_list | sed 's/, *$//'`
 
29
  pandora_builtin_load_symbols_list=`echo $pandora_builtin_load_symbols_list | sed 's/, *$//'`
 
30
  AS_IF([test "x$pandora_builtin_symbols_list" = "x"], pandora_builtin_symbols_list="NULL")
 
31
  AS_IF([test "x$pandora_builtin_load_symbols_list" = "x"], pandora_builtin_load_symbols_list="NULL")
28
32
  AC_SUBST([PANDORA_BUILTIN_LIST],[$pandora_builtin_list])
 
33
  AC_SUBST([PANDORA_BUILTIN_SYMBOLS_LIST],[$pandora_builtin_symbols_list])
 
34
  AC_SUBST([PANDORA_BUILTIN_LOAD_LIST],[$pandora_builtin_load_list])
 
35
  AC_SUBST([PANDORA_BUILTIN_LOAD_SYMBOLS_LIST],[$pandora_builtin_load_symbols_list])
29
36
  AC_SUBST([PANDORA_PLUGIN_LIST],[$pandora_default_plugin_list])
30
37
  m4_ifval(m4_normalize([$1]),[
31
38
    AC_CONFIG_FILES($*)
32
39
    ],[
33
 
    AC_DEFINE_UNQUOTED([PANDORA_BUILTIN_LIST],[$pandora_builtin_list],
 
40
    AC_DEFINE_UNQUOTED([PANDORA_BUILTIN_LIST],["$pandora_builtin_list"],
34
41
                       [List of plugins to be built in])
 
42
    AC_DEFINE_UNQUOTED([PANDORA_BUILTIN_SYMBOLS_LIST],["$pandora_builtin_symbols_list"],
 
43
                       [List of builtin plugin symbols to be built in])
35
44
    AC_DEFINE_UNQUOTED([PANDORA_PLUGIN_LIST],["$pandora_default_plugin_list"],
36
45
                       [List of plugins that should be loaded on startup if no
37
46
                        value is given for --plugin-load])
45
54
  AC_SUBST(pandora_plugin_defs)
46
55
 
47
56
  AC_SUBST(PANDORA_PLUGIN_DEP_LIBS)
48
 
  AC_SUBST(pkgplugindir,"\$(pkglibdir)/plugin")
 
57
  AC_SUBST(pkgplugindir,"\$(pkglibdir)")
49
58
])
50
59
 
51
60
AC_DEFUN([PANDORA_ADD_PLUGIN_DEP_LIB],[