summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-04 19:47:21 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-04 19:47:21 +0000
commita5a0b5ea473a7484946783db460612d365ec9be8 (patch)
treecb598136a1a901977f9c4ba528e79927638c9e3f /configure.ac
parentcfcc44e3bac579fd2a3b51e352a05d973ee8bed5 (diff)
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 c7e0c9a0..0905531d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,9 @@ AS_NANO(GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([gst/law/alaw.c])
+dnl where are our m4 macros ?
+AC_CONFIG_MACRO_DIR([common/m4])
+
dnl define the output header for config
AM_CONFIG_HEADER([config.h])