summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-04 19:50:10 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-04 19:50:10 +0000
commite15dccd50caf22b8c422d321c93781103245bdda (patch)
tree10e756fd36adfe38b71bd5cb5113540c904329de /configure.ac
parent7f57d31ff9e2d561e58b75dea49aa072275ba52e (diff)
downloadgst-plugins-bad-e15dccd50caf22b8c422d321c93781103245bdda.tar.gz
gst-plugins-bad-e15dccd50caf22b8c422d321c93781103245bdda.tar.bz2
gst-plugins-bad-e15dccd50caf22b8c422d321c93781103245bdda.zip
configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
Original commit message from CVS: * configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8dcb6745..d2b7beb8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,9 @@ AS_NANO(GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([docs/plugins/gst-plugins-bad-plugins-docs.sgml])
+dnl where are our m4 macros ?
+AC_CONFIG_MACRO_DIR([common/m4])
+
dnl define the output header for config
AM_CONFIG_HEADER([config.h])