summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-04 20:11:17 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-04 20:11:17 +0000
commitb0e94e354f1e17b22e5264e53a1b82f843266776 (patch)
treed0024cd58145067fbfa3d131bd3b974aa82d831e /configure.ac
parente15dccd50caf22b8c422d321c93781103245bdda (diff)
downloadgst-plugins-bad-b0e94e354f1e17b22e5264e53a1b82f843266776.tar.gz
gst-plugins-bad-b0e94e354f1e17b22e5264e53a1b82f843266776.tar.bz2
gst-plugins-bad-b0e94e354f1e17b22e5264e53a1b82f843266776.zip
configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.
Original commit message from CVS: * configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d2b7beb8..8dcb6745 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,9 +21,6 @@ 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])