comparison configure.in @ 380:1e1970f93f94 stable-0-6-72

allow all 7 days in bydays recurring appointment, update for fedora python packaging
author Carl Byington <carl@five-ten-sg.com>
date Wed, 01 Aug 2018 08:15:34 -0700
parents ad7b880ad3d1
children 2379a4d8d9c7
comparison
equal deleted inserted replaced
379:bbd198da4033 380:1e1970f93f94
324 # get the version of installed python 324 # get the version of installed python
325 AX_PYTHON 325 AX_PYTHON
326 if test "$ax_python_bin" = "no"; then 326 if test "$ax_python_bin" = "no"; then
327 AC_MSG_ERROR(python binary not found) 327 AC_MSG_ERROR(python binary not found)
328 fi 328 fi
329 py_ver=`echo $ax_python_bin | cut -c7-` 329 PYTHON_VERSION=`echo $ax_python_bin | cut -c7-`
330
330 # find the flags for that version 331 # find the flags for that version
331 AC_PYTHON_DEVEL([$py_ver]) 332 AX_PYTHON_DEVEL([$PYTHON_VERSION])
332 PYTHON_INCLUDE_DIR=`echo $python_path | cut -c3-` 333
333 AC_SUBST([PYTHON_INCLUDE_DIR]) 334 # do we have boost python?
334 # do we have boost python
335 AX_BOOST_PYTHON 335 AX_BOOST_PYTHON
336 if test "$ac_cv_boost_python" = "no"; then 336 if test "$ac_cv_boost_python" = "no"; then
337 AC_MSG_ERROR(boost python not found) 337 AC_MSG_ERROR(boost python not found)
338 fi 338 fi
339 AC_SUBST(PYTHON_VERSION, [$ax_python_bin]) 339 AC_SUBST(PYTHON_VERSION, [$ax_python_bin])