1 2005-03-21 Sven Herzberg <herzi@gnome-de.org>
3 * macros2/gnome-autogen.sh: added support for the gnome-doc-utils
5 2005-03-15 Stepan Kasal <kasal@ucw.cz>
7 * macros2/ChangeLog: Removed; the contents merged into the main one.
9 2005-02-11 James Henstridge <james@jamesh.id.au>
11 * macros2/gnome-autogen.sh: preserve COPYING and INSTALL files over
12 the "automake --force" call. Fixes bug #161916.
14 2005-01-22 Rodney Dawes <dobey@novell.com>
16 * macros2/gnome-autogen.sh: Fix the (AC|IT)_PROG_INTLTOOL support
17 for both places where we grep for it
18 (version_check): If we are checking for automake = 1.4, then make
19 sure we error out with that error when we find it, and not >= 1.4
20 since we don't actually check for >= 1.4
24 2005-01-03 James Henstridge <james@jamesh.id.au>
26 * macros2/gnome-common.m4 (GNOME_COMMON_INIT): add some code to
27 add the directory given to AC_CONFIG_MACRO_DIR to ACLOCAL_FLAGS.
29 * doc-build/xmldocs.make (clean-local-doc): add rule to clean up
30 copied entities if srcdir!=builddir.
32 2004-11-24 Mariano Suárez-Alvarez <mariano@gnome.org>
34 * macros2/gnome-autogen.sh: grep wants basic regexps, not extended
35 ones: fix the regular expression for INTLTOOL.
37 2004-11-24 Rodney Dawes <dobey@novell.com>
39 * macros2/gnome-autogen.sh: Add support for IT_PROG_INTLTOOL which
40 deprecates AC_PROG_INTLTOOL
42 2004-11-09 Jordi Mallach <jordi@sindominio.net>
44 * macros2/gnome-autogen.sh: Workaround automake-1.4 limitations by
45 just using --force if $REQUIRED_AUTOMAKE_VERSION != 1.4. This avoids
48 2004-11-09 Jordi Mallach <jordi@sindominio.net>
50 * macros2/gnome-autogen.sh: Call all the bootstrap programs
51 (libtoolize, intltoolize, gtkdocize, automake) using --force and
54 2004-10-28 James Henstridge <james@jamesh.id.au>
56 * macros2/gnome-autogen.sh: get rid of the code that modified PATH,
57 ACLOCAL_FLAGS and LD_LIBRARY_PATH based on $GNOME2_PATH, since
58 this was broken. It could cause configure tests to pass, when the
59 subsequent build would fail due to path problems. For more
60 details, see bug #140210.
62 * macros2/gnome-autogen.sh: if the directory is read only, skip it.
63 This helps in cases where a directory from a failed "make distcheck"
64 is lying around. Should fix bug #136093.
66 * macros2/gnome-autogen.sh (m4dir): fix up the AC_CONFIG_MACRO_DIR
67 check to work with sub-package configure.in's.
69 2004-10-27 James Henstridge <james@jamesh.id.au>
71 * macros2/gnome-autogen.sh (ACLOCAL): if AC_CONFIG_MACRO_DIR() is
72 used in configure.ac, pass that directory to aclocal.
73 Run libtoolize if the configure.ac file calls LT_INIT (the new
74 name for AC_PROG_LIBTOOL in libtool-2.0).
76 2004-10-06 James Henstridge <james@jamesh.id.au>
78 * doc-build/omf.make (uninstall-local-omf): use $(DESTDIR) in
79 uninstall rule. This is needed to allow packages to distcheck
80 with newer versions of automake.
82 2004-09-14 James Henstridge <james@jamesh.id.au>
84 * configure.in: bump version number to 2.8.0
86 2004-08-30 James Henstridge <james@jamesh.id.au>
88 * macros2/gnome-autogen.sh: fix up error message when a required
89 M4 file isn't found. Fixes bug #147417.
91 * macros2/gnome-autogen.sh: Revert Rodney's changes, since
92 glib-gettextize has been fixed on the HEAD and 2.4 branches.
94 2004-08-16 Kjartan Maraas <kmaraas@gnome.org>
96 * macros2/gnome-autogen.sh: Add some foo to handle automake-1.9.x too.
98 2004-06-10 Rodney Dawes <dobey@ximian.com>
100 * macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in
101 the shared automake files directory, and copy it in if we are using
106 2004-05-26 James Henstridge <james@daa.com.au>
108 * macros2/gnome-common.m4 (GNOME_COMMON_INIT): since caching is
109 turned off in all recent Autoconfs, it doesn't make sense to use
110 it. Change implementation to instead make sure ${ACLOCAL_FLAGS}
111 gets passed to aclocal when called from the makefile.
113 * macros2/Makefile.am: alter installation so that it puts the
114 macros directly into $(datadir)/aclocal instead of
115 $(datadir)/aclocal/gnome2-macros
117 * autogen.sh (REQUIRED_AUTOMAKE_VERSION): use a modern version of
120 * macros2/gnome-compiler-flags.m4: move from compiler-flags.m4 to
121 reduce chance of collisions; some small cleanups.
123 * macros2/gnome-autogen.sh: move from autogen.sh
125 * Makefile.am (SUBDIRS): don't build bin/ and macros/ directories.
127 * configure.in: don't create makefiles for bin/ and macros/
129 Since we don't actually build the support/ directory (since 2001),
130 remove the matching parts from the configure script.
132 2004-05-13 James Henstridge <james@daa.com.au>
134 * gnome-common.spec.in: simplify and update spec file.
136 2004-05-13 James Henstridge <james@daa.com.au>
138 * macros2/autogen.sh: Change the order the various tools are called
139 in to match that of autoconf's autoupdate tool. See bug 138584.
141 2004-02-27 Sven Herzberg <herzi@abi02.de>
143 * macros2/autogen.sh: fix #135557
145 2004-02-17 Mark McLoughlin <mark@skynet.ie>
147 * doc-build/xmldocs.make: fix one last occurrence of
148 not using $(DESTDIR).
150 2004-01-31 Malcolm Tredinnick <malcolm@commsecure.com.au>
152 * macros2/autogen.sh: Use automake-1.8 if available. Patch from
153 alexander.winston@comcast.net (Alexander Winston). Bug #132966.
155 2004-01-25 Malcolm Tredinnick <malcolm@commsecure.com.au>
157 * macros2/autogen.sh: Deprecate the use of GNOME2_DIR and allow the
158 use of GNOME2_PATH (bug #130516).
160 2004-01-02 Malcolm Tredinnick <malcolm@commsecure.com.au>
162 * macros2/autogen.sh: Run intltoolize after automake, since
163 intltoolize wants mkinstalldirs now.
164 Should fix bugs #130309 and #130366.
166 2003-12-13 Malcolm Tredinnick <malcolm@commsecure.com.au>
168 * macros2/autogen.sh: Change the use of head to be 'head -n -1',
169 since the GNU version of head appears to have changed behaviour
170 between version 5.0 and 5.0.9 somewhere. This should be portable
171 across all versions now. Fixed bug #128867.
173 2003-12-08 Rodney Dawes <dobey@free.fr>
175 * macros2/autogen.sh: Update automake checks to check incremental
176 versions in the correct order, Fixes #128691
178 2003-11-19 Malcolm Tredinnick <malcolm@commsecure.com.au>
180 * macros2/autogen.sh: Replace use of -or in a find command with -o.
181 Makes things work for people with less functional versions of
182 find. Fixes bug #127354 reported by Rolf Sponsel.
184 2003-11-03 <clahey@ximian.com>
186 * macros2/gnome-common.m4: Removed ENABLE_WERROR and changed name
187 to GNOME_MAINTAINER_MODE_DEFINES.
189 2003-11-01 Malcolm Tredinnick <malcolm@commsecure.com.au>
191 * macros2/autogen.sh: Make version checking work, as pointed out by
192 Michael H Schimek in bug #125818.
194 2003-10-31 <clahey@ximian.com>
196 * macros2/gnome-common.m4: Changed name of new macro to
197 AM_MAINTAINER_MODE_DEFINES and added definition for ENABLE_WERROR.
199 2003-10-31 <clahey@ximian.com>
201 * macros2/gnome-common.m4: New macro to disable deprecated
202 functions and widgets when maintainer mode is on.
204 === gnome-common 2.4.0 ===
206 2003-10-02 Malcolm Tredinnick <malcolm@commsecure.com.au>
208 * doc-build/Makefile.am: Distribute README in place of the
209 non-existent ChangeLog. Doh!
211 * autogen.sh: Use the GNOME 2 autogen.sh script by default.
212 * configure.in: Version number bumped.
214 2003-08-23 Marco Pesenti Gritti <marco@gnome.org>
216 * macros2/compiler-flags.m4: Define WARN_CXXFLAGS instead of
217 overwriting CXXFLAGS (like WARN_FLAGS).
219 2003-08-10 Malcolm Tredinnick <malcolm@commsecure.com.au>
221 * macros2/autogen.sh: Show the version found for the various build
222 tools like automake, autoconf, libtool, etc.
223 Patch from Steve Chaplin (bug #119533).
225 2003-08-05 Malcolm Tredinnick <malcolm@commsecure.com.au>
227 * macros2/compiler-flags.m4: Continuing to try and get the flags
228 passed to g++ in GNOME_CXX_WARNINGS correct. Based on our best
229 attempts, the current set should work for the widest range of
230 g++ versions (see bug #118987 for the discussion).
232 2003-08-03 Malcolm Tredinnick <malcolm@commsecure.com.au>
234 * macros2/compiler-flags.m4: Simplify GNOME_CXX_WARNINGS.
237 2003-07-28 Malcolm Tredinnick <malcolm@commsecure.com.au>
239 * macros2/compiler-flags.m4: Default setting in the
240 GNOME_COMPILE_WARNINGS macro is now "yes". This fixes bug
241 #118479 (another good bit of debugging from Steve Chaplin).
243 2003-07-20 Malcolm Tredinnick <malcolm@commsecure.com.au>
245 * macros2/compiler-flags.m4: Remove some redundant options as
246 suggested by Steve Chaplin in bug #115475. The warnings list looks
247 simpler now, but is no less functional.
249 2003-07-15 Malcolm Tredinnick <malcolm@commsecure.com.au>
251 * macros2/autogen.sh: Fix a typo when reporting "forbidden" m4 macros.
253 2003-07-04 Frederic Crozat <fcrozat@mandrakesoft.com>
255 * macros2/compiler-flags.m4: don't use -Wsign-promo, it is
256 C++ only and causes warnings with gcc 3.3 when used on C.
258 2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org>
260 * macros2/autogen.sh:
262 Remove --enable-compile-warnings from the default arguments
263 passed to configure because it break GNOME_COMPILE_WARNINGS
266 2003-06-20 Malcolm Tredinnick <malcolm@commsecure.com.au>
268 * macros2/autogen.sh: Fix some strangeness in the gnome-doc-common test.
270 2003-06-19 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
272 * macros2/autogen.sh: Inserted missing "cd $dirname" to effectively
273 process subdirectories, since all it was doing was to process the
274 toplevel dir multiple times.
276 [Editor's note: also reported with patch by Elijah Newren in bug
279 2003-05-24 Malcolm Tredinnick <malcolm@commsecure.com.au>
281 * MAINTAINERS: Put myself in as maintainer.
283 * configure.in: Bump the version number to 2.3.0
285 * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*:
286 Add in the infrastructure to allow user documentatin to be built
287 from some common files. This will not affect existing packages.
288 The changes required to use this are given in doc-build/README.
290 2003-05-21 Malcolm Tredinnick <malcolm@commsecure.com.au>
292 * macros2/autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327.
294 2003-05-04 Malcolm Tredinnick <malcolm@commsecure.com.au>
296 * macros2/autogen.sh:
297 - Make this portable to Bourne-like shells. Fixes the problems
298 pointed out by Morten Welinder in bug #110177.
299 - Extend the check_m4macros() function to handle Cygwin
300 environments. Fixes bug #110947.
302 2003-04-10 Ross Burton <ross@burtonini.com>
304 * macros2/autogen.sh: Fix a typo in the glib-gettext checks.
306 2003-03-07 Malcolm Tredinnick <malcolm@commsecure.com.au>
308 * macros2/autogen.sh: Replace PACKAGE with PKG_NAME, since PKG_NAME
309 is what is defined by the various applications' autogen.sh. Also,
310 call autopoint rather than gettextize when appropriate (when
311 AM_GNU_GETTEXT_VERSION is present).
313 2003-02-27 Mark McLoughlin <mark@skynet.ie>
315 * macros2/compiler-flags.m4: fix mixed up order of arguments to
316 AC_ARG_ENABLE that made --enable-compile-warnings not work
319 2003-02-26 Frederic Crozat <fcrozat@mandrakesoft.com>
321 * macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell
322 Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..
324 2003-02-24 James Henstridge <james@daa.com.au>
326 * macros2/autogen.sh (forbid_m4macro): add function to forbid m4
327 macros. Forbid gnome-cxx-check.m4, to try and catch setups where
328 stale macros are left on the system.
330 2003-02-21 James Henstridge <james@daa.com.au>
332 * macros2/autogen.sh (version_check): if $variable is set, then
333 assume it is correct and skip the version check.
334 (autoconf): check for autoconf2.50 first, so we don't trigger
335 Debian's sometimes broken autoconf version sniffer.
337 2003-02-19 James Henstridge <james@daa.com.au>
339 * macros2/Makefile.am (GNOME2_MACROS): remove check-utmp.m4 (copied
340 it to libzvt, which is the only thing using it).
342 * macros2/gnome-deprecated-macros.m4(GNOME_CHECK_CXX): AC_REQUIRE
343 does not work within AU_DEFUN, so change to a simple call to
346 2003-02-18 James Henstridge <james@daa.com.au>
348 * macros2/autogen.sh (topdir): check to see if
349 gnome-deprecated-macros.m4 ended up in aclocal.m4, and warn if so.
351 * macros2/gnome-platform.m4: kill this too (with a deprecation warning).
353 * macros2/gnome-cxx-check.m4: move to gnome-deprecated-macros.m4
355 * macros2/gnome-pkgconfig.m4: remove, and add a deprecation warning
358 * macros2/gnome-x-checks.m4: remove, and add an AU_DEFUN in its place
359 telling people not to use it.
361 * macros2/linger.m4: removed outright.
363 * macros2/gnome-common.m4: remove GNOME_GTKDOC_CHECK, deprecated in
364 favour of GTK_DOC_CHECK.
366 * macros2/gnome-gettext.m4: remove file (people should be using
367 gettextize or glib-gettextize).
369 * macros2/gnome-deprecated-macros.m4: new file to hold deprecated
372 2003-02-18 Jody Goldberg <jody@gnome.org>
374 * configure.in: Don't depend on a file that James just deleted
376 2003-02-14 Kalpesh Shah <kalpesh.shah@sun.com>
378 * macros2/check-utmp.m4: initialize UTMP structure properly.
380 Patch reviewed by Andersca <andersca@gnu.org>
382 2002-12-12 Jody Goldberg <jody@gnome.org>
384 * macros2/gnome-common.m4 (GNOME_DEBUG_CHECK): now that autoconf-2.52
385 is a prereq for things the build broke on the use of
386 AC_DEFINE(GNOME_ENABLE_DEBUG)
387 without the additional arguments.
389 2002-09-23 Bastien Nocera <hadess@hadess.net>
391 * macros2/autogen.sh: exit if aclocal, autoheader, automake or
392 autoconf fails to run without warnings. Usually compilation would
393 fail afterwards with funky errors.
394 This is more anal than the version committed to the gnome-2-0 branch.
396 2002-08-18 Havoc Pennington <hp@pobox.com>
398 * macros2/autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users
399 with both automake 1.6 and 1.4 installed get the right automake. Means
400 compilation from CVS will now require the latest automake 1.4
401 release, or manually creating symlinks called "automake-1.4" and
404 Mon Aug 12 23:49:41 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
406 * macros2/autogen.sh: use portable -o instead of GNU-ish -or for
409 2002-08-10 Miles Lane <miles_lane@yahoo.com>
411 * macros2/autogen.sh: fix the "find" test so that the presence of
412 configure.in is reporteded. Each expression requires its own
415 2002-08-10 Sebastian Rittau <srittau@jroger.in-berlin.de>
417 * macros2/autogen.sh: support for configure.ac
419 2002-05-10 Chema Celorio <chema@celorio.com>
421 * macros2/compiler-flags.m4: fix GNOME_COMPILE_WARNINGS to work when
422 a parameter is passed. The arguments to AC_ARG_ENABLE were swapped.
424 2002-04-01 jacob berkman <jacob@ximian.com>
426 * macros2/gnome-x-checks.m4 (GNOME2_X_CHECKS): kill bogus clearing
429 2001-12-11 Anders Carlsson <andersca@gnu.org>
431 * configure.in: Up to 1.2.4.
433 2001-10-29 jacob berkman <jacob@ximian.com>
435 * macros2/autogen.sh: add check for glib-gettextize
437 2001-10-15 Bastien Nocera <hadess@hadess.net>
439 * macros2/Makefile.am, curses.m4: added curses.m4 (copied from
440 the gnome1 macros. this file is needed to gdialog
442 2001-10-02 Darin Adler <darin@bentspoon.com>
444 * macros2/autogen.sh: Complete intltool support.
446 2001-10-02 Darin Adler <darin@bentspoon.com>
448 * macros2/autogen.sh: Add intltool support.
450 2001-09-20 Glynn Foster <glynn.foster@sun.com>
452 * macros2/gnome-x-checks.m4: replaced
453 GNOME_PKGCONFIG_CHECK_MODULES with PKG_CHECK_MODULES
455 2001-09-04 Frank Belew <frb@ximian.com>
457 * macros2/autogen.sh: change gettext regexp to work with non-gnu grep
459 2001-08-18 Darin Adler <darin@bentspoon.com>
461 * macros2/autogen.sh: Don't ask people to ignore xml-i18n-tools
464 2001-08-04 Darin Adler <darin@bentspoon.com>
466 * macros2/autogen.sh: Update gettext logic to allow anything that
467 starts with AM and ends with gettext. This makes it work with
468 AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using.
470 2001-08-03 Martin Baulig <baulig@suse.de>
472 * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed.
473 (GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
474 (GNOME_PKGCONFIG_ACLOCALFLAGS): Removed.
475 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed.
476 (GNOME_PKGCONFIG_CHECK_MODULES): Removed.
477 (GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version
478 to check for the pkg-config version.
480 2001-08-02 Michael Meeks <michael@ximian.com>
484 2001-07-26 Darin Adler <darin@bentspoon.com>
486 * configure.in: Point to the new home of pkgconfig at
487 www.freedesktop.org instead of "sourceforce.net" [sic].
489 2001-07-26 Darin Adler <darin@bentspoon.com>
491 * doc/usage.txt: Point to the new home of pkgconfig at
494 2001-07-20 Martin Baulig <baulig@suse.de>
496 * macros2/gnome-pkgconfig.m4: Require pkg-config 0.8.0.
498 2001-07-12 Darin Adler <darin@bentspoon.com>
500 * configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
501 already takes care of that.
503 2001-06-29 Laszlo Peter <laca@ireland.sun.com>
505 * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix
506 the regexp to process all 6 version numbers.
508 2001-06-22 Elliot Lee <sopwith@redhat.com>
510 * macros2/gnome-gettext.m4: N'sync with the gnome1 version,
513 2001-06-13 Martin Baulig <baulig@suse.de>
515 * macros2/gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require
516 pkg-config 0.7.0 and fix download URL.
518 * macros2/gnome-platform.m4: Require pkgconfig on the GNOME 2.0
521 2001-06-01 Peter Williams <peterw@ximian.com>
523 * macros2/autogen.sh: s,Gnome,$PKG_NAME,g
525 2001-05-22 Darin Adler <darin@eazel.com>
527 * hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
528 compatibility with the new gettext.
530 2001-04-16 Darin Adler <darin@eazel.com>
532 * gnome-common.spec.in: A cut at updating the spec file now that
533 the pkgconfig stuff and support stuff has gone away.
535 2001-04-14 Martin Baulig <baulig@suse.de>
537 * gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
539 * configure.in: Set version number to 1.2.2.
540 (--enable-platform-gnome-2): Removed this command line argument;
541 this package is now the same for GNOME 1.x and GNOME 2.0.
543 * acinclude.m4: Removed.
544 * acconfig.h: Removed.
546 * support/: We don't build this directory anymore; the GNOME 1.x
547 version of it is in gnome-libs/support and the GNOME 2.0 one is in
548 libgnomebase/libgnomesupport.
550 2001-04-13 Martin Baulig <baulig@suse.de>
552 * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
553 Set variable `have_<name>' to yes or no depending on whether the
554 module was found or not; allows you to define automake conditionals
555 for optional modules.
557 2001-03-26 Robin * Slomkowski <rslomkow@eazel.com>
559 * Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
560 * configure.in: added gnome-common.spec.in
561 * gnome-common.spec: removed from repository as it appeared
563 * gnome-common.spec.in: new spec file using Martin's suggestions
565 2001-03-24 Martin Baulig <baulig@suse.de>
567 * macros2/autogen.sh: Add the xml-i18n-tools stuff here.
569 2000-12-01 Martin Baulig <baulig@suse.de>
571 Released gnome-common 1.2.1.
573 2000-12-01 Martin Baulig <baulig@suse.de>
575 * macros2/compiler-flags.m4: Improved compile warnings check; the
576 --enable-compile-warnings parameter now takes 5 different
577 values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS).
579 2000-11-29 Martin Baulig <baulig@suse.de>
581 * macros2/gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed.
583 2000-11-26 Martin Baulig <martin@home-of-linux.org>
585 * macros2/gnome-x-checks.m4 (GNOME2_X_CHECKS): Use
586 GNOME_PKGCONFIG_CHECK_MODULES.
588 * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't
589 AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]).
590 (GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1.
592 2000-11-22 Martin Baulig <martin@home-of-linux.org>
594 * macros2/gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES
595 to check for a list of optional modules.
597 * macros2/gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG.
599 2000-11-22 Martin Baulig <martin@home-of-linux.org>
601 * macros2/gnome-platform.m4: New file. This defines
602 GNOME_PLATFORM_GNOME_2.
604 * macros2/gnome-pkgconfig.m4: Disable the --extra-flags argument to
605 pkg-config, this doesn't exist anymore.
607 2000-11-22 Martin Baulig <martin@home-of-linux.org>
609 * macros2/gnome-pkgconfig.m4: New file. This defines
610 GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
611 GNOME_PKGCONFIG_* macros from pkg-config.
613 2000-11-21 Martin Baulig <baulig@suse.de>
615 * macros2/gnome-support.m4, need-declaration.m4: Removed.
617 2000-11-21 Martin Baulig <martin@home-of-linux.org>
619 * configure.in: Set version number to 1.2.1.
621 * configure.in (--enable-platform-gnome-2): New configure
622 command line argument to enable support for the GNOME 2.x
624 (PLATFORM_GNOME_2): New automake conditional.
625 * Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
628 * Makefile.am (SUBDIRS): Conditionally add support for the
631 * acinclude.m4: New file. Put stuff from gnome-support.m4
632 and need-declaration.m4 here.
634 2000-09-30 Martin Baulig <baulig@suse.de>
636 * macros2/gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0.
637 Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'.
639 * macros2/gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false
640 INSIDE_GNOME_COMMON automake conditional.
641 (GNOME_GTKDOC_CHECK): New macro.
642 (GNOME_DEBUG_CHECK): New macro.
644 Thu Aug 24 02:28:57 2000 George Lebl <jirka@5z.com>
646 * macros2/gnome-x-checks.m4: use the correct name in AC_PROVIDE
648 2000-08-06 Martin Baulig <baulig@suse.de>
650 * macros2/gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
653 2000-07-24 Martin Baulig <martin@home-of-linux.org>
655 * macros2/autogen.sh: Removed some old crap in it.
656 * macros2/aclocal-include.m4: Removed.
658 * macros2/gnome-x-checks.m4: Check for GTK+ 2.0.
660 2000-07-24 Martin Baulig <baulig@suse.de>
662 * macros2/autogen.sh: Make it work with AM_GNOME2_GETTEXT.
663 * macros2/check-utmp.m4: New file.
665 2000-07-24 Martin Baulig <baulig@suse.de>
667 Synced with gnome-libs/gnome-data.
669 2000-06-09 Martin Baulig <martin@home-of-linux.org>
671 * macros2/gnome-common.m4: We need this here as well.
673 2000-05-29 Martin Baulig <baulig@suse.de>
675 * configure.in: Set version number to 1.2.0.
677 2000-05-29 Martin Baulig <baulig@suse.de>
679 * macros2/Makefile.am: New file. Install this stuff into
680 `$(datadir)/aclocal/gnome2-macros'.
682 * macros2/gnome.m4: New file. Copied from `hack-macros' dir.
684 * macros2/autogen.sh: New file. Copied from `macros' dir.
686 1998-02-19 Raja R Harinath <harinath@cs.umn.edu>
688 * autogen.sh: New sample file.
689 * configure.in: Likewise.
690 * Makefile.am: Likewise.