From: Erik Walthinsen Date: Wed, 27 Jun 2001 19:22:03 +0000 (+0000) Subject: added _CFLAGS and modified to allow the multiple substitition to occur X-Git-Tag: RELEASE-0_2_1-SEDIMASTER~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62a0dd6b1c35c34e10707c85e884ac0417b2335e;p=platform%2Fupstream%2Fgstreamer.git added _CFLAGS and modified to allow the multiple substitition to occur Original commit message from CVS: added _CFLAGS and modified to allow the multiple substitition to occur --- diff --git a/makeconfigure b/makeconfigure index ed6375e..b3edc9f 100755 --- a/makeconfigure +++ b/makeconfigure @@ -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,/"