Recognice NetBSD as a valid system and use the `freebsd' sysdeps directory
[platform/upstream/gnome-common.git] / macros / ChangeLog
1 1998-12-05  Martin Baulig  <martin@home-of-linux.org>
2
3         * gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid
4         system and use the `freebsd' sysdeps directory for it.
5
6 1998-12-03  Martin Baulig  <martin@home-of-linux.org>
7
8         * gnome-libgtop-sysdeps.m4 (GLIBTOP_LINUX_VERSION_CODE):
9         Define this to be the same as LINUX_VERSION_CODE either from
10         <linux/version.h> or from the running kernel.
11
12 1998-12-02  Raja R Harinath  <harinath@cs.umn.edu>
13
14         * autogen.sh: "Improve" indentation and messages somewhat.
15
16 1998-12-01  Jeff Garzik  <jgarzik@pobox.com>
17
18         * autogen.sh:
19         Platform fixes.  grep -q is not portable, do not use.
20
21 1998-12-01  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
22
23         * autogen.sh: Run gettextize if needed.
24         : Run libtoolize only if configure.in has "^AM_PROG_LIBTOOL".
25
26 1998-11-30  Jeff Garzik  <jgarzik@pobox.com>
27
28         * gnome.m4: Re-arranged tests such that "--without-gnome" is
29         fully supported.  Not only is the logic now correct, programs
30         can test "want_gnome=yes/no" for the results of this arg.
31
32 1998-11-27  Martin Baulig  <martin@home-of-linux.org>
33
34         * gnome-libgtop-check.m4: All parts of GNOME will now require
35         LibGTop >= 0.29.0 which is the latest version from CVS.
36
37 1998-11-20  James Henstridge  <james@daa.com.au>
38
39         * gnome.m4(GNOME_INIT_HOOK): Changed the call to GNOME_GNORBA_CHECK
40         to GNOME_GNORBA_HOOK([],$2).  Before if you specified that the
41         macro should not exit on errors, and you didn't have ORBit, the
42         script would fail anyway.
43
44 1998-11-17  Martin Baulig  <martin@home-of-linux.org>
45
46         * gnome-libgtop-sysdeps.m4: We need to check for <net/if_var.h>
47         and conditionally include it before <net/if_isppp.h> in the code
48         that check for I4B to make it work on FreeBSD 3.0.
49         
50 1998-10-25  Marius Vollmer  <mvo@zagadka.ping.de>
51
52         * gnome-guile-checks.m4: Add GUILE_LIBS to LIBS when checking
53         whether guile works.  Adding them to LDFLAGS does not work on all
54         systems.  (Thanks to Rusty Chris Holleman)
55
56 1998-11-12  Andrew T. Veliath  <andrewtv@usa.net>
57
58         * gnome-orbit-check.m4: Remove AC_DEFINE(HAVE_ORBIT). Add
59         AM_CONDITIONAL for HAVE_ORBIT.  gnome-gnorba-check.m4: Same with
60         HAVE_GNORBA.  Change GNOME_ORBIT_HOOK and GNOME_GNORBA_HOOK to use
61         AC_CACHE_CHECK, setting both gnome_cv_orbit_found and
62         gnome_cv_gnorba_found.
63
64         * gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if
65         gnome-config is found.  New GNOMEGNORBA_LIBS library variable
66         (GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS).  Update
67         GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required
68         Gnorba info, if it is in a different location.
69
70         * Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile.
71         
72         * gnome-gnorba-check.m4: New file.
73
74 1998-11-12  Raja R Harinath  <harinath@cs.umn.edu>
75
76         * gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it
77         doesn't work for Solaris 2.5 binaries running on Solaris 2.6.
78         From Frederic Devernay <devernay@istar.fr>.
79
80 1998-11-06  Raja R Harinath  <harinath@cs.umn.edu>
81
82         * gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).
83
84 1998-11-04  Raja R Harinath  <harinath@cs.umn.edu>
85
86         * gnome-support.m4 (need_gnome_support): Set this unconditionally
87         to `yes'.  We'll soon be losing this variable.
88
89 1998-10-20  Andrew Veliath  <andrewtv@usa.net>
90
91         * gnome-orbit-check.m4 (GNOME_ORBIT_HOOK): Add ORBIT_IDL
92         detection; fix failure flag.
93
94 1998-10-12  Martin Baulig  <martin@home-of-linux.org>
95
96         * compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'.
97
98 1998-10-11  Martin Baulig  <martin@home-of-linux.org>
99
100         * gnome-libgtop-sysdeps.m4 (libgtop_postinstall): Use `:' instead
101         of the empty string if there is nothing to do since the empty string
102         is no valid shell sytax.
103
104 1998-10-11  Marius Vollmer  <mvo@zagadka.ping.de>
105
106         * gnome-guile-checks.m4: Check for "guile-config" and then for
107         "build-guile", if guile-config couldn't be found.  Do not
108         explicitely include output from "info libdir", it is already
109         included in "link".  Use "compile" instead of "info includedir".  Do
110         not include "1.2" in error message when Guile can't be found at
111         all.
112         
113 1998-10-11  Martin Baulig  <martin@home-of-linux.org>
114
115         * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Added optional
116         third parameter which is the `script-if-enabled' parameter of
117         the GNOME_LIBGTOP_HOOOK.
118
119 1998-10-05  Karl Eichwalder <ke@suse.de>
120
121         * gnome-xml-check.m4: Fix typo while signaling the error.
122
123 1998-10-05  Raja R Harinath  <harinath@cs.umn.edu>
124
125         * compiler-flags.m4 (warnCFLAGS): Remove `-W'.
126         (warn-unused): Remove.
127
128 1998-10-01  Martin Baulig  <martin@home-of-linux.org>
129
130         * gnome-libgtop-sysdeps.m4 (libgtop_postinstall): 
131         Added `AC_SUBST(libgtop_postinstall)'. This is used in
132         `src/daemon/Makefile.am' to make the server suid root or
133         sgid kmem if required.
134
135 1998-09-28  Martin Baulig  <martin@home-of-linux.org>
136
137         * gnome-libgtop-check.m4: Make it accept libgtop >= 0.25.0 again.
138
139         * gnome-libgtop-sysdeps.m4: Make the default not to build the
140         LibGTop examples.
141
142         * compiler-flags.m4 (--enable-warn-unused): New configure parameter
143         to add `-Wunused' to the warning flags.
144         
145 1998-09-27  Martin Baulig  <martin@home-of-linux.org>
146
147         * gnome-libgtop-check.m4: Make it require libgtop >= 0.26.2.
148
149 1998-09-24  Raja R Harinath  <harinath@cs.umn.edu>
150
151         * gnome-ghttp-check.m4: Add checks for -lsocket -lnsl.
152
153 1998-09-18  Raja R Harinath  <harinath@cs.umn.edu>
154
155         * gnome-support.m4: Remove commented out code.
156
157 1998-09-12  Martin Baulig  <martin@home-of-linux.org>
158
159         * gnome-libgtop-sysdeps.m4: Added (AC_SUBST): `libgtop_have_sysinfo'.
160
161 1998-09-09  Martin Baulig  <baulig@merkur.uni-trier.de>
162
163         * gnome-libgtop-sysdeps.m4: Added check for SMP support.
164         (--with-libgtop-smp): New parameter, default is to enable
165         it only if you're running configure on a SMP system.
166         Added (AC_DEFINE): `HAVE_LIBGTOP_SMP' if enabled.
167         (LIBGTOP_SMP): New automake conditional.
168
169 1998-09-02  Raja R Harinath  <harinath@cs.umn.edu>
170
171         * gnome-support.m4: Remove check for `canonicalize_file_name'.
172
173 1998-09-02  Martin Baulig  <martin@home-of-linux.org>
174
175         * gnome-support.m4: Check for canonicalize_file_name () and
176         realpath () and add `canonicalize.o' to LIBOBJS if required.
177
178 1998-08-30  Martin Baulig  <martin@home-of-linux.org>
179
180         * gnome-libgtop-check.m4: Added (AC_SUBST): `LIBGTOP_VERSION_CODE'.
181         Added (AC_DEFINE_UNQUOTED): `LIBGTOP_VERSION', `LIBGTOP_VERSION_CODE',
182         `LIBGTOP_{MAJOR,MINOR,MICRO,SERVER}_VERSION'.
183
184 1998-08-29  Martin Baulig  <martin@home-of-linux.org>
185
186         * gnome-libgtop-check.m4: Make it require libgtop >= 0.26.0.
187         Added (AC_SUBST): `LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE'.
188
189 1998-08-27  Christopher Blizzard  <blizzard@appliedtheory.com>
190
191         * gnome-ghttp-check.m4: Umm...I think this works better.  Doesn't
192         break anything anyway.
193         Oooo...it actually works now.  Forgot a ,
194
195 1998-08-26  Martin Baulig  <martin@home-of-linux.org>
196
197         * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Make it work
198         with a brain-dead /bin/sh and a brain-dead /bin/test.
199         
200         * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Use `AC_MSG_WARN'
201         if LibGTop cannot be found and the `fail' argument is not given.
202
203 1998-08-24  Martin Baulig  <martin@home-of-linux.org>
204
205         * gnome-support.m4 (GCC_NEED_DECLARATIONS): Added `setreuid',
206         `setregid' and `getpagesize'.
207         (AC_TYPE_UID_T): New check.
208
209 1998-08-24  Christopher Blizzard  <blizzard@appliedtheory.com>
210
211         * Makefile.am (MACROS): Add gnome-ghttp-check.m4 to the Makefile.
212
213 1998-08-23  Martin Baulig  <martin@home-of-linux.org>
214
215         * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): You can give
216         this macro two parameters: the required version number and
217         an optional `fail' argument to make it fail if LibGTop is
218         not found.
219
220 1998-08-22  Martin Baulig  <martin@home-of-linux.org>
221
222         * gnome-guile-checks.m4: Added check for `-lnsl' and `-lsocket'
223         if `build-guile' cannot be found.
224
225 1998-08-20  Raja R Harinath  <harinath@cs.umn.edu>
226
227         * compiler-flags.m4: New file.  Defines the
228         GNOME_COMPILER_WARNINGS macro.
229         * autogen.sh (conf_flags): Add `--enable-compile-warnings' to list
230         of flags passed to `configure'.
231         * Makefile.am (MACROS): Add compiler-flags.m4.
232
233 1998-08-18  Martin Baulig  <martin@home-of-linux.org>
234
235         * gnome-libgtop-check.m4: make it require libgtop >= 0.25.0.
236         Added (AC_SUBST): `LIBGTOP_MICRO_VERSION' and `LIBGTOP_EXTRA_LIBS'.
237         
238 1998-08-17  Martin Baulig  <martin@home-of-linux.org>
239
240         * gnome-libgtop-check.m4: Completely rewrote this file. It
241         uses now the `libgtop-config' script and also checks for
242         correct libgtop version.
243
244 1998-08-06  Martin Baulig  <martin@home-of-linux.org>
245
246         * gnome-libgtop-sysdeps.m4: Added `freebsd' directory.
247
248 1998-08-04  Raja R Harinath  <harinath@cs.umn.edu>
249
250         * gnome-x-checks.m4: Define USE_DEVGTK unconditionally to `true'.
251
252 1998-08-04  Stuart Parmenter  <pavlov@innerx.net>
253
254         * gnome-x-checks.m4: (AM_PATH_GTK) make it require GTK >= 1.1.1
255         dnl'd the dev_gtk since they will have to anyways.
256
257 1998-08-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
258
259         * gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is
260         found and used
261
262 1998-08-02  Raja R Harinath  <harinath@cs.umn.edu>
263
264         * gnome.m4 (GNOME_CONFIG): Use the `gnome-config' program if it
265         exists. 
266
267 1998-08-01  Raja R Harinath  <harinath@cs.umn.edu>
268
269         * Makefile.am (EXTRA_DIST): Remove `macros.dep'.
270
271 1998-07-30  Martin Baulig  <martin@home-of-linux.org>
272
273         * gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): New macro.
274         Checks for `u_int64_t' and `int64_t'.
275
276 1998-07-29  Martin Baulig  <martin@home-of-linux.org>
277
278         * gnome-libgtop-check.m4: Added (AC_SUBST):
279         `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',
280         `LIBGTOP_GUILE_LIBS', `LIBGTOP_GUILE_NAMES_LIBS',
281         `LIBGTOP_MAJOR_VERSION', `LIBGTOP_MINOR_VERSION',
282         `LIBGTOP_VERSION'.
283
284         * gnome-libgtop-sysdeps.m4 (libgtop_sysdeps_dir):
285         Added `AC_SUBST(libgtop_sysdeps_dir)'.
286
287 1998-07-29  Raja R Harinath  <harinath@cs.umn.edu>
288
289         * gnome-support.m4: Check for functions that `error.c' looks for.
290
291 1998-07-29  Martin Baulig  <martin@home-of-linux.org>
292
293         * gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): Removed.
294
295         * gnome-support.m4 (AM_FUNC_ERROR_AT_LINE): New check.
296
297 1998-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
298
299         * gnome-x-checks.m4: Changed Gtk version test to use
300         GTK_HAVE_FEATURES_1_1_0.
301
302 Sun Jul 26 13:59:53 EDT 1998  Daniel Veillard <Daniel.Veillard@w3.org>
303
304         * Makefile.am (MACROS): Added gnome-xml-check.m4
305         * gnome-xml-check.m4: New file.
306
307 1998-07-24  Martin Baulig  <martin@home-of-linux.org>
308
309         * gnome-libgtop-check.m4: No longer requiring
310         `GNOME_LIBGTOP_SYSDEPS'.
311
312 Fri Jul 24 00:45:38 1998  Tom Tromey  <tromey@cygnus.com>
313
314         * Makefile.am (MACROS): Added linger.m4.
315         * linger.m4: New file.
316
317 Thu Jul 23 22:41:23 1998  Tom Tromey  <tromey@cygnus.com>
318
319         * Makefile.am (MACROS): Added gnome-undelfs.m4, gnome-vfs.m4.
320         * gnome-undelfs.m4: New file.
321         * gnome-vfs.m4: New file.
322
323 1998-07-22  Martin Baulig  <martin@home-of-linux.org>
324
325         * gnome-fileutils.m4: Added some reasonable defaults to allow
326         cross compiling; removed `mountlist.o' and `fsusage.o' from
327         LIBOBJS.
328
329 Tue Jul 21 23:44:53 1998  Tom Tromey  <tromey@cygnus.com>
330
331         * gnome-guile-checks.m4: If no build-guile, link against readline
332         before termcap.
333
334 1998-07-15  Raja R Harinath  <harinath@cs.umn.edu>
335
336         * Makefile.am (MACROS): Add `need-declaration.m4'.
337
338         * gnome-support.m4 (AC_REPLACE_FUNCS): Add memmove, strtod,
339         strtol, strtoul.
340         (GCC_NEED_DECLARATIONS): New check.  Check whether `gethostname'
341         needs to be declared.
342
343         * need-declaration.m4: New file.  Stolen from EGCS.
344
345 1998-07-13  Raja R Harinath  <harinath@cs.umn.edu>
346
347         * gnome-support.m4 (AC_REPLACE_FUNCS): Add check for `mkstemp'.
348
349 Wed Jul  1 13:50:39 1998  Scott D. Heavner  <sdh@po.cwru.edu>
350
351         * curses.m4: add some docs and start using with tcd
352
353 1998-06-29  Raja R Harinath  <harinath@cs.umn.edu>
354
355         * Makefile.am (MACROS): Add all the `.m4' files here.
356
357 Mon Jun 29 11:12:04 1998  Scott D. Heavner  <sdh@po.cwru.edu>
358
359         * curses.m4: Need AC_SUBST(CURSES_INCLUDEDIR) not CURSES_INCLUDES
360
361 Mon Jun 29 10:35:22 1998  Scott D. Heavner  <sdh@po.cwru.edu>
362
363         * curses.m4: rm conftext* should read rm conftest*, was leaving 
364         conftest.c files around.
365
366 1998-06-27  Christopher Blizzard  <blizzard@foo.appliedtheory.com>
367
368         * gnome-objc-checks.m4: Use egcs if it's available.  The gcc that
369         ships with RedHat 5.1 doesn't do objc, egcs does.
370
371 Fri Jun 26 14:36:08 1998  Scott D. Heavner  <sdh@po.cwru.edu>
372
373         * curses.m4 (AC_CHECK_CURSES): New check. mangled out of mc's
374         configure.in 
375
376 1998-06-24  Raja R Harinath  <harinath@cs.umn.edu>
377
378         * gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): New check.
379         (vprintf): New check.
380         (ftruncate.c): Remove check.  
381         This needs to be further cleaned up to only list what is
382         needed for gdiskfree.
383         * Makefile.am (MACROS): Add gnome-fileutils.m4.
384         
385 1998-06-14  Martin Baulig  <martin@home-of-linux.org>
386
387         * gnome-libgtop-sysdeps.m4 (LINUX_TABLE): New automake conditional;
388         also defines HAVE_LINUX_TABLE.
389
390 1998-06-13  Martin Baulig  <martin@home-of-linux.org>
391
392         * gnome-libgtop-sysdeps.m4: Added check for the table ()
393         system call in the linux kernel.
394
395 1998-06-11  Raja R Harinath  <harinath@cs.umn.edu>
396
397         * gnome-x-checks.m4 (USE_DEVGTK): Use AC_EGREP_CPP rather than
398         AC_CHECK_HEADER.  AC_CHECK_HEADER is fooled by warnings.
399
400         * gnome-support.m4 (AC_PROG_AWK): Look for awk.
401         (CROSS_COMPILING): Remove conditional.
402         
403 Wed Jun 10 14:19:39 EDT 1998 Gregory McLean <gregm@comstar.net>
404
405         * gnome-x-checks.m4: More tweeks to make building against gtk 1.0
406           and gtk1.1 less painful.
407
408 1998-06-08  Martin Baulig  <martin@home-of-linux.org>
409
410         * gnome-support.m4 (CROSS_COMPILING): New automake conditional;
411         (need_gnome_support): added `AC_SUBST(need_gnome_support)'.
412
413 1998-06-07  Martin Baulig  <martin@home-of-linux.org>
414
415         * gnome-guile-checks.m4 (GNOME_CHECK_GUILE): When
416         cross-compiling, we now check for `$host_alias-buile-guile'.
417
418 1998-06-03  Martin Baulig  <martin@home-of-linux.org>
419
420         * gnome-guile-checks.m4 (GNOME_CHECK_GUILE): Looks also
421         in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail)
422         will abort if guile cannot be found.
423
424 1998-05-23  Martin Baulig  <martin@home-of-linux.org>
425
426         * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK):
427         (libgtop_use_machine_h): Set this to true on SunOS.
428
429 1998-05-22  Martin Baulig  <baulig@merkur.uni-trier.de>
430
431         * gnome-fileutils.m4 (GNOME_FILEUTILS_CHECKS): New file.
432         Imported from `configure.in' in GNU fileutils 3.16. It does
433         all the checks that are needed for the diskusage applet.
434
435 1998-05-22  Martin Baulig  <martin@home-of-linux.org>
436
437         * gnome-libgtop-check.m4 (GNOME_LIBGTOP_HOOK): New file.
438         Checks whether libgtop is installed and reads its `libgtopConf.sh'
439         file if it can be found. Defines HAVE_LIBGTOP on success and
440         provides HAVE_LIBGTOP automake conditional.
441
442 1998-05-21  Martin Baulig  <martin@home-of-linux.org>
443
444         * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): New file.
445         (libgtop_sysdeps_dir): sysdeps directory libgtop uses.
446         (libgtop_use_machine_h): define HAVE_GLIBTOP_MACHINE_H if this
447         is `yes'.
448         (libgtop_need_server): we only need the libgtop server, when
449         this has a value of `yes'. Defines NEED_LIBGTOP and NEED_LIBGTOP
450         automake conditional.
451
452 1998-05-19  Raja R Harinath  <harinath@cs.umn.edu>
453
454         * gnome-support.m4 (strerror): New check.
455         (sys_errlist): Check for this variable, needed for `strerror'.
456         (program_invocation_name, program_invocation_short_name): Change
457         method used to check for these.
458
459 1998-05-09  Raja R Harinath  <harinath@cs.umn.edu>
460
461         * autogen.sh: Remove simple-minded check for `gtk+'.
462
463 Fri Apr 24 16:43:38 1998  Owen Taylor  <otaylor@gtk.org>
464
465         * autogen.sh: Pass the results of the environment variable
466         ACLOCAL_FLAGS to aclocal. This allows, for instance,
467
468          ACLOCAL_FLAGS="-I /home/owen/share/aclocal/" autogen.sh
469         
470 Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net>
471
472         * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0.
473
474 1998-04-08  Raja R Harinath  <harinath@cs.umn.edu>
475
476         * autogen.sh: Update to list newer versions of packages.
477         * gnome-support.m4: Add `scandir' to AC_REPLACE_FUNCS.
478         Also run AC_HEADER_DIRENT.
479
480 1998-03-31  Raja R Harinath  <harinath@cs.umn.edu>
481
482         * gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.
483
484 Thu Mar 19 23:23:30 1998  Tom Tromey  <tromey@cygnus.com>
485
486         * gnome.m4: An empty true branch of an `if' statement is not valid
487         sh syntax.  If GNOME_INIT_HOOK argument $1 is empty, use ":"
488         instead.
489
490 1998-03-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>
491
492         * gnome.m4 (GNOME_INIT_HOOK): Provide a way to hook some code to
493         execute;  Accept a probe mode.
494         
495         (GNOME_INIT): Define in terms of GNOME_INIT_HOOK.
496
497 Thu Mar 19 00:17:46 1998  Tom Tromey  <tromey@cygnus.com>
498
499         * gnome-support.m4: Cache results of check for
500         program_invocation_short_name, program_invocation_name.  Check to
501         make sure argp functions are in a library.
502
503         * gnome-support.m4: Cache results of argp check.
504
505 Sun Mar 15 15:54:43 1998  Owen Taylor  <owt1@cornell.edu>
506
507         * gnome-x-checks.m4: Replaced checks for X and GTK
508         with AM_PATH_GTK. x_include, X_LIBS, etc, variables no longer
509         defined.
510
511 1998-03-12  Raja R Harinath  <harinath@cs.umn.edu>
512
513         * gnome-support.m4: Add a check for <linewrap.h> -- this enables
514         some optimizations when compiling `argp'.
515
516 Mon Mar  9 19:32:42 1998  Tom Tromey  <tromey@cygnus.com>
517
518         * gnome-support.m4: Build vsnprintf.o, not vsnprint.o.
519
520 1998-03-09  Raja R Harinath  <harinath@cs.umn.edu>
521
522         * gnome-support.m4: Add check for `vsnprintf'.
523
524 Sun Mar  8 17:04:28 1998  Tom Tromey  <tromey@cygnus.com>
525
526         * gnome-support.m4: Set need_gnome_support shell variable.  Define
527         BUILD_GNOME_SUPPORT automake conditional.  Define LTLIBOBJS.  Look
528         for argp_domain element in struct argp.
529
530 Sat Mar  7 00:04:22 1998  Tom Tromey  <tromey@cygnus.com>
531
532         * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Add argp-pvh.o to
533         LIBOBJS.
534
535         * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for strnlen().
536
537 Wed Mar  4 01:02:55 1998  Tom Tromey  <tromey@cygnus.com>
538
539         * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for argp code,
540         strndup, program_invocation_name, program_invocation_short_name.
541
542 Mon Mar  2 15:27:44 1998  Tom Tromey  <tromey@cygnus.com>
543
544         * gnome-x-checks.m4 (GNOME_X_CHECKS): Also check for SMlib.h; some
545         Solaris systems have -lSM but not SMlib.h.
546
547 Sun Mar  1 17:49:42 1998  Tom Tromey  <tromey@cygnus.com>
548
549         * gnome.m4 (GNOME_INIT): Changed spacing so --help output looks
550         right.
551
552 Fri Feb 27 10:05:34 1998  Tom Tromey  <tromey@cygnus.com>
553
554         * gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell
555         variable.
556
557 1998-02-26  Raja R Harinath  <harinath@cs.umn.edu>
558
559         * gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in
560         $CFLAGS. 
561         (GNOME_HAVE_SM): New var.  `true' if we have libSM, `false'
562         otherwise. 
563
564 1998-02-19  Raja R Harinath  <harinath@cs.umn.edu>
565
566         * gnome.m4: Remove `GNOME_CHECK_GNOME'.
567
568 1998-02-18  Raja R Harinath  <harinath@cs.umn.edu>
569
570         * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
571         necessary. 
572
573 1998-02-15  Raja R Harinath  <harinath@cs.umn.edu>
574
575         * Makefile.am (MACROS): Add `gnome-pthread-check.m4'.
576         * gnome-pthread-check.m4: New file.  Moved pthread check from
577         gnome-x-checks.m4 to here.
578         * gnome-objc-checks.m4: Use `gnome-pthread-check'.
579         (OBJC_LIBS): New config var.
580         * gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is
581         already part of `$x_libs'.
582         Move pthread check to new file.
583         
584 Sat Feb 14 12:45:35 1998  Tom Tromey  <tromey@cygnus.com>
585
586         * Makefile.am (macros.dep): Use single quotes, not double quotes.
587         Otherwise bash will interpret `$(...)' incorrectly.
588         (EXTRA_DIST): Include macros.dep in distribution.
589
590 1998-02-14  Raja R Harinath  <harinath@cs.umn.edu>
591
592         * Makefile.am (macros.dep): Put back doubled `$'.  We want the
593         expansion to occur in the including Makefile, not here.
594         Otherwise, there will be an extra `../' in the rule.
595
596 Sat Feb 14 17:41:28 KST 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
597
598         * autogen.sh: multilple aclocal -I directories.
599
600 Sat Feb 14 01:09:37 1998  Tom Tromey  <tromey@cygnus.com>
601
602         * Makefile.am (macros.dep): Removed extra `$' from rule.
603
604         * gnome-x-checks.m4: Only check for -lSM if not already in
605         x_libs.
606
607 1998-02-13  Raja R Harinath  <harinath@cs.umn.edu>
608
609         * Makefile.am (EXTRA_DIST): Add `autogen.sh'.
610
611         * gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't
612         understand `test -e'.
613
614         * autogen.sh: New file.
615
616         * gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where
617         the installation actually installs it.
618
619         * Makefile.am (macros.dep): New maintainer rule for handling
620         automatic rebuilding of aclocal.m4 if any of the macros change.
621         (MACROS): New variable.  List of all `m4' macros in this
622         directory.
623
624 1998-02-12  Raja R Harinath  <harinath@cs.umn.edu>
625
626         * gnome-support.m4: New file.  Defines GNOME_SUPPORT_CHECKS for
627         libsupport.a support.
628
629 1998-02-10  Raja R Harinath  <harinath@cs.umn.edu>
630
631         * gnome.m4: New file.  Moved AC_CHECK_GNOME from `configure.in' to
632         here, and renamed macro to GNOME_CHECK_GNOME.
633         * gnome-x-checks.m4: Likewise, move and renaming AC_GNOME_X_CHECKS 
634         to GNOME_X_CHECKS.
635         
636         * aclocal-include.m4: New file.  Defines AM_ACLOCAL_INCLUDE macro
637         to provide extra search directories to `aclocal'.
638
639 *Local Variables:
640 *backup-inhibited: t
641 *End: