1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
|
2003-02-21 James Henstridge <james@daa.com.au>
* autogen.sh (version_check): if $variable is set, then assume
it is correct and skip the version check.
(autoconf): check for autoconf2.50 first, so we don't trigger
Debian's sometimes broken autoconf version sniffer.
2003-02-19 James Henstridge <james@daa.com.au>
* Makefile.am (GNOME2_MACROS): remove check-utmp.m4 (copied it to
libzvt, which is the only thing using it).
* gnome-deprecated-macros.m4(GNOME_CHECK_CXX): AC_REQUIRE does not
work within AU_DEFUN, so change to a simple call to AC_PROG_CXX.
2003-02-18 James Henstridge <james@daa.com.au>
* autogen.sh (topdir): check to see if gnome-deprecated-macros.m4
ended up in aclocal.m4, and warn if so.
* gnome-platform.m4: kill this too (with a deprecation warning).
* gnome-cxx-check.m4: move to gnome-deprecated-macros.m4
* gnome-pkgconfig.m4: remove, and add a deprecation warning in its
place.
* gnome-x-checks.m4: remove, and add an AU_DEFUN in its place
telling people not to use it.
* linger.m4: removed outright.
* gnome-common.m4: remove GNOME_GTKDOC_CHECK, deprecated in favour
of GTK_DOC_CHECK.
* gnome-gettext.m4: remove file (people should be using gettextize
or glib-gettextize).
* gnome-deprecated-macros.m4: new file to hold deprecated macros.
2003-02-14 Kalpesh Shah <kalpesh.shah@sun.com>
* check-utmp.m4: initialize UTMP structure properly.
Fixes Bug#93774.
Patch reviewed by Andersca <andersca@gnu.org>
2002-09-23 Bastien Nocera <hadess@hadess.net>
* autogen.sh: exit if aclocal, autoheader, automake or autoconf
fails to run without warnings. Usually compilation would fail
afterwards with funky errors.
This is more anal than the version committed to the gnome-2-0 branch
2002-08-18 Havoc Pennington <hp@pobox.com>
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
both automake 1.6 and 1.4 installed get the right automake. Means
compilation from CVS will now require the latest automake 1.4
release, or manually creating symlinks called "automake-1.4" and
"aclocal-1.4"
Mon Aug 12 23:49:41 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
* autogen.sh : use portable -o instead of GNU-ish -or for find test
2002-08-10 Miles Lane <miles_lane@yahoo.com>
* autogen.sh: fix the "find" test so that the presence of
configure.in is reporteded. Each expression requires its
own -print flag.
2002-08-10 Sebastian Rittau <srittau@jroger.in-berlin.de>
* autogen.sh: support for configure.ac
2002-05-10 Chema Celorio <chema@celorio.com>
* compiler-flags.m4: fix GNOME_COMPILE_WARNINGS to work when a parameter is
passed. The arguments to AC_ARG_ENABLE where swapped
2002-04-01 jacob berkman <jacob@ximian.com>
* gnome-x-checks.m4 (GNOME2_X_CHECKS): kill bogus clearing of
LDFLAGS
2001-10-29 jacob berkman <jacob@ximian.com>
* autogen.sh: add check for glib-gettextize
2001-10-15 Bastien Nocera <hadess@hadess.net>
* Makefile.am, curses.m4: added curses.m4 (copied from the gnome1
macros. this file is needed to gdialog
2001-10-02 Darin Adler <darin@bentspoon.com>
* autogen.sh: Complete intltool support.
2001-10-02 Darin Adler <darin@bentspoon.com>
* autogen.sh: Add intltool support.
2001-09-04 Frank Belew <frb@ximian.com>
* autogen.sh: change gettext regexp to work with non-gnu grep
2001-08-18 Darin Adler <darin@bentspoon.com>
* autogen.sh: Don't ask people to ignore xml-i18n-tools messages.
2001-08-04 Darin Adler <darin@bentspoon.com>
* autogen.sh: Update gettext logic to allow anything that
starts with AM and ends with gettext. This makes it work with
AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using.
2001-08-03 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed.
(GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
(GNOME_PKGCONFIG_ACLOCALFLAGS): Removed.
(GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed.
(GNOME_PKGCONFIG_CHECK_MODULES): Removed.
(GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version
to check for the pkg-config version.
2001-07-20 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4: Require pkg-config 0.8.0.
2001-06-29 Laszlo Peter <laca@ireland.sun.com>
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix the regexp
to process all 6 version numbers.
2001-06-22 Elliot Lee <sopwith@redhat.com>
* gnome-gettext.m4: N'sync with the gnome1 version, bye bye buggies.
2001-06-13 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require pkg-config 0.7.0
and fix download URL.
* gnome-platform.m4: Require pkgconfig on the GNOME 2.0 platform.
2001-06-01 Peter Williams <peterw@ximian.com>
* autogen.sh: s,Gnome,$PKG_NAME,g
2001-04-13 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
Set variable `have_<name>' to yes or no depending on whether the
module was found or not; allows you to define automake conditionals
for optional modules.
2001-03-24 Martin Baulig <baulig@suse.de>
* autogen.sh: Add the xml-i18n-tools stuff here.
2000-12-01 Martin Baulig <baulig@suse.de>
* compile-warnings.m4: Improved compile warnings check; the
--enable-compile-warnings parameter now takes 5 different
values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS).
2000-11-29 Martin Baulig <baulig@suse.de>
* gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed.
2000-11-26 Martin Baulig <martin@home-of-linux.org>
* gnome-x-checks.m4 (GNOME2_X_CHECKS): Use
GNOME_PKGCONFIG_CHECK_MODULES.
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't
AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]).
(GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1.
2000-11-22 Martin Baulig <martin@home-of-linux.org>
* gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES
to check for a list of optional modules.
* gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG.
2000-11-22 Martin Baulig <martin@home-of-linux.org>
* gnome-platform.m4: New file. This defines
GNOME_PLATFORM_GNOME_2.
* gnome-pkgconfig.m4: Disable the --extra-flags argument to
pkg-config, this doesn't exist anymore.
2000-11-22 Martin Baulig <martin@home-of-linux.org>
* gnome-pkgconfig.m4: New file. This defines
GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
GNOME_PKGCONFIG_* macros from pkg-config.
2000-11-21 Martin Baulig <baulig@suse.de>
* gnome-support.m4, need-declaration.m4: Removed.
2000-09-30 Martin Baulig <baulig@suse.de>
* gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0;
Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'.
* gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false
INSIDE_GNOME_COMMON automake conditional.
(GNOME_GTKDOC_CHECK): New macro.
(GNOME_DEBUG_CHECK): New macro.
Thu Aug 24 02:28:57 2000 George Lebl <jirka@5z.com>
* gnome-x-checks.m4: use the correct name in AC_PROVIDE
2000-08-06 Martin Baulig <baulig@suse.de>
* gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
to GNOME2_X_CHECKS.
2000-07-24 Martin Baulig <martin@home-of-linux.org>
* autogen.sh: Removed some old crap in it.
* aclocal-include.m4: Removed.
* gnome-x-checks.m4: Check for GTK+ 2.0.
2000-07-24 Martin Baulig <baulig@suse.de>
* autogen.sh: Make it work with AM_GNOME2_GETTEXT.
* check-utmp.m4: New file.
2000-07-24 Martin Baulig <baulig@suse.de>
Synced with gnome-libs/gnome-data.
2000-06-09 Martin Baulig <martin@home-of-linux.org>
* gnome-common.m4: We need this here as well.
2000-05-29 Martin Baulig <baulig@suse.de>
* Makefile.am: New file. Install this stuff into
`$(datadir)/aclocal/gnome2-macros'.
* gnome.m4: New file. Copied from `hack-macros' dir.
* autogen.sh: New file. Copied from `macros' dir.
|