remove the comments, seems to be an am16-ism
authorChristian Schaller <uraeus@gnome.org>
Fri, 20 Jan 2006 19:07:58 +0000 (19:07 +0000)
committerChristian Schaller <uraeus@gnome.org>
Fri, 20 Jan 2006 19:07:58 +0000 (19:07 +0000)
Original commit message from CVS:
remove the comments, seems to be an am16-ism

m4/gst-check.m4

index 5a76519..df5513f 100644 (file)
@@ -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],