GNOME Bugzilla – Bug 316202
MinGW compilation: undefined autoconf macro GST_DOC
Last modified: 2005-09-28 09:46:37 UTC
While running autoconf, GST_DOC() macro is not expanded. I was not able to find its definition anywhere. Strangely enough, cygwins shell does not report error on this. I can not check what happens in Linux now. I will comment on this later. Could it be that the correcty macro is GST_DOCBOOK_CHECK?
The macro is not expanded in Linux too. However, my default shell (bash) ignores it, while MinGW shell fails on it.
Thanks, fixed in CVS: 2005-09-28 Tim-Philipp Muller <tim at centricular dot net> * configure.ac: Fix unexpanded autoconf macro GST_DOC, which has been renamed to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202). Cheers -Tim