changeset 5495:71c9d4a6a843

[project @ 2005-10-14 07:29:26 by jwe] configure.in
author jwe
date Fri, 14 Oct 2005 07:29:26 +0000
parents 73a87a677257
children 0d1f6c7fe37a
files Makeconf.in aclocal.m4
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makeconf.in	Fri Oct 14 07:29:20 2005 +0000
+++ b/Makeconf.in	Fri Oct 14 07:29:26 2005 +0000
@@ -16,6 +16,7 @@
 export SED
 
 PERL = @PERL@
+PYTHON = @PYTHON@
 
 DESKTOP_FILE_INSTALL = @DESKTOP_FILE_INSTALL@
 
--- a/aclocal.m4	Fri Oct 14 07:29:20 2005 +0000
+++ b/aclocal.m4	Fri Oct 14 07:29:26 2005 +0000
@@ -816,6 +816,14 @@
   AC_SUBST(PERL)
 ])
 dnl
+dnl Find Python.
+dnl
+dnl OCTAVE_PROG_PYTHON
+AC_DEFUN(OCTAVE_PROG_PYTHON,
+[AC_CHECK_PROG(PYTHON, python, python, [])
+  AC_SUBST(PYTHON)
+])
+dnl
 dnl Find desktop-file-install.
 dnl
 dnl OCTAVE_PROG_DESKTOP_FILE_INSTALL