From c186d14f489a60a075e45ee65e71ad92ce3f51f6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 11 Feb 2004 17:38:15 +0000 Subject: [PATCH] fix underquotedness Original commit message from CVS: fix underquotedness --- ChangeLog | 5 +++++ acinclude.m4 | 2 +- common | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 02fd364f44..e8b795e9fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-11 Thomas Vander Stichele + + * acinclude.m4: + fix underquotedness + 2004-02-03 David I. Lehn * gstinterfaces/.cvsignore: diff --git a/acinclude.m4 b/acinclude.m4 index a1396df765..e1c5266de0 100644 --- a/acinclude.m4 +++ b/acinclude.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) diff --git a/common b/common index 90e64b98d5..c6f697f5a1 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 90e64b98d566fd8df793cfc0a9b08b8e5fb356d3 +Subproject commit c6f697f5a14c01e88a7cdf417b8e06b4417921c3