diff options
Diffstat (limited to 'common/m4/gst.m4')
-rwxr-xr-x | common/m4/gst.m4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/m4/gst.m4 b/common/m4/gst.m4 new file mode 100755 index 0000000..04b466f --- /dev/null +++ b/common/m4/gst.m4 @@ -0,0 +1,10 @@ +dnl AG_GST_INIT +dnl sets up use of GStreamer configure.ac macros +dnl all GStreamer autoconf macros are prefixed +dnl with AG_GST_ for public macros +dnl with _AG_GST_ for private macros + +AC_DEFUN([AG_GST_INIT], +[ + m4_pattern_forbid(^_?AG_GST_) +]) |