Add checking of python modules at ./configure time
authorIustin Pop <iustin@google.com>
Mon, 26 Nov 2007 15:48:37 +0000 (15:48 +0000)
committerIustin Pop <iustin@google.com>
Mon, 26 Nov 2007 15:48:37 +0000 (15:48 +0000)
commit6e06b36c90ad1bb02fb07dcd948be36e16d5b35f
tree84a56d7aca72210527f7620bc0a9e316e86dc168
parenta70f34d16b02057a3209843585c9cac9ccab4cf1
Add checking of python modules at ./configure time

This patch adds checking for our external python modules at the
./configure stage, as it's better to check than rely on documentation.

The patch adds one autoconf macro from the autoconf macro archive
(http://autoconf-archive.cryp.to)

Reviewed-by: imsnah
Makefile.am
autogen.sh
autotools/ac_python_module.m4 [new file with mode: 0644]
configure.ac