summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
m---------common0
-rw-r--r--configure.ac3
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d33d4a0c..6429b0d2 100644
--- 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-11-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
diff --git a/common b/common
-Subproject 5596f3e94835309b54029096f8bba528d79ae67
+Subproject a8728f3f810904c94f0b6678a7633d551514f33
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])