From ee16cf2e705b8f7ba025e6fc299c9c82e3f841af Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Wed, 27 Jun 2001 17:22:26 +0000 Subject: [PATCH] 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. --- makeconfigure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makeconfigure b/makeconfigure index dac0b64..ed6375e 100755 --- a/makeconfigure +++ b/makeconfigure @@ -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)\\ GST_CHECK_FEATURE(\\1,/ 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,/" -- 2.7.4