3dabd85b811f282fdf71fbf281ca2ab54f4e3d35
[platform/upstream/gnome-common.git] / macros2 / ChangeLog
1 2003-07-28  Malcolm Tredinnick <malcolm@commsecure.com.au>
2
3         * compiler-flags.m4: Default setting in the
4         GNOME_COMPILE_WARNINGS macro is now "yes". This fixes bug
5         #118479 (another good bit of debugging from Steve Chaplin).
6
7 2003-07-20  Malcolm Tredinnick <malcolm@commsecure.com.au>
8
9         * compiler-flags.m4: Remove some redundant options as suggested
10         by Steve Chaplin in bug #115475. The warnings list looks simpler
11         now, but is no less functional.
12
13 2003-07-15  Malcolm Tredinnick <malcolm@commsecure.com.au>
14
15         * autogen.sh: Fix a typo when reporting "forbidden" m4 macros.
16
17 2003-06-20  Malcolm Tredinnick <malcolm@commsecure.com.au>
18
19         * autogen.sh: Fix some strangeness in the gnome-doc-common test.
20
21 2003-06-19  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
22
23         * autogen.sh: Inserted missing "cd $dirname" to effectively
24         process subdirectories, since all it was doing was to process the
25         toplevel dir multiple times.
26
27         [Editor's note: also reported with patch by Elijah Newren in bug
28         #115481.]
29
30 2003-05-21  Malcolm Tredinnick <malcolm@commsecure.com.au>
31
32         * autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327.
33
34 2003-05-04  Malcolm Tredinnick <malcolm@commsecure.com.au>
35         
36         * autogen.sh:
37         - Make this portable to Bourne-like shells. Fixes the problems
38           pointed out by Morten Welinder in bug #110177.
39         - Extend the check_m4macros() function to handle Cygwin
40           environments. Fixes bug #110947.
41
42 2003-04-10  Ross Burton  <ross@burtonini.com>
43
44         * autogen.sh: Fix a typo in the glib-gettext checks.
45
46 2003-03-07  Malcolm Tredinnick <malcolm@commsecure.com.au>
47         
48         * autogen.sh: Replace PACKAGE with PKG_NAME, since PKG_NAME is
49         what is defined by the various applications' autogen.sh. Also,
50         call autopoint rather than gettextize when appropriate (when
51         AM_GNU_GETTEXT_VERSION is present).
52
53 2003-02-27  Mark McLoughlin  <mark@skynet.ie>
54
55         * compiler-flags.m4: fix mixed up order of arguments to
56         AC_ARG_ENABLE that made --enable-compile-warnings not work
57         as expected.
58
59 2003-02-24  James Henstridge  <james@daa.com.au>
60
61         * autogen.sh (forbid_m4macro): add function to forbid m4 macros.
62         Forbid gnome-cxx-check.m4, to try and catch setups where stale
63         macros are left on the system.
64
65 2003-02-21  James Henstridge  <james@daa.com.au>
66
67         * autogen.sh (version_check): if $variable is set, then assume
68         it is correct and skip the version check.
69         (autoconf): check for autoconf2.50 first, so we don't trigger
70         Debian's sometimes broken autoconf version sniffer.
71
72 2003-02-19  James Henstridge  <james@daa.com.au>
73
74         * Makefile.am (GNOME2_MACROS): remove check-utmp.m4 (copied it to
75         libzvt, which is the only thing using it).
76
77         * gnome-deprecated-macros.m4(GNOME_CHECK_CXX): AC_REQUIRE does not
78         work within AU_DEFUN, so change to a simple call to AC_PROG_CXX.
79
80 2003-02-18  James Henstridge  <james@daa.com.au>
81
82         * autogen.sh (topdir): check to see if gnome-deprecated-macros.m4
83         ended up in aclocal.m4, and warn if so.
84
85         * gnome-platform.m4: kill this too (with a deprecation warning).
86
87         * gnome-cxx-check.m4: move to gnome-deprecated-macros.m4
88
89         * gnome-pkgconfig.m4: remove, and add a deprecation warning in its
90         place.
91
92         * gnome-x-checks.m4: remove, and add an AU_DEFUN in its place
93         telling people not to use it.
94
95         * linger.m4: removed outright.
96
97         * gnome-common.m4: remove GNOME_GTKDOC_CHECK, deprecated in favour
98         of GTK_DOC_CHECK.
99
100         * gnome-gettext.m4: remove file (people should be using gettextize
101         or glib-gettextize).
102
103         * gnome-deprecated-macros.m4: new file to hold deprecated macros.
104
105 2003-02-14  Kalpesh Shah <kalpesh.shah@sun.com>
106
107         * check-utmp.m4: initialize UTMP structure properly. 
108         Fixes Bug#93774.
109         Patch reviewed by Andersca <andersca@gnu.org>
110
111 2002-09-23  Bastien Nocera  <hadess@hadess.net>
112
113         * autogen.sh: exit if aclocal, autoheader, automake or autoconf
114         fails to run without warnings. Usually compilation would fail
115         afterwards with funky errors.
116         This is more anal than the version committed to the gnome-2-0 branch
117
118 2002-08-18  Havoc Pennington  <hp@pobox.com>
119
120         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
121         both automake 1.6 and 1.4 installed get the right automake. Means
122         compilation from CVS will now require the latest automake 1.4
123         release, or manually creating symlinks called "automake-1.4" and
124         "aclocal-1.4"
125
126 Mon Aug 12 23:49:41 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
127
128         * autogen.sh : use portable -o instead of GNU-ish -or for find test
129
130 2002-08-10  Miles Lane  <miles_lane@yahoo.com>
131
132         * autogen.sh: fix the "find" test so that the presence of
133           configure.in is reporteded.  Each expression requires its
134           own -print flag.
135
136 2002-08-10  Sebastian Rittau  <srittau@jroger.in-berlin.de>
137
138         * autogen.sh: support for configure.ac
139
140 2002-05-10  Chema Celorio  <chema@celorio.com>
141
142         * compiler-flags.m4: fix GNOME_COMPILE_WARNINGS to work when a parameter is
143         passed. The arguments to AC_ARG_ENABLE where swapped
144
145 2002-04-01  jacob berkman  <jacob@ximian.com>
146
147         * gnome-x-checks.m4 (GNOME2_X_CHECKS): kill bogus clearing of
148         LDFLAGS
149
150 2001-10-29  jacob berkman  <jacob@ximian.com>
151
152         * autogen.sh: add check for glib-gettextize
153
154 2001-10-15  Bastien Nocera  <hadess@hadess.net>
155
156         * Makefile.am, curses.m4: added curses.m4 (copied from the gnome1
157         macros. this file is needed to gdialog
158
159 2001-10-02  Darin Adler  <darin@bentspoon.com>
160
161         * autogen.sh: Complete intltool support.
162
163 2001-10-02  Darin Adler  <darin@bentspoon.com>
164
165         * autogen.sh: Add intltool support.
166
167 2001-09-04  Frank Belew  <frb@ximian.com>
168
169         * autogen.sh: change gettext regexp to work with non-gnu grep
170
171 2001-08-18  Darin Adler  <darin@bentspoon.com>
172
173         * autogen.sh: Don't ask people to ignore xml-i18n-tools messages.
174
175 2001-08-04  Darin Adler  <darin@bentspoon.com>
176
177         * autogen.sh: Update gettext logic to allow anything that
178         starts with AM and ends with gettext. This makes it work with
179         AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using.
180
181 2001-08-03  Martin Baulig  <baulig@suse.de>
182
183         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed.
184         (GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
185         (GNOME_PKGCONFIG_ACLOCALFLAGS): Removed.
186         (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed.
187         (GNOME_PKGCONFIG_CHECK_MODULES): Removed.
188         (GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version
189         to check for the pkg-config version.
190
191 2001-07-20  Martin Baulig  <baulig@suse.de>
192
193         * gnome-pkgconfig.m4: Require pkg-config 0.8.0.
194
195 2001-06-29  Laszlo Peter <laca@ireland.sun.com>
196
197         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix the regexp
198         to process all 6 version numbers.
199
200 2001-06-22  Elliot Lee  <sopwith@redhat.com>
201
202         * gnome-gettext.m4: N'sync with the gnome1 version, bye bye buggies.
203
204 2001-06-13  Martin Baulig  <baulig@suse.de>
205
206         * gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require pkg-config 0.7.0
207         and fix download URL.
208
209         * gnome-platform.m4: Require pkgconfig on the GNOME 2.0 platform.
210
211 2001-06-01  Peter Williams  <peterw@ximian.com>
212
213         * autogen.sh: s,Gnome,$PKG_NAME,g
214
215 2001-04-13  Martin Baulig  <baulig@suse.de>
216
217         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
218         Set variable `have_<name>' to yes or no depending on whether the
219         module was found or not; allows you to define automake conditionals
220         for optional modules.
221
222 2001-03-24  Martin Baulig  <baulig@suse.de>
223
224         * autogen.sh: Add the xml-i18n-tools stuff here.
225
226 2000-12-01  Martin Baulig  <baulig@suse.de>
227
228         * compile-warnings.m4: Improved compile warnings check; the
229         --enable-compile-warnings parameter now takes 5 different
230         values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS).
231
232 2000-11-29  Martin Baulig  <baulig@suse.de>
233
234         * gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed.
235
236 2000-11-26  Martin Baulig  <martin@home-of-linux.org>
237
238         * gnome-x-checks.m4 (GNOME2_X_CHECKS): Use
239         GNOME_PKGCONFIG_CHECK_MODULES.
240
241         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't
242         AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]).
243         (GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1.
244
245 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
246
247         * gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES
248         to check for a list of optional modules.
249
250         * gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG.
251
252 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
253
254         * gnome-platform.m4: New file. This defines
255         GNOME_PLATFORM_GNOME_2.
256
257         * gnome-pkgconfig.m4: Disable the --extra-flags argument to
258         pkg-config, this doesn't exist anymore.
259
260 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
261
262         * gnome-pkgconfig.m4: New file. This defines
263         GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
264         GNOME_PKGCONFIG_* macros from pkg-config.
265
266 2000-11-21  Martin Baulig  <baulig@suse.de>
267
268         * gnome-support.m4, need-declaration.m4: Removed.
269
270 2000-09-30  Martin Baulig  <baulig@suse.de>
271
272         * gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0;
273         Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'.
274
275         * gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false
276         INSIDE_GNOME_COMMON automake conditional.
277         (GNOME_GTKDOC_CHECK): New macro.
278         (GNOME_DEBUG_CHECK): New macro.
279
280 Thu Aug 24 02:28:57 2000  George Lebl <jirka@5z.com>
281
282         * gnome-x-checks.m4: use the correct name in AC_PROVIDE
283
284 2000-08-06  Martin Baulig  <baulig@suse.de>
285
286         * gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
287         to GNOME2_X_CHECKS.
288
289 2000-07-24  Martin Baulig  <martin@home-of-linux.org>
290
291         * autogen.sh: Removed some old crap in it.
292         * aclocal-include.m4: Removed.
293
294         * gnome-x-checks.m4: Check for GTK+ 2.0.
295
296 2000-07-24  Martin Baulig  <baulig@suse.de>
297
298         * autogen.sh: Make it work with AM_GNOME2_GETTEXT.
299         * check-utmp.m4: New file.
300
301 2000-07-24  Martin Baulig  <baulig@suse.de>
302
303         Synced with gnome-libs/gnome-data.
304
305 2000-06-09  Martin Baulig  <martin@home-of-linux.org>
306
307         * gnome-common.m4: We need this here as well.
308
309 2000-05-29  Martin Baulig  <baulig@suse.de>
310
311         * Makefile.am: New file. Install this stuff into
312         `$(datadir)/aclocal/gnome2-macros'.
313
314         * gnome.m4: New file. Copied from `hack-macros' dir.
315
316         * autogen.sh: New file. Copied from `macros' dir.
317