mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 07:52:36 +00:00
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.
This commit is contained in:
parent
36fff62027
commit
0d5fdc416f
3 changed files with 10 additions and 1 deletions
|
@ -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-19 Alessandro Decina <alessandro.d@gmail.com>
|
2008-11-19 Alessandro Decina <alessandro.d@gmail.com>
|
||||||
|
|
||||||
* gst/gst.override:
|
* gst/gst.override:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit e4b2fe44724e1c1a6e816ae4fbbae43d7f68f1ef
|
Subproject commit a8728f3f810904c94f0b6678a7633d551514f335
|
|
@ -21,6 +21,9 @@ AS_NANO(GST_CVS="no", GST_CVS="yes")
|
||||||
dnl can autoconf find the source ?
|
dnl can autoconf find the source ?
|
||||||
AC_CONFIG_SRCDIR([gst/gstmodule.c])
|
AC_CONFIG_SRCDIR([gst/gstmodule.c])
|
||||||
|
|
||||||
|
dnl where are our m4 macros ?
|
||||||
|
AC_CONFIG_MACRO_DIR([common/m4])
|
||||||
|
|
||||||
dnl define the output header for config
|
dnl define the output header for config
|
||||||
AM_CONFIG_HEADER([config.h])
|
AM_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue