mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.
Original commit message from CVS: * configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.
This commit is contained in:
parent
0d5fdc416f
commit
8e55b8e96a
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Apparently AC_CONFIG_MACRO_DIR breaks when using more
|
||||||
|
than one macro directory, reverting last change.
|
||||||
|
|
||||||
2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -21,9 +21,6 @@ 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