1 2005-02-18 Stepan Kasal <kasal@ucw.cz>
3 * macros/autogen.sh: Fix the URL for Automake; don't recommend 1.3
6 2005-01-03 James Henstridge <james@jamesh.id.au>
8 * macros2/gnome-common.m4 (GNOME_COMMON_INIT): add some code to
9 add the directory given to AC_CONFIG_MACRO_DIR to ACLOCAL_FLAGS.
11 * doc-build/xmldocs.make (clean-local-doc): add rule to clean up
12 copied entities if srcdir!=builddir.
14 2004-10-06 James Henstridge <james@jamesh.id.au>
16 * doc-build/omf.make (uninstall-local-omf): use $(DESTDIR) in
17 uninstall rule. This is needed to allow packages to distcheck
18 with newer versions of automake.
20 2004-09-14 James Henstridge <james@jamesh.id.au>
22 * configure.in: bump version number to 2.8.0
24 2004-08-30 James Henstridge <james@jamesh.id.au>
26 * macros2/gnome-autogen.sh: fix up error message when a required
27 M4 file isn't found. Fixes bug #147417.
29 * macros2/gnome-autogen.sh: Revert Rodney's changes, since
30 glib-gettextize has been fixed on the HEAD and 2.4 branches.
32 2004-06-10 Rodney Dawes <dobey@ximian.com>
34 * macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in
35 the shared automake files directory, and copy it in if we are using
40 2004-05-26 James Henstridge <james@daa.com.au>
42 * macros2/gnome-compiler-warnings.m4: some small cleanups.
44 * macros2/gnome-common.m4 (GNOME_COMMON_INIT): since caching is
45 turned off in all recent Autoconfs, it doesn't make sense to use
46 it. Change implementation to instead make sure ${ACLOCAL_FLAGS}
47 gets passed to aclocal when called from the makefile.
49 * macros2/Makefile.am: alter installation so that it puts the
50 macros directly into $(datadir)/aclocal instead of
51 $(datadir)/aclocal/gnome2-macros
53 * autogen.sh (REQUIRED_AUTOMAKE_VERSION): use a modern version of
56 * macros2/gnome-compiler-flags.m4: move from compiler-flags.m4 to
57 reduce chance of collisions.
59 * macros2/gnome-autogen.sh: move from autogen.sh
61 * Makefile.am (SUBDIRS): don't build bin/ and macros/ directories.
63 * configure.in: don't create makefiles for bin/ and macros/
65 Since we don't actually build the support/ directory (since 2001),
66 remove the matching parts from the configure script.
68 2004-05-13 James Henstridge <james@daa.com.au>
70 * gnome-common.spec.in: simplify and update spec file.
72 2004-02-27 Sven Herzberg <herzi@abi02.de>
74 * macros2/autogen.sh: fix #135557
76 2004-02-17 Mark McLoughlin <mark@skynet.ie>
78 * doc-build/xmldocs.make: fix one last occurrence of
81 === gnome-common 2.4.0 ===
83 2003-10-02 Malcolm Tredinnick <malcolm@commsecure.com.au>
85 * doc-build/Makefile.am: Distribute README in place of the
86 non-existent ChangeLog. Doh!
88 * autogen.sh: Use the GNOME 2 autogen.sh script by default.
89 * configure.in: Version number bumped.
91 2003-08-23 Marco Pesenti Gritti <marco@gnome.org>
93 * macros2/compiler-flags.m4:
95 Define WARN_CXXFLAGS instead of overwriting
96 CXXFLAGS (like WARN_FLAGS).
98 2003-07-04 Frederic Crozat <fcrozat@mandrakesoft.com>
100 * macros2/compiler-flags.m4: don't use -Wsign-promo, it is
101 C++ only and causes warnings with gcc 3.3 when used on C.
103 2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org>
105 * macros2/autogen.sh:
107 Remove --enable-compile-warnings from the default arguments
108 passed to configure because it break GNOME_COMPILE_WARNINGS
111 2003-05-24 Malcolm Tredinnick <malcolm@commsecure.com.au>
113 * MAINTAINERS: Put myself in as maintainer.
115 * configure.in: Bump the version number to 2.3.0
117 * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*:
118 Add in the infrastructure to allow user documentatin to be built
119 from some common files. This will not affect existing packages.
120 The changes required to use this are given in doc-build/README.
122 2003-02-26 Frederic Crozat <fcrozat@mandrakesoft.com>
124 * macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell
125 Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..
127 2003-02-18 Jody Goldberg <jody@gnome.org>
129 * configure.in : Don't depend on a file that James just deleted
131 2002-12-12 Jody Goldberg <jody@gnome.org>
133 * macros2/gnome-common.m4 (GNOME_DEBUG_CHECK) : now that autoconf-2.52
134 is a prereq for things the build broke on the use of
135 AC_DEFINE(GNOME_ENABLE_DEBUG)
136 without the additional arguments.
138 2001-12-11 Anders Carlsson <andersca@gnu.org>
140 * configure.in: Up to 1.2.4.
142 2001-09-20 Glynn Foster <glynn.foster@sun.com>
144 * macros2/gnome-x-checks.m4: replaced
145 GNOME_PKGCONFIG_CHECK_MODULES with PKG_CHECK_MODULES
147 2001-08-02 Michael Meeks <michael@ximian.com>
151 2001-07-26 Darin Adler <darin@bentspoon.com>
153 * configure.in: Point to the new home of pkgconfig at
154 www.freedesktop.org instead of "sourceforce.net" [sic].
156 2001-07-26 Darin Adler <darin@bentspoon.com>
158 * doc/usage.txt: Point to the new home of pkgconfig at
161 2001-07-12 Darin Adler <darin@bentspoon.com>
163 * configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
164 already takes care of that.
166 2001-05-22 Darin Adler <darin@eazel.com>
168 * hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
169 compatibility with the new gettext.
171 2001-04-16 Darin Adler <darin@eazel.com>
173 * gnome-common.spec.in: A cut at updating the spec file now that
174 the pkgconfig stuff and support stuff has gone away.
176 2001-04-14 Martin Baulig <baulig@suse.de>
178 * gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
180 * configure.in: Set version number to 1.2.2.
181 (--enable-platform-gnome-2): Removed this command line argument;
182 this package is now the same for GNOME 1.x and GNOME 2.0.
184 * acinclude.m4: Removed.
185 * acconfig.h: Removed.
187 * support/: We don't build this directory anymore; the GNOME 1.x
188 version of it is in gnome-libs/support and the GNOME 2.0 one is in
189 libgnomebase/libgnomesupport.
191 2001-03-26 Robin * Slomkowski <rslomkow@eazel.com>
193 * Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
194 * configure.in: added gnome-common.spec.in
195 * gnome-common.spec: removed from repository as it appeared
197 * gnome-common.spec.in: new spec file using Martin's suggestions
199 2000-12-01 Martin Baulig <baulig@suse.de>
201 Released gnome-common 1.2.1.
203 2000-11-21 Martin Baulig <martin@home-of-linux.org>
205 * configure.in: Set version number to 1.2.1.
207 * configure.in (--enable-platform-gnome-2): New configure
208 command line argument to enable support for the GNOME 2.x
210 (PLATFORM_GNOME_2): New automake conditional.
211 * Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
214 * Makefile.am (SUBDIRS): Conditionally add support for the
217 * acinclude.m4: New file. Put stuff from gnome-support.m4
218 and need-declaration.m4 here.
220 2000-05-29 Martin Baulig <baulig@suse.de>
222 * configure.in: Set version number to 1.2.0.
224 1998-02-19 Raja R Harinath <harinath@cs.umn.edu>
226 * autogen.sh: New sample file.
227 * configure.in: Likewise.
228 * Makefile.am: Likewise.