summaryrefslogtreecommitdiff
path: root/m4/gst-plugindir.m4
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-02-28 19:24:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-02-28 19:24:38 +0000
commit54c2a701c28dcddaf051abf09a360223acd096c9 (patch)
tree7b8075e2f99eeb4f84e6310ce6fdecd2d38ffd10 /m4/gst-plugindir.m4
parent66d97715fc83888fd1b5469c569f0ef5bbea628b (diff)
downloadgstreamer-common-54c2a701c28dcddaf051abf09a360223acd096c9.tar.gz
m4/gst.m4: Add
Original commit message from CVS: * m4/gst.m4: Add * m4/gst-arch.m4: * m4/gst-args.m4: * m4/gst-check.m4: * m4/gst-debuginfo.m4: * m4/gst-default.m4: * m4/gst-doc.m4: * m4/gst-error.m4: * m4/gst-feature.m4: * m4/gst-function.m4: * m4/gst-gettext.m4: * m4/gst-glib2.m4: * m4/gst-libxml2.m4: * m4/gst-parser.m4: * m4/gst-plugin-docs.m4: * m4/gst-plugindir.m4: * m4/gst-valgrind.m4: * m4/gst-x11.m4: Convert all macros to use AG_GST style so we can properly warn when they're missing if configure.ac calls AG_GST_INIT Will require update in all GStreamer modules.
Diffstat (limited to 'm4/gst-plugindir.m4')
-rw-r--r--m4/gst-plugindir.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gst-plugindir.m4 b/m4/gst-plugindir.m4
index 88e4a11..09989d0 100644
--- a/m4/gst-plugindir.m4
+++ b/m4/gst-plugindir.m4
@@ -1,9 +1,9 @@
-dnl GST_SET_PLUGINDIR
+dnl AG_GST_SET_PLUGINDIR
dnl AC_DEFINE PLUGINDIR to the full location where plug-ins will be installed
dnl AC_SUBST plugindir, to be used in Makefile.am's
-AC_DEFUN([GST_SET_PLUGINDIR],
+AC_DEFUN([AG_GST_SET_PLUGINDIR],
[
dnl define location of plugin directory
AS_AC_EXPAND(PLUGINDIR, ${libdir}/gstreamer-$GST_MAJORMINOR)