Bug 377185 – Hide cmp output in autogen.sh
[platform/upstream/gnome-common.git] / ChangeLog
1 2007-01-29  Mariano Suárez-Alvarez  <mariano@gnome.org>
2
3         Bug 377185 – Hide cmp output in autogen.sh
4
5         * macros2/gnome-autogen.sh: Do not show cmp's output.
6
7 2007-01-29  Christian Persch  <chpe@svn.gnome.org>
8
9         * macros2/gnome-compiler-flags.m4:
10         Fix --enable-cxx-warnings checks. Bug #360693.
11
12 2007-01-12  Shaun McCance  <shaunm@gnome.org>
13
14         * macros2/gnome-autogen.sh:
15         - Fix for #377175 by skipping NO-AUTO-GEN directories, by Christian Persch
16
17 2007-01-11  Christian Persch  <chpe@svn.gnome.org>
18
19         * macros2/gnome-autogen.sh: Default to AM 1.9. Bug #323868, patch by
20         Christian Kirbach.
21
22 2007-01-11  Christian Persch  <chpe@svn.gnome.org>
23
24         * macros2/gnome-common.m4: Define more deprecation symbols.
25         Bug #343441.
26
27 2006-12-01  Kjartan Maraas  <kmaraas@gnome.org>
28
29         * macros2/gnome-autogen.sh: Make automake 1.10 work too.
30
31 2006-10-20  Bastien Nocera  <hadess@hadess.net>
32
33         * macros2/gnome-autogen.sh: exit from the check_m4macros function as
34         soon as we have detected some undefined macros, rather than leaving
35         the developer wondering what the problem is
36
37 2006-05-10  Kjartan Maraas  <kmaraas@gnome.org>
38
39         * gnome-common.spec.in: Fix a typo.
40
41 2006-03-10  James Henstridge  <james@jamesh.id.au>
42
43         * macros2/gnome-autogen.sh (configure_files): skip directories
44         called "_darcs", similar to the handling of other VCS metadata
45         dirs.  Fixes bug #321860.
46
47 2005-10-24  James Henstridge  <james@jamesh.id.au>
48
49         * macros2/gnome-autogen.sh (configure_files): update find
50         expression to not exclude ".." from search.  Fixes non-srcdir
51         builds (where $srcdir might be "..").  Fixes bug #319496.
52
53 2005-09-20  Stepan Kasal  <kasal@ucw.cz>
54
55         * macros2/gnome-autogen.sh: Prefer newer versions of Automake.
56         From bug #305641.
57
58 2005-09-20  James Henstridge  <james@jamesh.id.au>
59
60         * configure.in: bump version to 2.12.0
61
62         * macros2/gnome-autogen.sh (configure_files): when searching for
63         configure.in files, skip directories starting with a dot.  This
64         avoids Bzr, Quilt and Subversion bookkeeping directories among
65         others.  Fixes bug #311951.
66
67 2005-08-17  Stepan Kasal  <kasal@ucw.cz>
68
69         * macros2/gnome-autogen.sh (add_to_cm_macrodirs): New function,
70         prevents duplicates in $cm_macrodirs.
71         (check_m4macros): Use it.  Read the dirlist file, if it is supported
72         by the version of Automake actually in use.
73
74 2005-08-17  Stepan Kasal  <kasal@ucw.cz>
75
76         * macros2/gnome-autogen.sh (version_check): Set $variable_VERSION
77           to the actual version number of the tool.
78
79 2005-08-17  James Henstridge  <james@jamesh.id.au>
80
81         * macros2/gnome-autogen.sh: pass --force to gnome-doc-prepare to
82         match other tools.  Fixes bug #311775.
83
84         * macros2/gnome-autogen.sh: don't use syntax that non-GNU greps
85         don't understand.  Fixes bug #313531.
86
87 2005-08-16  James Henstridge  <james@jamesh.id.au>
88
89         * macros2/gnome-autogen.sh: add checks for gnome-common macro
90         names, and call require_m4macro for the appropriate names.  This
91         can help detect $ACLOCAL_FLAGS problems earlier.  Addresses bug
92         #312125.
93
94 2005-07-25  James Henstridge  <james@jamesh.id.au>
95
96         * configure.in: bump release number.
97
98 2005-07-19  Shaun McCance  <shaunm@gnome.org>
99
100         * macros2/gnome-autogen.sh:
101         - Bumped up the default required version of gnome-doc-utils
102
103 2005-07-18  Christian Persch  <chpe@cvs.gnome.org>
104
105         * macros2/gnome-autogen.sh:
106
107         When configure.{in,ac} contains GNOME_DOC_INIT, actually call
108         gnome-doc-prepare.
109
110 2005-03-21  Sven Herzberg  <herzi@gnome-de.org>
111
112         * macros2/gnome-autogen.sh: added support for the gnome-doc-utils
113
114 2005-03-15  Stepan Kasal  <kasal@ucw.cz>
115
116         * macros2/ChangeLog: Removed; the contents merged into the main one.
117
118 2005-02-11  James Henstridge  <james@jamesh.id.au>
119
120         * macros2/gnome-autogen.sh: preserve COPYING and INSTALL files over
121         the "automake --force" call.  Fixes bug #161916.
122
123 2005-01-22  Rodney Dawes  <dobey@novell.com>
124
125         * macros2/gnome-autogen.sh: Fix the (AC|IT)_PROG_INTLTOOL support
126         for both places where we grep for it
127         (version_check): If we are checking for automake = 1.4, then make
128         sure we error out with that error when we find it, and not >= 1.4
129         since we don't actually check for >= 1.4
130
131         Fixes #129903
132
133 2005-01-03  James Henstridge  <james@jamesh.id.au>
134
135         * macros2/gnome-common.m4 (GNOME_COMMON_INIT): add some code to
136         add the directory given to AC_CONFIG_MACRO_DIR to ACLOCAL_FLAGS.
137
138         * doc-build/xmldocs.make (clean-local-doc): add rule to clean up
139         copied entities if srcdir!=builddir.
140
141 2004-11-24  Mariano Suárez-Alvarez <mariano@gnome.org>
142
143         * macros2/gnome-autogen.sh: grep wants basic regexps, not extended
144         ones: fix the regular expression for INTLTOOL.
145
146 2004-11-24  Rodney Dawes  <dobey@novell.com>
147
148         * macros2/gnome-autogen.sh: Add support for IT_PROG_INTLTOOL which
149         deprecates AC_PROG_INTLTOOL
150
151 2004-11-09  Jordi Mallach  <jordi@sindominio.net>
152
153         * macros2/gnome-autogen.sh: Workaround automake-1.4 limitations by
154         just using --force if $REQUIRED_AUTOMAKE_VERSION != 1.4. This avoids
155         Louie's wrath too. :)
156
157 2004-11-09  Jordi Mallach  <jordi@sindominio.net>
158
159         * macros2/gnome-autogen.sh: Call all the bootstrap programs
160         (libtoolize, intltoolize, gtkdocize, automake) using --force and
161         --copy consistently.
162
163 2004-10-28  James Henstridge  <james@jamesh.id.au>
164
165         * macros2/gnome-autogen.sh: get rid of the code that modified PATH,
166         ACLOCAL_FLAGS and LD_LIBRARY_PATH based on $GNOME2_PATH, since
167         this was broken.  It could cause configure tests to pass, when the
168         subsequent build would fail due to path problems.  For more
169         details, see bug #140210.
170
171         * macros2/gnome-autogen.sh: if the directory is read only, skip it.
172         This helps in cases where a directory from a failed "make distcheck"
173         is lying around.  Should fix bug #136093.
174
175         * macros2/gnome-autogen.sh (m4dir): fix up the AC_CONFIG_MACRO_DIR
176         check to work with sub-package configure.in's.
177
178 2004-10-27  James Henstridge  <james@jamesh.id.au>
179
180         * macros2/gnome-autogen.sh (ACLOCAL): if AC_CONFIG_MACRO_DIR() is
181         used in configure.ac, pass that directory to aclocal.
182         Run libtoolize if the configure.ac file calls LT_INIT (the new
183         name for AC_PROG_LIBTOOL in libtool-2.0).
184
185 2004-10-06  James Henstridge  <james@jamesh.id.au>
186
187         * doc-build/omf.make (uninstall-local-omf): use $(DESTDIR) in
188         uninstall rule.  This is needed to allow packages to distcheck
189         with newer versions of automake.
190
191 2004-09-14  James Henstridge  <james@jamesh.id.au>
192
193         * configure.in: bump version number to 2.8.0
194
195 2004-08-30  James Henstridge  <james@jamesh.id.au>
196
197         * macros2/gnome-autogen.sh: fix up error message when a required
198         M4 file isn't found.  Fixes bug #147417.
199
200         * macros2/gnome-autogen.sh: Revert Rodney's changes, since
201         glib-gettextize has been fixed on the HEAD and 2.4 branches.
202
203 2004-08-16  Kjartan Maraas  <kmaraas@gnome.org>
204
205         * macros2/gnome-autogen.sh: Add some foo to handle automake-1.9.x too.
206
207 2004-06-10  Rodney Dawes  <dobey@ximian.com>
208
209         * macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in
210         the shared automake files directory, and copy it in if we are using
211         AM_GLIB_GNU_GETTEXT
212
213         Fixes #144069
214
215 2004-05-26  James Henstridge  <james@daa.com.au>
216
217         * macros2/gnome-common.m4 (GNOME_COMMON_INIT): since caching is
218         turned off in all recent Autoconfs, it doesn't make sense to use
219         it.  Change implementation to instead make sure ${ACLOCAL_FLAGS}
220         gets passed to aclocal when called from the makefile.
221
222         * macros2/Makefile.am: alter installation so that it puts the
223         macros directly into $(datadir)/aclocal instead of
224         $(datadir)/aclocal/gnome2-macros
225
226         * autogen.sh (REQUIRED_AUTOMAKE_VERSION): use a modern version of
227         automake.
228
229         * macros2/gnome-compiler-flags.m4: move from compiler-flags.m4 to
230         reduce chance of collisions; some small cleanups.
231
232         * macros2/gnome-autogen.sh: move from autogen.sh
233
234         * Makefile.am (SUBDIRS): don't build bin/ and macros/ directories.
235
236         * configure.in: don't create makefiles for bin/ and macros/
237         directories.
238         Since we don't actually build the support/ directory (since 2001),
239         remove the matching parts from the configure script.
240
241 2004-05-13  James Henstridge  <james@daa.com.au>
242
243         * gnome-common.spec.in: simplify and update spec file.
244
245 2004-05-13  James Henstridge  <james@daa.com.au>
246
247         * macros2/autogen.sh: Change the order the various tools are called
248         in to match that of autoconf's autoupdate tool.  See bug 138584.
249
250 2004-02-27  Sven Herzberg  <herzi@abi02.de>
251
252         * macros2/autogen.sh: fix #135557
253
254 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
255
256         * doc-build/xmldocs.make: fix one last occurrence of
257         not using $(DESTDIR).
258
259 2004-01-31  Malcolm Tredinnick <malcolm@commsecure.com.au>
260
261         * macros2/autogen.sh: Use automake-1.8 if available. Patch from
262         alexander.winston@comcast.net (Alexander Winston). Bug #132966.
263
264 2004-01-25  Malcolm Tredinnick <malcolm@commsecure.com.au>
265
266         * macros2/autogen.sh: Deprecate the use of GNOME2_DIR and allow the
267         use of GNOME2_PATH (bug #130516).
268
269 2004-01-02  Malcolm Tredinnick <malcolm@commsecure.com.au>
270
271         * macros2/autogen.sh: Run intltoolize after automake, since
272         intltoolize wants mkinstalldirs now.
273         Should fix bugs #130309 and #130366.
274
275 2003-12-13  Malcolm Tredinnick <malcolm@commsecure.com.au>
276
277         * macros2/autogen.sh: Change the use of head to be 'head -n -1',
278         since the GNU version of head appears to have changed behaviour
279         between version 5.0 and 5.0.9 somewhere. This should be portable
280         across all versions now. Fixed bug #128867.
281
282 2003-12-08  Rodney Dawes  <dobey@free.fr>
283
284         * macros2/autogen.sh: Update automake checks to check incremental
285         versions in the correct order, Fixes #128691
286
287 2003-11-19  Malcolm Tredinnick <malcolm@commsecure.com.au>
288
289         * macros2/autogen.sh: Replace use of -or in a find command with -o.
290         Makes things work for people with less functional versions of
291         find. Fixes bug #127354 reported by Rolf Sponsel.
292
293 2003-11-03    <clahey@ximian.com>
294
295         * macros2/gnome-common.m4: Removed ENABLE_WERROR and changed name
296         to GNOME_MAINTAINER_MODE_DEFINES.
297
298 2003-11-01  Malcolm Tredinnick <malcolm@commsecure.com.au>
299
300         * macros2/autogen.sh: Make version checking work, as pointed out by
301         Michael H Schimek in bug #125818.
302
303 2003-10-31    <clahey@ximian.com>
304
305         * macros2/gnome-common.m4: Changed name of new macro to
306         AM_MAINTAINER_MODE_DEFINES and added definition for ENABLE_WERROR.
307
308 2003-10-31    <clahey@ximian.com>
309
310         * macros2/gnome-common.m4: New macro to disable deprecated
311         functions and widgets when maintainer mode is on.
312
313 === gnome-common 2.4.0 ===
314
315 2003-10-02  Malcolm Tredinnick <malcolm@commsecure.com.au>
316
317         * doc-build/Makefile.am: Distribute README in place of the
318         non-existent ChangeLog. Doh!
319
320         * autogen.sh: Use the GNOME 2 autogen.sh script by default.
321         * configure.in: Version number bumped.
322
323 2003-08-23  Marco Pesenti Gritti  <marco@gnome.org>
324
325         * macros2/compiler-flags.m4: Define WARN_CXXFLAGS instead of
326         overwriting CXXFLAGS (like WARN_FLAGS).
327
328 2003-08-10  Malcolm Tredinnick <malcolm@commsecure.com.au>
329
330         * macros2/autogen.sh: Show the version found for the various build
331         tools like automake, autoconf, libtool, etc.
332         Patch from Steve Chaplin (bug #119533).
333
334 2003-08-05  Malcolm Tredinnick <malcolm@commsecure.com.au>
335
336         * macros2/compiler-flags.m4: Continuing to try and get the flags
337         passed to g++ in GNOME_CXX_WARNINGS correct. Based on our best
338         attempts, the current set should work for the widest range of
339         g++ versions (see bug #118987 for the discussion).
340
341 2003-08-03  Malcolm Tredinnick <malcolm@commsecure.com.au>
342
343         * macros2/compiler-flags.m4: Simplify GNOME_CXX_WARNINGS.
344         Fixes bug #118987.
345
346 2003-07-28  Malcolm Tredinnick <malcolm@commsecure.com.au>
347
348         * macros2/compiler-flags.m4: Default setting in the
349         GNOME_COMPILE_WARNINGS macro is now "yes". This fixes bug
350         #118479 (another good bit of debugging from Steve Chaplin).
351
352 2003-07-20  Malcolm Tredinnick <malcolm@commsecure.com.au>
353
354         * macros2/compiler-flags.m4: Remove some redundant options as
355         suggested by Steve Chaplin in bug #115475. The warnings list looks
356         simpler now, but is no less functional.
357
358 2003-07-15  Malcolm Tredinnick <malcolm@commsecure.com.au>
359
360         * macros2/autogen.sh: Fix a typo when reporting "forbidden" m4 macros.
361
362 2003-07-04  Frederic Crozat  <fcrozat@mandrakesoft.com>
363
364         * macros2/compiler-flags.m4: don't use -Wsign-promo, it is 
365         C++ only and causes warnings with gcc 3.3 when used on C.
366
367 2003-06-24  Marco Pesenti Gritti  <marco@it.gnome.org>
368
369         * macros2/autogen.sh:
370
371         Remove --enable-compile-warnings from the default arguments
372         passed to configure because it break GNOME_COMPILE_WARNINGS
373         macro.
374
375 2003-06-20  Malcolm Tredinnick <malcolm@commsecure.com.au>
376
377         * macros2/autogen.sh: Fix some strangeness in the gnome-doc-common test.
378
379 2003-06-19  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
380
381         * macros2/autogen.sh: Inserted missing "cd $dirname" to effectively
382         process subdirectories, since all it was doing was to process the
383         toplevel dir multiple times.
384
385         [Editor's note: also reported with patch by Elijah Newren in bug
386         #115481.]
387
388 2003-05-24  Malcolm Tredinnick <malcolm@commsecure.com.au>
389
390         * MAINTAINERS: Put myself in as maintainer.
391
392         * configure.in: Bump the version number to 2.3.0
393
394         * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*:
395         Add in the infrastructure to allow user documentatin to be built
396         from some common files. This will not affect existing packages.
397         The changes required to use this are given in doc-build/README.
398
399 2003-05-21  Malcolm Tredinnick <malcolm@commsecure.com.au>
400
401         * macros2/autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327.
402
403 2003-05-04  Malcolm Tredinnick <malcolm@commsecure.com.au>
404         
405         * macros2/autogen.sh:
406         - Make this portable to Bourne-like shells. Fixes the problems
407           pointed out by Morten Welinder in bug #110177.
408         - Extend the check_m4macros() function to handle Cygwin
409           environments. Fixes bug #110947.
410
411 2003-04-10  Ross Burton  <ross@burtonini.com>
412
413         * macros2/autogen.sh: Fix a typo in the glib-gettext checks.
414
415 2003-03-07  Malcolm Tredinnick <malcolm@commsecure.com.au>
416         
417         * macros2/autogen.sh: Replace PACKAGE with PKG_NAME, since PKG_NAME
418         is what is defined by the various applications' autogen.sh. Also,
419         call autopoint rather than gettextize when appropriate (when
420         AM_GNU_GETTEXT_VERSION is present).
421
422 2003-02-27  Mark McLoughlin  <mark@skynet.ie>
423
424         * macros2/compiler-flags.m4: fix mixed up order of arguments to
425         AC_ARG_ENABLE that made --enable-compile-warnings not work
426         as expected.
427
428 2003-02-26  Frederic Crozat  <fcrozat@mandrakesoft.com>
429
430         * macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell 
431         Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..
432
433 2003-02-24  James Henstridge  <james@daa.com.au>
434
435         * macros2/autogen.sh (forbid_m4macro): add function to forbid m4
436         macros.  Forbid gnome-cxx-check.m4, to try and catch setups where
437         stale macros are left on the system.
438
439 2003-02-21  James Henstridge  <james@daa.com.au>
440
441         * macros2/autogen.sh (version_check): if $variable is set, then
442         assume it is correct and skip the version check.
443         (autoconf): check for autoconf2.50 first, so we don't trigger
444         Debian's sometimes broken autoconf version sniffer.
445
446 2003-02-19  James Henstridge  <james@daa.com.au>
447
448         * macros2/Makefile.am (GNOME2_MACROS): remove check-utmp.m4 (copied
449         it to libzvt, which is the only thing using it).
450
451         * macros2/gnome-deprecated-macros.m4(GNOME_CHECK_CXX): AC_REQUIRE
452         does not work within AU_DEFUN, so change to a simple call to
453         AC_PROG_CXX.
454
455 2003-02-18  James Henstridge  <james@daa.com.au>
456
457         * macros2/autogen.sh (topdir): check to see if
458         gnome-deprecated-macros.m4 ended up in aclocal.m4, and warn if so.
459
460         * macros2/gnome-platform.m4: kill this too (with a deprecation warning).
461
462         * macros2/gnome-cxx-check.m4: move to gnome-deprecated-macros.m4
463
464         * macros2/gnome-pkgconfig.m4: remove, and add a deprecation warning
465         in its place.
466
467         * macros2/gnome-x-checks.m4: remove, and add an AU_DEFUN in its place
468         telling people not to use it.
469
470         * macros2/linger.m4: removed outright.
471
472         * macros2/gnome-common.m4: remove GNOME_GTKDOC_CHECK, deprecated in
473         favour of GTK_DOC_CHECK.
474
475         * macros2/gnome-gettext.m4: remove file (people should be using
476         gettextize or glib-gettextize).
477
478         * macros2/gnome-deprecated-macros.m4: new file to hold deprecated
479         macros.
480
481 2003-02-18  Jody Goldberg <jody@gnome.org>
482
483         * configure.in: Don't depend on a file that James just deleted
484
485 2003-02-14  Kalpesh Shah <kalpesh.shah@sun.com>
486
487         * macros2/check-utmp.m4: initialize UTMP structure properly. 
488         Fixes Bug#93774.
489         Patch reviewed by Andersca <andersca@gnu.org>
490
491 2002-12-12  Jody Goldberg <jody@gnome.org>
492
493         * macros2/gnome-common.m4 (GNOME_DEBUG_CHECK): now that autoconf-2.52
494           is a prereq for things the build broke on the use of
495               AC_DEFINE(GNOME_ENABLE_DEBUG) 
496           without the additional arguments.
497
498 2002-09-23  Bastien Nocera  <hadess@hadess.net>
499
500         * macros2/autogen.sh: exit if aclocal, autoheader, automake or
501         autoconf fails to run without warnings. Usually compilation would
502         fail afterwards with funky errors.
503         This is more anal than the version committed to the gnome-2-0 branch.
504
505 2002-08-18  Havoc Pennington  <hp@pobox.com>
506
507         * macros2/autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users
508         with both automake 1.6 and 1.4 installed get the right automake. Means
509         compilation from CVS will now require the latest automake 1.4
510         release, or manually creating symlinks called "automake-1.4" and
511         "aclocal-1.4"
512
513 Mon Aug 12 23:49:41 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
514
515         * macros2/autogen.sh: use portable -o instead of GNU-ish -or for
516           find test.
517
518 2002-08-10  Miles Lane  <miles_lane@yahoo.com>
519
520         * macros2/autogen.sh: fix the "find" test so that the presence of
521           configure.in is reporteded.  Each expression requires its own
522           -print flag.
523
524 2002-08-10  Sebastian Rittau  <srittau@jroger.in-berlin.de>
525
526         * macros2/autogen.sh: support for configure.ac
527
528 2002-05-10  Chema Celorio  <chema@celorio.com>
529
530         * macros2/compiler-flags.m4: fix GNOME_COMPILE_WARNINGS to work when
531           a parameter is passed.  The arguments to AC_ARG_ENABLE were swapped.
532
533 2002-04-01  jacob berkman  <jacob@ximian.com>
534
535         * macros2/gnome-x-checks.m4 (GNOME2_X_CHECKS): kill bogus clearing
536           of LDFLAGS
537
538 2001-12-11  Anders Carlsson  <andersca@gnu.org>
539
540         * configure.in: Up to 1.2.4.
541
542 2001-10-29  jacob berkman  <jacob@ximian.com>
543
544         * macros2/autogen.sh: add check for glib-gettextize
545
546 2001-10-15  Bastien Nocera  <hadess@hadess.net>
547
548         * macros2/Makefile.am, curses.m4: added curses.m4 (copied from
549           the gnome1 macros.  this file is needed to gdialog
550
551 2001-10-02  Darin Adler  <darin@bentspoon.com>
552
553         * macros2/autogen.sh: Complete intltool support.
554
555 2001-10-02  Darin Adler  <darin@bentspoon.com>
556
557         * macros2/autogen.sh: Add intltool support.
558
559 2001-09-20 Glynn Foster <glynn.foster@sun.com>
560
561         * macros2/gnome-x-checks.m4: replaced  
562         GNOME_PKGCONFIG_CHECK_MODULES with  PKG_CHECK_MODULES
563
564 2001-09-04  Frank Belew  <frb@ximian.com>
565
566         * macros2/autogen.sh: change gettext regexp to work with non-gnu grep
567
568 2001-08-18  Darin Adler  <darin@bentspoon.com>
569
570         * macros2/autogen.sh: Don't ask people to ignore xml-i18n-tools
571           messages.
572
573 2001-08-04  Darin Adler  <darin@bentspoon.com>
574
575         * macros2/autogen.sh: Update gettext logic to allow anything that
576         starts with AM and ends with gettext. This makes it work with
577         AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using.
578
579 2001-08-03  Martin Baulig  <baulig@suse.de>
580
581         * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed.
582         (GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
583         (GNOME_PKGCONFIG_ACLOCALFLAGS): Removed.
584         (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed.
585         (GNOME_PKGCONFIG_CHECK_MODULES): Removed.
586         (GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version
587         to check for the pkg-config version.
588
589 2001-08-02  Michael Meeks  <michael@ximian.com>
590
591         * Version 1.2.3
592
593 2001-07-26  Darin Adler  <darin@bentspoon.com>
594
595         * configure.in: Point to the new home of pkgconfig at
596         www.freedesktop.org instead of "sourceforce.net" [sic].
597
598 2001-07-26  Darin Adler  <darin@bentspoon.com>
599
600         * doc/usage.txt: Point to the new home of pkgconfig at
601         www.freedesktop.org.
602
603 2001-07-20  Martin Baulig  <baulig@suse.de>
604
605         * macros2/gnome-pkgconfig.m4: Require pkg-config 0.8.0.
606
607 2001-07-12  Darin Adler  <darin@bentspoon.com>
608
609         * configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
610         already takes care of that.
611
612 2001-06-29  Laszlo Peter <laca@ireland.sun.com>
613
614         * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix
615           the regexp to process all 6 version numbers.
616
617 2001-06-22  Elliot Lee  <sopwith@redhat.com>
618
619         * macros2/gnome-gettext.m4: N'sync with the gnome1 version,
620           bye bye buggies.
621
622 2001-06-13  Martin Baulig  <baulig@suse.de>
623
624         * macros2/gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require
625           pkg-config 0.7.0 and fix download URL.
626
627         * macros2/gnome-platform.m4: Require pkgconfig on the GNOME 2.0
628           platform.
629
630 2001-06-01  Peter Williams  <peterw@ximian.com>
631
632         * macros2/autogen.sh: s,Gnome,$PKG_NAME,g
633
634 2001-05-22  Darin Adler  <darin@eazel.com>
635
636         * hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
637         compatibility with the new gettext.
638         
639 2001-04-16  Darin Adler  <darin@eazel.com>
640
641         * gnome-common.spec.in: A cut at updating the spec file now that
642         the pkgconfig stuff and support stuff has gone away.
643
644 2001-04-14  Martin Baulig  <baulig@suse.de>
645
646         * gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
647
648         * configure.in: Set version number to 1.2.2.
649         (--enable-platform-gnome-2): Removed this command line argument;
650         this package is now the same for GNOME 1.x and GNOME 2.0.
651
652         * acinclude.m4: Removed.
653         * acconfig.h: Removed.
654
655         * support/: We don't build this directory anymore; the GNOME 1.x
656         version of it is in gnome-libs/support and the GNOME 2.0 one is in
657         libgnomebase/libgnomesupport.
658
659 2001-04-13  Martin Baulig  <baulig@suse.de>
660
661         * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
662         Set variable `have_<name>' to yes or no depending on whether the
663         module was found or not; allows you to define automake conditionals
664         for optional modules.
665
666 2001-03-26  Robin * Slomkowski  <rslomkow@eazel.com>
667
668         * Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
669         * configure.in: added gnome-common.spec.in
670         * gnome-common.spec: removed from repository as it appeared
671                              generic
672         * gnome-common.spec.in: new spec file using Martin's suggestions
673
674 2001-03-24  Martin Baulig  <baulig@suse.de>
675
676         * macros2/autogen.sh: Add the xml-i18n-tools stuff here.
677
678 2000-12-01  Martin Baulig  <baulig@suse.de>
679
680         Released gnome-common 1.2.1.
681
682 2000-12-01  Martin Baulig  <baulig@suse.de>
683
684         * macros2/compiler-flags.m4: Improved compile warnings check; the
685         --enable-compile-warnings parameter now takes 5 different
686         values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS).
687
688 2000-11-29  Martin Baulig  <baulig@suse.de>
689
690         * macros2/gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed.
691
692 2000-11-26  Martin Baulig  <martin@home-of-linux.org>
693
694         * macros2/gnome-x-checks.m4 (GNOME2_X_CHECKS): Use
695         GNOME_PKGCONFIG_CHECK_MODULES.
696
697         * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't
698         AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]).
699         (GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1.
700
701 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
702
703         * macros2/gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES
704         to check for a list of optional modules.
705
706         * macros2/gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG.
707
708 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
709
710         * macros2/gnome-platform.m4: New file. This defines
711         GNOME_PLATFORM_GNOME_2.
712
713         * macros2/gnome-pkgconfig.m4: Disable the --extra-flags argument to
714         pkg-config, this doesn't exist anymore.
715
716 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
717
718         * macros2/gnome-pkgconfig.m4: New file. This defines
719         GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
720         GNOME_PKGCONFIG_* macros from pkg-config.
721
722 2000-11-21  Martin Baulig  <baulig@suse.de>
723
724         * macros2/gnome-support.m4, need-declaration.m4: Removed.
725
726 2000-11-21  Martin Baulig  <martin@home-of-linux.org>
727
728         * configure.in: Set version number to 1.2.1.
729
730         * configure.in (--enable-platform-gnome-2): New configure
731         command line argument to enable support for the GNOME 2.x
732         platform.
733         (PLATFORM_GNOME_2): New automake conditional.
734         * Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
735         platform.
736
737         * Makefile.am (SUBDIRS): Conditionally add support for the
738         GNOME 2.x platform.
739
740         * acinclude.m4: New file. Put stuff from gnome-support.m4
741         and need-declaration.m4 here.
742
743 2000-09-30  Martin Baulig  <baulig@suse.de>
744
745         * macros2/gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0.
746           Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'.
747
748         * macros2/gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false
749           INSIDE_GNOME_COMMON automake conditional.
750         (GNOME_GTKDOC_CHECK): New macro.
751         (GNOME_DEBUG_CHECK): New macro.
752
753 Thu Aug 24 02:28:57 2000  George Lebl <jirka@5z.com>
754
755         * macros2/gnome-x-checks.m4: use the correct name in AC_PROVIDE
756
757 2000-08-06  Martin Baulig  <baulig@suse.de>
758
759         * macros2/gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
760           to GNOME2_X_CHECKS.
761
762 2000-07-24  Martin Baulig  <martin@home-of-linux.org>
763
764         * macros2/autogen.sh: Removed some old crap in it.
765         * macros2/aclocal-include.m4: Removed.
766
767         * macros2/gnome-x-checks.m4: Check for GTK+ 2.0.
768
769 2000-07-24  Martin Baulig  <baulig@suse.de>
770
771         * macros2/autogen.sh: Make it work with AM_GNOME2_GETTEXT.
772         * macros2/check-utmp.m4: New file.
773
774 2000-07-24  Martin Baulig  <baulig@suse.de>
775
776         Synced with gnome-libs/gnome-data.
777
778 2000-06-09  Martin Baulig  <martin@home-of-linux.org>
779
780         * macros2/gnome-common.m4: We need this here as well.
781
782 2000-05-29  Martin Baulig  <baulig@suse.de>
783
784         * configure.in: Set version number to 1.2.0.
785
786 2000-05-29  Martin Baulig  <baulig@suse.de>
787
788         * macros2/Makefile.am: New file. Install this stuff into
789           `$(datadir)/aclocal/gnome2-macros'.
790
791         * macros2/gnome.m4: New file. Copied from `hack-macros' dir.
792
793         * macros2/autogen.sh: New file. Copied from `macros' dir.
794
795 1998-02-19  Raja R Harinath  <harinath@cs.umn.edu>
796
797         * autogen.sh: New sample file.
798         * configure.in: Likewise.
799         * Makefile.am: Likewise.
800         * README: Likewise.
801