m4/: New file, tries to disable some CXX and fortran checks.
[platform/upstream/gst-common.git] / ChangeLog
1 2005-07-18  Andy Wingo  <wingo@pobox.com>
2
3         * m4/Makefile.am (EXTRA_DIST): 
4         * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
5         fortran checks.
6
7 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8
9         * m4/gst-error.m4:
10           add macro to set ERROR_CFLAGS
11
12 2005-06-30  Jan Schmidt  <thaytan@mad.scientist.com>
13
14         * gst-autogen.sh:
15           Remove the old autoregen.sh if it exists before recreating it,
16           to prevent confusing any shell process that might be reading it
17           currently.
18
19 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20
21         * m4/gtk-doc.m4:
22           added
23
24 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
25
26         * gst-autogen.sh: create autoregen.sh *before* shifting the options
27
28 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29
30         * gst-autogen.sh: only update autoregen.sh on actual runs
31
32 2005-03-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33
34         * m4/check.m4: m4 from the check unit test suite
35
36 2004-12-14  David Schleef  <ds@schleef.org>
37
38         * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
39         isn't needed anywhere
40
41 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
42
43         * gst-autogen.sh:
44           allow failure command to be run so we can clean upfrom autopoint
45
46 2004-09-03  Zeeshan Ali Khattak <zeenix@gmail.com>
47         * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
48
49 2004-07-21  Benjamin Otte  <otte@gnome.org>
50
51         * m4/.cvsignore: exciting updates for libtool m4 files
52
53 2004-07-12  David Schleef  <ds@schleef.org>
54
55         * m4/as-objc.m4:  Add a macro to test for objective C
56
57 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
58
59         * m4/gst-feature.m4:
60           not all of them support --plugin-libs, so redirect stderr
61
62 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
63
64         * m4/as-scrub-include.m4:
65           sync with upstream to 0.1.4.  Fixes #132440
66
67 2004-06-07  Benjamin Otte  <otte@gnome.org>
68
69         * m4/gst-feature.m4:
70           write a big marker into configure output when checking next plugin
71           to allow easier parsing of why plugins are(n't) built.
72
73 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
74
75         * m4/as-compiler-flag.m4:
76         * m4/as-compiler.m4:
77         * m4/as-libtool.m4:
78         * m4/as-version.m4:
79           sync with upstream, change sticky options to -ko
80
81 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
82
83         * m4/as-scrub-include.m4: synced with upstream
84
85 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
86
87         * po.mak:
88           snippet for updating .po files
89
90 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
91
92         * Makefile.am:
93         * m4/Makefile.am:
94           integrate these with the dist
95
96 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
97
98         * release.mak: add a release target
99
100 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
101
102         patch by: Stephane Loeuillet
103
104         * m4/ax_create_stdint_h.m4:
105           use head -n instead of head - (#136500)
106
107 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
108
109         * m4/gst-doc.m4: don't build PS without dvips binary
110
111 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
112
113         reviewed by: Benjamin Otte  <otte@gnome.org>
114
115         * m4/as-docbook.m4:
116           don't use == operator with test(1) (fixes #135115)
117
118 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
119  
120         * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
121
122 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
123
124         * m4/gst-feature.m4:
125           remove AM_CONDITIONAL for the subsystem since automake 1.6.x
126           requires that call be in configure.ac
127
128 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
129
130         * m4/gst-libxml2.m4:
131           take required version as argument, and default to 2.4.9 if not
132           specified
133
134 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
135
136         * m4/gst-feature.m4:
137           rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
138
139 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
140
141         * common/m4/as-ac-expand.m4:
142         * common/m4/as-auto-alt.m4:
143         * common/m4/as-compiler-flag.m4:
144         * common/m4/as-compiler.m4:
145         * common/m4/as-docbook.m4:
146         * common/m4/as-libtool.m4:
147         * common/m4/as-scrub-include.m4:
148         * common/m4/as-version.m4:
149         * common/m4/glib-gettext.m4:
150         * common/m4/gst-arch.m4:
151         * common/m4/gst-debuginfo.m4:
152         * common/m4/gst-doc.m4:
153         * common/m4/gst-feature.m4:
154         * common/m4/gst-function.m4:
155         * common/m4/gst-glib2.m4:
156         * common/m4/gst-gstreamer.m4:
157         * common/m4/gst-libxml2.m4:
158         * common/m4/gst-makecontext.m4:
159         * common/m4/gst-mcsc.m4:
160         * common/m4/pkg.m4:
161           fix underquoted macros as reported by automake 1.8.x (#133800)
162
163 2004-02-11  Johan Dahlin  <johan@gnome.org>
164
165         * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
166         avoid a warning
167
168 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
169
170         * m4/gst-doc.m4:
171           we use --output-format=xml and --ingnore-files options to
172           gtkdoc-mkdb, which got added between 0.9 and 1.0
173
174 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
175
176         * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
177           to configure.ac to shut up libtoolize
178
179 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
180
181         * glib-gen.mak: added; used to generate enums and marshal code
182
183 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
184
185         * gettext.patch: added; used by autogen.sh to make sure
186           GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in
187