~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_plugins.m4

  • Committer: Monty Taylor
  • Date: 2011-03-06 18:40:09 UTC
  • mto: (2221.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 2222.
  • Revision ID: mordred@inaugust.com-20110306184009-y1dz5gdqxj7aur83
Honors PYTHON env variable for running pandora-plugin. It's important,
because some systems will need to let us know where python2 is now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  dnl get called probably during autoconf too, so it's important to protect
18
18
  dnl with test -f ... if the files exist, we don't have the chicken/egg 
19
19
  dnl problem and therefore don't need to do anything here
20
 
  m4_syscmd([python config/pandora-plugin > /dev/null])
 
20
  m4_syscmd([PYTHON=${PYTHON:-python} && $PYTHON config/pandora-plugin > /dev/null])
21
21
  m4_syscmd([test -f config/plugin.stamp || touch config/plugin.stamp aclocal.m4])
22
22
 
23
23
  m4_sinclude(config/pandora-plugin.ac)