diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-04 20:11:17 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-04 20:11:17 +0000 |
commit | b0e94e354f1e17b22e5264e53a1b82f843266776 (patch) | |
tree | d0024cd58145067fbfa3d131bd3b974aa82d831e /ChangeLog | |
parent | e15dccd50caf22b8c422d321c93781103245bdda (diff) | |
download | gst-plugins-bad-b0e94e354f1e17b22e5264e53a1b82f843266776.tar.gz gst-plugins-bad-b0e94e354f1e17b22e5264e53a1b82f843266776.tar.bz2 gst-plugins-bad-b0e94e354f1e17b22e5264e53a1b82f843266776.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 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> + + * configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros. |