tizen 2.3 release
[framework/multimedia/gst-plugins-ext0.10.git] / common / m4 / gst.m4
1 dnl AG_GST_INIT
2 dnl sets up use of GStreamer configure.ac macros
3 dnl all GStreamer autoconf macros are prefixed
4 dnl with AG_GST_ for public macros
5 dnl with _AG_GST_ for private macros
6
7 AC_DEFUN([AG_GST_INIT],
8 [
9   m4_pattern_forbid(^_?AG_GST_)
10 ])