configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 4 Dec 2008 19:50:10 +0000 (19:50 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 4 Dec 2008 19:50:10 +0000 (19:50 +0000)
Original commit message from CVS:
* configure.ac:
Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
our M4 macros.

ChangeLog
common
configure.ac

index 3bdb6e7..f5b668f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
+       our M4 macros.
+
 2008-12-04  Michael Smith <msmith@songbirdnest.com>
 
        * gst/selector/gstinputselector.c:
diff --git a/common b/common
index 9a48616..a8728f3 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 9a486164b87586f7b936a55b1ee56a14cd4e2c73
+Subproject commit a8728f3f810904c94f0b6678a7633d551514f335
index 8dcb674..d2b7beb 100644 (file)
@@ -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])