added _CFLAGS and modified to allow the multiple substitition to occur
authorErik Walthinsen <omega@temple-baptist.org>
Wed, 27 Jun 2001 19:22:03 +0000 (19:22 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Wed, 27 Jun 2001 19:22:03 +0000 (19:22 +0000)
Original commit message from CVS:
added _CFLAGS and modified to allow the multiple substitition to occur

makeconfigure

index ed6375e..b3edc9f 100755 (executable)
@@ -11,4 +11,7 @@ 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,/
 s/^ *GST_CHECK_CONFIGPROG *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AC_SUBST(\\1_LIBS)\\
+GST_CHECK_CONFIGPROG(\\1,/" |
+sed "
+s/^ *GST_CHECK_CONFIGPROG *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AC_SUBST(\\1_CFLAGS)\\
 GST_CHECK_CONFIGPROG(\\1,/"