From: Sebastian Dröge Date: Thu, 4 Dec 2008 19:45:05 +0000 (+0000) Subject: configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros. X-Git-Tag: GIT_CONVERSION~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27e4dd926097c57df9cf8a4da0d0644556d26e49;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 0d94b45..4bd7306 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-04 Sebastian Dröge + + * configure.ac: + Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to + our M4 macros. + 2008-11-29 Sebastian Dröge Patch by: Cygwin Ports maintainer diff --git a/common b/common index 03699ff..a8728f3 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 03699ffc577ee8a42541862f11a6d0d0dff34f41 +Subproject commit a8728f3f810904c94f0b6678a7633d551514f335 diff --git a/configure.ac b/configure.ac index 1378640..20f7c39 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,9 @@ AS_NANO(GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? AC_CONFIG_SRCDIR([gst/gst.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])