[hipl-commit] [trunk] Rev 4614: use python interpreter found by autotools for module configuration

  • From: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 28 May 2010 14:50:48 +0300

Committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
Date: 28/05/2010 at 14:50:48
Revision: 4614
Revision-id: rene.hummen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  use python interpreter found by autotools for module configuration

Modified:
  M  configure.ac

=== modified file 'configure.ac'
--- configure.ac        2010-05-28 11:49:35 +0000
+++ configure.ac        2010-05-28 11:50:46 +0000
@@ -219,7 +219,7 @@
 echo "+-----------------------------------------------";
 echo "| processing modules...";
 echo "|";
-python ${srcdir}/process_modules.py -s ${srcdir} -d "${with_nomodules}"
+$PYTHON ${srcdir}/process_modules.py -s ${srcdir} -d "${with_nomodules}"
 if [[ "$?" != "0" ]]; then
     echo "configure: error: Module processing failed"
     exit 1

Other related posts:

  • » [hipl-commit] [trunk] Rev 4614: use python interpreter found by autotools for module configuration - Rene Hummen