fix the URL of automake-1.4
[platform/upstream/gnome-common.git] / ChangeLog
1 2005-02-18  Stepan Kasal  <kasal@ucw.cz>
2
3         * macros/autogen.sh: Fix the URL for Automake; don't recommend 1.3
4           when we need 1.4.
5
6 2005-01-03  James Henstridge  <james@jamesh.id.au>
7
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.
10
11         * doc-build/xmldocs.make (clean-local-doc): add rule to clean up
12         copied entities if srcdir!=builddir.
13
14 2004-10-06  James Henstridge  <james@jamesh.id.au>
15
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.
19
20 2004-09-14  James Henstridge  <james@jamesh.id.au>
21
22         * configure.in: bump version number to 2.8.0
23
24 2004-08-30  James Henstridge  <james@jamesh.id.au>
25
26         * macros2/gnome-autogen.sh: fix up error message when a required
27         M4 file isn't found.  Fixes bug #147417.
28
29         * macros2/gnome-autogen.sh: Revert Rodney's changes, since
30         glib-gettextize has been fixed on the HEAD and 2.4 branches.
31
32 2004-06-10  Rodney Dawes  <dobey@ximian.com>
33
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
36         AM_GLIB_GNU_GETTEXT
37
38         Fixes #144069
39
40 2004-05-26  James Henstridge  <james@daa.com.au>
41
42         * macros2/gnome-compiler-warnings.m4: some small cleanups.
43
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.
48
49         * macros2/Makefile.am: alter installation so that it puts the
50         macros directly into $(datadir)/aclocal instead of
51         $(datadir)/aclocal/gnome2-macros
52
53         * autogen.sh (REQUIRED_AUTOMAKE_VERSION): use a modern version of
54         automake.
55
56         * macros2/gnome-compiler-flags.m4: move from compiler-flags.m4 to
57         reduce chance of collisions.
58
59         * macros2/gnome-autogen.sh: move from autogen.sh
60
61         * Makefile.am (SUBDIRS): don't build bin/ and macros/ directories.
62
63         * configure.in: don't create makefiles for bin/ and macros/
64         directories.
65         Since we don't actually build the support/ directory (since 2001),
66         remove the matching parts from the configure script.
67
68 2004-05-13  James Henstridge  <james@daa.com.au>
69
70         * gnome-common.spec.in: simplify and update spec file.
71
72 2004-02-27  Sven Herzberg  <herzi@abi02.de>
73
74         * macros2/autogen.sh: fix #135557
75
76 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
77
78         * doc-build/xmldocs.make: fix one last occurrence of
79         not using $(DESTDIR).
80
81 === gnome-common 2.4.0 ===
82
83 2003-10-02  Malcolm Tredinnick <malcolm@commsecure.com.au>
84
85         * doc-build/Makefile.am: Distribute README in place of the
86         non-existent ChangeLog. Doh!
87
88         * autogen.sh: Use the GNOME 2 autogen.sh script by default.
89         * configure.in: Version number bumped.
90
91 2003-08-23  Marco Pesenti Gritti  <marco@gnome.org>
92
93         * macros2/compiler-flags.m4:
94
95         Define WARN_CXXFLAGS instead of overwriting
96         CXXFLAGS (like WARN_FLAGS).
97
98 2003-07-04  Frederic Crozat  <fcrozat@mandrakesoft.com>
99
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.
102
103 2003-06-24  Marco Pesenti Gritti  <marco@it.gnome.org>
104
105         * macros2/autogen.sh:
106
107         Remove --enable-compile-warnings from the default arguments
108         passed to configure because it break GNOME_COMPILE_WARNINGS
109         macro.
110
111 2003-05-24  Malcolm Tredinnick <malcolm@commsecure.com.au>
112
113         * MAINTAINERS: Put myself in as maintainer.
114
115         * configure.in: Bump the version number to 2.3.0
116
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.
121
122 2003-02-26  Frederic Crozat  <fcrozat@mandrakesoft.com>
123
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..
126
127 2003-02-18  Jody Goldberg <jody@gnome.org>
128
129         * configure.in : Don't depend on a file that James just deleted
130
131 2002-12-12  Jody Goldberg <jody@gnome.org>
132
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.
137
138 2001-12-11  Anders Carlsson  <andersca@gnu.org>
139
140         * configure.in: Up to 1.2.4.
141
142 2001-09-20 Glynn Foster <glynn.foster@sun.com>
143
144         * macros2/gnome-x-checks.m4: replaced  
145         GNOME_PKGCONFIG_CHECK_MODULES with  PKG_CHECK_MODULES
146
147 2001-08-02  Michael Meeks  <michael@ximian.com>
148
149         * Version 1.2.3
150
151 2001-07-26  Darin Adler  <darin@bentspoon.com>
152
153         * configure.in: Point to the new home of pkgconfig at
154         www.freedesktop.org instead of "sourceforce.net" [sic].
155
156 2001-07-26  Darin Adler  <darin@bentspoon.com>
157
158         * doc/usage.txt: Point to the new home of pkgconfig at
159         www.freedesktop.org.
160
161 2001-07-12  Darin Adler  <darin@bentspoon.com>
162
163         * configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
164         already takes care of that.
165
166 2001-05-22  Darin Adler  <darin@eazel.com>
167
168         * hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
169         compatibility with the new gettext.
170         
171 2001-04-16  Darin Adler  <darin@eazel.com>
172
173         * gnome-common.spec.in: A cut at updating the spec file now that
174         the pkgconfig stuff and support stuff has gone away.
175
176 2001-04-14  Martin Baulig  <baulig@suse.de>
177
178         * gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
179
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.
183
184         * acinclude.m4: Removed.
185         * acconfig.h: Removed.
186
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.
190
191 2001-03-26  Robin * Slomkowski  <rslomkow@eazel.com>
192
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
196                              generic
197         * gnome-common.spec.in: new spec file using Martin's suggestions
198
199 2000-12-01  Martin Baulig  <baulig@suse.de>
200
201         Released gnome-common 1.2.1.
202
203 2000-11-21  Martin Baulig  <martin@home-of-linux.org>
204
205         * configure.in: Set version number to 1.2.1.
206
207         * configure.in (--enable-platform-gnome-2): New configure
208         command line argument to enable support for the GNOME 2.x
209         platform.
210         (PLATFORM_GNOME_2): New automake conditional.
211         * Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
212         platform.
213
214         * Makefile.am (SUBDIRS): Conditionally add support for the
215         GNOME 2.x platform.
216
217         * acinclude.m4: New file. Put stuff from gnome-support.m4
218         and need-declaration.m4 here.
219
220 2000-05-29  Martin Baulig  <baulig@suse.de>
221
222         * configure.in: Set version number to 1.2.0.
223
224 1998-02-19  Raja R Harinath  <harinath@cs.umn.edu>
225
226         * autogen.sh: New sample file.
227         * configure.in: Likewise.
228         * Makefile.am: Likewise.
229         * README: Likewise.
230