m4/gst-dowhile.m4: Add macro that checks if the compiler supports do {} while (0...
[platform/upstream/gst-common.git] / ChangeLog
1 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * m4/gst-dowhile.m4:
4         Add macro that checks if the compiler supports do {} while (0)
5         macros and define HAVE_DOWHILE_MACROS if it does. This is
6         needed by glib/gmacros.h to use something else than
7         if (1) else for G_STMT_START/END when compling C++, which
8         causes compiler warnings because of ambigious else with g++ 4.3.
9
10 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
11
12         * m4/gst-plugin-docs.m4:
13         * mangle-tmpl.py:
14         Don't depend on PyXML and use only XML modules that are shipped
15         with python. Fixes bug #519635.
16
17 2008-03-07  Edward Hervey  <edward.hervey@collabora.co.uk>
18
19         * m4/gtk-doc.m4: (GTK_DOC_CHECK): 
20         The previous commit to this file by Stefan Kost mentionned checking for
21         SED, but NOT checking for gtkdoc-check (wth is that doing there ??).
22         Therefore, removing the check for gtkdoc-check
23
24 2008-03-03  David Schleef  <ds@schleef.org>
25
26         * m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of
27           this file.  (Update from upstream)
28
29 2008-03-03  David Schleef  <ds@schleef.org>
30
31         * m4/ax_create_stdint_h.m4:  Update from upstream.  Fixes a bug
32           compiling with MSVC.
33
34 2008-03-03  Edward Hervey  <edward.hervey@collabora.co.uk>
35
36         * m4/pkg.m4:
37         Allow override of pkg-config results, as proposed by configure --help.
38         This is in fact just a backport from upstream pkg.m4.
39         Fixes #518892
40
41 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
42
43         * ChangeLog:
44         Changelog surgery of my previous commit to add bugzilla reference.
45         * m4/gst-args.m4:
46         Add AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to make it easier
47         to include and exclude plug-ins without external references, i.e.,
48         plug-ins listed in GST_PLUGINS_SELECTED. (#498222)
49
50 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
51
52         * gst.supp:
53         Add another glibc suppression.
54
55 2008-02-29  Peter Kjellerstedt  <pkj@axis.com>
56
57         * m4/gst-feature.m4:
58         Make the comment before defines generated via AG_GST_CHECK_FEATURE
59         look nicer. (#498222)
60
61 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
62
63         * m4/Makefile.am:
64         * m4/as-gcc-inline-assembly.m4:
65         Add Dave Schleef's GCC inline assembly detection macro
66         for using in gst-plugins-good in the goom 2k4 plugin.
67
68 2008-02-25  Andy Wingo  <wingo@pobox.com>
69
70         * gst-autogen.sh: Instead of only passing certain arguments to
71         configure, pass anything that we didn't handle. Much friendlier.
72         Fixes #34412.
73
74 2008-02-23  Jan Schmidt  <Jan.Schmidt@sun.com>
75
76         * m4/gst-error.m4:
77         Store the detected compiler flags into ERROR_CFLAGS rather than
78         ERROR_CXXFLAGS, and use the macro that checks the C compiler, not
79         the C++ one.
80
81 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
82
83         * m4/gst-error.m4:
84           Reflow checks for additional warning flags so they're not
85           nested, which fixes the result reporting in the configure
86           output.
87
88 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
89
90         * m4/as-compiler-flag.m4:
91           Add AS_CXX_COMPILER_FLAG
92
93         * m4/gst-error.m4:
94           Add AG_GST_SET_ERROR_CXXFLAGS (Forte bits need testing)
95
96 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
97
98         * gtk-doc-plugins.mak:
99           Add 'check-inspected-versions' target; this helps identify
100           files that should have been removed or where the version
101           number should (ideally) be updated before a release
102           (which doesn't happen automatically if the releaser doesn't
103           build that plugin locally). Not adding at a distcheck hook
104           yet though, because it's not really that important and would
105           probably also be a problem on buildbots.
106
107 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
108
109         * gst.supp:
110         Add even more glibc 2.7 suppressions.
111
112 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
113
114         * gst.supp:
115         Add another suppression for GLib caching some values after
116         the first call.
117
118 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
119
120         Patch by:
121           Tim Mooney <mooney at dogbert dot cc dot ndsu dot nodak dot edu>
122
123         * m4/gst-error.m4:
124         Use no%E_MACRO_REDEFINED on Solaris to prevent compiler warnings.
125         Fixes bug #515905.
126
127 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
128
129         * gst.supp:
130         Add a few more glibc 2.7 suppressions to make the avisubtitle unit
131         test valgrind clean. Fixes bug #515703.
132
133 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
134
135         * ChangeLog:
136           Changelog surgery for last commit.
137
138 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
139
140         * m4/gtk-doc.m4:
141           Conditionally check for SED. Also sync a bit with upstream macro.
142
143 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
144
145         * gtk-doc-plugins.mak:
146         * gtk-doc.mak:
147           Use '$(SED)' instead of 'sed'. Don't use -i for in-place as its gnu
148           only, move to a temp file instead.
149
150 2008-02-06  Stefan Kost  <ensonic@users.sf.net>
151
152         * gtk-doc-plugins.mak:
153         * gtk-doc.mak:
154          As our docs are versioned, we need to patch the index.sgml file to have
155          correct paths there, unless we also want to fork gtk-doc's xsl (which
156          we don't). This hopefully fixes xrefs between modules.
157
158 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
159
160         * m4/gst-feature.m4:
161         Use printf instead of echo as "echo -e" isn't POSIX and doesn't work
162         with strict POSIX shells like tcsh or dash and also not every platform
163         has a /bin/echo that supports it.
164
165 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
166
167         * ChangeLog:
168           ChangeLog surgery.
169
170         * gstdoc-scangobj:
171           Sync the object scanner with gtk-doc fixes. Update args and hierarchy
172           files.
173
174 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
175
176         * check.mak:
177         * coverage/lcov.mak:
178         * gtk-doc-plugins.mak:
179         * release.mak:
180         Use $(MAKE) instead of make to fix the build if GNU make is called
181         something else on the system.
182         
183         * m4/as-docbook.m4:
184         Fix path for docbook.xsl if we have no /etc/xml/catalog and add a
185         docbook-xsl search path for FreeBSD.
186
187 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
188
189         * gst.supp:
190         Add a suppression for a glibc bug:
191         http://valgrind.org/docs/manual/faq.html#faq.exit_errors>
192
193 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
194
195         * gst.supp:
196         Add some more glibc 2.7 suppressions and make the GLib suppressions
197         for the home/tmp/etc directory caching a bit more generic.
198
199 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
200
201         * gst.supp:
202         Add some glibc 2.7 supressions as found on Debian/unstable.
203
204 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
205
206         * download-translations:
207         Apparently I have problems with leaving things commented out when
208         I edit shell scripts.
209
210 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
211
212         * download-translations:
213         Remove bash-isms
214
215 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
216
217         * check-exports:
218         Restore the cleanup rm of our tmp file which I didn't mean to leave 
219         commented out.
220
221 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
222
223         * check-exports:
224           Fixes to make check-export work on both Solaris and Linux
225
226         * m4/gst-error.m4:
227           Disable extra warning category (argument mismatch) as an error
228           on Forte, as it prevents the libcheck fail_if macros from compiling.
229
230         * win32.mak:
231           Substitute the GStreamer version so things will keep working in 0.11
232
233 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
234
235         Patch by: Peter Kjellerstedt <pkj axis com>
236
237         * m4/gst-glib2.m4:
238         * m4/gst-libxml2.m4:
239           Improve/fix output from configure if either glib-2.0 or
240           libxml2 are not installed (#498222).
241
242 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
243
244         * coverage/lcov.mak:
245           Update coverage make-rules: use them conditionaly, use libtool mode
246           and use lcov to cleanup.
247
248 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
249
250         * glib-gen.mak:
251           Also use #include "header" instead of #include <header> for the
252           headers that were used to generate the source files for the same
253           reason as below.
254
255           Remove whitespace before #include.
256
257 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
258
259         * glib-gen.mak:
260           Use #include "header" instead of #include <header> for the generated
261           enum C files as the file will always be in the same directory and
262           some compilers seem to be a bit strict about that unless . is added
263           to the include path.
264
265           Include all headers that were used to generate the source files in
266           the C file as they're used there.
267
268 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
269
270         * win32.mak: (win32), (win32defs), (win32crlf):
271           Make check for CR LF in Visual C++ 6.0 project files
272           work, based on patch by David Schleef (#496722, #393626).
273         
274 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
275
276         * Makefile.am:
277           Don't forget to dist the new win32.mak.
278
279 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
280
281         * win32.mak: (win32), (win32defs):
282           Move common win32 Makefile foo into this new file.
283
284 2007-12-15  Stefan Kost  <ensonic@users.sf.net>
285
286         * gtk-doc-plugins.mak:
287         * gtk-doc.mak:
288           We should have never forked this that much :/.
289
290 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
291
292         * check-exports:
293           Fix build on the ppc64 build bot.
294
295 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
296
297         * check-exports:
298           Suppress more unintentional exports (too much hassle to rename them,
299           since the win32 project files would need changing too).
300
301 2007-12-12  Tim-Philipp Müller  <tim at centricular dot net>
302
303         * Makefile.am:
304           check-exports should be disted.
305
306 2007-12-12  Tim-Philipp Müller  <tim at centricular dot net>
307
308         * check-exports:
309           Add quick'n'dirty script to check the exported symbols of a library
310           against the symbols in the corresponding .def file (#493983). Based
311           on script by Ole André Vadla Ravnås.
312
313 2007-11-06  Jan Schmidt  <jan.schmidt@sun.com>
314
315         * gtk-doc-plugins.mak:
316         Fix distcheck by making sure the types files are treated like the
317         other gtkdoc-scangobj generated files.
318
319 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
320
321         * m4/gst-args.m4:
322           Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable
323           building of experimental plugins. Nobody uses it yet and the
324           --enable--experimental stuff from gst-plugins-good defaults to
325           disable too.
326
327 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
328
329         * gtk-doc-plugins.mak:
330           Just use the normal 'check' target and avoid a circular
331           dependency.
332
333 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
334
335         * gtk-doc-plugins.mak:
336           Add rule to error out if .hierarchy file contains tabs.
337
338 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
339
340         * download-translations:
341         * po.mak:
342           If there are new languages, they need to be added to po/LINGUAS.
343
344 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
345
346         * download-translations:
347         * po.mak:
348           Fix up 'download-po' a bit, so that we find new translations
349           for languages that aren't in our po/LINGUAS file yet too.
350
351 2007-07-16  Jan Schmidt  <thaytan@mad.scientist.com>
352
353         * gst.supp:
354         Add a suppression for GLib caching the tmp dir seen on an
355         Ubuntu Feisty system.
356
357 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
358
359         * m4/gst-feature.m4:
360         If we want to use 'echo -e', call /bin/echo instead of the shell's
361         since -e is a bash extension, and our /bin/sh might not be being
362         provided by bash.
363
364 2007-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
365
366         * po.mak:
367           Translation project has moved.  Also, no idea how this used to
368           work given that we weren't downloading a .po file.
369
370 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
371
372         * gst-xmlinspect.py:
373         * plugins.xsl:
374           Also extract element caps for plugin-docs. Fixes parts of #117692.
375
376 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
377
378         Patch by: Andreas Schwab
379
380         * m4/gst-feature.m4:
381           Fix quoting (#449493).
382
383 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
384
385         * m4/gst-parser.m4:
386         Only generate the parser if bison >= 1.875 _and_ flex >= 2.5.31 is
387         installed and use pre-generated sources otherwise. Fixes bug #444820.
388
389 2007-05-11  Michael Smith <msmith@fluendo.com>
390
391         * gst.supp:
392           Suppression variant for our good friend the TLS leak, this time for
393           Ubuntu Feisty/x86.
394
395 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
396
397         * gtk-doc-plugins.mak:
398           Fix make distcheck again; change some spaces to tabs in makefile.
399
400 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
401
402         * gtk-doc-plugins.mak (-module):
403           Error out when the html build step gives warnings, so they get
404           fixed properly.
405
406 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
407
408         * m4/gst-feature.m4:
409           Add macro AG_GST_PARSE_SUBSYSTEM_DISABLES that checks the defines in
410           the configuration header and AC_DEFINES the setings.
411
412 2007-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
413
414         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
415
416         * m4/gst-parser.m4:
417         Put the AC_MSG_RESULT output in brackets to get it properly written to
418         the terminal.
419
420 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
421
422         * m4/gst-parser.m4:
423         Check for flex >= 2.5.31 and set GENERATE_PARSER if we have at least
424         that version. Otherwise use pre-generated parser sources as we can't
425         raise the required flex version. HAVE_MT_SAVE_FLEX is obsolete now
426         as we use a new enough flex version anyway. First part of #349180
427
428 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
429
430         * m4/gst-check.m4:
431           Allow pre-setting the GST(PB)_TOOLS/PLUGINS_DIR variables to help
432           builds against older GStreamer.
433
434 2007-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
435
436         * m4/gst-parser.m4:
437         Fix the flex version check. It ignored the micro version before.
438
439 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
440
441         * check.mak:
442         Use the same timeout when generating valgrind suppressions as 
443         running the valgrind test.
444
445         * gst.supp:
446         Add some more suppressions and stuff.
447
448 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
449
450         * check.mak:
451         Make sure GSlice is disabled when building suppressions too.
452
453         * gst.supp:
454         Add around *850* lines of suppressions for one-time initialisations
455         inside libasound and gconf/bonobo/ORBit. I feel so dirty.
456
457 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
458
459         * gst.supp:
460         add a suppression for this GConf flup on the FC5 buildbot.
461
462 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
463
464         * gst.supp:
465         Make the suppression a little more generic, to catch the FC5 
466         backtrace too.
467
468 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
469
470         * gst.supp:
471         Add a suppression for libcdio 0.76. It leaks an internal struct
472         when the CD-ROM device is not accessible.
473
474 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
475
476         * m4/gst-arch.m4:
477           Move a line that was in the wrong macro
478
479 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
480
481         * m4/gst.m4:
482           Add
483         * m4/gst-arch.m4:
484         * m4/gst-args.m4:
485         * m4/gst-check.m4:
486         * m4/gst-debuginfo.m4:
487         * m4/gst-default.m4:
488         * m4/gst-doc.m4:
489         * m4/gst-error.m4:
490         * m4/gst-feature.m4:
491         * m4/gst-function.m4:
492         * m4/gst-gettext.m4:
493         * m4/gst-glib2.m4:
494         * m4/gst-libxml2.m4:
495         * m4/gst-parser.m4:
496         * m4/gst-plugin-docs.m4:
497         * m4/gst-plugindir.m4:
498         * m4/gst-valgrind.m4:
499         * m4/gst-x11.m4:
500           Convert all macros to use AG_GST style so we can properly warn
501           when they're missing if configure.ac calls AG_GST_INIT
502           Will require update in all GStreamer modules.
503
504 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
505
506         * m4/gst-args.m4:
507           Remove 'enable' from configure switch description as this leads to 
508           confusing lines like "disable enable builing ...".
509         * m4/gst-feature.m4:
510           Fix comment to sound less horrible.
511
512 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
513
514         Patch by: Will Newton  <will.newton gmail com>
515
516         * m4/gst-check.m4:
517           Use $PKG_CONFIG rather than pkg-config directly, the one in our path
518           might not be the one we want, like when cross-compiling. Also, other
519           macros such as PKG_CHECK_MODULES use $PKG_CONFIG, so we should
520           probably too just for consistency. Fixes #405288.
521
522 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
523
524         * m4/gst-parser.m4:
525           Need to use double square brackets again so m4 doesn't remove them
526           (fixes #378931).
527
528         * m4/gst-args.m4:
529           Use double square brackets here as well, for the same reason.
530
531 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
532
533         * m4/gst-parser.m4:
534           Use 'sed' rather than 'tr' to strip trailing letters from version
535           numbers, since 'tr' might not be available and we know sed is
536           (#378931).
537
538 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
539
540         * check.mak:
541           Increase default timeout under valgrind, 60 is just too short and
542           some tests take a bit longer these days and not everyone has a
543           beefy machine.
544
545 2006-09-29  Michael Smith  <msmith@fluendo.com>
546
547         * gst.supp:
548           More suppressions for edgy. 
549
550 2006-09-28  Jan Schmidt  <thaytan@mad.scientist.com>
551
552         * m4/gst-glib2.m4:
553         Use gmodule-no-export-2.0.pc instead of gmodule-2.0.pc - we neither
554         want nor need --export-dynamic (which ends up making us export a bunch
555         of unneeded symbols)
556
557 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
558
559         * gst.supp:
560           Some suppressions for the more recent ld.so in ubuntu edgy.
561
562 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
563
564         * gst.supp:
565           Shorten function trail so the suppression works on
566           my ubuntu dapper system with core cvs as well.
567
568 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
569
570         * gst.supp:
571         Extra suppressions from my Ubuntu x86_64 machine
572
573 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
574
575         Patch by: Frederic Peters <fpeters at entrouvert com>
576
577         * m4/gst-parser.m4:
578           Need to double square brackets in .m4 files. Should fix bison
579           version detection with version numbers like 1.23a (#348354).
580
581 2006-07-24  Jan Schmidt  <thaytan@mad.scientist.com>
582
583         * check.mak:
584         Valgrind fails to find tests written in tests/check/ directly (rather
585         than a subdir) - because valgrind gets run with a filename that
586         doesn't contain a relative path, it goes searching /usr/bin instead.
587         Run with ./.... to make things work either way.
588
589         * gtk-doc-plugins.mak:
590         Add $(top_builddir)/src as a place to look for plugins
591         when building too, since that's where gst-template keeps things
592
593 2006-07-23  Stefan Kost  <ensonic@users.sf.net>
594
595         Patch by: Frederic Peters <fpeters@entrouvert.com>
596
597         * m4/gst-parser.m4:
598           Fix bison detection (#348354)
599
600 2006-07-21  Stefan Kost  <ensonic@users.sf.net>
601
602         * m4/gst-parser.m4:
603           check for bison and flex
604
605 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
606
607         * m4/gst-plugin-docs.m4:
608           remove the configure argument for enabling plugin doc build;
609           having gtk-doc enabled and pyxml present is enough of a trigger
610
611 2006-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
612
613         * coverage/lcov.mak:
614           fix up rules to work with gst-python as well
615           run "make lcov" to test and generate the reports
616           run "make lcov-reset" to redo it after that
617
618 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
619
620         * Makefile.am:
621         * check.mak:
622           add an inspect target that inspects every element feature,
623           so we can have that added for coverage
624         * coverage/lcov.mak:
625           add support for lcov
626
627 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
628
629         * m4/gst-args.m4:
630           when building with gcov, reset CFLAGS and friends to O0
631
632 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
633
634         * m4/gst-args.m4:
635           Find the gcov that matches the gcc version
636           Only allow gcov if we use gcc
637
638 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
639
640         * Makefile.am:
641         * coverage/coverage-report-entry.pl:
642         * coverage/coverage-report.pl:
643         * coverage/coverage-report.xsl:
644           copy coverage reporting files from dbus
645
646 2006-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
647
648         * m4/gst-args.m4:
649           libtool strips gcov's -f flags, so libgcov does not get
650           linked in.  Setting GCOV_LIBS with -lgcov fixes libtool's
651           stripping
652           also show what pkg-config-path we set
653
654 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
655
656         Patch by: Peter Kjellerstedt <pkj at axis com>
657
658         * m4/gst-feature.m4:
659           Show list of plugins without external dependencies that
660           will not be built as well (#344136).
661
662 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>
663
664         * m4/gst-plugin-docs.m4:
665           add GST_PLUGIN_DOCS, which checks for everything needed
666           to build the plugin docs (namely gtk-doc and pyxml); also
667           adds a new --enable-plugin-docs configure switch; will
668           set ENABLE_PLUGIN_DOCS conditional for use in Makefile.am
669           files (see #344039).
670
671 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
672
673         * m4/gst-check.m4:
674           add GST_PKG_CHECK_MODULES, which in the normal case of checking
675           for a dependency lib for a plug-in only needs two arguments
676           to do the right thing.
677         * m4/gst-feature.m4:
678           clean up output a little of feature checking; also deal with
679           non-plug-in feature checks
680         * m4/Makefile.am:
681         * m4/gst-gstreamer.m4:
682           remove this file; it's a useless check
683
684 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
685
686         * m4/gst-arch.m4:
687           add PPC64 so we can have separate structure sizes for it
688
689 2006-06-05  Edward Hervey  <edward@fluendo.com>
690
691         * gtk-doc.mak:
692         Check for the proper .devhelp2 file to remove.
693
694 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
695
696         * gtk-doc.mak:
697           allow a magic variable to suppress errors from docbuilding
698
699 2006-05-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
700
701         * gtk-doc.mak:
702           error out if gtkdoc-mktmpl finds unused declarations
703
704 2006-05-28  Edward Hervey  <edward@fluendo.com>
705
706         * gst.supp:
707         Reverting previous commit.  That's good to know, Edward, but why ?
708         
709 2006-05-28  Edward Hervey  <edward@fluendo.com>
710
711         * gst.supp:
712         Added suppresion for memleak in g_option_context_parse on fc5-64
713
714 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
715
716         * m4/gst-check.m4:
717           set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR
718
719 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
720
721         * check.mak:
722           Fix 'make help' in check directories, it should be
723           'valgrind.gen-suppressions' not 'valgrind-gen-suppressions'
724           (not changing target to match help string on purpose to keep
725           scripts etc. functional).
726
727 2006-05-18  Thomas Vander Stichele  <thomas at apestaart dot org>
728
729         Patch by: Peter Kjellerstedt
730
731         * m4/gst-arch.m4:
732           add support for CRIS and CRISv32.
733
734 2006-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
735
736         * m4/gst-args.m4:
737         Fix the macros for command-line supplied package and origin names
738         so they don't end up being configure as "" (Fixes #341479)
739
740 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
741
742         * gtk-doc.mak:
743         Add uninstall rule to remove .devhelp2 files.
744
745 2006-05-09  Edward Hervey  <edward@fluendo.com>
746
747         * gst.supp: 
748           Add suppression for GSlice version of
749           g_type_init calloc leak
750
751 2006-04-05  Michael Smith  <msmith@fluendo.com>
752
753         * gst.supp:
754           Delete a bogus suppression for the registry code.
755           Generalise a suppression for a glib bug (see #337404)
756
757 2006-04-04  Michael Smith <msmith@fluendo.com>
758
759         * gst.supp:
760           Add a leak suppression: the existing glibc-doesn't-free-TLS one
761           wasn't triggering here.
762
763 2006-04-04  Michael Smith <msmith@fluendo.com>
764
765         * gst.supp:
766           Add some minimally-neccesary suppressions for my x86/dapper system.
767
768 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
769
770         * plugins.xsl:
771           Do not display an origin link if origin does not start with http
772           See #323798
773
774 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
775
776         * m4/gst-args.m4:
777         * m4/gst-feature.m4:
778           add more macros
779         * m4/gst-x11.m4:
780           X11-related checks
781
782 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
783
784         * m4/as-version.m4:
785           newer version
786         * m4/gst-args.m4:
787         * m4/gst-doc.m4:
788           update and add other macros to be shared across projects
789
790 2006-03-24  Thomas Vander Stichele  <thomas at apestaart dot org>
791
792         * gst.supp:
793           add a suppression for g_parse_debug_string
794
795 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
796
797         * gstdoc-scangobj:
798           sync fully with gtkdoc-0.15
799
800 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
801
802         * gstdoc-scangobj:
803         * gtk-doc.mak:
804           sync a little with gtk-doc mainline
805
806 2006-03-17  Wim Taymans  <wim@fluendo.com>
807
808         * gst.supp:
809           add another clone suppression
810           change all glibc suppressions to match 2.3.*
811
812 2006-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
813
814         * m4/check.m4:
815           fix test so it actually works when the normal check is used
816           over debian's/ubuntu's
817
818 2006-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
819
820         * check.mak:
821         Set G_SLICE=always-malloc when valgrinding tests
822         (closes #333272)
823
824 2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
825
826         * m4/gst-glib2.m4:
827         Fix debug output when the GLib version prerequisite is not found
828
829 2006-02-13  Andy Wingo  <wingo@pobox.com>
830
831         * m4/check.m4: Hack around Debian/Ubuntu's broken installation of
832         the PIC version of check as libcheck_pic.a. Should work with
833         cross-compilation too. Grr.
834
835 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
836
837         * m4/gst-default.m4:
838           switch to auto* sinks for defaults
839
840 2006-02-02  Wim Taymans  <wim@fluendo.com>
841
842         * check.mak:
843           add a .valgrind.gen-suppressions target to aid in generating
844           suppressions
845         * gst.supp:
846           add more repressions from my debian glibc as of today
847
848 2006-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
849
850         * gtk-doc-plugins.mak:
851           only add srcdir/gst if it exists
852
853 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
854
855         * release.mak:
856           don't complain about disted enums in win32
857
858 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
859
860         * m4/gst-check.m4:
861           AC_SUBST CFLAGS and LIBS
862           do a non-command because something is stripping out our AC_SUBST
863
864 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
865
866         * m4/gst-args.m4:
867         * m4/gst-valgrind.m4:
868           properly give a "no" result manually when providing a
869           not-found action to fix configure output
870
871 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
872
873         * m4/pkg.m4:
874           update with a more recent version
875
876 2006-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
877
878         * gettext.patch:
879           make Makefile depend on LINGUAS, so rebuilds work when adding
880           a language
881
882 2006-01-03  Michael Smith  <msmith@fluendo.com>
883
884         * check.mak:
885           Clarify error message from valgrind test runs.
886
887 2005-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
888
889         * m4/gst-arch.m4:
890           define HOST_CPU
891
892 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
893
894         * check.mak:
895           add a valgrind-forever target for tests
896
897 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
898
899         * check.mak:
900           when a "make test.check" run fails, make it rerun the test with       
901           at least debug level 2
902
903 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
904
905         * m4/Makefile.am:
906         * m4/gst-check.m4:
907           fix check for base plugins
908         * m4/gst-default.m4:
909           add m4 to set default elements
910
911 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
912
913         * m4/gst-check.m4:
914           check for tools correctly
915
916 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
917
918         * gtk-doc.mak:
919           only enable breaking on new API when make distcheck passes,
920           not before
921
922 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
923
924         * m4/gst-check.m4:
925           Resurrect Julien's dead body and wipe his mind clean
926
927 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
928
929         * m4/gst-check.m4:
930           Kill Julien
931
932 2005-10-17  Julien MOUTTE  <julien@moutte.net>
933
934         * m4/gst-check.m4: I know Thomas will kill me but this 
935         ifelse statement seems incorrect as it is always setting
936         required to "yes". With this one it seems to work. Fixes
937         build of gst-plugins-base on my setup where gstreamer-check
938         is definitely not present/required.
939
940 2005-10-18  Stefan Kost  <ensonic@users.sf.net>
941
942         * gtk-doc.mak:
943           make build break on new api that has not been added to the
944           sections file
945
946 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
947
948         * m4/gst-glib2.m4:
949         * m4/Makefile.am:
950         * m4/gst-check.m4:
951           add macro for easy checks for GStreamer libs
952
953 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
954
955         * m4/gst-glib2.m4:
956           update, warn in error cases
957
958 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
959
960         * m4/gst-error.m4:
961           add GST_SET_DEFAULT_LEVEL
962
963 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
964
965         * m4/Makefile.am:
966         * m4/gst-gettext.m4:
967           remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
968         * m4/gst-glib2.m4:
969           clean up and re-use in core soon
970         * m4/gst-plugindir.m4:
971           macro to set up PLUGINDIR and plugindir define/var
972
973 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
974
975         * m4/Makefile.am:
976         * m4/gst-gettext.m4:
977           add macro for setting up gettext
978
979 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
980
981         * m4/gst-args.m4:
982           add some .m4's for argument checking that can be shared among modules
983
984 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
985
986         * m4/as-libtool.m4:
987           set _LT_LDFLAGS
988         * m4/gst-libxml2.m4:
989           document
990
991 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
992
993         * m4/gst-arch.m4:
994           indent a little
995           add AC_REQUIRE
996         * m4/gst-error.m4:
997           clean up
998
999 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1000
1001         * gst-autogen.sh:
1002           update version detection expression to catch stuff like
1003           Libtool (libtool15) 1.5.0
1004
1005 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1006
1007         * gst.supp:
1008           commit 6 new suppressions related to g_module_open; can these
1009           really not be folded into one ?
1010
1011 2005-10-11  Edward Hervey  <edward@fluendo.com>
1012
1013         * gst.supp: 
1014         made the <g_type_init calloc 2> suppression more generic
1015         Added pthread memleak suppresions
1016         Added nss_parse_* memleak suppresion (used by g_option_context_parse)
1017
1018 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1019
1020         * check.mak:
1021           be more strict, more leak resolution
1022         * gst.supp:
1023           clean up the g_type_init suppressions
1024
1025 2005-10-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1026
1027         * m4/Makefile.am:
1028         * m4/gst-valgrind.m4:
1029           put the valgrind detection in an .m4
1030
1031 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1032
1033         * check.mak:
1034           add some more targets, like "help", but also more intensive tests
1035
1036 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1037
1038         * gtk-doc.mak:
1039           make certain doc warnings fatal so people maintain docs again
1040
1041 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1042
1043         * Makefile.am:
1044         * gtk-doc-plugins.mak:
1045         * scangobj-merge.py:
1046           merge additions from the .signals.new and .args.new file in
1047           the original ones, only updating if necessary
1048
1049 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1050
1051         * gst-xmlinspect.py:
1052         * gstdoc-scangobj:
1053         * gtk-doc-plugins.mak:
1054           fix properly for new API; make update in plugins dir now works
1055
1056 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1057
1058         * gst-xmlinspect.py:
1059         * gstdoc-scangobj:
1060           some fixes for new API
1061         * gtk-doc-plugins.mak:
1062           set environment properly
1063
1064 2005-09-17  David Schleef  <ds@schleef.org>
1065
1066         * gtk-doc-plugins.mak: Use new environment variables.
1067
1068 2005-09-16  Michael Smith <msmith@fluendo.com>
1069
1070         * gstdoc-scangobj:
1071           Make the scanobj code reflect registry/plugin API changes
1072
1073 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1074
1075         * gtk-doc-plugins.mak:
1076           split out scanobj step (which will be run by doc maintainer)
1077           from scan step (which will be run on every build)
1078           clean up some of the commands for make distcheck
1079
1080 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1081
1082         * gtk-doc-plugins.mak:
1083         * mangle-tmpl.py:
1084           first stab at reorganizing the plugins build so we can maintain
1085           element docs
1086
1087 2005-09-14  David Schleef  <ds@schleef.org>
1088
1089         * as-libtool.mak: Remove
1090         * m4/as-libtool.m4: The libtool bug that this worked around has
1091           been fixed.
1092         * m4/as-version.m4: Don't define GST_RELEASE, since it causes
1093           config.h to be regenerated needlessly, and we don't use it.
1094
1095 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1096
1097         * gtk-doc-plugins.mak:
1098           error out on inspect failure
1099
1100 2005-09-14  Michael Smith <msmith@fluendo.com>
1101
1102         * glib-gen.mak:
1103           Don't call glib-mkenums with arguments that confuse/break MinGW,
1104           fixes 316155.
1105
1106 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1107
1108         * gtk-doc-plugins.mak:
1109         * gtk-doc.mak:
1110         * m4/gst-doc.m4:
1111           separate out gtk-doc and docbook stuff
1112           have two separate --enable configure flags
1113
1114 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1115
1116         * check.mak:
1117           add a .gdb target; rebuild registry for each target, otherwise
1118           a code rebuild always triggers a reg rebuild, and it's just too
1119           annoying
1120         * gstdoc-scangobj:
1121
1122 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1123
1124         * check.mak:
1125           separate out REGISTRY_ENVIRONMENT; we want to use that from
1126           our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
1127           everything that the first test, gst-register, needs
1128
1129 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1130
1131         * check.mak:
1132           parse output of valgrind and check for definitely lost, and error
1133           out; somehow I was led to believe valgrind returns non-zero for
1134           leaks, but I can't make it do that, so let's parse
1135
1136 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1137
1138         * check.mak:
1139           for some weird reason valgrind does not report actual memleaks
1140           if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
1141           while valgrind is running.  Since the registry is going to go
1142           anyway, I don't want to waste any more time on this; I just run
1143           valgrind without GST_PLUGIN_PATH set.  Since the registry loading
1144           doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
1145           the registry, that's actually fine.
1146
1147 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1148
1149         * mangle-tmpl.py:
1150           keep original Long_Description; only insert an include if it's
1151           not already the first line in there
1152         * plugins.xsl:
1153           output more information for plugins, including an origin hyperlink
1154
1155 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1156
1157         * gst-xmlinspect.py:
1158           a first stab at inspecting plugins and outputting an xml description
1159         * gtk-doc-plugins.mak:
1160           a gtk-doc using snippet for plugins documentation
1161         * plugins.xsl:
1162           a stylesheet to convert gst-xmlinspect.py output to docbook output
1163           for inclusion in the gtk-doc stuff
1164
1165 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1166
1167         * m4/gst-doc.m4:
1168           s/pdf/eps/ in test for whether we output EPS images (#309379).
1169
1170 2005-07-18  Andy Wingo  <wingo@pobox.com>
1171
1172         * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
1173         better. Thanks, Paolo Bonzini!
1174         
1175         * m4/Makefile.am (EXTRA_DIST): 
1176         * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
1177         fortran checks.
1178
1179 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1180
1181         * m4/gst-error.m4:
1182           add macro to set ERROR_CFLAGS
1183
1184 2005-06-30  Jan Schmidt  <thaytan@mad.scientist.com>
1185
1186         * gst-autogen.sh:
1187           Remove the old autoregen.sh if it exists before recreating it,
1188           to prevent confusing any shell process that might be reading it
1189           currently.
1190
1191 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1192
1193         * m4/gtk-doc.m4:
1194           added
1195
1196 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * gst-autogen.sh: create autoregen.sh *before* shifting the options
1199
1200 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1201
1202         * gst-autogen.sh: only update autoregen.sh on actual runs
1203
1204 2005-03-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1205
1206         * m4/check.m4: m4 from the check unit test suite
1207
1208 2004-12-14  David Schleef  <ds@schleef.org>
1209
1210         * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
1211         isn't needed anywhere
1212
1213 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1214
1215         * gst-autogen.sh:
1216           allow failure command to be run so we can clean upfrom autopoint
1217
1218 2004-09-03  Zeeshan Ali Khattak <zeenix@gmail.com>
1219         * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
1220
1221 2004-07-21  Benjamin Otte  <otte@gnome.org>
1222
1223         * m4/.cvsignore: exciting updates for libtool m4 files
1224
1225 2004-07-12  David Schleef  <ds@schleef.org>
1226
1227         * m4/as-objc.m4:  Add a macro to test for objective C
1228
1229 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1230
1231         * m4/gst-feature.m4:
1232           not all of them support --plugin-libs, so redirect stderr
1233
1234 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1235
1236         * m4/as-scrub-include.m4:
1237           sync with upstream to 0.1.4.  Fixes #132440
1238
1239 2004-06-07  Benjamin Otte  <otte@gnome.org>
1240
1241         * m4/gst-feature.m4:
1242           write a big marker into configure output when checking next plugin
1243           to allow easier parsing of why plugins are(n't) built.
1244
1245 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1246
1247         * m4/as-compiler-flag.m4:
1248         * m4/as-compiler.m4:
1249         * m4/as-libtool.m4:
1250         * m4/as-version.m4:
1251           sync with upstream, change sticky options to -ko
1252
1253 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1254
1255         * m4/as-scrub-include.m4: synced with upstream
1256
1257 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1258
1259         * po.mak:
1260           snippet for updating .po files
1261
1262 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1263
1264         * Makefile.am:
1265         * m4/Makefile.am:
1266           integrate these with the dist
1267
1268 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1269
1270         * release.mak: add a release target
1271
1272 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1273
1274         patch by: Stephane Loeuillet
1275
1276         * m4/ax_create_stdint_h.m4:
1277           use head -n instead of head - (#136500)
1278
1279 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1280
1281         * m4/gst-doc.m4: don't build PS without dvips binary
1282
1283 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
1284
1285         reviewed by: Benjamin Otte  <otte@gnome.org>
1286
1287         * m4/as-docbook.m4:
1288           don't use == operator with test(1) (fixes #135115)
1289
1290 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1291  
1292         * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
1293
1294 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1295
1296         * m4/gst-feature.m4:
1297           remove AM_CONDITIONAL for the subsystem since automake 1.6.x
1298           requires that call be in configure.ac
1299
1300 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1301
1302         * m4/gst-libxml2.m4:
1303           take required version as argument, and default to 2.4.9 if not
1304           specified
1305
1306 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1307
1308         * m4/gst-feature.m4:
1309           rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
1310
1311 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1312
1313         * common/m4/as-ac-expand.m4:
1314         * common/m4/as-auto-alt.m4:
1315         * common/m4/as-compiler-flag.m4:
1316         * common/m4/as-compiler.m4:
1317         * common/m4/as-docbook.m4:
1318         * common/m4/as-libtool.m4:
1319         * common/m4/as-scrub-include.m4:
1320         * common/m4/as-version.m4:
1321         * common/m4/glib-gettext.m4:
1322         * common/m4/gst-arch.m4:
1323         * common/m4/gst-debuginfo.m4:
1324         * common/m4/gst-doc.m4:
1325         * common/m4/gst-feature.m4:
1326         * common/m4/gst-function.m4:
1327         * common/m4/gst-glib2.m4:
1328         * common/m4/gst-gstreamer.m4:
1329         * common/m4/gst-libxml2.m4:
1330         * common/m4/gst-makecontext.m4:
1331         * common/m4/gst-mcsc.m4:
1332         * common/m4/pkg.m4:
1333           fix underquoted macros as reported by automake 1.8.x (#133800)
1334
1335 2004-02-11  Johan Dahlin  <johan@gnome.org>
1336
1337         * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
1338         avoid a warning
1339
1340 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1341
1342         * m4/gst-doc.m4:
1343           we use --output-format=xml and --ingnore-files options to
1344           gtkdoc-mkdb, which got added between 0.9 and 1.0
1345
1346 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1347
1348         * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
1349           to configure.ac to shut up libtoolize
1350
1351 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1352
1353         * glib-gen.mak: added; used to generate enums and marshal code
1354
1355 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1356
1357         * gettext.patch: added; used by autogen.sh to make sure
1358           GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in
1359