From d5f8c0c2a184051688a458b834c6fe3ad6715d6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 4 Dec 2008 19:51:46 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ common | 2 +- configure.ac | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c6e15d2..37e23f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2008-12-04 Sebastian Dröge + * configure.ac: + Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to + our M4 macros. + +2008-12-04 Sebastian Dröge + * ffmpegrev: Update ffmpeg rev to 16001 and update the date for the corresponding swscale checkout. diff --git a/common b/common index 9a48616..a8728f3 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 9a486164b87586f7b936a55b1ee56a14cd4e2c73 +Subproject commit a8728f3f810904c94f0b6678a7633d551514f335 diff --git a/configure.ac b/configure.ac index e1cbc39..48deabf 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([ext/ffmpeg/gstffmpeg.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]) -- 2.7.4