~linuxjedi/drizzle/libdrizzle-cxx

« back to all changes in this revision

Viewing changes to m4/pandora_plugins.m4

  • Committer: Monty Taylor
  • Date: 2011-03-07 21:37:51 UTC
  • mfrom: (2221.2.4 build)
  • Revision ID: mordred@inaugust.com-20110307213751-uhic4rghe4dmdi8d
Merge Monty - Pandora-build updates. Allow building of only libdrizzle.
Merge Andrew - libdrizzle result reuse problem.
Merge David - Slave plugin bugfixes.

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)