mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 05:46:36 +00:00
Add a hack to ensure that automake picks up the variables AC_SUBSTed in
Original commit message from CVS: Add a hack to ensure that automake picks up the variables AC_SUBSTed in GST_CHECK_CONFIGPROG.
This commit is contained in:
parent
aa41529d67
commit
ee16cf2e70
1 changed files with 3 additions and 1 deletions
|
@ -9,4 +9,6 @@ s/^SUBSTFOR $1://g;
|
||||||
s/^ *GST_CHECK_FEATURE *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AM_CONDITIONAL(USE_\\1, true)\\
|
s/^ *GST_CHECK_FEATURE *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AM_CONDITIONAL(USE_\\1, true)\\
|
||||||
GST_CHECK_FEATURE(\\1,/
|
GST_CHECK_FEATURE(\\1,/
|
||||||
s/^ *GST_SUBSYSTEM_DISABLE *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AM_CONDITIONAL(GST_DISABLE_\\1, true)\\
|
s/^ *GST_SUBSYSTEM_DISABLE *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AM_CONDITIONAL(GST_DISABLE_\\1, true)\\
|
||||||
GST_SUBSYSTEM_DISABLE(\\1,/"
|
GST_SUBSYSTEM_DISABLE(\\1,/
|
||||||
|
s/^ *GST_CHECK_CONFIGPROG *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AC_SUBST(\\1_LIBS)\\
|
||||||
|
GST_CHECK_CONFIGPROG(\\1,/"
|
||||||
|
|
Loading…
Reference in a new issue