m4/gst-parser.m4: Fix bison detection (#348354)
[platform/upstream/gst-common.git] / ChangeLog
1 2006-07-23  Stefan Kost  <ensonic@users.sf.net>
2
3         Patch by: Frederic Peters <fpeters@entrouvert.com>
4
5         * m4/gst-parser.m4:
6           Fix bison detection (#348354)
7
8 2006-07-21  Stefan Kost  <ensonic@users.sf.net>
9
10         * m4/gst-parser.m4:
11           check for bison and flex
12
13 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14
15         * m4/gst-plugin-docs.m4:
16           remove the configure argument for enabling plugin doc build;
17           having gtk-doc enabled and pyxml present is enough of a trigger
18
19 2006-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20
21         * coverage/lcov.mak:
22           fix up rules to work with gst-python as well
23           run "make lcov" to test and generate the reports
24           run "make lcov-reset" to redo it after that
25
26 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27
28         * Makefile.am:
29         * check.mak:
30           add an inspect target that inspects every element feature,
31           so we can have that added for coverage
32         * coverage/lcov.mak:
33           add support for lcov
34
35 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
36
37         * m4/gst-args.m4:
38           when building with gcov, reset CFLAGS and friends to O0
39
40 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
41
42         * m4/gst-args.m4:
43           Find the gcov that matches the gcc version
44           Only allow gcov if we use gcc
45
46 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
47
48         * Makefile.am:
49         * coverage/coverage-report-entry.pl:
50         * coverage/coverage-report.pl:
51         * coverage/coverage-report.xsl:
52           copy coverage reporting files from dbus
53
54 2006-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
55
56         * m4/gst-args.m4:
57           libtool strips gcov's -f flags, so libgcov does not get
58           linked in.  Setting GCOV_LIBS with -lgcov fixes libtool's
59           stripping
60           also show what pkg-config-path we set
61
62 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
63
64         Patch by: Peter Kjellerstedt <pkj at axis com>
65
66         * m4/gst-feature.m4:
67           Show list of plugins without external dependencies that
68           will not be built as well (#344136).
69
70 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>
71
72         * m4/gst-plugin-docs.m4:
73           add GST_PLUGIN_DOCS, which checks for everything needed
74           to build the plugin docs (namely gtk-doc and pyxml); also
75           adds a new --enable-plugin-docs configure switch; will
76           set ENABLE_PLUGIN_DOCS conditional for use in Makefile.am
77           files (see #344039).
78
79 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
80
81         * m4/gst-check.m4:
82           add GST_PKG_CHECK_MODULES, which in the normal case of checking
83           for a dependency lib for a plug-in only needs two arguments
84           to do the right thing.
85         * m4/gst-feature.m4:
86           clean up output a little of feature checking; also deal with
87           non-plug-in feature checks
88         * m4/Makefile.am:
89         * m4/gst-gstreamer.m4:
90           remove this file; it's a useless check
91
92 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
93
94         * m4/gst-arch.m4:
95           add PPC64 so we can have separate structure sizes for it
96
97 2006-06-05  Edward Hervey  <edward@fluendo.com>
98
99         * gtk-doc.mak:
100         Check for the proper .devhelp2 file to remove.
101
102 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
103
104         * gtk-doc.mak:
105           allow a magic variable to suppress errors from docbuilding
106
107 2006-05-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
108
109         * gtk-doc.mak:
110           error out if gtkdoc-mktmpl finds unused declarations
111
112 2006-05-28  Edward Hervey  <edward@fluendo.com>
113
114         * gst.supp:
115         Reverting previous commit.  That's good to know, Edward, but why ?
116         
117 2006-05-28  Edward Hervey  <edward@fluendo.com>
118
119         * gst.supp:
120         Added suppresion for memleak in g_option_context_parse on fc5-64
121
122 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
123
124         * m4/gst-check.m4:
125           set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR
126
127 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
128
129         * check.mak:
130           Fix 'make help' in check directories, it should be
131           'valgrind.gen-suppressions' not 'valgrind-gen-suppressions'
132           (not changing target to match help string on purpose to keep
133           scripts etc. functional).
134
135 2006-05-18  Thomas Vander Stichele  <thomas at apestaart dot org>
136
137         Patch by: Peter Kjellerstedt
138
139         * m4/gst-arch.m4:
140           add support for CRIS and CRISv32.
141
142 2006-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
143
144         * m4/gst-args.m4:
145         Fix the macros for command-line supplied package and origin names
146         so they don't end up being configure as "" (Fixes #341479)
147
148 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
149
150         * gtk-doc.mak:
151         Add uninstall rule to remove .devhelp2 files.
152
153 2006-05-09  Edward Hervey  <edward@fluendo.com>
154
155         * gst.supp: 
156           Add suppression for GSlice version of
157           g_type_init calloc leak
158
159 2006-04-05  Michael Smith  <msmith@fluendo.com>
160
161         * gst.supp:
162           Delete a bogus suppression for the registry code.
163           Generalise a suppression for a glib bug (see #337404)
164
165 2006-04-04  Michael Smith <msmith@fluendo.com>
166
167         * gst.supp:
168           Add a leak suppression: the existing glibc-doesn't-free-TLS one
169           wasn't triggering here.
170
171 2006-04-04  Michael Smith <msmith@fluendo.com>
172
173         * gst.supp:
174           Add some minimally-neccesary suppressions for my x86/dapper system.
175
176 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
177
178         * plugins.xsl:
179           Do not display an origin link if origin does not start with http
180           See #323798
181
182 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
183
184         * m4/gst-args.m4:
185         * m4/gst-feature.m4:
186           add more macros
187         * m4/gst-x11.m4:
188           X11-related checks
189
190 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
191
192         * m4/as-version.m4:
193           newer version
194         * m4/gst-args.m4:
195         * m4/gst-doc.m4:
196           update and add other macros to be shared across projects
197
198 2006-03-24  Thomas Vander Stichele  <thomas at apestaart dot org>
199
200         * gst.supp:
201           add a suppression for g_parse_debug_string
202
203 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
204
205         * gstdoc-scangobj:
206           sync fully with gtkdoc-0.15
207
208 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
209
210         * gstdoc-scangobj:
211         * gtk-doc.mak:
212           sync a little with gtk-doc mainline
213
214 2006-03-17  Wim Taymans  <wim@fluendo.com>
215
216         * gst.supp:
217           add another clone suppression
218           change all glibc suppressions to match 2.3.*
219
220 2006-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
221
222         * m4/check.m4:
223           fix test so it actually works when the normal check is used
224           over debian's/ubuntu's
225
226 2006-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
227
228         * check.mak:
229         Set G_SLICE=always-malloc when valgrinding tests
230         (closes #333272)
231
232 2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
233
234         * m4/gst-glib2.m4:
235         Fix debug output when the GLib version prerequisite is not found
236
237 2006-02-13  Andy Wingo  <wingo@pobox.com>
238
239         * m4/check.m4: Hack around Debian/Ubuntu's broken installation of
240         the PIC version of check as libcheck_pic.a. Should work with
241         cross-compilation too. Grr.
242
243 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
244
245         * m4/gst-default.m4:
246           switch to auto* sinks for defaults
247
248 2006-02-02  Wim Taymans  <wim@fluendo.com>
249
250         * check.mak:
251           add a .valgrind.gen-suppressions target to aid in generating
252           suppressions
253         * gst.supp:
254           add more repressions from my debian glibc as of today
255
256 2006-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
257
258         * gtk-doc-plugins.mak:
259           only add srcdir/gst if it exists
260
261 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
262
263         * release.mak:
264           don't complain about disted enums in win32
265
266 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
267
268         * m4/gst-check.m4:
269           AC_SUBST CFLAGS and LIBS
270           do a non-command because something is stripping out our AC_SUBST
271
272 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
273
274         * m4/gst-args.m4:
275         * m4/gst-valgrind.m4:
276           properly give a "no" result manually when providing a
277           not-found action to fix configure output
278
279 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
280
281         * m4/pkg.m4:
282           update with a more recent version
283
284 2006-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
285
286         * gettext.patch:
287           make Makefile depend on LINGUAS, so rebuilds work when adding
288           a language
289
290 2006-01-03  Michael Smith  <msmith@fluendo.com>
291
292         * check.mak:
293           Clarify error message from valgrind test runs.
294
295 2005-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
296
297         * m4/gst-arch.m4:
298           define HOST_CPU
299
300 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
301
302         * check.mak:
303           add a valgrind-forever target for tests
304
305 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
306
307         * check.mak:
308           when a "make test.check" run fails, make it rerun the test with       
309           at least debug level 2
310
311 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
312
313         * m4/Makefile.am:
314         * m4/gst-check.m4:
315           fix check for base plugins
316         * m4/gst-default.m4:
317           add m4 to set default elements
318
319 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
320
321         * m4/gst-check.m4:
322           check for tools correctly
323
324 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
325
326         * gtk-doc.mak:
327           only enable breaking on new API when make distcheck passes,
328           not before
329
330 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
331
332         * m4/gst-check.m4:
333           Resurrect Julien's dead body and wipe his mind clean
334
335 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
336
337         * m4/gst-check.m4:
338           Kill Julien
339
340 2005-10-17  Julien MOUTTE  <julien@moutte.net>
341
342         * m4/gst-check.m4: I know Thomas will kill me but this 
343         ifelse statement seems incorrect as it is always setting
344         required to "yes". With this one it seems to work. Fixes
345         build of gst-plugins-base on my setup where gstreamer-check
346         is definitely not present/required.
347
348 2005-10-18  Stefan Kost  <ensonic@users.sf.net>
349
350         * gtk-doc.mak:
351           make build break on new api that has not been added to the
352           sections file
353
354 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
355
356         * m4/gst-glib2.m4:
357         * m4/Makefile.am:
358         * m4/gst-check.m4:
359           add macro for easy checks for GStreamer libs
360
361 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
362
363         * m4/gst-glib2.m4:
364           update, warn in error cases
365
366 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
367
368         * m4/gst-error.m4:
369           add GST_SET_DEFAULT_LEVEL
370
371 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
372
373         * m4/Makefile.am:
374         * m4/gst-gettext.m4:
375           remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
376         * m4/gst-glib2.m4:
377           clean up and re-use in core soon
378         * m4/gst-plugindir.m4:
379           macro to set up PLUGINDIR and plugindir define/var
380
381 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
382
383         * m4/Makefile.am:
384         * m4/gst-gettext.m4:
385           add macro for setting up gettext
386
387 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
388
389         * m4/gst-args.m4:
390           add some .m4's for argument checking that can be shared among modules
391
392 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
393
394         * m4/as-libtool.m4:
395           set _LT_LDFLAGS
396         * m4/gst-libxml2.m4:
397           document
398
399 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
400
401         * m4/gst-arch.m4:
402           indent a little
403           add AC_REQUIRE
404         * m4/gst-error.m4:
405           clean up
406
407 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
408
409         * gst-autogen.sh:
410           update version detection expression to catch stuff like
411           Libtool (libtool15) 1.5.0
412
413 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
414
415         * gst.supp:
416           commit 6 new suppressions related to g_module_open; can these
417           really not be folded into one ?
418
419 2005-10-11  Edward Hervey  <edward@fluendo.com>
420
421         * gst.supp: 
422         made the <g_type_init calloc 2> suppression more generic
423         Added pthread memleak suppresions
424         Added nss_parse_* memleak suppresion (used by g_option_context_parse)
425
426 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
427
428         * check.mak:
429           be more strict, more leak resolution
430         * gst.supp:
431           clean up the g_type_init suppressions
432
433 2005-10-07  Thomas Vander Stichele  <thomas at apestaart dot org>
434
435         * m4/Makefile.am:
436         * m4/gst-valgrind.m4:
437           put the valgrind detection in an .m4
438
439 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
440
441         * check.mak:
442           add some more targets, like "help", but also more intensive tests
443
444 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
445
446         * gtk-doc.mak:
447           make certain doc warnings fatal so people maintain docs again
448
449 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
450
451         * Makefile.am:
452         * gtk-doc-plugins.mak:
453         * scangobj-merge.py:
454           merge additions from the .signals.new and .args.new file in
455           the original ones, only updating if necessary
456
457 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
458
459         * gst-xmlinspect.py:
460         * gstdoc-scangobj:
461         * gtk-doc-plugins.mak:
462           fix properly for new API; make update in plugins dir now works
463
464 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
465
466         * gst-xmlinspect.py:
467         * gstdoc-scangobj:
468           some fixes for new API
469         * gtk-doc-plugins.mak:
470           set environment properly
471
472 2005-09-17  David Schleef  <ds@schleef.org>
473
474         * gtk-doc-plugins.mak: Use new environment variables.
475
476 2005-09-16  Michael Smith <msmith@fluendo.com>
477
478         * gstdoc-scangobj:
479           Make the scanobj code reflect registry/plugin API changes
480
481 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
482
483         * gtk-doc-plugins.mak:
484           split out scanobj step (which will be run by doc maintainer)
485           from scan step (which will be run on every build)
486           clean up some of the commands for make distcheck
487
488 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
489
490         * gtk-doc-plugins.mak:
491         * mangle-tmpl.py:
492           first stab at reorganizing the plugins build so we can maintain
493           element docs
494
495 2005-09-14  David Schleef  <ds@schleef.org>
496
497         * as-libtool.mak: Remove
498         * m4/as-libtool.m4: The libtool bug that this worked around has
499           been fixed.
500         * m4/as-version.m4: Don't define GST_RELEASE, since it causes
501           config.h to be regenerated needlessly, and we don't use it.
502
503 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
504
505         * gtk-doc-plugins.mak:
506           error out on inspect failure
507
508 2005-09-14  Michael Smith <msmith@fluendo.com>
509
510         * glib-gen.mak:
511           Don't call glib-mkenums with arguments that confuse/break MinGW,
512           fixes 316155.
513
514 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
515
516         * gtk-doc-plugins.mak:
517         * gtk-doc.mak:
518         * m4/gst-doc.m4:
519           separate out gtk-doc and docbook stuff
520           have two separate --enable configure flags
521
522 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
523
524         * check.mak:
525           add a .gdb target; rebuild registry for each target, otherwise
526           a code rebuild always triggers a reg rebuild, and it's just too
527           annoying
528         * gstdoc-scangobj:
529
530 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
531
532         * check.mak:
533           separate out REGISTRY_ENVIRONMENT; we want to use that from
534           our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
535           everything that the first test, gst-register, needs
536
537 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
538
539         * check.mak:
540           parse output of valgrind and check for definitely lost, and error
541           out; somehow I was led to believe valgrind returns non-zero for
542           leaks, but I can't make it do that, so let's parse
543
544 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
545
546         * check.mak:
547           for some weird reason valgrind does not report actual memleaks
548           if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
549           while valgrind is running.  Since the registry is going to go
550           anyway, I don't want to waste any more time on this; I just run
551           valgrind without GST_PLUGIN_PATH set.  Since the registry loading
552           doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
553           the registry, that's actually fine.
554
555 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
556
557         * mangle-tmpl.py:
558           keep original Long_Description; only insert an include if it's
559           not already the first line in there
560         * plugins.xsl:
561           output more information for plugins, including an origin hyperlink
562
563 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
564
565         * gst-xmlinspect.py:
566           a first stab at inspecting plugins and outputting an xml description
567         * gtk-doc-plugins.mak:
568           a gtk-doc using snippet for plugins documentation
569         * plugins.xsl:
570           a stylesheet to convert gst-xmlinspect.py output to docbook output
571           for inclusion in the gtk-doc stuff
572
573 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
574
575         * m4/gst-doc.m4:
576           s/pdf/eps/ in test for whether we output EPS images (#309379).
577
578 2005-07-18  Andy Wingo  <wingo@pobox.com>
579
580         * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
581         better. Thanks, Paolo Bonzini!
582         
583         * m4/Makefile.am (EXTRA_DIST): 
584         * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
585         fortran checks.
586
587 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
588
589         * m4/gst-error.m4:
590           add macro to set ERROR_CFLAGS
591
592 2005-06-30  Jan Schmidt  <thaytan@mad.scientist.com>
593
594         * gst-autogen.sh:
595           Remove the old autoregen.sh if it exists before recreating it,
596           to prevent confusing any shell process that might be reading it
597           currently.
598
599 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
600
601         * m4/gtk-doc.m4:
602           added
603
604 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
605
606         * gst-autogen.sh: create autoregen.sh *before* shifting the options
607
608 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
609
610         * gst-autogen.sh: only update autoregen.sh on actual runs
611
612 2005-03-11  Thomas Vander Stichele  <thomas at apestaart dot org>
613
614         * m4/check.m4: m4 from the check unit test suite
615
616 2004-12-14  David Schleef  <ds@schleef.org>
617
618         * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
619         isn't needed anywhere
620
621 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
622
623         * gst-autogen.sh:
624           allow failure command to be run so we can clean upfrom autopoint
625
626 2004-09-03  Zeeshan Ali Khattak <zeenix@gmail.com>
627         * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
628
629 2004-07-21  Benjamin Otte  <otte@gnome.org>
630
631         * m4/.cvsignore: exciting updates for libtool m4 files
632
633 2004-07-12  David Schleef  <ds@schleef.org>
634
635         * m4/as-objc.m4:  Add a macro to test for objective C
636
637 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
638
639         * m4/gst-feature.m4:
640           not all of them support --plugin-libs, so redirect stderr
641
642 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
643
644         * m4/as-scrub-include.m4:
645           sync with upstream to 0.1.4.  Fixes #132440
646
647 2004-06-07  Benjamin Otte  <otte@gnome.org>
648
649         * m4/gst-feature.m4:
650           write a big marker into configure output when checking next plugin
651           to allow easier parsing of why plugins are(n't) built.
652
653 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
654
655         * m4/as-compiler-flag.m4:
656         * m4/as-compiler.m4:
657         * m4/as-libtool.m4:
658         * m4/as-version.m4:
659           sync with upstream, change sticky options to -ko
660
661 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
662
663         * m4/as-scrub-include.m4: synced with upstream
664
665 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
666
667         * po.mak:
668           snippet for updating .po files
669
670 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
671
672         * Makefile.am:
673         * m4/Makefile.am:
674           integrate these with the dist
675
676 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
677
678         * release.mak: add a release target
679
680 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
681
682         patch by: Stephane Loeuillet
683
684         * m4/ax_create_stdint_h.m4:
685           use head -n instead of head - (#136500)
686
687 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
688
689         * m4/gst-doc.m4: don't build PS without dvips binary
690
691 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
692
693         reviewed by: Benjamin Otte  <otte@gnome.org>
694
695         * m4/as-docbook.m4:
696           don't use == operator with test(1) (fixes #135115)
697
698 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
699  
700         * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
701
702 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
703
704         * m4/gst-feature.m4:
705           remove AM_CONDITIONAL for the subsystem since automake 1.6.x
706           requires that call be in configure.ac
707
708 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
709
710         * m4/gst-libxml2.m4:
711           take required version as argument, and default to 2.4.9 if not
712           specified
713
714 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
715
716         * m4/gst-feature.m4:
717           rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
718
719 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
720
721         * common/m4/as-ac-expand.m4:
722         * common/m4/as-auto-alt.m4:
723         * common/m4/as-compiler-flag.m4:
724         * common/m4/as-compiler.m4:
725         * common/m4/as-docbook.m4:
726         * common/m4/as-libtool.m4:
727         * common/m4/as-scrub-include.m4:
728         * common/m4/as-version.m4:
729         * common/m4/glib-gettext.m4:
730         * common/m4/gst-arch.m4:
731         * common/m4/gst-debuginfo.m4:
732         * common/m4/gst-doc.m4:
733         * common/m4/gst-feature.m4:
734         * common/m4/gst-function.m4:
735         * common/m4/gst-glib2.m4:
736         * common/m4/gst-gstreamer.m4:
737         * common/m4/gst-libxml2.m4:
738         * common/m4/gst-makecontext.m4:
739         * common/m4/gst-mcsc.m4:
740         * common/m4/pkg.m4:
741           fix underquoted macros as reported by automake 1.8.x (#133800)
742
743 2004-02-11  Johan Dahlin  <johan@gnome.org>
744
745         * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
746         avoid a warning
747
748 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
749
750         * m4/gst-doc.m4:
751           we use --output-format=xml and --ingnore-files options to
752           gtkdoc-mkdb, which got added between 0.9 and 1.0
753
754 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
755
756         * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
757           to configure.ac to shut up libtoolize
758
759 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
760
761         * glib-gen.mak: added; used to generate enums and marshal code
762
763 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
764
765         * gettext.patch: added; used by autogen.sh to make sure
766           GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in
767