blob: 04b466fb8a3de8287176d01df5fe0fea975b04b8 (
plain)
1
2
3
4
5
6
7
8
9
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_)
])
|