From: Christian Schaller Date: Fri, 20 Jan 2006 19:07:58 +0000 (+0000) Subject: remove the comments, seems to be an am16-ism X-Git-Tag: RELEASE_0_10_3~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc4325349e8d0ec90aa5c5e74566880cc2e82527;p=platform%2Fupstream%2Fgst-common.git remove the comments, seems to be an am16-ism Original commit message from CVS: remove the comments, seems to be an am16-ism --- diff --git a/m4/gst-check.m4 b/m4/gst-check.m4 index 5a76519..df5513f 100644 --- a/m4/gst-check.m4 +++ b/m4/gst-check.m4 @@ -31,14 +31,10 @@ AC_DEFUN([GST_CHECK_MODULES], else AC_MSG_NOTICE([no $module >= $minver ($name) found]) fi - else - dnl PKG_CHECK_MODULES does not AC_SUBST our CFLAGS and LIBS automatically - AC_SUBST([$1]_CFLAGS) - AC_SUBST([$1]_LIBS) - dnl something is tricking us and removing the AC_SUBST calls, leaving - dnl an empty else block - echo -n fi + dnl AC_SUBST seems to be done automatically in automake >= 1.7 + dnl AC_SUBST($1_CFLAGS) + dnl AC_SUBST($1_LIBS) ])) AC_DEFUN([GST_CHECK_GST],