Reverted, until me and maciej get some good ideas
[platform/upstream/gnome-common.git] / macros / ChangeLog
1 2000-11-05  Martin Baulig  <baulig@suse.de>
2
3         * gnome-bonobo-check.m4 (BONOBO_CFLAGS, BONOBO_LIBS): Added
4         stuff for `bonobox'.
5
6 2000-08-01  Pavel Roskin  <proski@gnu.org>
7
8         * curses.m4: AC_WARN replaced with AC_MSG_WARN in comments
9
10 2000-06-23  Stanislav Brabec  <utx@penguin.cz>
11
12         * gnome-pilot.m4: Use 'PISOCK_INCLUDEDIR' in pisock version check.
13
14 2000-06-17  Dan Winship  <danw@helixcode.com>
15
16         * autogen.sh: exit immediately if aclocal, autoheader, automake,
17         or autoconf fails, rather than continuing on with broken state.
18         (In the aclocal case, print a hopefully-useful explanatory
19         message.)
20
21 2000-06-13  Martin Baulig  <baulig@suse.de>
22
23         * gnome-bonobo-check.am (AM_BONOBO_USES_OAF): New macro.
24         Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF'
25         if appropriate. Also provides `BONOBO_USES_OAF' automake
26         conditional.
27
28 2000-06-13  Martin Baulig  <baulig@suse.de>
29
30         * Makefile.am (EXTRA_DIST): Added `gnome-gettext.m4'.
31         (gnome_aclocal_DATA): Added `gnome-gettext.m4'.
32
33 2000-05-29  Martin Baulig  <baulig@suse.de>
34
35         * gnome-autogen.sh: Moved to the `bin/' directory.
36
37 2000-05-29  Martin Baulig  <baulig@suse.de>
38
39         * gnome-autogen.sh: If `USE_GNOME_2_MACROS' is set, use the
40         GNOME 2.0 macros from the `macros2' directory.
41
42 2000-05-29  Martin Baulig  <baulig@suse.de>
43
44         * gnome-common.m4, Makefile.am: Install macros to
45         `$(datadir)/aclocal/gnome-macros' when INSIDE_GNOME_COMMON.
46
47         * gnome-autogen.sh: New file. When using gnome-common instead
48         of the macros/ directory, use this in your autogen.sh.
49
50 2000-05-15  Russell Steinthal  <rms39@columbia.edu>
51
52         * gnome-pilot.m4 (PILOT_LIBS): An attempt to fix the gnome-pilot
53         check on Solaris (`$GNOME_CONFIG ...` returns more than one word,
54         so we need quotes around it to keep test from bombing out)
55
56 2000-05-01  Dan Winship  <danw@helixcode.com>
57
58         * gnome-pilot.m4 (PILOT_LIBS): "But that trick NEVER works!"
59         "This time for sure!"
60
61 Sun Apr 23 12:15:14 2000  George Lebl <jirka@5z.com>
62
63         * gnome.m4: add an extra lib of docklets.  These checks are
64           braindamaged though, they don't fail and thus gnome-core for
65           example compiles without gnomecc.  There need to be separate .m4
66           files or checks
67
68 2000-04-19  Eskil Heyn Olsen  <deity@eskil.dk>
69
70         * gnome-pilot.m4 (PILOT_LIBS): Changed the error string for gnome-pilot
71         (PILOT_LIBS): Fixes the gnome-config check
72
73 2000-04-10  Dan Winship  <danw@helixcode.com>
74
75         * gnome-pilot.m4 (PILOT_LIBS): Fix a bug introduced in the
76         gnome-pilot-config to "gnome-config gpilot" change that caused not
77         having pilot-link installed to become a fatal error.
78
79 2000-02-26  James Henstridge  <james@daa.com.au>
80
81         * gnome-gettext.m4: fix up check of LINGUAS variable so that we don't
82         get problems when LINGUAS contains `en' and ALL_LINGUAS contains
83         `en_GB' for instance.
84
85 2000-02-22  Martin Baulig  <martin@home-of-linux.org>
86
87         * autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set.
88
89 2000-02-09  Raja R Harinath  <harinath@cs.umn.edu>
90
91         * autogen.sh: Fix GNUism introduced in the previous fix.
92
93 2000-02-08  Miguel de Icaza  <miguel@gnu.org>
94
95         * autogen.sh: Handle non GNU find programs. 
96
97 2000-02-05  Martin Baulig  <martin@home-of-linux.org>
98
99         * gnome-libgtop-types.m4 (AC_LIBGTOP_CHECK_TYPE): New macro. This
100         is an improved version of AC_CHECK_TYPE which takes into account
101         that we need to #include some other header files on some systems
102         to get some types.
103         (GNOME_LIBGTOP_TYPES): Check for <sys/bitypes.h> for Tru64 and
104         use AC_LIBGTOP_CHECK_TYPE rather than AC_CHECK_TYPE.
105
106 2000-01-26  Dave Camp  <campd@oit.edu>
107         
108         * gnome-bonobo-check.m4 Include <bonobo.h> rather than 
109         <bonobo/gnome-object.h>
110
111 2000-01-26  Dave Camp  <campd@oit.edu>
112
113         * gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather 
114         than gnome_object_get_type().
115
116 2000-01-23  Peter Teichman  <peter@helixcode.com>
117
118         * gnome-pilot.m4: i broke the version-checking macro for other
119         distribs in my last commit. fixing that now.
120
121 2000-01-22  Peter Teichman  <peter@helixcode.com>
122
123         * gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for
124         debian
125
126 2000-01-20  Raja R Harinath  <harinath@cs.umn.edu>
127
128         * gnome-objc-checks.m4: Look for sched_yield in -lrt, too.
129         Suggested by Drazen Kazar <dave@srce.hr>.
130
131 2000-01-16  Vadim Strizhevsky  <vadim@optonline.net>
132
133         * gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK.
134
135 2000-01-15  Eskil Heyn Olsen  <deity@eskil.dk>
136         
137         * gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version.
138         GNOME_PILOT_CHECK defaults to requiring 0.9.3.
139         
140 2000-01-09  Martin Baulig  <martin@home-of-linux.org>
141
142         * gnome-libgtop-check.m4: Applied patch from R. Bernstein
143         <rocky@panix.com> - print a better error message when
144         LibGTop's major version number mismatches.
145
146 1999-12-25  Martin Baulig  <martin@home-of-linux.org>
147
148         * gnome-pilot.m4: Applied patch from Colin Walters to make
149         it compile under Debian GNU/Linux.
150
151 1999-12-05  Martin Baulig  <martin@home-of-linux.org>
152
153         * gnome-libgtop-checks.m4: Removed all guile variables.
154
155 1999-11-18  Jeff Garzik  <jgarzik@mandrakesoft.com>
156
157         * gnome-xml-check.m4: Better scoping of below fix.
158
159 1999-11-16  Jeff Garzik  <jgarzik@mandrakesoft.com>
160
161         * gnome-xml-check.m4: always AC_SUBST GNOME_XML_LIB, so that
162         output variable will always be present.
163
164 1999-11-09  Eskil Heyn Olsen  <deity@eskil.dk>
165
166         * gnome-pilot.m4: uses test -r instead of test -e, was reported as 
167         a portability bug wrt solaris.
168
169 1999-10-31  Eskil Heyn Olsen  <deity@eskil.dk>
170
171         * gnome-pilot.m4: added PILOT_LINK_CHECK, used by
172         GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link.
173
174 1999-10-24  Jacob Berkman  <jberkman@andrew.cmu.edu>
175
176         * gnome-ghttp-check.m4: this should be a better fix
177
178 1999-10-21  Jacob Berkman  <jberkman@andrew.cmu.edu>
179
180         * gnome-ghttp-check.m4: use a temp value until we know that
181         ghttp exists.  This will hopefully fix building on Solaris 
182         machines
183
184 1999-09-26  Jody Goldberg <jgoldberg@home.com>
185
186         * compiler-flags.m4 : Remove -Wpointer-arith.  It generates large
187           numbers of warnings under glibc2.1.2 with a recent egcs release.
188           The glibc maintainers have suggested removing this flag because it
189           is useless.
190
191 1999-09-01  Havoc Pennington  <hp@pobox.com>
192
193         * gnome-xml-check.m4: If you're going to AC_PATH_PROG then use the
194         prog you find :-)       
195
196 1999-08-02  Peter Teichman  <pat4@acpub.duke.edu>
197
198         * removed gnome-conduit-check.m4 - it should be distributed with
199         gnome-pilot
200
201 1999-07-30  Peter Teichman  <pat4@acpub.duke.edu>
202
203         * gnome-conduit-check.m4: added new file of checks. anything that
204         provides a pilot conduit is going to want this
205
206 1999-07-07  Tuomas J. Lukka  <lukka@iki.fi>
207         * gnome-x-checks.m4: add a comment on how to get gtk-1.3 and
208         glib 1.3 from CVS
209
210 1999-07-06  Tuomas J. Lukka  <lukka@iki.fi>
211
212         * gnome-x-checks.m4: forbid compiling with Gtk-1.3 for now.
213         gnome only works with 1.2 so far. 
214
215 1999-07-05  Raja R Harinath  <harinath@cs.umn.edu>
216
217         * gnome.m4: Make "extra library" message slightly easier to read.
218
219 Sat Jun 26 01:47:53 1999  Tim Janik  <timj@gtk.org>
220
221         * compiler-flags.m4: give -Wunused to gcc instead of -Wno-unused.
222
223 1999-06-11  Tuomas J. Lukka <lukka@iki.fi>
224
225         * gnome-guile-checks.m4: Debian has qt_null in -lqthreads but
226           no main. Changed both checks for 'main' to qt_null.
227           I hope this is correct - it shouldn't break anything.
228
229 1999-05-11  Raja R Harinath  <harinath@cs.umn.edu>
230
231         * Makefile.am (MACROS): Add `gnome-bonobo-check.m4'.
232
233 1999-05-09  Jacob Berkman  <jberk+@cmu.edu>
234
235         * gnome-bonobo-check.m4: made test program return 0,
236         changed BONOBO_CHECK to not return "failure" on success
237
238 1999-04-16  Raja R Harinath  <harinath@cs.umn.edu>
239
240         * gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of
241         AM_PATH_GNOME_PRINT. 
242         * Makefile.am (MACROS): Sort lines.
243
244 Sun Mar 28 23:39:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
245
246         * gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs
247         to be fixed but that's not a problem because there's no libvfs, yet.
248
249 1999-03-10  Tomislav Vujec  <tvujec@carnet.hr>
250
251         * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in
252         ACLOCAL. This allows maintainer rules to work if any of the macros
253         change.
254
255 1999-03-10  Tomislav Vujec  <tvujec@carnet.hr>
256
257         * gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in
258         testing for additional inits. It gets expanded while generating
259         configure, resulting in an empty parameter list - syntax error in
260         for statement.
261
262 1999-03-09  Raja R Harinath  <harinath@cs.umn.edu>
263
264         * gnome.m4 (GNOME_INIT): Add a new paramater, which is passed to
265         GNOME_INIT_HOOK. 
266         (GNOME_INIT_HOOK): New parameter "additional inits".  This is a
267         list like "applets capplet", and the corresponding
268         GNOME_APPLETS_LIBS and GNOME_CAPPLETS_LIBS are defined.
269
270 1998-03-01  Mark Crichton <crichton@gimp.org>
271
272         * gnome-objc-checks : Added HAVE_GNOME_OBJC conditional
273
274 1998-02-27  Gregory McLean <gregm@comstar.net>
275
276         * gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting
277         bug reports with an old glib/gtk/gdk set..)
278
279 1999-02-25  Martin Baulig  <martin@home-of-linux.org>
280
281         * gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0.
282
283 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
284
285         * compiler-flags.m4: Only add the compilation warnings if the
286         compiler is GCC.
287
288 1999-02-20  Timur Bakeyev <mc@bat.ru>
289
290         * gnome.m4: Added and exported ZVT_LIBS.
291
292 Tue Feb 16 19:35:42 1999  Owen Taylor  <otaylor@redhat.com>
293
294         * gnome-x-checks.m4: Require GTK+-1.1.16.
295
296 1999-02-15  Timur Bakeyev <mc@bat.ru>
297
298         * gnome-gettext.m4: Work around a bug in BSDI's native sh, which in-
299         correctly expands ${LINGUAS=$ALL_LINGUAS}. Switched to if/fi variant.
300
301 1999-02-15  Chris Lahey  <clahey@umich.edu>
302
303         * gnome-print-check.m4: Copied this from libhnj/libhnj.m4.  Almost
304         completely replaced the old version.  The only usage difference is
305         that it defines GNOME_PRINT_LIBS instead of GNOME_PRINT_LIB and
306         defines GNOME_PRINT_CFLAGS as well.
307
308 1999-02-10  Martin Baulig  <martin@home-of-linux.org>
309
310         * gnome-objc-checks.m4: Applied a patch from Kenneth Stailey;
311         use $CFLAGS when invoking $OBJC so the user can add additional
312         include paths.
313
314 1999-02-05  Martin Baulig  <martin@home-of-linux.org>
315
316         * compiler-flags.m4: Don't add warning and compiler flags to
317         the CFLAGS and CXXFLAGS when they're cached. This fixes the
318         problem that CFLAGS and CXXFLAGS get longer and longer each
319         time you run a `config.status --recheck'.
320
321 1999-02-04  Martin Baulig  <martin@home-of-linux.org>
322
323         * aclocal-include.m4 (INSIDE_GNOME_COMMON): New automake
324         conditional that's always false.
325
326         * gnome-common.m4: New file. This defines a `GNOME_COMMON_INIT'
327         macro that should be used in all GNOME Applications outside
328         the CVS tree.
329
330         * Makefile.am: If we are `INSIDE_GNOME_COMMON', install all
331         $(MACROS), autogen.sh, gnome-common.m4 and a newly created
332         gnome-macros.dep in `$(datadir)/aclocal/gnome'.
333
334 1999-01-24  Timur Bakeyev <mc@bat.ru>
335
336         * gnome-pthread-check.m4: Add recognition of 2 more libraries - 
337         pthreads and pthread-support build in libc (as on BSDI).
338
339 1999-01-23  Martin Baulig  <martin@home-of-linux.org>
340
341         * gnome-libgtop-checks.m4 (GNOME_LIBGTOP_DOCU): New macro. This
342         checks whether you have the LibGTop documentation installed and
343         defines `HAVE_LIBGTOP_DOCU' if appropriate. Also provides automake
344         conditional.
345
346 1999-01-20  Martin Baulig  <martin@home-of-linux.org>
347
348         * acinclude.m4 (ac_result): Unset CATOBJEXT so
349         that the macros and Makefiles correctly handle
350         disabling NLS when no gettext is found.
351
352 1999-01-19  Raja R Harinath  <harinath@cs.umn.edu>
353
354         * gnome-cxx-check.m4 (GNOME_CHECK_CXX): Rewrite to be saner.  
355         Don't limit yourself to a fixed set of names for the compiler.
356
357 1999-01-06 Nat Friedman   <nat@nat.org>
358
359         * Makefile.am (MACROS): Added gnome-print-check.m4 to MACROS
360
361 1999-01-05  Raja R Harinath  <harinath@cs.umn.edu>
362
363         * gnome-support.m4: Include dirent.h before checking whether
364         `scandir' needs to be declared.
365         * need-declaration.m4: Revert change.
366
367 1999-01-05  Miguel de Icaza  <miguel@nuclecu.unam.mx>
368
369         * need-declaration.m4, gnome-support.m4: Fixed the scandir detection.
370
371 1998-12-22  Jeff Garzik  <jgarzik@pobox.com>
372
373         * gnome.m4:  Added and exported GNOME_APPLET_LIBS.
374
375 1998-12-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
376
377         * gnome-support.m4: Removed all the stuff for argp, that was
378         causing gnomesupport not to build.
379
380 1998-12-15  Martin Baulig  <martin@home-of-linux.org>
381
382         * gnome-gettext.m4: Add the hacked version of the gettext
383         macros that is used in Gtk+ here.
384
385         * autogen.sh: Accept both AM_GNU_GETTEXT and AM_GNOME_GETTEXT.
386          
387 1998-12-15  Martin Baulig  <martin@home-of-linux.org>
388
389         * gnome-libgtop-check.m4: All parts of GNOME will now require
390         LibGTop >= 0.99.0 which is the latest version from CVS and
391         already feature-freezed for GNOME 1.0.
392         
393 1998-12-09  Martin Baulig  <martin@home-of-linux.org>
394
395         * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Make this work
396         with more than one directory.
397
398 1998-12-08  Martin Baulig  <martin@home-of-linux.org>
399
400         * gnome-libgtop-sysdeps.m4: Moved into the LibGTop module.
401         This file contains too much stuff that should only be used
402         internally in LibGTop, so it's better to have it there.
403
404 1998-12-06  Martin Baulig  <martin@home-of-linux.org>
405
406         * gnome-libgtop-sysdeps.m4: Recognice OpenBSD as a valid
407         system and use the `freebsd' sysdeps directory for it.
408
409 Sat Dec  5 23:30:01 PST 1998 Manish Singh <yosh@gimp.org>
410
411         * gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if
412         guile isn't there (quick fix)
413
414 1998-12-05  Martin Baulig  <martin@home-of-linux.org>
415
416         * gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid
417         system and use the `freebsd' sysdeps directory for it.
418
419 1998-12-03  Martin Baulig  <martin@home-of-linux.org>
420
421         * gnome-libgtop-sysdeps.m4 (GLIBTOP_LINUX_VERSION_CODE):
422         Define this to be the same as LINUX_VERSION_CODE either from
423         <linux/version.h> or from the running kernel.
424
425 1998-12-02  Raja R Harinath  <harinath@cs.umn.edu>
426
427         * autogen.sh: "Improve" indentation and messages somewhat.
428
429 1998-12-01  Jeff Garzik  <jgarzik@pobox.com>
430
431         * autogen.sh:
432         Platform fixes.  grep -q is not portable, do not use.
433
434 1998-12-01  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
435
436         * autogen.sh: Run gettextize if needed.
437         : Run libtoolize only if configure.in has "^AM_PROG_LIBTOOL".
438
439 1998-11-30  Jeff Garzik  <jgarzik@pobox.com>
440
441         * gnome.m4: Re-arranged tests such that "--without-gnome" is
442         fully supported.  Not only is the logic now correct, programs
443         can test "want_gnome=yes/no" for the results of this arg.
444
445 1998-11-27  Martin Baulig  <martin@home-of-linux.org>
446
447         * gnome-libgtop-check.m4: All parts of GNOME will now require
448         LibGTop >= 0.29.0 which is the latest version from CVS.
449
450 1998-11-20  James Henstridge  <james@daa.com.au>
451
452         * gnome.m4(GNOME_INIT_HOOK): Changed the call to GNOME_GNORBA_CHECK
453         to GNOME_GNORBA_HOOK([],$2).  Before if you specified that the
454         macro should not exit on errors, and you didn't have ORBit, the
455         script would fail anyway.
456
457 1998-11-17  Martin Baulig  <martin@home-of-linux.org>
458
459         * gnome-libgtop-sysdeps.m4: We need to check for <net/if_var.h>
460         and conditionally include it before <net/if_isppp.h> in the code
461         that check for I4B to make it work on FreeBSD 3.0.
462         
463 1998-10-25  Marius Vollmer  <mvo@zagadka.ping.de>
464
465         * gnome-guile-checks.m4: Add GUILE_LIBS to LIBS when checking
466         whether guile works.  Adding them to LDFLAGS does not work on all
467         systems.  (Thanks to Rusty Chris Holleman)
468
469 1998-11-12  Andrew T. Veliath  <andrewtv@usa.net>
470
471         * gnome-orbit-check.m4: Remove AC_DEFINE(HAVE_ORBIT). Add
472         AM_CONDITIONAL for HAVE_ORBIT.  gnome-gnorba-check.m4: Same with
473         HAVE_GNORBA.  Change GNOME_ORBIT_HOOK and GNOME_GNORBA_HOOK to use
474         AC_CACHE_CHECK, setting both gnome_cv_orbit_found and
475         gnome_cv_gnorba_found.
476
477         * gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if
478         gnome-config is found.  New GNOMEGNORBA_LIBS library variable
479         (GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS).  Update
480         GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required
481         Gnorba info, if it is in a different location.
482
483         * Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile.
484         
485         * gnome-gnorba-check.m4: New file.
486
487 1998-11-12  Raja R Harinath  <harinath@cs.umn.edu>
488
489         * gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it
490         doesn't work for Solaris 2.5 binaries running on Solaris 2.6.
491         From Frederic Devernay <devernay@istar.fr>.
492
493 1998-11-06  Raja R Harinath  <harinath@cs.umn.edu>
494
495         * gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).
496
497 1998-11-04  Raja R Harinath  <harinath@cs.umn.edu>
498
499         * gnome-support.m4 (need_gnome_support): Set this unconditionally
500         to `yes'.  We'll soon be losing this variable.
501
502 1998-10-20  Andrew Veliath  <andrewtv@usa.net>
503
504         * gnome-orbit-check.m4 (GNOME_ORBIT_HOOK): Add ORBIT_IDL
505         detection; fix failure flag.
506
507 1998-10-12  Martin Baulig  <martin@home-of-linux.org>
508
509         * compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'.
510
511 1998-10-11  Martin Baulig  <martin@home-of-linux.org>
512
513         * gnome-libgtop-sysdeps.m4 (libgtop_postinstall): Use `:' instead
514         of the empty string if there is nothing to do since the empty string
515         is no valid shell sytax.
516
517 1998-10-11  Marius Vollmer  <mvo@zagadka.ping.de>
518
519         * gnome-guile-checks.m4: Check for "guile-config" and then for
520         "build-guile", if guile-config couldn't be found.  Do not
521         explicitely include output from "info libdir", it is already
522         included in "link".  Use "compile" instead of "info includedir".  Do
523         not include "1.2" in error message when Guile can't be found at
524         all.
525         
526 1998-10-11  Martin Baulig  <martin@home-of-linux.org>
527
528         * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Added optional
529         third parameter which is the `script-if-enabled' parameter of
530         the GNOME_LIBGTOP_HOOOK.
531
532 1998-10-05  Karl Eichwalder <ke@suse.de>
533
534         * gnome-xml-check.m4: Fix typo while signaling the error.
535
536 1998-10-05  Raja R Harinath  <harinath@cs.umn.edu>
537
538         * compiler-flags.m4 (warnCFLAGS): Remove `-W'.
539         (warn-unused): Remove.
540
541 1998-10-01  Martin Baulig  <martin@home-of-linux.org>
542
543         * gnome-libgtop-sysdeps.m4 (libgtop_postinstall): 
544         Added `AC_SUBST(libgtop_postinstall)'. This is used in
545         `src/daemon/Makefile.am' to make the server suid root or
546         sgid kmem if required.
547
548 1998-09-28  Martin Baulig  <martin@home-of-linux.org>
549
550         * gnome-libgtop-check.m4: Make it accept libgtop >= 0.25.0 again.
551
552         * gnome-libgtop-sysdeps.m4: Make the default not to build the
553         LibGTop examples.
554
555         * compiler-flags.m4 (--enable-warn-unused): New configure parameter
556         to add `-Wunused' to the warning flags.
557         
558 1998-09-27  Martin Baulig  <martin@home-of-linux.org>
559
560         * gnome-libgtop-check.m4: Make it require libgtop >= 0.26.2.
561
562 1998-09-24  Raja R Harinath  <harinath@cs.umn.edu>
563
564         * gnome-ghttp-check.m4: Add checks for -lsocket -lnsl.
565
566 1998-09-18  Raja R Harinath  <harinath@cs.umn.edu>
567
568         * gnome-support.m4: Remove commented out code.
569
570 1998-09-12  Martin Baulig  <martin@home-of-linux.org>
571
572         * gnome-libgtop-sysdeps.m4: Added (AC_SUBST): `libgtop_have_sysinfo'.
573
574 1998-09-09  Martin Baulig  <baulig@merkur.uni-trier.de>
575
576         * gnome-libgtop-sysdeps.m4: Added check for SMP support.
577         (--with-libgtop-smp): New parameter, default is to enable
578         it only if you're running configure on a SMP system.
579         Added (AC_DEFINE): `HAVE_LIBGTOP_SMP' if enabled.
580         (LIBGTOP_SMP): New automake conditional.
581
582 1998-09-02  Raja R Harinath  <harinath@cs.umn.edu>
583
584         * gnome-support.m4: Remove check for `canonicalize_file_name'.
585
586 1998-09-02  Martin Baulig  <martin@home-of-linux.org>
587
588         * gnome-support.m4: Check for canonicalize_file_name () and
589         realpath () and add `canonicalize.o' to LIBOBJS if required.
590
591 1998-08-30  Martin Baulig  <martin@home-of-linux.org>
592
593         * gnome-libgtop-check.m4: Added (AC_SUBST): `LIBGTOP_VERSION_CODE'.
594         Added (AC_DEFINE_UNQUOTED): `LIBGTOP_VERSION', `LIBGTOP_VERSION_CODE',
595         `LIBGTOP_{MAJOR,MINOR,MICRO,SERVER}_VERSION'.
596
597 1998-08-29  Martin Baulig  <martin@home-of-linux.org>
598
599         * gnome-libgtop-check.m4: Make it require libgtop >= 0.26.0.
600         Added (AC_SUBST): `LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE'.
601
602 1998-08-27  Christopher Blizzard  <blizzard@appliedtheory.com>
603
604         * gnome-ghttp-check.m4: Umm...I think this works better.  Doesn't
605         break anything anyway.
606         Oooo...it actually works now.  Forgot a ,
607
608 1998-08-26  Martin Baulig  <martin@home-of-linux.org>
609
610         * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Make it work
611         with a brain-dead /bin/sh and a brain-dead /bin/test.
612         
613         * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Use `AC_MSG_WARN'
614         if LibGTop cannot be found and the `fail' argument is not given.
615
616 1998-08-24  Martin Baulig  <martin@home-of-linux.org>
617
618         * gnome-support.m4 (GCC_NEED_DECLARATIONS): Added `setreuid',
619         `setregid' and `getpagesize'.
620         (AC_TYPE_UID_T): New check.
621
622 1998-08-24  Christopher Blizzard  <blizzard@appliedtheory.com>
623
624         * Makefile.am (MACROS): Add gnome-ghttp-check.m4 to the Makefile.
625
626 1998-08-23  Martin Baulig  <martin@home-of-linux.org>
627
628         * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): You can give
629         this macro two parameters: the required version number and
630         an optional `fail' argument to make it fail if LibGTop is
631         not found.
632
633 1998-08-22  Martin Baulig  <martin@home-of-linux.org>
634
635         * gnome-guile-checks.m4: Added check for `-lnsl' and `-lsocket'
636         if `build-guile' cannot be found.
637
638 1998-08-20  Raja R Harinath  <harinath@cs.umn.edu>
639
640         * compiler-flags.m4: New file.  Defines the
641         GNOME_COMPILER_WARNINGS macro.
642         * autogen.sh (conf_flags): Add `--enable-compile-warnings' to list
643         of flags passed to `configure'.
644         * Makefile.am (MACROS): Add compiler-flags.m4.
645
646 1998-08-18  Martin Baulig  <martin@home-of-linux.org>
647
648         * gnome-libgtop-check.m4: make it require libgtop >= 0.25.0.
649         Added (AC_SUBST): `LIBGTOP_MICRO_VERSION' and `LIBGTOP_EXTRA_LIBS'.
650         
651 1998-08-17  Martin Baulig  <martin@home-of-linux.org>
652
653         * gnome-libgtop-check.m4: Completely rewrote this file. It
654         uses now the `libgtop-config' script and also checks for
655         correct libgtop version.
656
657 1998-08-06  Martin Baulig  <martin@home-of-linux.org>
658
659         * gnome-libgtop-sysdeps.m4: Added `freebsd' directory.
660
661 1998-08-04  Raja R Harinath  <harinath@cs.umn.edu>
662
663         * gnome-x-checks.m4: Define USE_DEVGTK unconditionally to `true'.
664
665 1998-08-04  Stuart Parmenter  <pavlov@innerx.net>
666
667         * gnome-x-checks.m4: (AM_PATH_GTK) make it require GTK >= 1.1.1
668         dnl'd the dev_gtk since they will have to anyways.
669
670 1998-08-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
671
672         * gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is
673         found and used
674
675 1998-08-02  Raja R Harinath  <harinath@cs.umn.edu>
676
677         * gnome.m4 (GNOME_CONFIG): Use the `gnome-config' program if it
678         exists. 
679
680 1998-08-01  Raja R Harinath  <harinath@cs.umn.edu>
681
682         * Makefile.am (EXTRA_DIST): Remove `macros.dep'.
683
684 1998-07-30  Martin Baulig  <martin@home-of-linux.org>
685
686         * gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): New macro.
687         Checks for `u_int64_t' and `int64_t'.
688
689 1998-07-29  Martin Baulig  <martin@home-of-linux.org>
690
691         * gnome-libgtop-check.m4: Added (AC_SUBST):
692         `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',
693         `LIBGTOP_GUILE_LIBS', `LIBGTOP_GUILE_NAMES_LIBS',
694         `LIBGTOP_MAJOR_VERSION', `LIBGTOP_MINOR_VERSION',
695         `LIBGTOP_VERSION'.
696
697         * gnome-libgtop-sysdeps.m4 (libgtop_sysdeps_dir):
698         Added `AC_SUBST(libgtop_sysdeps_dir)'.
699
700 1998-07-29  Raja R Harinath  <harinath@cs.umn.edu>
701
702         * gnome-support.m4: Check for functions that `error.c' looks for.
703
704 1998-07-29  Martin Baulig  <martin@home-of-linux.org>
705
706         * gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): Removed.
707
708         * gnome-support.m4 (AM_FUNC_ERROR_AT_LINE): New check.
709
710 1998-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
711
712         * gnome-x-checks.m4: Changed Gtk version test to use
713         GTK_HAVE_FEATURES_1_1_0.
714
715 Sun Jul 26 13:59:53 EDT 1998  Daniel Veillard <Daniel.Veillard@w3.org>
716
717         * Makefile.am (MACROS): Added gnome-xml-check.m4
718         * gnome-xml-check.m4: New file.
719
720 1998-07-24  Martin Baulig  <martin@home-of-linux.org>
721
722         * gnome-libgtop-check.m4: No longer requiring
723         `GNOME_LIBGTOP_SYSDEPS'.
724
725 Fri Jul 24 00:45:38 1998  Tom Tromey  <tromey@cygnus.com>
726
727         * Makefile.am (MACROS): Added linger.m4.
728         * linger.m4: New file.
729
730 Thu Jul 23 22:41:23 1998  Tom Tromey  <tromey@cygnus.com>
731
732         * Makefile.am (MACROS): Added gnome-undelfs.m4, gnome-vfs.m4.
733         * gnome-undelfs.m4: New file.
734         * gnome-vfs.m4: New file.
735
736 1998-07-22  Martin Baulig  <martin@home-of-linux.org>
737
738         * gnome-fileutils.m4: Added some reasonable defaults to allow
739         cross compiling; removed `mountlist.o' and `fsusage.o' from
740         LIBOBJS.
741
742 Tue Jul 21 23:44:53 1998  Tom Tromey  <tromey@cygnus.com>
743
744         * gnome-guile-checks.m4: If no build-guile, link against readline
745         before termcap.
746
747 1998-07-15  Raja R Harinath  <harinath@cs.umn.edu>
748
749         * Makefile.am (MACROS): Add `need-declaration.m4'.
750
751         * gnome-support.m4 (AC_REPLACE_FUNCS): Add memmove, strtod,
752         strtol, strtoul.
753         (GCC_NEED_DECLARATIONS): New check.  Check whether `gethostname'
754         needs to be declared.
755
756         * need-declaration.m4: New file.  Stolen from EGCS.
757
758 1998-07-13  Raja R Harinath  <harinath@cs.umn.edu>
759
760         * gnome-support.m4 (AC_REPLACE_FUNCS): Add check for `mkstemp'.
761
762 Wed Jul  1 13:50:39 1998  Scott D. Heavner  <sdh@po.cwru.edu>
763
764         * curses.m4: add some docs and start using with tcd
765
766 1998-06-29  Raja R Harinath  <harinath@cs.umn.edu>
767
768         * Makefile.am (MACROS): Add all the `.m4' files here.
769
770 Mon Jun 29 11:12:04 1998  Scott D. Heavner  <sdh@po.cwru.edu>
771
772         * curses.m4: Need AC_SUBST(CURSES_INCLUDEDIR) not CURSES_INCLUDES
773
774 Mon Jun 29 10:35:22 1998  Scott D. Heavner  <sdh@po.cwru.edu>
775
776         * curses.m4: rm conftext* should read rm conftest*, was leaving 
777         conftest.c files around.
778
779 1998-06-27  Christopher Blizzard  <blizzard@foo.appliedtheory.com>
780
781         * gnome-objc-checks.m4: Use egcs if it's available.  The gcc that
782         ships with RedHat 5.1 doesn't do objc, egcs does.
783
784 Fri Jun 26 14:36:08 1998  Scott D. Heavner  <sdh@po.cwru.edu>
785
786         * curses.m4 (AC_CHECK_CURSES): New check. mangled out of mc's
787         configure.in 
788
789 1998-06-24  Raja R Harinath  <harinath@cs.umn.edu>
790
791         * gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): New check.
792         (vprintf): New check.
793         (ftruncate.c): Remove check.  
794         This needs to be further cleaned up to only list what is
795         needed for gdiskfree.
796         * Makefile.am (MACROS): Add gnome-fileutils.m4.
797         
798 1998-06-14  Martin Baulig  <martin@home-of-linux.org>
799
800         * gnome-libgtop-sysdeps.m4 (LINUX_TABLE): New automake conditional;
801         also defines HAVE_LINUX_TABLE.
802
803 1998-06-13  Martin Baulig  <martin@home-of-linux.org>
804
805         * gnome-libgtop-sysdeps.m4: Added check for the table ()
806         system call in the linux kernel.
807
808 1998-06-11  Raja R Harinath  <harinath@cs.umn.edu>
809
810         * gnome-x-checks.m4 (USE_DEVGTK): Use AC_EGREP_CPP rather than
811         AC_CHECK_HEADER.  AC_CHECK_HEADER is fooled by warnings.
812
813         * gnome-support.m4 (AC_PROG_AWK): Look for awk.
814         (CROSS_COMPILING): Remove conditional.
815         
816 Wed Jun 10 14:19:39 EDT 1998 Gregory McLean <gregm@comstar.net>
817
818         * gnome-x-checks.m4: More tweeks to make building against gtk 1.0
819           and gtk1.1 less painful.
820
821 1998-06-08  Martin Baulig  <martin@home-of-linux.org>
822
823         * gnome-support.m4 (CROSS_COMPILING): New automake conditional;
824         (need_gnome_support): added `AC_SUBST(need_gnome_support)'.
825
826 1998-06-07  Martin Baulig  <martin@home-of-linux.org>
827
828         * gnome-guile-checks.m4 (GNOME_CHECK_GUILE): When
829         cross-compiling, we now check for `$host_alias-buile-guile'.
830
831 1998-06-03  Martin Baulig  <martin@home-of-linux.org>
832
833         * gnome-guile-checks.m4 (GNOME_CHECK_GUILE): Looks also
834         in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail)
835         will abort if guile cannot be found.
836
837 1998-05-23  Martin Baulig  <martin@home-of-linux.org>
838
839         * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK):
840         (libgtop_use_machine_h): Set this to true on SunOS.
841
842 1998-05-22  Martin Baulig  <baulig@merkur.uni-trier.de>
843
844         * gnome-fileutils.m4 (GNOME_FILEUTILS_CHECKS): New file.
845         Imported from `configure.in' in GNU fileutils 3.16. It does
846         all the checks that are needed for the diskusage applet.
847
848 1998-05-22  Martin Baulig  <martin@home-of-linux.org>
849
850         * gnome-libgtop-check.m4 (GNOME_LIBGTOP_HOOK): New file.
851         Checks whether libgtop is installed and reads its `libgtopConf.sh'
852         file if it can be found. Defines HAVE_LIBGTOP on success and
853         provides HAVE_LIBGTOP automake conditional.
854
855 1998-05-21  Martin Baulig  <martin@home-of-linux.org>
856
857         * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): New file.
858         (libgtop_sysdeps_dir): sysdeps directory libgtop uses.
859         (libgtop_use_machine_h): define HAVE_GLIBTOP_MACHINE_H if this
860         is `yes'.
861         (libgtop_need_server): we only need the libgtop server, when
862         this has a value of `yes'. Defines NEED_LIBGTOP and NEED_LIBGTOP
863         automake conditional.
864
865 1998-05-19  Raja R Harinath  <harinath@cs.umn.edu>
866
867         * gnome-support.m4 (strerror): New check.
868         (sys_errlist): Check for this variable, needed for `strerror'.
869         (program_invocation_name, program_invocation_short_name): Change
870         method used to check for these.
871
872 1998-05-09  Raja R Harinath  <harinath@cs.umn.edu>
873
874         * autogen.sh: Remove simple-minded check for `gtk+'.
875
876 Fri Apr 24 16:43:38 1998  Owen Taylor  <otaylor@gtk.org>
877
878         * autogen.sh: Pass the results of the environment variable
879         ACLOCAL_FLAGS to aclocal. This allows, for instance,
880
881          ACLOCAL_FLAGS="-I /home/owen/share/aclocal/" autogen.sh
882         
883 Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net>
884
885         * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0.
886
887 1998-04-08  Raja R Harinath  <harinath@cs.umn.edu>
888
889         * autogen.sh: Update to list newer versions of packages.
890         * gnome-support.m4: Add `scandir' to AC_REPLACE_FUNCS.
891         Also run AC_HEADER_DIRENT.
892
893 1998-03-31  Raja R Harinath  <harinath@cs.umn.edu>
894
895         * gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.
896
897 Thu Mar 19 23:23:30 1998  Tom Tromey  <tromey@cygnus.com>
898
899         * gnome.m4: An empty true branch of an `if' statement is not valid
900         sh syntax.  If GNOME_INIT_HOOK argument $1 is empty, use ":"
901         instead.
902
903 1998-03-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>
904
905         * gnome.m4 (GNOME_INIT_HOOK): Provide a way to hook some code to
906         execute;  Accept a probe mode.
907         
908         (GNOME_INIT): Define in terms of GNOME_INIT_HOOK.
909
910 Thu Mar 19 00:17:46 1998  Tom Tromey  <tromey@cygnus.com>
911
912         * gnome-support.m4: Cache results of check for
913         program_invocation_short_name, program_invocation_name.  Check to
914         make sure argp functions are in a library.
915
916         * gnome-support.m4: Cache results of argp check.
917
918 Sun Mar 15 15:54:43 1998  Owen Taylor  <owt1@cornell.edu>
919
920         * gnome-x-checks.m4: Replaced checks for X and GTK
921         with AM_PATH_GTK. x_include, X_LIBS, etc, variables no longer
922         defined.
923
924 1998-03-12  Raja R Harinath  <harinath@cs.umn.edu>
925
926         * gnome-support.m4: Add a check for <linewrap.h> -- this enables
927         some optimizations when compiling `argp'.
928
929 Mon Mar  9 19:32:42 1998  Tom Tromey  <tromey@cygnus.com>
930
931         * gnome-support.m4: Build vsnprintf.o, not vsnprint.o.
932
933 1998-03-09  Raja R Harinath  <harinath@cs.umn.edu>
934
935         * gnome-support.m4: Add check for `vsnprintf'.
936
937 Sun Mar  8 17:04:28 1998  Tom Tromey  <tromey@cygnus.com>
938
939         * gnome-support.m4: Set need_gnome_support shell variable.  Define
940         BUILD_GNOME_SUPPORT automake conditional.  Define LTLIBOBJS.  Look
941         for argp_domain element in struct argp.
942
943 Sat Mar  7 00:04:22 1998  Tom Tromey  <tromey@cygnus.com>
944
945         * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Add argp-pvh.o to
946         LIBOBJS.
947
948         * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for strnlen().
949
950 Wed Mar  4 01:02:55 1998  Tom Tromey  <tromey@cygnus.com>
951
952         * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for argp code,
953         strndup, program_invocation_name, program_invocation_short_name.
954
955 Mon Mar  2 15:27:44 1998  Tom Tromey  <tromey@cygnus.com>
956
957         * gnome-x-checks.m4 (GNOME_X_CHECKS): Also check for SMlib.h; some
958         Solaris systems have -lSM but not SMlib.h.
959
960 Sun Mar  1 17:49:42 1998  Tom Tromey  <tromey@cygnus.com>
961
962         * gnome.m4 (GNOME_INIT): Changed spacing so --help output looks
963         right.
964
965 Fri Feb 27 10:05:34 1998  Tom Tromey  <tromey@cygnus.com>
966
967         * gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell
968         variable.
969
970 1998-02-26  Raja R Harinath  <harinath@cs.umn.edu>
971
972         * gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in
973         $CFLAGS. 
974         (GNOME_HAVE_SM): New var.  `true' if we have libSM, `false'
975         otherwise. 
976
977 1998-02-19  Raja R Harinath  <harinath@cs.umn.edu>
978
979         * gnome.m4: Remove `GNOME_CHECK_GNOME'.
980
981 1998-02-18  Raja R Harinath  <harinath@cs.umn.edu>
982
983         * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
984         necessary. 
985
986 1998-02-15  Raja R Harinath  <harinath@cs.umn.edu>
987
988         * Makefile.am (MACROS): Add `gnome-pthread-check.m4'.
989         * gnome-pthread-check.m4: New file.  Moved pthread check from
990         gnome-x-checks.m4 to here.
991         * gnome-objc-checks.m4: Use `gnome-pthread-check'.
992         (OBJC_LIBS): New config var.
993         * gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is
994         already part of `$x_libs'.
995         Move pthread check to new file.
996         
997 Sat Feb 14 12:45:35 1998  Tom Tromey  <tromey@cygnus.com>
998
999         * Makefile.am (macros.dep): Use single quotes, not double quotes.
1000         Otherwise bash will interpret `$(...)' incorrectly.
1001         (EXTRA_DIST): Include macros.dep in distribution.
1002
1003 1998-02-14  Raja R Harinath  <harinath@cs.umn.edu>
1004
1005         * Makefile.am (macros.dep): Put back doubled `$'.  We want the
1006         expansion to occur in the including Makefile, not here.
1007         Otherwise, there will be an extra `../' in the rule.
1008
1009 Sat Feb 14 17:41:28 KST 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
1010
1011         * autogen.sh: multilple aclocal -I directories.
1012
1013 Sat Feb 14 01:09:37 1998  Tom Tromey  <tromey@cygnus.com>
1014
1015         * Makefile.am (macros.dep): Removed extra `$' from rule.
1016
1017         * gnome-x-checks.m4: Only check for -lSM if not already in
1018         x_libs.
1019
1020 1998-02-13  Raja R Harinath  <harinath@cs.umn.edu>
1021
1022         * Makefile.am (EXTRA_DIST): Add `autogen.sh'.
1023
1024         * gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't
1025         understand `test -e'.
1026
1027         * autogen.sh: New file.
1028
1029         * gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where
1030         the installation actually installs it.
1031
1032         * Makefile.am (macros.dep): New maintainer rule for handling
1033         automatic rebuilding of aclocal.m4 if any of the macros change.
1034         (MACROS): New variable.  List of all `m4' macros in this
1035         directory.
1036
1037 1998-02-12  Raja R Harinath  <harinath@cs.umn.edu>
1038
1039         * gnome-support.m4: New file.  Defines GNOME_SUPPORT_CHECKS for
1040         libsupport.a support.
1041
1042 1998-02-10  Raja R Harinath  <harinath@cs.umn.edu>
1043
1044         * gnome.m4: New file.  Moved AC_CHECK_GNOME from `configure.in' to
1045         here, and renamed macro to GNOME_CHECK_GNOME.
1046         * gnome-x-checks.m4: Likewise, move and renaming AC_GNOME_X_CHECKS 
1047         to GNOME_X_CHECKS.
1048         
1049         * aclocal-include.m4: New file.  Defines AM_ACLOCAL_INCLUDE macro
1050         to provide extra search directories to `aclocal'.
1051
1052 *Local Variables:
1053 *backup-inhibited: t
1054 *End: