Add a hack to ensure that automake picks up the variables AC_SUBSTed in
authorRichard Boulton <richard@tartarus.org>
Wed, 27 Jun 2001 17:22:26 +0000 (17:22 +0000)
committerRichard Boulton <richard@tartarus.org>
Wed, 27 Jun 2001 17:22:26 +0000 (17:22 +0000)
Original commit message from CVS:
Add a hack to ensure that automake picks up the variables AC_SUBSTed in
GST_CHECK_CONFIGPROG.

makeconfigure

index dac0b64..ed6375e 100755 (executable)
@@ -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,/"