Home | History | Annotate | Download | only in libcap-ng-0.7

Lines Matching refs:PYTHON

626 PYTHON
770 PYTHON'
1410 --with-python enable building python bindings
1421 PYTHON the Python interpreter
12562 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"Swig not found - python bindings will not be made\"" >&5
12563 $as_echo "$as_me: WARNING: \"Swig not found - python bindings will not be made\"" >&2;}
12574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to create python bindings" >&5
12575 $as_echo_n "checking whether to create python bindings... " >&6; }
12577 # Check whether --with-python was given.
12597 # Find any Python interpreter.
12598 if test -z "$PYTHON"; then
12599 for ac_prog in python python2 python3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
12608 case $PYTHON in
12610 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
12631 PYTHON=$ac_cv_path_PYTHON
12632 if test -n "$PYTHON"; then
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
12634 $as_echo "$PYTHON" >&6; }
12641 test -n "$PYTHON" && break
12643 test -n "$PYTHON" || PYTHON=":"
12646 am_display_PYTHON=python
12649 if test "$PYTHON" = :; then
12650 as_fn_error $? "no suitable Python interpreter found" "$LINENO" 5
12659 am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
12678 am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
12698 am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null`
12708 am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages
12735 am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null`
12745 am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
12765 if test -f /usr/include/python${am_cv_python_version}/Python.h ; then
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: Python bindings will be built" >&5
12768 $as_echo "$as_me: Python bindings will be built" >&6;}
12772 as_fn_error $? "Python explicitly required and python headers found" "$LINENO" 5
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"Python headers not found - python bindings will not be made\"" >&5
12775 $as_echo "$as_me: WARNING: \"Python headers not found - python bindings will not be made\"" >&2;}
12788 ac_config_files="$ac_config_files Makefile src/Makefile src/libcap-ng.pc src/test/Makefile bindings/Makefile bindings/python/Makefile bindings/python/test/Makefile utils/Makefile m4/Makefile docs/Makefile"
13828 "bindings/python/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/python/Makefile" ;;
13829 "bindings/python/test/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/python/test/Makefile" ;;