mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
fix underquotedness
Original commit message from CVS: fix underquotedness
This commit is contained in:
parent
ef85c7d742
commit
c186d14f48
3 changed files with 7 additions and 2 deletions
|
@ -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>
|
2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* gstinterfaces/.cvsignore:
|
* gstinterfaces/.cvsignore:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## this one is commonly used with AM_PATH_PYTHONDIR ...
|
## this one is commonly used with AM_PATH_PYTHONDIR ...
|
||||||
dnl AM_CHECK_PYMOD(MODNAME [,SYMBOL [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]])
|
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.
|
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])
|
[AC_REQUIRE([AM_PATH_PYTHON])
|
||||||
py_mod_var=`echo $1['_']$2 | sed 'y%./+-%__p_%'`
|
py_mod_var=`echo $1['_']$2 | sed 'y%./+-%__p_%'`
|
||||||
AC_MSG_CHECKING(for ifelse([$2],[],,[$2 in ])python module $1)
|
AC_MSG_CHECKING(for ifelse([$2],[],,[$2 in ])python module $1)
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 90e64b98d566fd8df793cfc0a9b08b8e5fb356d3
|
Subproject commit c6f697f5a14c01e88a7cdf417b8e06b4417921c3
|
Loading…
Reference in a new issue