comparison configure.ac @ 1132:3de972a43d46

Merge
author wycc
date Sat, 18 Dec 2010 23:51:22 +0800
parents eca737d33a18
children 41190d180b97
comparison
equal deleted inserted replaced
1131:3ec0ad89e443 1132:3de972a43d46
29 # Explicit initialize pkg-config for conditional PKG_CHECK_MODULE 29 # Explicit initialize pkg-config for conditional PKG_CHECK_MODULE
30 # see http://www.flameeyes.eu/autotools-mythbuster/autoconf/macros.html 30 # see http://www.flameeyes.eu/autotools-mythbuster/autoconf/macros.html
31 # and http://www.flameeyes.eu/autotools-mythbuster/ \ 31 # and http://www.flameeyes.eu/autotools-mythbuster/ \
32 # pkgconfig/pkg_check_modules.html 32 # pkgconfig/pkg_check_modules.html
33 PKG_PROG_PKG_CONFIG 33 PKG_PROG_PKG_CONFIG
34
35 # Checks for buuild time tools.
36 AC_PATH_PROG([PYTHON_PATH], [python])
37 [if [ -z x"${PYTHON_PATH}" ]; then]
38 AC_MSG_ERROR([can not found Python script engine (install Python)])
39 [fi]
34 40
35 # Checks for library functions. 41 # Checks for library functions.
36 AC_FUNC_MALLOC 42 AC_FUNC_MALLOC
37 AC_FUNC_REALLOC 43 AC_FUNC_REALLOC
38 AC_FUNC_SELECT_ARGTYPES 44 AC_FUNC_SELECT_ARGTYPES