diff options
author | Perberos <[email protected]> | 2011-11-07 17:16:09 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 17:16:09 -0300 |
commit | 11e023c043e0a5a3dd60a181162cf2ce584091f6 (patch) | |
tree | 00517214d9b90b4b9d3d34af606d77717c2acd6d | |
parent | d124ed5c11f148147af13aced03f5f10304ac5a9 (diff) | |
download | pluma-11e023c043e0a5a3dd60a181162cf2ce584091f6.tar.bz2 pluma-11e023c043e0a5a3dd60a181162cf2ce584091f6.tar.xz |
warning: underquoted definition of AM_CHECK_PYMOD
-rw-r--r-- | m4/python.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/python.m4 b/m4/python.m4 index a1396df7..e1c5266d 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -1,7 +1,7 @@ ## this one is commonly used with AM_PATH_PYTHONDIR ... dnl AM_CHECK_PYMOD(MODNAME [,SYMBOL [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]]) dnl Check if a module containing a given symbol is visible to python. -AC_DEFUN(AM_CHECK_PYMOD, +AC_DEFUN([AM_CHECK_PYMOD], [AC_REQUIRE([AM_PATH_PYTHON]) py_mod_var=`echo $1['_']$2 | sed 'y%./+-%__p_%'` AC_MSG_CHECKING(for ifelse([$2],[],,[$2 in ])python module $1) |