fix underquotedness
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 11 Feb 2004 17:38:15 +0000 (17:38 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 11 Feb 2004 17:38:15 +0000 (17:38 +0000)
Original commit message from CVS:
fix underquotedness

ChangeLog
acinclude.m4
common

index 02fd364..e8b795e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * acinclude.m4:
+          fix underquotedness
+
 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
 
        * gstinterfaces/.cvsignore:
index a1396df..e1c5266 100644 (file)
@@ -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 90e64b9..c6f697f 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 90e64b98d566fd8df793cfc0a9b08b8e5fb356d3
+Subproject commit c6f697f5a14c01e88a7cdf417b8e06b4417921c3