From bc4325349e8d0ec90aa5c5e74566880cc2e82527 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 20 Jan 2006 19:07:58 +0000 Subject: [PATCH] remove the comments, seems to be an am16-ism Original commit message from CVS: remove the comments, seems to be an am16-ism --- m4/gst-check.m4 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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], -- 2.7.4